[#205321] Telnet Server in Ruby — Dale Martenson <devlists-ruby-talk@...>
Does anyone know of a Telnet Server written purely in Ruby? It doesn't
On Jul 31, 2006, at 9:27 PM, Dale Martenson wrote:
[#205350] New Ruby Culture T-Shirts! — "Matt Todd" <chiology@...>
Ruby culture t-shirts are available for purchase right now!
My favorite so far is the collect one:
Fixed the elusive [ issue.
How about the Japanese Crane?
On Tuesday 01 August 2006 08:44, Tom Jordan wrote:
On Tue, Aug 01, 2006 at 05:30:29PM +0900, A. S. Bradbury wrote:
Nate, the problem is that Pandas aren't natively found in Japan, and,
Matt Todd wrote:
pixelnate wrote:
== UPDATE
Hey, great shirts, Matt! There are some awesome ideas in there :-).
I know the t-shirt I want is something Ruby-ish with a Thank You Matz
On 7/31/06, Matt Todd <chiology@gmail.com> wrote:
In regards to the panda: as you can imagine, it was never my intent to
Matt Todd wrote:
I'd love to have a Ruby shirt that said "Ruby's Big in Japan", or "Ruby:
Matt Todd wrote:
On 8/3/06, William James <w_a_x_man@yahoo.com> wrote:
Thanks for the suggestion. I'll make sure to add the #map version as
http://www.spreadshirt.com/shop.php?op=article&article_id=1416842#top
On 8/3/06, Matt Todd <chiology@gmail.com> wrote:
[#205357] Detecting similar strings — Dylan Markow <dylan@...>
Is there a way to take two strings, and decide if they are "similar."
[#205378] Re: Mini quiz (Was: Detecting similar strings) — Nuralanur@...
>It's missing from wikipedia though.
[#205379] For performance, write it in C - Part 3, Source code now available — Peter Hickman <peter@...>
The source code is available from
Isaac Gouy wrote:
Ok, so there's a bunch of problems with the Java version.
The Java code was broken in many different ways, such that any numbers
And for the record, here are the single-run timings for Java 6 (rather than
Charles O Nutter wrote:
Peter Hickman wrote:
csaba wrote:
On 8/1/06, Alex Young <alex@blackkettle.org> wrote:
Charles O Nutter wrote:
Kristof Bastiaensen wrote:
William James wrote:
M. Edward (Ed) Borasky wrote:
On 8/2/06, Jon Harrop <jon@ffconsultancy.com> wrote:
Charles O Nutter wrote:
Jon Harrop wrote:
Time for another update.
Isaac Gouy wrote:
William James wrote:
When I get home I'll time it and add it.
Isaac Gouy wrote:
<igouy@yahoo.com> wrote:
Actually this is a miss reading. The whole point of the first post was
Peter Hickman wrote:
Isaac Gouy wrote:
On 8/8/06, Isaac Gouy <igouy@yahoo.com> wrote:
On 8/8/06, Isaac Gouy <igouy@yahoo.com> wrote:
On Aug 8, 2006, at 10:04 AM, Austin Ziegler wrote:
On Thu, 10 Aug 2006, Isaac Gouy wrote:
On 8/9/06, Isaac Gouy <igouy@yahoo.com> wrote:
On 8/9/06, Isaac Gouy <igouy@yahoo.com> wrote:
On Aug 10, 2006, at 9:49 AM, Caleb Clausen wrote:
On 8/10/06, Eric Hodel <drbrain@segment7.net> wrote:
On 8/10/06, Caleb Clausen <vikkous@gmail.com> wrote:
Peter Hickman wrote:
William Grosso (wgrosso@wgrosso.com)
On 8/21/06, William Grosso <wgrosso@wgrosso.com> wrote:
[#205394] class is converting fixnum to array!?! — Stuart Brand <stuart@...>
Hi all
[#205426] Using Win32OLE library for DAO — "Jatinder Singh" <jatinder.saundh@...>
I am trying to do something like following to connect to a MS Access db from
[#205430] XMLBuilder: no such file to load -- builder — "Matthew Eichler" <matthew.eichler@...>
I'm trying to use the XML builder package, but the require is not working.
On 01/08/06, Matthew Eichler <matthew.eichler@aventinesolutions.nl> wrote:
[#205432] Proxy Authentication — NAYAK <nayakk@...>
Hi
[#205458] Enumerable — Michael Saltzman <michael@...>
Am new to Ruby and have the folloiwng Question.
[#205463] Rubyforge svn import — transfire@...
How to do an initial svn import to Rubyforge? Is it possible to use
On Wed, 2006-08-02 at 01:00 +0900, transfire@gmail.com wrote:
[#205545] Binary numbers — Kim Pedersen <kimersen@...>
Hi,
[#205556] super-newbee Ruby regex help? — "Aaron Reimann" <aaron.reimann@...>
This is pretty complex considering that I am just now reading "Learn to
[#205578] Help with complicated problems — Luke Kanies <luke@...>
Hi all,
Luke Kanies wrote:
[#205583] Strategies for autoloading ruby files — Luke Kanies <luke@...>
Hi all,
On Wed, 2 Aug 2006, Luke Kanies wrote:
You can use `Module.const_missing` to autoload a file the first time
[#205587] Building the finite state machine of a Ruby regexp — Gilles Lacroix <lacroix7@...>
[#205596] Rails view template for a gallery — "stephen O'D" <stephen.odonnell@...>
I am totally new to rails, so sorry for the trivial question!
stephen O'D wrote:
I'll be honest, I think this is Ruby-centric enough because it really
[#205605] newbie qustion — Robert Smith <ricardo.orozco@...>
I'm trying to parse a file that looks like this:
[#205615] Sending Multiple Args to a Method Object — Harris Reynolds <hreynolds2@...>
I am trying to call a method that has multiple arguments using reflection. However, when I invoke the method.call method passing the arguments as an array it chokes with the following error:
[#205635] Embedded Ruby Question — "Brian Campbell" <becampbel@...>
Hi all,
[#205643] Static functions, extensions, linkage — "Daniel Berger" <djberg96@...>
Hi,
[#205644] RoR free hosting — John@...
Does anyone know of a good hosting company that is offering free ruby
[#205652] REXML XPath: bug or misunderstanding? — Eric Armstrong <Eric.Armstrong@...>
This code looks for a table that matches
Eric Armstrong wrote:
On 02/08/06, Robert Klemme <shortcutter@googlemail.com> wrote:> Eric Armstrong wrote:> > ...> > According to the XPath doc, the first argument> > is the "context" element.> >> > So what /should/ happen is that search> > for td elements occurs in the subtree> > rooted at the tbl element, using the> > //td path --which I take to mean "anywhere> > within the context".> >> > But what actually happens is that the> > search for td elements occurs in the> > entire document, so the code above returns> > the first table, regardless of where the> > matching data is found.>> That sounds like a bug.
Eric Armstrong skrev:
Eric Armstrong wrote:
Thomas, Mark - BLS CTR wrote:
[#205655] load commands during irb startup — junkone@...
HI
junkone@rogers.com wrote:
[#205659] Can you explain what this repo (yaml/Marshal) code do? — "anne001" <anne@...>
repositiory is a hash keyed on some kind of check sum derived from the
On 8/1/06, anne001 <anne@wjh.harvard.edu> wrote:
[#205692] Speaking of T-shirts... — Hal Fulton <hal9000@...>
The other day in a fit of insomnia I designed
[#205696] golfing Eratosthenes — "Daniel Baird" <danielbaird@...>
Hi all,
On 8/2/06, Daniel Baird <danielbaird@gmail.com> wrote:
On 8/2/06, Daniel Baird <danielbaird@gmail.com> wrote:
Enumerations, all the way ;)
William James wrote:
Hi Ruby Gurus,
[#205697] crontab.rb:117: warning: tried to create Proc object without a block — pere.noel@... (Une b騅ue)
with crontab.rb:117:
[#205718] Composite Primary Keys support for Associations — Dr Nic <drnicwilliams@...>
[Cross-post from Ruby on Rails list]
[#205732] Ruby Cookbook — Morton Goldberg <m_goldberg@...>
Anyone care to post their first impressions on Ruby Cookbook? I
On Aug 2, 2006, at 6:08 AM, Morton Goldberg wrote:
I think it would be a nice option if they offered this book as a PDF.
On 8/2/06, Dark Ambient <sambient@gmail.com> wrote:
No its not available anymore as a rough cut, and I agree this book would be much more useful as a
On 8/4/06, Jim Morris <ml@e4net.com> wrote:
On 8/4/06, John Gabriele <jmg3000@gmail.com> wrote:
On 04/08/06, John Gabriele <jmg3000@gmail.com> wrote:
On 8/4/06, Paul Battley <pbattley@gmail.com> wrote:
Dave Thomas wrote:
"Steven R." <steverummel@comcast.net> writes:
On Saturday 05 August 2006 9:23 pm, Dave Thomas wrote:
Keith Fahlgren <keith@oreilly.com> writes:
On 8/5/06, Dave Thomas <dave@pragprog.com> wrote:
Much in the tradition of Slamdance connected to the Sundance Film
On Aug 6, 2006, at 7:20 AM, Gus S Calabrese wrote:
I think it is great that someone is going to all this effort to
Robert Evans wrote:
On 8/6/06, James Britt <james.britt@gmail.com> wrote:
Morton Goldberg wrote:
I've just received my paper copy. It looks very good.
> Ok, I'm stumped. Does such a thing exist?
[#205753] Different semantics of Proc and method call -- bug or feature? — Tammo Freese <freese@...>
Hi all,
Hi,
On Aug 2, 2006, at 9:05 AM, Yukihiro Matsumoto wrote:
Hi,
In keeping with your current numbering scheme, does this mean there
Hi,
On 8/2/06, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
On Aug 3, 2006, at 10:26 AM, Rick DeNatale wrote:
On 8/3/06, James Edward Gray II <james@grayproductions.net> wrote:
On Fri, 4 Aug 2006, Rick DeNatale wrote:
[#205771] A left-exclusive Range class — Cyrus Hall <hallc@...>
The current Range class in ruby is quite useful, however, I was recently
[#205774] Re: A left-exclusive Range class — Nuralanur@...
> The current Range class in ruby is quite useful, however, I was recently
On Wed, 2006-08-02 at 23:24 +0900, Nuralanur@aol.com wrote:
Cyrus Hall wrote:
[#205777] Ruby can't see RMagick installed from gem on FC4 — Lance Squire <lance@...>
I'm planning on using RMagick to do thumbnails for a Rails project.
Lance Squire wrote:
Justin Collins wrote:
Lance Squire wrote:
Anatol Pomozov wrote:
On Thu, 3 Aug 2006, Lance Squire wrote:
unknown wrote:
On Fri, 4 Aug 2006, Lance Squire wrote:
unknown wrote:
On Fri, 4 Aug 2006, Lance Squire wrote:
unknown wrote:
On Sat, 5 Aug 2006, Lance Squire wrote:
unknown wrote:
On Sat, 5 Aug 2006, Lance Squire wrote:
unknown wrote:
On Sat, 5 Aug 2006, Lance Squire wrote:
[#205780] spread your best code-snippets — "naPOLeon" <naPOLeon.Polzer@...>
I just ran over a nice code-snippet online-database: 'Programming is
"naPOLeon" <naPOLeon.Polzer@gmx.de> writes:
Christian Neukirchen wrote:
Yes, but that means those people would need to become unified, but I
On 8/2/06, Christian Neukirchen <chneukirchen@gmail.com> wrote:
I'd add 5. dont be textsnippets.com - has anyone noticed that it looks just
[#205819] For performance, write it in C# — "Justin Bailey" <jgbailey@...>
I can't resist jumping on this one. The attached file requires John Lam's
Would this work with Mono?
On 8/3/06, Peter Hickman <peter@semantico.com> wrote:
On 8/3/06, Justin Bailey <jgbailey@gmail.com> wrote:
On 8/3/06, Charles O Nutter <headius@headius.com> wrote:
On 8/3/06, Tanner Burson <tanner.burson@gmail.com> wrote:
In the cradle? I understand it has successfully passed all ruby 1.8.2
[#205828] How to split(//) with respect to bigraphs? — Pavel Smerk <smerk@...>
And once more question:
Pavel Smerk wrote:
[#205830] Does one-click install leave other installs intact? — "bradjpeek" <bradjpeek@...>
In the process of learning Ruby, so this is a newbie question....
[#205859] parsing with delimeters ---new programmer — Robert Smith <ricardo.orozco@...>
I'm trying to parse a file that looks like this:
[#205869] Can't convert String into Integer (TypeError) — Timothy Hunter <TimHunter@...>
Okay, I'm stumped. I've been looking at this program off-and-on for 3
[#205871] How to capture a SOAP exception from a webservice? — Nate Imaqaguy <breakingsoftware@...>
I’m trying to catch a soap exception from a web service, but I’m a n00b
[#205883] Using gsub to remove embedded newlines in HTML file — Wes Gamble <weyus@...>
I have an HTML file that is in a string.
[#205892] RubyConf 2006 registration is open — dblack@...
Hi --
On 8/2/06, dblack@wobblini.net <dblack@wobblini.net> wrote:
[#205895] finding the orig file of an alias — pere.noel@... (Une b騅ue)
On 8/3/06, Une b辿vue <pere.noel@laponie.com.invalid> wrote:>> for the time being i'm using the finder thru AppleScript and then aeosa> in order to find the original path of an alias.>> that's time consuming ))>> does exist a direct rubyish way to do that (as in perl for ex.) ?
Dave Howell <groups+2006@howell.seattle.wa.us> wrote:
[#205905] Another word game — "M. Edward (Ed) Borasky" <znmeb@...>
A while back, we had "Ruby is to Rails as ______ is to ______?" How
[#205928] JRuby Extras - making Ruby apps spectacular in the Java world — "Charles O Nutter" <headius@...>
I'm happy to announce the JRuby Extras project, on RubyForge as
On Thu, 2006-08-03 at 14:40 +0900, Charles O Nutter wrote:
Zed Shaw wrote:
[#205944] Array#size empties the Array?? — Sven Suska <software617rf@...>
Hello,
Sorry, I had forgotten to give enough information:
On 8/3/06, Sven Suska <software617rf@suska.org> wrote:
Robert Dober wrote:
Sven Suska wrote:
[#205960] Refactoring IDE for Ruby ? — "Squeak Smalltalk" <wallenberg@...>
Hi,
No refactoring IDEs for Ruby that I know of.
Mat Schaffer wrote:
Logan Capaldo wrote:
[#205991] How to keep proceeding if one command fails (in Rake)???? — Luc Vantroys <lootchino@...>
Hi All,
Have you looked into using the begin...rescue...end syntax? It's
-----BEGIN PGP SIGNED MESSAGE-----
On a related note...
[#205993] How to tell when IO::popen is finished? — "Daniel N" <has.sox@...>
Hi,
On Thu, 3 Aug 2006, Daniel N wrote:
On 8/4/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:
On Thu, 3 Aug 2006, Daniel N wrote:
On 8/4/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:
[#205997] define_method vs eval "def ..." — "Tomasz Wegrzanowski" <tomasz.wegrzanowski@...>
Hello,
[#206025] PDF::Writer Table of Contents problem — lepage@...
Hello,
[#206032] Creating Classes at runtime — David Stokar <stodavid@...>
Hi everybody,
David,
David Pollak wrote:
David Stokar wrote:
[#206042] remote require — transfire@...
I know there are other solutions to this out there. Just wanted to
[#206043] DRb on Windows Wants to Be Touched — Keith Fahlgren <keith@...>
Hey,
[#206054] I’m having a hard time learning ruby. — Nate Imaqaguy <breakingsoftware@...>
Don't forget ri!
From: "Nate Imaqaguy" <breakingsoftware@gmail.com>
[#206107] Non-greediness in a regex - need some help verifying syntax — Wes Gamble <weyus@...>
All,
On 8/3/06, Wes Gamble <weyus@att.net> wrote:
I realized I made an error when I did the original post.
[#206120] Dir.glob finding folders — "Geoff" <samekh@...>
Hey,
Shouldn't it be
[#206157] Ruby stable branch is....1.9? — "Daniel Berger" <djberg96@...>
I downloaded what I thought was the 1.8.5 stable branch from
Yukihiro Matsumoto wrote:
On 8/4/06, Logan Capaldo <logancapaldo@gmail.com> wrote:
Leslie Viljoen wrote:
[#206183] the hypersonic flow of milwaukee's best - bil kleb and bill wood talk shop on sciruby — ara.t.howard@...
On 8/4/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:
On Fri, 4 Aug 2006, Robert Dober wrote:
ara.t.howard@noaa.gov wrote:
[#206184] A little regexp help for a newbie. — "RJ Melton" <shavah@...>
Sorry this is such an absurdly simple question, but I can't find the answer
On 8/4/06, RJ Melton <shavah@gmail.com> wrote:
I tried that and it works fine, optimal or not. Thanks. :)
What about "1a2+b".scan(/\d+) ?
[#206210] Is there a way to avoid having the library slurp-read the whole result-set? — "Helge Elvik" <helge.elvik@...>
Hi,
On Fri, 4 Aug 2006, Helge Elvik wrote:
[#206232] Re: [postgres] Is there a way to avoid having the library slurp-read the whole result-set? — "Helge Elvik" <helge.elvik@...>
Hi depesz,
[#206243] Proper Case (#89) — Ruby Quiz <james@...>
The three rules of Ruby Quiz:
Ruby Quiz wrote:
On Aug 4, 2006, at 8:20 AM, Mike Harris wrote:
James Edward Gray II wrote:
James Edward Gray, Jr., wrote:
[#206275] rcov 0.7.0 (code coverage for Ruby) — Mauricio Fernandez <mfp@...>
I am wondering, for a rails project, would this be the correct way to use
[#206295] Soap and Http-access problem. — Ola Bini <ola.bini@...>
Hi,
-----BEGIN PGP SIGNED MESSAGE-----
[#206300] seeking convention: project directory for project info — "7rans" <transfire@...>
I'm querying the Ruby community for a general convention in project
[#206305] Motiro 0.4.2 released — "Thiago Arrais" <thiago.arrais@...>
Motiro is a tool for tracking software projects. It has borrowed its
On Aug 4, 2006, at 10:38 AM, Thiago Arrais wrote:
On 8/4/06, James Edward Gray II <james@grayproductions.net> wrote:
Yeah, this sounds interesting. Is there a working demo for us to mess
[#206317] Automatically finding gaps in unit test coverage ? — "Tomasz Wegrzanowski" <tomasz.wegrzanowski@...>
Hello,
Tomasz Wegrzanowski wrote:
On 8/4/06, Robert Klemme <shortcutter@googlemail.com> wrote:
[#206337] Re: Drb / ActiveRecord as Application Server for Qt/Ruby client — "Philippe Lang" <philippe.lang@...>
Logan Capaldo wrote:
[#206347] Include existing C/C++ libraries in Ruby. — Ritesh Tijoriwala <riteshtijoriwala@...>
I want to use my existing C/C++ libraries in Ruby and is there a way to
[#206349] Grouping values of a hash or array. — Adrian Fraiha <fraiha@...>
If I've got a hash
[#206355] Tutorial on wrapping C/C++ libraries for use in Ruby? — Ritesh Tijoriwala <riteshtijoriwala@...>
Is there any tutorial/link/website that explains how to wrap existing
On 8/4/06, Ritesh Tijoriwala <riteshtijoriwala@yahoo.com> wrote:
[#206359] FXApp.create problem after fresh One-Click win98 install — bobbyorama@...
just ran ruby184-20.exe on win98 box and rebooted
[#206375] Learning with exercises — "RJ Melton" <shavah@...>
I've been struggling through the pickaxe book for the last week or so, but
[#206382] glade & ruby-gnome2 — "momo" <ivanrise@...>
hi all,
[#206386] What's happening here? A strange regexp problem wth posix :alpha: character class — "Rick DeNatale" <rick.denatale@...>
I just ran across this, and can't figure out what's happening. the
[#206402] RFuzz 0.7 -- Win32, Bug Fix, Browser Begins — Zed Shaw <zedshaw@...>
Hello Everyone,
[#206418] Survey: Enterprise Architecture and Software Development — james@...
Several prominent researchers are conducting a survey and looking for
[#206421] magic/xml library for easy XML processing — "Tomasz Wegrzanowski" <tomasz.wegrzanowski@...>
Hello,
[#206427] Mechanize — "barjunk" <barjunk@...>
On 8/4/06, barjunk <barjunk@attglobal.net> wrote:
[#206433] Simple Reading, Deleting and Writing to Files — "Skeets" <skillet3232@...>
i have done some research, but can't see anything that explains simple
[#206443] the perens in lisp dilects is there for a reson... macros. — atbusbook@...
macros are sort of like c macros but more powerful. they are the
The parentheses are not strictly necessary for macros. They're just the
atbusbook@aol.com writes:
Charles Hoffman wrote:
Hi --
dblack@wobblini.net wrote:
Hi --
dblack@wobblini.net wrote:
Hi --
dblack@wobblini.net wrote:
Hi --
Hi,
Charles Hoffman wrote:
On 8/8/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
Francis Cianfrocca wrote:
M. Edward (Ed) Borasky wrote:
Francis Cianfrocca wrote:
"Francis Cianfrocca" <garbagecat10@gmail.com> writes:
Steven Lumos wrote:
Steven Lumos wrote:
M. Edward (Ed) Borasky wrote:
On 8/9/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
On 8/9/06, Simen Edvardsen <toalett@gmail.com> wrote:
On 8/9/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
Simen Edvardsen wrote:
On Wed, Aug 09, 2006 at 11:57:03PM +0900, Francis Cianfrocca wrote:
Chad Perrin wrote:
Francis Cianfrocca <garbagecat10@gmail.com> writes:
On 8/10/06, Steven Lumos <steven@lumos.us> wrote:
[#206458] why can't I catch this exception? — "Rob Sanheim" <rsanheim@...>
(this is in the context of Rails, buts its primarily a Ruby question
[#206468] Challenge with FasterCSV — junkone@...
HI
[#206480] Start an external application - How? — Joe Percival <bttman@...>
I don't need details, just a push in the right direction.
You could try using 'system', eg:
[#206506] Iterating over an array n element at a time — Kim Pedersen <kimersen@...>
Is there an elegant way to iterate over an array n elements at a time?
On 8/6/06, Trans <transfire@gmail.com> wrote:
Trans wrote:
On 8/6/06, Trans <transfire@gmail.com> wrote:
Hi,
On 8/6/06, Marcelo Alvim <malvim@gmail.com> wrote:
> Just a tiny little trap you fell into, look at this
[#206509] Smoking hash-ish: Letter mapping... — Meino Christian Cramer <Meino.Cramer@...>
Hi,
[#206510] Inheritance with class-variables — Yochen Gutmann <yoche2001@...>
Hi,
[#206515] How to execute an external program - Ruby equivalents to PHP? — tesla <tesla.nicoli@...>
PHP has these:
Thanks!
[#206528] uploading local file into text_field using watir — "michael" <csamigroup@...>
Could anybody help with the code below in Ruby / watir??
Well, what you're doing is just taking the contents of the variable
Matt..
[#206541] How to redirect a string to stdin within code? — Christian Seifert <Christian.Seifert@...>
Hello all, I am trying to create a unit test for a class that reads input
Logan Capaldo wrote:
[#206549] Pandora 0.4.3 Release — "Julian I. Kamil" <julian.kamil@...>
I am pleased to announce that Pandora 0.4.3 is now available to the
[#206561] Resubmitting legacy RCR 161 — "M. Edward (Ed) Borasky" <znmeb@...>
Some time back, RCR 161 was submitted to add a []= method to the Matrix
[#206567] Whitespace matters in instance_eval? I'm confused — "Harold Hausman" <hhausman@...>
irb(main):001:0> foo = Object.new
[#206573] threads and system calls — snacktime <snacktime@...>
I'm curious how ruby threads would do for a threaded network server.
snacktime wrote:
>
[#206588] Qt/Ruby bindings for Qt 4? — "Philippe Lang" <philippe.lang@...>
Hi,
[#206589] DBI/DBD for MySQL — Michael Perle <michael_perle@...>
Hi there,
[#206601] rubymanual.org and railmanual.com ?? — tesla <tesla.nicoli@...>
Who runs these sites and why are thye never mentioned on any of the other
tesla wrote:
[#206609] How to react on nil or wrong object-type as parameter — Yochen Gutmann <yoche2001@...>
Hi,
Yochen Gutmann wrote:
Hi Daniel,
On Aug 6, 2006, at 7:55 AM, Daniel Schierbeck wrote:
Eric Hodel wrote:
On Aug 7, 2006, at 3:30 PM, Daniel Schierbeck wrote:
Eric Hodel wrote:
On Aug 8, 2006, at 2:45 AM, Daniel Schierbeck wrote:
Eric Hodel wrote:
On Aug 8, 2006, at 10:35 AM, Daniel Schierbeck wrote:
Eric Hodel wrote:
On Aug 8, 2006, at 12:45 PM, Daniel Schierbeck wrote:
Yochen Gutmann wrote:
>Robert Klemme wrote:
So if I do understand you all correctly, in Ruby you put the responsible
[#206657] Problem with Ruby Installation — Michael Satterwhite <michael@...>
I'm running Ubuntu Breezy. Because of some problems with the version of
> require': no such file to load -- rubygems (LoadError)
Erik Veenstra wrote:
What's the output of this?:
[#206667] RubyScript2Exe 0.5.1 — "Erik Veenstra" <erikveen@...>
I've just released RubyScript2Exe 0.5.1.
On 8/6/06, Erik Veenstra <erikveen@gmail.com> wrote:
[#206678] Superclass mismatches — listrecv@...
I'm sometimes seeing an error "superclass mismatch". I have no idea
[#206681] Profiling Ruby Matrix operations — "M. Edward (Ed) Borasky" <znmeb@...>
A while back, I wondered if anyone had ever profiled the Ruby
"M. Edward (Ed) Borasky" <znmeb@cesmail.net> writes:
Christian Neukirchen wrote:
On 8/8/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
Jan Svitok wrote:
On 8/8/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
[#206683] GUI — Tom de Grunt <tom@...>
Hello All,
[#206727] inject does not inject last value — Pe, Botp <botp@...>
Hi All,
Its not a bug, its because thats what sum/prod are on the last iteration.
[#206744] Ruby/Tk : How to show tooltips (please correct my ugly implementation) — Ronald Fischer <ronaldf@...>
Could someone please help me with the following?
[#206750] Few questions from a newbye — "bzamfir@..." <bzamfir@...>
Hi,
[#206755] writing native ObjC extension to ruby ?? — Yvon Thoraval <yvonthoraval@...>
i'd like to write a natine objc ext to ruby.
On 07/08/06, Yvon Thoraval <yvonthoraval@free.fr> wrote:
[#206781] nextPowerOf2(n) — Ch Skilbeck <ruby@...>
Hi,
Ch Skilbeck wrote:
On 8/7/06, Daniel Schierbeck <daniel.schierbeck@gmail.com> wrote:
> Here's another take
Ch Skilbeck <ruby@skilbeck.com> writes:
Daniel Martin wrote:
I hope that this doesn't offend anyone, but in the spirit of test infection...
[#206790] Ruby-Perl IPC messaging API (idea from SOAP) — Rickard Sjostrom <rsm@...>
Hi!
[#206794] FxRuby FxChoiceBox segfault — "Leslie Viljoen" <leslieviljoen@...>
Hello!
[#206825] How to recognize which child process has just ended? — Lukasz Muziol <wookie2@...2.pl>
Hi!
[#206856] Codegolf - Writing a Brainf*ck interpreter — "Frank Spychalski" <rubytalk@...>
Hi,
Frank Spychalski wrote:
Michael Ulm <michael.ulm@isis-papyrus.com> writes:
Daniel Martin wrote:
Michael Ulm <michael.ulm@isis-papyrus.com> writes:
On 8/9/06, Daniel Martin <martin@snowplow.org> wrote:
On 8/9/06, Simon Strandgaard <neoneye@gmail.com> wrote:
"Simon Strandgaard" <neoneye@gmail.com> writes:
On 8/9/06, Daniel Martin <martin@snowplow.org> wrote:
Thanks for the feedback, BTW the next challenge is out: Pascal's Triangle
[#206862] Dr Nic’s Magic Models — Dr Nic <drnicwilliams@...>
[Cross-posted on Ruby on Rails forum]
Question: Is this compatible with your previous work on composite
Kev Jackson wrote:
This is awesome. I love this. Magic magic magic.
Robert MannI wrote:
Logan Capaldo wrote:
Logan Capaldo wrote:
[#206878] An integer's life span? — "Sam Kong" <sam.s.kong@...>
Hello!
On Aug 7, 2006, at 2:40 PM, Sam Kong wrote:
[#206894] application structure — Carl Jenkins <carljenkins@...>
I am attempting to learn ruby and I can not seem to find how I would
On 8/7/06, Carl Jenkins <carljenkins@gmail.com> wrote:
[#206916] Extracting instance variables from a block? — Chris Eskow <chriseskow@...>
Hello fellow Rubyists,
[#206938] How to make objects that can set $1 when obj =~ /(.)/ is called ? — "Tomasz Wegrzanowski" <tomasz.wegrzanowski@...>
Something like that would be a reasonable thing to do:
[#206959] AMD Dual Core and Ruby — Meino Christian Cramer <Meino.Cramer@...>
Hi,
[#206964] Automatic instantiation of subclasses — Kilivor Kante <kilivor@...>
Hi!
[#206978] File.join : can't convert Fixnum into String ? — "Trans" <transfire@...>
Where's the Fixnum?
[#206990] Newbie questions — "manowarrior" <luchezar.petkov@...>
Hello,
Hi,
[#207009] prob with tutorial example — "nephish" <nephish@...>
Hey there,
[#207028] require 'mysql' is failing — Michael Satterwhite <michael@...>
I really thought I'd be through at this point ... but
[#207033] Info on continuations / callcc? — "vasudevram" <vasudevram@...>
vasudevram wrote:
[#207036] Goto in Ruby? — "aidy" <aidy.rutter@...>
I have a simple web GUI that I would like to read a file and enter data
On 08.08.2006 16:47, aidy wrote:
Robert wrote
[#207056] load paths unions? — "Trans" <transfire@...>
I want to be able to "union" some load paths. Eg. given
[#207069] Init_xxx(with arg ??) in C for ruby ext ??? — pere.noel@... (Une b騅ue)
hey all,
Une b騅ue <pere.noel@laponie.com.invalid> wrote:
On Aug 8, 2006, at 10:25 AM, Une b騅ue wrote:
[#207093] solar local time — ara.t.howard@...
[#207096] OS X Leopard shipping with Rails! — Daniel Schierbeck <daniel.schierbeck@...>
Look under "Internet and Web"
Daniel Schierbeck wrote:
[#207097] Stopping WEBrick from logging — Alex Young <alex@...>
Hi all,
[#207109] Re: mechanize timeout errors — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
[#207127] Global variables considered harmful? — darren kirby <bulliver@...>
Hello all,
[#207147] Using C++ Member Function with rb_protect — Daniel Harple <dharple@...>
I'm having problems using a C++ member function with rb_protect. Here
On 8/8/06, Daniel Harple <dharple@generalconsumption.org> wrote:
On Aug 8, 2006, at 4:45 PM, Francis Cianfrocca wrote:
[#207156] Installing rb-gsl-1.7.0 on Windows — Andrew Foerster <andrew.foerster@...>
Maybe I'm being dense but I'm trying to install GSL on Windows.
[#207190] For Float#class why is '===' different from '==' — "richB" <richard_a_brunner@...>
# Sorry, very newbie question ...
The triple equals is a length of velvet rope, checking values much like
Zikiss Chan wrote:
[#207193] Question on how to source a file with variables in it. — Oscar Gon <rakxzo@...>
I'm just trying to learn some scripting in Ruby and I am trying to
[#207195] Ruby Cookbook now in PDF format — "Leonard Richardson" <leonard.richardson@...>
You asked for it, you got it! O'Reilly is now selling the Ruby Cookbook
Thank You, Thank You, Thank You... I guess Bitching and Whining does work ;)
[#207201] RubyConf in Second Life? — "John Lam" <drjflam@...>
Since RubyConf this year has sold out so rapidly, I was wondering if
On 8/8/06, John Lam <drjflam@gmail.com> wrote:
Thanks for the pointer to that info, Austin! I'm checking with the
John Lam wrote:
I've got a response from the Linden folks. Each region (16 acre chunk
Well, wouldn't it just be better to ask the Rubyists of Second Life if we
Hi --
Hi David / Jim
[#207210] How many ways can I execute ruby program? — Vijay Patel <vijaypatel@...>
Hi all,
[#207224] why doesn't Array include Comparable — ara.t.howard@...
[#207234] Job Offer: Agile Tapestry, Spring Webflow, Ruby (Prague, CR) — Karel Miarka <kajism@...>
Hi,
[#207271] Looking for a Fast Persistent Store — Bob Hutchison <hutch@...>
Hi,
On 8/9/06, Bob Hutchison <hutch@recursive.ca> wrote:
Harold Hausman wrote:
Bob Hutchison wrote:
On Fri, 11 Aug 2006, Bob Hutchison wrote:
Kirk, how did you do this? Are you storing immutable objects and
On Sat, 12 Aug 2006, Francis Cianfrocca wrote:
On 8/11/06, khaines@enigo.com <khaines@enigo.com> wrote:
On Sat, 12 Aug 2006, Francis Cianfrocca wrote:
I was so interested in this idea that I cobbled up a quick test on a
On 8/11/06, Bob Hutchison <hutch@recursive.ca> wrote:
On Wed, 9 Aug 2006, Bob Hutchison wrote:
Hi Ara,
Bob Hutchison wrote:
On 8/14/06, Joel VanderWerf <vjoel@path.berkeley.edu> wrote:
From: "Francis Cianfrocca" <garbagecat10@gmail.com>
On 8/12/06, Bill Kelly <billk@cts.com> wrote:
On 8/13/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
On 8/13/06, Jon Smirl <jonsmirl@gmail.com> wrote:
[#207310] Why is this returning nil? — "Dark Ambient" <sambient@...>
class User
[#207317] Does Ruby have a built-in SMS Class?? — Trupti Deshpande <trupti@...>
Can we send SMS using a ruby script from a PC to a mobile?? Does Ruby
[#207318] how to see if a variable matches an array element? — "John Fink" <john.fink@...>
Hey folks,
[#207322] Einrichtung einer deutschsprachigen Ruby-Newsgroup (bitte lesen!) — Christian Janoff <usenet-aug-2006@...>
Hi!
[#207324] Enumerable#all? and empty arrays — Andre Nathan <andre@...>
Hello
[#207345] Rails 1.1.5: Mandatory security patch (and other tidbits) — "David Heinemeier Hansson" <david.heinemeier@...>
We're still hard at work on Rails 1.2, which features all the new
I'm getting a Zlib::BufError when it gets to actionpack
On Thu, 10 Aug 2006, David Heinemeier Hansson wrote:
On Aug 9, 2006, at 19:41, khaines@enigo.com wrote:
> There are competing interests at stake beyond adhering to general
On Thu, 10 Aug 2006, David Heinemeier Hansson wrote:
khaines@enigo.com writes:
On Fri, 11 Aug 2006, Christian Neukirchen wrote:
I completely agree with Kirk. Especially considering that 1.1.5 patch
khaines@enigo.com wrote:
Also getting the Zlib::BufError problem on Windows. Advice?
On 8/9/06, David Heinemeier Hansson <david.heinemeier@gmail.com> wrote:
John Wilger wrote:
But 1.1.5 also may have security holes, posted by me in:
This killed all of my functional tests:
[#207347] Modules -> do I have is straight? — Jean Nibee <theopensourceguy@...>
Hi
Jean Nibee wrote:
A related question: is this why many libraries nest classes inside a
Simon Harrison wrote:
"Are their any good explanations of designing programs using this
[#207381] access built-in shell commands like 'history' or 'fc' — "bwv549" <jtprince@...>
How do I access built-in shell commands (like 'history' or 'fc') with a
bwv549 wrote:
[#207414] application design advice — snacktime <snacktime@...>
I'm using the Eventmachine framework and being fairly new to ruby am
[#207416] Re: Satan and the evil — Jeremy Henty <jeremy@...>
On 2006-08-09, researchtwo@lorenzocrescini.it
[#207419] Question about "No such file to load -- rexml/encodings/ISO-8859-1.rb" — Yaoyao Gu <guy@...>
Hi all,
On 8/9/06, Yaoyao Gu <guy@ece.osu.edu> wrote:
[#207436] Entering data into Excel, in specific iterated rows/columns — "reed.adam@..." <reed.adam@...>
I have a script that spiders a page looking for elements. In this
Shoot, pardon the "ef" (def) and the excel.close in there, those are
I'd probably recommend FasterCSV instead. You can use Excel through
Thanks Sam, I appreciate the reply. That tutorial is what I have been
[#207446] Convert HEX to RGB — Bruno Malvestuto <bruno@...>
How i can convert hex to rgb?
On 8/10/06, Bruno Malvestuto <bruno@garageim.com> wrote:
Ummm... This is a really clever solution, except if you have a hex value
[#207461] Fortran 77 — Chris Gehlker <canyonrat@...>
I just happened upon the the footnote on page 187 of the Pickaxe book
[#207476] Ruby and GUI — "Satish Talim" <satish.talim@...>
I am new to Ruby and wanted to explore ways to create a GUI (on
[#207489] hash key to var name of value hash key value — pere.noel@... (Une b騅ue)
[#207498] O'REILLY radar Q206 — "Kroeger, Simon (ext)" <simon.kroeger.ext@...>
[#207501] irb Rake::Application#help messes up readline — julien.thewys@...
Hi,
[#207510] net/telnet — "pedro.baldanta@..." <pedro.baldanta@...>
Hi all:
[#207521] Method arguments. — Sard Aukary <sardaukary@...>
Is there a way to refer to the arguments passed to a function, so I can
[#207529] extending String call with a #copy!(n) — pere.noel@... (Une b騅ue)
Une b騅ue wrote:
[#207535] Pretty-printing Ruby code to HTML — "Tomasz Wegrzanowski" <tomasz.wegrzanowski@...>
Hello,
[#207538] nonce — "Trans" <transfire@...>
W00t! Had to share this discovery:
On 8/10/06, Trans <transfire@gmail.com> wrote:
Hi --
Trans wrote:
Trans wrote:
On 8/11/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
On Fri, 11 Aug 2006, Martin DeMello wrote:
On 11/08/06, Matt Lawrence <matt@technoronin.com> wrote:
fr Paul
On 11/08/06, Pe単a, Botp <botp@delmonte-phil.com> wrote:> fr Paul> # http://www.urbandictionary.com/define.php?term=nonce> #> http://www.freedictionary.org/index.php?Query=Nonce&database=*&strategy=exact>
fr Paul:
Hi --
On 11/08/06, dblack@wobblini.net <dblack@wobblini.net> wrote:
Hi --
Paul Battley wrote:
From: <dblack@wobblini.net>
Hi --
dblack@wobblini.net writes:
[#207584] [ANN] Ruport 0.4.23 / RuportDay2006 Details — "Gregory Brown" <gregory.t.brown@...>
== RuportDay 2006 ==
[#207587] webrick, ssl and non-ssl on the same port — Pavel Smerk <smerk@...>
Hello all,
[#207588] using YAML? — Peter Bailey <pbailey@...>
I have a spreadsheet with 3 columns in it, and 174 rows. I need to
[#207595] good writing in Ruby... — Josselin <josselin@...>
I know I can write it the 'ugly common way' (loop)
[#207625] A simple Hpricot text setter — Chris Gehlker <canyonrat@...>
If anyone is trying to use Hpricot to clean up the actual content of
On Fri, Aug 11, 2006 at 03:19:13AM +0900, Chris Gehlker wrote:
[#207630] instance_eval vs. class_eval context — Andrew Gibson <gibson_andrew@...>
Is it the same context when a class is the receiver of instance_eval or
[#207635] Rails 1.1.6: Stronger fix, backports, and full disclosure — "David Heinemeier Hansson" <david.heinemeier@...>
The cat is out of the bag, so here's the full disclosure edition of
David, what are the steps 3rd party engines need to do to fix their code?
[#207654] Odd Net::FTP behavior — rubyhacker@...
Here's my (simple) code. This has worked fine in the past;
[#207664] Confused by Bignum#remainder — "Daniel Berger" <Daniel.Berger@...>
Help a guy out who got B's and C's in math classes in college:
[#207665] FSF Award. Guido / Larry won it, why not matz? — "Gregory Brown" <gregory.t.brown@...>
I'm sending my nomination in for him, I think we should all :)
[#207681] Overriding String#[] — Lukasz Muziol <wookie2@...2.pl>
The generic question would be "does anyone know a decent and complete
[#207705] Simple question regarding hashes — x1 <caldridge@...>
Is something like this possible?
fr x1:
Yep.. Thanks alot. This some pretty neat stuff. :-)
x1 wrote:
On 8/12/06, Robert Klemme <shortcutter@googlemail.com> wrote:
On Sun, Aug 13, 2006 at 03:54:42AM +0900, Rick DeNatale wrote:
Chad Perrin wrote:
I like %w|foo bar| but also use %w{}. Maybe I should use %w[], though,
[#207706] Getting a files mime-type — Daniel Greig <dgreig@...>
Hi,
[#207711] Defining Eigenclass — "Matt Todd" <chiology@...>
So, what is an eigenclass? I googled it, and couldn't find anything
Google Singleton class. That'll surely help ;-)
>>>>> "T" == Tom Werner <tom@helmetstohardhats.org> writes:
ts wrote:
>>>>> "T" == Tom Werner <tom@helmetstohardhats.org> writes:
ts wrote:
>>>>> "T" == Tom Werner <tom@helmetstohardhats.org> writes:
On Sat, Aug 12, 2006 at 02:19:29AM +0900, ts wrote:
Hi --
On Sat, Aug 12, 2006 at 03:44:40AM +0900, dblack@wobblini.net wrote:
[#207716] Getting Really Started with Rails - Tutorial styled Slides Available — "Nathaniel Brown" <nshb@...>
For those that missed out joining the amazing turnout of ~70 people here in
[#207731] Codegolf - Pascals Triangle — Michael Ulm <michael.ulm@...>
My take on the latest problem from http://www.codegolf.com
> My take on the latest problem from http://www.codegolf.com
Michael Ulm <michael.ulm@isis-papyrus.com> writes:
[#207753] Cryptographic Signatures: Ruby versus OpenSSL — Andy Stewart <ruth_andy@...>
Hello Everyone,
This Ruby code will give you the same result:
[#207768] Pen and Paper (#90) — Ruby Quiz <james@...>
The three rules of Ruby Quiz:
On Aug 11, 2006, at 7:58 AM, Ruby Quiz wrote:
---------------------------------
[#207789] Cardinal: Not dead yet? — "James F. Hranicky" <jfh@...>
Didn't know this:
[#207800] ParseDate.parsedate() and Time.now() — Patrick Spence <patrick@...>
irb(main):029:0> timeNow = Time.now().to_s()
[#207809] newbie question: how to create variable — Karel Michek <KMichek@...>
Hi,
[#207857] How absurd is this? — khaines@...
Imagine you have in a method a block. Sometimes you will want that block
[#207862] Crazy gsub/regex scheme - can this be done better? — Wes Gamble <weyus@...>
All,
Wes Gamble wrote:
[#207890] cannot require a file that doesnt have a prefix? — "Trans" <transfire@...>
Huh... why can't I require a file that has no prefix?
[#207905] Beginner's question: assigning same value to many variables — Alex Khere <askhere@...>
I'm just starting out in programming, using Ruby to learn.
a=b=c=d=f=g=h=i=j=k=l=m=n=''
or you could do
I presume you want each variable initialized to a _different_ empty
> -----Original Message-----
I like it. I's a much better idea than either of mine.
[#207912] Re: Dire need for inject_with_index — James Edward Gray II <james@...>
Hope this helps:
[#207924] LDAP — "barjunk" <barjunk@...>
Are folks just using net/ldap or are there some other ldap libraries
[#207937] String#split(/\s+/) vs. String#split(/(\s+)/) — Sam Kong <sam.s.kong@...>
Hello Rubyists,
[#207969] perl tr and ruby String#tr — snacktime <snacktime@...>
This, in perl:
snacktime <snacktime@gmail.com> wrote:
my $even_bits = "\0";
On 8/12/06, snacktime <snacktime@gmail.com> wrote:
On 8/12/06, Jan Svitok <jan.svitok@gmail.com> wrote:
On 8/12/06, snacktime <snacktime@gmail.com> wrote:
Ok almost there one more question on using tr. If the to_string is a
> Have you tried the seemingly simple approach like this, which avoids
[#207972] gets give me last arg of script ??? — pere.noel@... (Une b騅ue)
[#207976] Zerenity 1.0 — "Farrel Lifson" <farrel.lifson@...>
= Zerenity Changelog
[#207981] sh command that ascends dir tree for executable — "Trans" <transfire@...>
Before I do and implement this myself, want to make sure it doesn;t
[#207990] map or collect with multidimension arrays — "Dark Ambient" <sambient@...>
What would be the proper call to a multi array either collect or map ?
Hi --
dblack@wobblini.net wrote:
I know they are interchangeable
Try
[#208011] PATCH to make internal Hash class retain order... — "Thies C. Arntzen" <thieso@...>
Hi there -
Brian McCallister schrieb:
Hi --
[#208022] Rubygems on Mac OS X — Geoff Hulette <ghulette@...>
I am having a problem getting gems configured properly on my Mac (OS X
Try this:
quoth the lists:
darren kirby [2006-08-13 05:34]:
[#208051] Ruby and games — "F. Senault" <fred@...>
Hello all.
[#208054] ruby equiv of perl pos — snacktime <snacktime@...>
Or to be more exact, how would I do the following in ruby?
snacktime wrote:
[#208056] Newbie at ruby - syntactic sugar for Range / Array — Neil Laurance <neil_laurance@...>
Hi there,
Hi --
On 8/12/06, dblack@wobblini.net <dblack@wobblini.net> wrote:
Hi --
On 8/12/06, dblack@wobblini.net <dblack@wobblini.net> wrote:
[#208114] Please help fixing gems on OSX — "andre in LA" <andreinla@...>
Hi, I am new to OSX and am a beginner rails developer.
On Aug 13, 2006, at 5:28 AM, Chris Gehlker wrote:
On Aug 16, 2006, at 3:40 PM, Chris Gehlker wrote:
I downloaded gems and ran sudo ruby setup.rb which seemed to run OK.
[#208131] A use case for an ordered hash — Hal Fulton <hal9000@...>
There have been numerous occasions when I wanted an
Hal Fulton wrote:
Absolutely... an Array is perfect for ordered information.
Robert Klemme wrote:
Hal Fulton wrote:
Robert Klemme wrote:
On 8/14/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
Phillip Hutchings wrote:
Phillip Hutchings wrote:
On 8/21/06, Bil Kleb <Bil.Kleb@nasa.gov> wrote:
On Sun, 13 Aug 2006, Hal Fulton wrote:
On 8/13/06, John Carter <john.carter@tait.co.nz> wrote:
Austin Ziegler wrote:
On 8/14/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
On 8/14/06, Martin DeMello <martindemello@gmail.com> wrote:
Austin Ziegler wrote:
On 8/15/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
Robert Dober wrote:
On 8/21/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
On 8/22/06, Robert Dober <robert.dober@gmail.com> wrote:
On 8/21/06, Martin DeMello <martindemello@gmail.com> wrote:
On Tue, Aug 22, 2006 at 05:32:52AM +0900, Robert Dober wrote:
Just Another Victim of the Ambient Morality wrote:
Coming to Ruby from JavaScript (among other paths) I personally dislike
On Aug 21, 2006, at 6:25 PM, Phrogz wrote:
James Edward Gray II wrote:
Hello to all,
Sven Suska schrieb:
On Thu, 24 Aug 2006, Pit Capitain wrote:
Phrogz wrote:
surf wrote:
[#208138] Tim Bray (Sun Microsystems) on Ruby — "zoat" <enogrob@...>
The Director of Web Technologies at Sun Microsystems jumps directly to
[#208172] Gmail and ruby-talk (was Re: Pen and Paper (#90)) — "Rick DeNatale" <rick.denatale@...>
On 8/13/06, Matt Todd <chiology@gmail.com> wrote:
[#208196] stderr capture on Windows — Sard Aukary <sardaukary@...>
Is it possible to capture stderr on Windows?
[#208199] Search objects — "Dark Ambient" <sambient@...>
I can use some help here:
[#208215] Using Ruby in a commercial application? — Chanon Sajjamanochai <chanon.s@...>
Hi all,
[#208253] hash.keys and hash.values — Mage <mage@...>
Hello,
Mage wrote:
On Mon, Aug 14, 2006 at 07:31:05AM +0900, Hal Fulton wrote:
[#208272] How do you use flock and clean up lock files? — John Carter <john.carter@...>
So I'm using flock, but I have this noxious race condition when I try to
On 8/13/06, John Carter <john.carter@tait.co.nz> wrote:
On Mon, 14 Aug 2006, Francis Cianfrocca wrote:
-----BEGIN PGP SIGNED MESSAGE-----
On 8/14/06, John Carter <john.carter@tait.co.nz> wrote:
On 8/14/06, gwtmp01@mac.com <gwtmp01@mac.com> wrote:
On Aug 14, 2006, at 12:45 PM, Francis Cianfrocca wrote:
Depends on the Unix. Solaris threads (not LWPs) are light as a feather.
[#208279] Multiple assignment in a hash — Kevin Olbrich <devlists-ruby-talk@...>
Anyone know of any ruby shortcuts for multiply assigning elements in a hash?
[#208298] errors in include "CFURL.h" — pere.noel@... (Une b騅ue)
Daniel Harple <dharple@generalconsumption.org> wrote:
[#208306] Ruby In Steel 0.75 now available for download — "Huw Collingbourne" <huw@...>
{{Version 0.75 of Ruby In Steel}} is now available for download. This
[#208315] Go to specific row and column — don <donsdx@...>
Hi,
[#208326] ruby httpd/cgi server for a directory — "Jim" <jim.foltz@...>
Hello,
[#208330] block commenting-out — "newyorkdolluk" <all@...>
hi,
On Tue, Aug 15, 2006 at 03:42:20PM +0900, Gene Tani wrote:
Chad Perrin <perrin@apotheon.com> writes:
[#208336] Calling non-existing methods works! (little magic??) — "Martin S. Weber" <Ephaeton@...>
Hoi Rubyists.
[#208352] Setting Windows Environment Variables — "Cameron, Gemma (UK)" <gemma.cameron@...>
On 8/14/06, Cameron, Gemma (UK) <gemma.cameron@baesystems.com> wrote:
On 8/14/06, Jan Svitok <jan.svitok@gmail.com> wrote:
[#208360] Trouble parsing against a hash — Peter Bailey <pbailey@...>
Hello,
On Aug 14, 2006, at 11:42 AM, Peter Bailey wrote:
James Gray wrote:
On 8/15/06, Peter Bailey <pbailey@bna.com> wrote:
Austin Ziegler wrote:
On Aug 15, 2006, at 8:14 AM, Peter Bailey wrote:
[#208393] Get formal parameter names of a method? — Jeff Cohen <cohen.jeff@...>
Is there a way to reflect on a method to get the declard names of the
[#208419] Ruby questions! — "fabsy" <fabbyfabs@...>
Hey, I have some questions I hope someone can answer..
[#208435] RMagick 1.13.0 for Windows — Timothy Hunter <TimHunter@...>
Brett DiFrischia has prepared a new release of RMagick for Win32. This
[#208437] regexp for finding floats in a string — Bil Kleb <Bil.Kleb@...>
What RegExp should I be using for floats?
[#208439] problems with dup and clone... — Russell Fulton <r.fulton@...>
In the snippet of code below hosts holds a set of class instances for
[#208462] starting a business/web site, how to protect code ? — "surf" <surfunbear@...>
[#208470] How to compile extensions in Visual Studio 2005 — "Max Muermann" <ruby@...>
Hi all,
On 8/14/06, Max Muermann <ruby@muermann.org> wrote:
[#208479] Programming Ruby for $27... — "Matt Todd" <chiology@...>
http://www.booksamillion.com/ncom/books?id=3556134178641&isbn=0974514055
Matt Todd wrote:
[#208492] Question about the threequal operator .=== — "John" <jweizman@...>
Hi
[#208509] question about if-statements — "fabsy" <fabbyfabs@...>
Im a newbie to ruby (hehe).
On 15.08.2006 13:44, fabsy wrote:
Thanks!
[#208532] Hash#each — Daniel Schierbeck <daniel.schierbeck@...>
The current implementation of Hash#each[1]:
[#208534] Scripts framework — benjohn@...
[#208544] Lightweight Ruby? — "Chanon Sajjamanochai" <chanon@...>
Hi all,
Lua embeds much easier than Ruby, IMHO. This is especially if you use
[#208564] problem with date.succ — "Russ Pridemore" <russ.pridemore@...>
I'm having difficulty with a small program I'm writing dealing with
[#208592] newb: setting up GNU Emacs for Ruby -- help — "John Gabriele" <jmg3000@...>
I'd like to get GNU Emacs set up for use with Ruby, and I'm hoping
[#208609] Gems not working (Windows 184-20) — "Phrogz" <gavin@...>
I hate that I don't understand why this is failing, and have to turn to
[#208626] building a log by watching a file — Bil Kleb <Bil.Kleb@...>
I've been paying attention to some mind-numbing chores
[#208627] Instance and Related Class Methods — "Michael Guterl" <mguterl@...>
I have a class with a lot of instance methods which are related to
[#208642] php x ruby (64 bits em linux) — "Alexandre Riveira" <alexandre@...>
Boa tarde a todos.
[#208645] goto function? — "fabsy" <fabbyfabs@...>
Hey!
fabsy wrote:
On Tue, 15 Aug 2006 23:05:10 +0200, fabsy <fabbyfabs@gmail.com> wrote:
My friends=C2=A0! Let's not become dogmatic, please=C2=A0!!! =E2=80=A6
[#208649] compile of Ruby fails on Ubuntu — Navjeet Chabbewal <navjeetc@...>
I recently upgraded my Ubuntu to Dapper. I am trying to compile ruby on
I think if you just do "apt-get build-dep ruby" you should be able to
Cameron Matheson wrote:
[#208650] [QUIZ] Pen and Paper (#90) — "David Tran" <email55555@...>
#
# Same logic as my first solution, simply make it more OO and clean up a bit.
[#208669] Newbie doubts about the quiz — "Marcelo Alvim" <malvim@...>
Hey, People.
Well, you might look at the solution I posted earlier today for
[#208677] Re: [ANN] Net::LDAP 0.0.4 released — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
[#208678] How do I get the creation date of a file? — marek4130@...
Ruby's file class has three methods for querying time related data:
Hi,
> At Wed, 16 Aug 2006 06:53:39 +0900,
Rimantas Liubertas wrote:
[#208683] block equality — "Tom Jordan" <tdjordan@...>
Is there a way to compare two blocks with each other?
[#208687] Reading in files, keeping *ALL* info from file — Chris Binc <cbinckly@...>
Hi,
[#208717] New to Ruby and Programming — Heath Fashina <hfashina@...>
Hi,
On 8/16/06, Huw Collingbourne <huw@delthisbitdarkneon.com> wrote:
[#208737] begin...rescue...retry next? — Joe Ruby <joeat303@...>
Is there some way to do this in Ruby?
Logan Capaldo wrote:
[#208750] strange problem with ruby-dbi and arrays — snacktime <snacktime@...>
No clue what I am doing wrong here. It's hard to give a complete test
[#208773] Nooby question : multidimensional arrays. — "marinho.tobolla@..." <marinho.tobolla@...>
Well am I right, that in Ruby there are only one dimensional arrays, and that i have to add an array into an array to get multidimensional arrays, or is there a simpler more ruby like way to create them ?
On Aug 16, 2006, at 4:37 AM, marinho.tobolla@syncity.de wrote:
01 class Array2D
Is this an okay job of implementing a multidimensional array?
uhm...i'm not sure what your trying to do with this, but what if i wanted to
Thanks for the feedback!
Larry,
On Mon, Jan 10, 2011 at 2:06 PM, Kedar Mhaswade
[#208792] string equivalency — Brad Tilley <rtilley@...>
What's the best way to check if a string is not exactly what you're
[#208793] Ruby is exploding onto the scene as Java did at the end of 1990s — "zoat" <enogrob@...>
Java is no longer the answer to every software development problem.
Huw Collingbourne wrote:
On 8/17/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
On 8/17/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
On 8/17/06, Patrick Hurley <phurley@gmail.com> wrote:
On Fri, Aug 18, 2006 at 06:15:12AM +0900, Leslie Viljoen wrote:
On 8/17/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
On 8/17/06, Charles O Nutter <headius@headius.com> wrote:
On 8/17/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
On 8/17/06, Charles O Nutter <headius@headius.com> wrote:
On 8/17/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
On 8/17/06, Charles O Nutter <headius@headius.com> wrote:
On Fri, Aug 18, 2006 at 06:43:49AM +0900, Francis Cianfrocca wrote:
On 8/17/06, Chad Perrin <perrin@apotheon.com> wrote:
Charles, once again I feel you are light on business drivers. Development
On 8/17/06, Francis Cianfrocca <garbagecat10@gmail.com> wrote:
Charles, I'm going to let you have the last word but before I do, I'd
[#208813] My experience with RubyCocoa — "Matt Todd" <chiology@...>
So, I just installed RubyCocoa on my OS X machine here at work. Just
Matt Todd a 辿crit :
[#208833] Multiple arguments for Hash#delete — Daniel Schierbeck <daniel.schierbeck@...>
This may be a Facet:
Hi,
nobu@ruby-lang.org wrote:
Trans wrote:
Trans wrote:
Hi,
[#208843] Command line arguments in windows — "Joe Seeley" <joiey.seeley@...>
If I execute my apps from a command line using a syntax like this
On Wed, 16 Aug 2006 22:50:03 +0200, Joe Seeley <joiey.seeley@gmail.com>
[#208847] Is there anything like FCKeditor for Ruby? — pixelnate <pixelnate@...>
Hello all,
[#208872] Net::LDAP 0.0.4 filter warnings — "barjunk" <barjunk@...>
I'm writing some new code and using #!/usr/bin/ruby -w as the bang line
On 8/16/06, barjunk <barjunk@attglobal.net> wrote:
Francis Cianfrocca wrote:
[#208886] Ruby Compressor (little long) — "Patrick Hurley" <phurley@...>
I have need to distribute applications to customers. The customers
[#208888] Multiple templates - one app — "Agazoom" <agazoom@...>
Hi everyone,
>
[#208905] Browser whilst using Rails — Paul Johnston <paul.johnston@...>
Hi
[#208908] Newbie - Test For JPEG Image Over HTTP — Neil Charlton <caphonic@...>
Hi
[#208909] Re: auto installing a gem — "Cameron, Gemma (UK)" <gemma.cameron@...>
[#208918] something like Class.forName(''...").newInstance in Java? — "femto femto" <femtowin@...>
hello all,
[#208933] Array Comparison — "aidy" <aidy.rutter@...>
Hi Guys
[#208938] customizing Rails requests — YAD <goofball@...>
Where's the documentation for the Rails ApplicationController class?
[#208943] Pen and Paper (#90) — Ruby Quiz <james@...>
I enjoyed this problem. It's fun to play with and gives you a little room to
On Aug 17, 2006, at 8:51 AM, Ruby Quiz wrote:
On Aug 17, 2006, at 9:23 AM, Morton Goldberg wrote:
Just one last minor point. A Google search on Warnsdorff revealed
On Aug 17, 2006, at 8:05 PM, Morton Goldberg wrote:
[#208948] Simple Proxy — William Crawford <wccrawford@...>
Hi all,
On 8/17/06, William Crawford <wccrawford@gmail.com> wrote:
Patrick Hurley wrote:
On 8/17/06, William Crawford <wccrawford@gmail.com> wrote:
[#208951] using a module at the toplevel doesn't work — "Trans" <transfire@...>
Why? Becuase the module uses #define_method, and #define_method isn't
Trans schrieb:
Hi,
Well, is there anyway to turn toplevel effects on Object off? I have a
Hi,
Hi,
[#208960] Storing animated .gif images — Patrick Spence <patrick@...>
The following code throws the error indicated in the code. Apparently
[#208962] Ruby, memory and speed — Guillaume Marcais <guslist@...>
I have a script that aggregates data from multiple file, store it all
On 8/17/06, Guillaume Marcais <guslist@free.fr> wrote:
Hi,
On 8/17/06, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
[#208966] How to - Change operator behaviour — Henry Savr <hsavr@...>
Dear Ruby gurus:
In your example, you would be calling the method '>' on t1...
[#208967] How to - Get method's name? — Henry Savr <hsavr@...>
Dear Ruby gurus:
Henry Savr wrote:
Eero Saynatkari wrote:
On 8/17/06, Eero Saynatkari <eero.saynatkari@kolumbus.fi> wrote:
On Fri, 25 Aug 2006, Rick DeNatale wrote:
On 8/24/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:
> It doesn't seem possible to get what I'm looking for using the
[#208968] Need - macros feature — Henry Savr <hsavr@...>
Dear Ruby gurus:
On 17/08/06, Henry Savr <hsavr@yahoo.com> wrote:
On Thu, 17 Aug 2006, Henry Savr wrote:
Thank you, guys
> Thank you, guys
Matthew Johnson wrote:
[#208978] double_metaphone.rb — "Tim Fletcher" <twoggle@...>
http://tfletcher.com/lib/double_metaphone.rb
[#209003] Simple Questions on Ruby — Dreamn 11 <dreamn11@...>
I am Win32 Programmer looking for answers on Ruby
On 8/17/06, Dreamn 11 <dreamn11@comcast.net> wrote:
[#209045] Re: Microsoft Timestamp (Active Directory) — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
Amazing...
[#209064] reading website — "fabsy" <fabbyfabs@...>
Hey!
Thanks!
On Thu, 17 Aug 2006 22:15:10 +0200, fabsy <fabbyfabs@gmail.com> wrote:
[#209080] Coming from Perl question — Brian Hicks <bwhicks@...>
I'm looking to switch from perl to something more object oriented. I'm
On 8/17/06, Brian Hicks <bwhicks@aep.com> wrote:
On Fri, 18 Aug 2006, Robert Dober wrote:
[#209090] Percentage of time spent in method dispatch? — "John Lam" <drjflam@...>
I was wondering if anyone had taken a look at what % of time that ruby
[#209094] Perl Junkie: Bad form? — "/usr/ceo" <newsbot@...>
Ok where do I start? :-) A little background...
[#209132] Secure telnet and ftp? — Hal Fulton <hal9000@...>
I'm rather ignorant of SSL and ssh... but I'm wishing
On 8/18/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
Robert Dober wrote:
On 8/18/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
Francis Cianfrocca wrote:
[#209133] require and the site_ruby directory... — "Just Another Victim of the Ambient Morality" <ihatespam@...>
I placed a Ruby script in the site_ruby directory, expecting to find it
[#209152] pdf-writer Postscript Type 1 font handling problems — "Ray(:bies, :mundo)" <ray@...>
Folks/Admin, apologies for this cross post. I posted to the wrong group
[#209160] Syntax checker wtf? — Firstname Surname <rubyforum@...>
I'm new to Ruby and RoR; I was messing around with it today and had
Firstname Surname wrote:
As "Firstname Surname" said, the error messages from the ruby
Gregor Kopp wrote:
On 8/18/06, Firstname Surname <rubyforum@wendlink.com> wrote:
Austin Ziegler wrote:
Robert Klemme <shortcutter@googlemail.com> writes:
Daniel Martin wrote:
Ever wonder why so many languages have explicit statement termination
[#209183] DateBocks v2.0.0 Released — "Nathaniel Brown" <nshb@...>
Excert from http://www.nshb.net/datebocks-2-0-0-released
It is a beauty :)
On Fri, 18 Aug 2006, Nathaniel Brown wrote:
unknown wrote:
[#209208] hpricot — "fabsy" <fabbyfabs@...>
Hey.. I just installed hpricot but it acts strange..
[#209209] QAPrototype (#91) — Ruby Quiz <james@...>
The three rules of Ruby Quiz:
[#209214] Spreadsheet-Excel 0.3.5 released — "Hannes Wyss" <hannes.wyss@...>
== What is it?
[#209225] Re: Microsoft Timestamp (Active Directory) — "Berger, Daniel" <Daniel.Berger@...>
[#209245] Bug in sprintf? — Wes Gamble <weyus@...>
All,
On Sat, 19 Aug 2006, Wes Gamble wrote:
ara.t.howard@noaa.gov wrote:
Carlos <angus@quovadis.com.ar> writes:
Carlos wrote:
[Hal Fulton <hal9000@hypermetrics.com>, 2006-08-19 00.27 CEST]
Carlos wrote:
[#209254] is there a tutorial for RoR using legacy DB's — johnf <jfabiani@...>
Hi,
[#209270] Refactoring transactional support within Puppet (long) — Luke Kanies <luke@...>
Hi all,
[#209281] `cmd` and UTF-8 — Antonio Mat <atd@...>
I have spent several hours searching for this and I still don't know how
[#209291] Class variables in Ruby — "Paul" <prcorcoran@...>
Hello all,
On Sat, 19 Aug 2006, Paul wrote:
SOLUTION: Rails, in the development environment, was reloading the
On Aug 18, 2006, at 9:05 PM, Paul wrote:
James,
[#209295] How to turn off input echo in irb? — Jacklty Lam <jacklty@...>
How to turn off input echo in irb?
[#209358] best-performing Rss parser — Ray Chen <ray.c.chen@...>
Hi all,
One more.
> One more.
Just wanted to give everyone who's curious an update on this situation.
> Just wanted to give everyone who's curious an update on this situation.
Hi Bob,
[#209362] help with TkRoot — "Diego Virasoro" <Diego.Virasoro@...>
Hello,
[#209365] Why is my http call failing? — Thaddeus L Olczyk <none@...>
The code is simple:
[#209372] Basics of eval? — "Jon" <jon.hadley@...>
Hi all,
[#209375] Client/server with threads — andreas.alin@...
Yow!
[#209378] Convert "ThisIsSomeString" to "this_is_some_string"? — Joshua Muheim <forum@...>
Hi all
Joshua Muheim wrote:
Joshua Muheim wrote:
On Sun, 20 Aug 2006, Daniel Schierbeck wrote:
ara.t.howard@noaa.gov wrote:
On Sun, 20 Aug 2006, Daniel Schierbeck wrote:
ara.t.howard@noaa.gov wrote:
[#209422] {} as record separators? — Bob Norfolk <punkrockgeekboy@...>
I'm working on a ruby script to read Nagios's status.dat and output it's
[#209457] how to create multiple different arrays using a loop — Andy Black <chilaquil@...>
Hi list,
[#209466] Remove from an array — Nicolas Benady <nicolasbenady2@...>
Hello,
[#209477] Ripper and Ruby 1.8 — Jonathan Maasland <nochoice@...4all.nl>
Hi all,
[#209478] When to use :symbol and when to use String? — Joshua Muheim <forum@...>
Hi all
[#209513] Initialize and superclass — "jvivenot" <jvivenot@...>
Hi
jvivenot [2006-08-21 01:35]:
Tilman Sauerbeck wrote:
[#209525] detect user — Ryan Kaye <ryankaye@...>
Hi
[#209534] SpiderMonkey / OSSP js? — "Trans" <transfire@...>
Anyone here use SpiderMonkey / OSSP js? I wondering how that works out
[#209536] Fwd: Reap's rubytest script — TRANS <transfire@...>
My 'rubytest' program which allows one to directly run tests that are
[#209537] Threads and fake forking — Logan Capaldo <logancapaldo@...>
Today I was thinking about how you could use a Thread + Continuation
[#209550] Vim Question — "Tim Pease" <tim.pease@...>
This is for all the Rubyists out there who can really rock the Vim.
[#209560] syntax errors when job run from cron — Russell Fulton <r.fulton@...>
Well this is weird! I'm used to odd problems when you run programs from
[#209567] Re: [QUIZ] QAPrototype (#91) - Updated solution with bells and whistles. — "Rick DeNatale" <rick.denatale@...>
On 8/20/06, Rick DeNatale <rick.denatale@gmail.com> wrote:
[#209568] Why Does Hash Apparently Reorder Its Internal Representation And Other Associated Ponderings — "thoran@..." <thoran@...>
I was surprised to find the following...
thoran@thoran.com wrote:
Hi,
Bil Kleb wrote:
William James wrote:
On 8/21/06, Bil Kleb <Bil.Kleb@nasa.gov> wrote:
Martin DeMello wrote:
On 8/21/06, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
Just Another Victim of the Ambient Morality wrote:
On 8/21/06, Tim Hunter <sastph@sas.com> wrote:
On 8/21/06, Just Another Victim of the Ambient Morality
Austin Ziegler wrote:
Phrogz wrote:
Austin Ziegler wrote:
Isak wrote:
[#209582] Strategy pattern / interface design arrangement — Daniel Waite <rabbitblue@...>
Hi all. I've got a design question.
On 21.08.2006 07:55, Daniel Waite wrote:
Robert Klemme wrote:
On 8/21/06, Daniel Waite <rabbitblue@gmail.com> wrote:
Rick DeNatale wrote:
Oliver Bandel wrote:
Phrogz wrote:
[#209599] File download script in ruby — Delia Deea <david_delia@...>
Hi!
[#209611] How do I set the icon for a window using Ruby Tk? — Dave Mihalik <hansolox1@...>
I would like to be able to change the icon of a window displayed using
[#209615] You can write Fortran in any language — Bil Kleb <Bil.Kleb@...>
Here is an example used for computing correlations.
> Here is an example used for computing correlations.
benjohn@fysh.org wrote:
[#209647] Which Frontend Technology for an Online Game of Risk? SVG Maps? — "Mariano Kamp" <mariano.kamp@...>
Hi,
On Mon, 21 Aug 2006 23:07:10 +0900, Mariano Kamp wrote:
Well, yes, I forgot to state another constraint ... I don't know flash
A colleague pointed me to a real nice open-source vector graphics
[#209651] working around "single-pass" constraint — Rich Morin <rdm@...>
I like to order my program code files as follows:
[#209652] Re: Dir.bitbucket? — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
On 8/21/06, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
Hi,
nobu@ruby-lang.org wrote:
On Tue, 22 Aug 2006, Daniel Berger wrote:
[#209673] Does anyone care about ri color scheme? — Chris Gehlker <canyonrat@...>
Don't laugh. I like a little color in my terminal windows. Well, OK.
Chris Gehlker wrote:
On Aug 22, 2006, at 4:46 PM, David Vallner wrote:
[#209674] RubyMate (TextMate) issue — He Fa <hfashina@...>
When ever I try to run a Ruby script that uses:
[#209687] Re: Why Does Hash Apparently Reorder Its Internal Representation And Other Associated Ponderings — "thoran@..." <thoran@...>
I doubt it would have helped very much with respect to those responses
Sorry for the poor attempt at quoting and the ignorance of the
On 8/21/06, thoran @ thoran. com <thoran@thoran.com> wrote:
On 8/22/06, Austin Ziegler <halostatue@gmail.com> wrote:
[#209720] http.post 1.8.4 bug? — Mike Lopke <reglopke@...>
I'm having a problem with http.post for ruby 1.8.4. Specifically, the
You forgot to set the content-length header.
[#209739] Noob question: How to do number formatting? — Ben Johnson <bjohnson@...>
I searched the documentation and everything and can't find a simple
[#209772] thwait — "Ara.T.Howard" <ara.t.howard@...>
[#209783] Setting namespace in loaded files — Luke Kanies <luke@...>
Hi all,
On Tue, 22 Aug 2006, Luke Kanies wrote:
[#209814] unzipping a gzipped string — Aaron Patterson <aaron_patterson@...>
I'm trying to unzip a string I have in memory, but unfortunately I keep
[#209824] Time default format: How to override — "Jesper Rn-Jensen" <jesperrr@...>
I'm working on a Rails plugin that localizes default Time/Date formats.
[#209834] Yet another caching mechanism. The one without the cache. — "Erik Veenstra" <erikveen@...>
I had a list of points. Many points. Too many points. It had to
[#209841] Static typing ain't so bad, after all... — "Just Another Victim of the Ambient Morality" <ihatespam@...>
I was debugging someone else's code the other day (it was htmltools,
Hi --
<ara.t.howard@noaa.gov> wrote in message
> Sure, you can reuse a variable for very different purposes but is that
[#209842] Compiled Ruby/LDAP for Windows 2000/XP ? — Nicolas Blanco <slainer68@...>
Hi !
ok, i've just found it here :
As an alternative, try Net::LDAP, which doesn't require a compiler.
[#209876] gem pessimistic versioning - bug? — ara.t.howard@...
[#209878] PBI - mashing up RGL and method_missing — Rich Morin <rdm@...>
Ruby Graph Language (RGL) allows graphical structures
[#209904] How to search Ruby files in Windows — Chris Gehlker <canyonrat@...>
Sometimes you want to find some particular code snippet and all you
[#209912] Ruby Units — Kevin Olbrich <devlists-ruby-talk@...>
Announcing......
Kevin Olbrich wrote:
Peter Vanbroekhoven wrote:
[#209945] [SoC] Ariel 0.1.0 released — "A. S. Bradbury" <asbradbury@...>
= Ariel release 0.1.0
Very impressive library! I remember when you posted about this at the
[#209950] How can I get you to use mkrf? — "Kevin Clark" <kevin.clark@...>
Hi guys,
Kevin Clark wrote:
[#209961] Ruby <-> digital camera — Bil Kleb <Bil.Kleb@...>
Hello,
[#209962] file compare and remove lines — Matt Coffman <matt@...>
Here is my issue:
On Aug 22, 2006, at 4:27 PM, Matt Coffman wrote:
Matt Coffman wrote:
Matt Coffman wrote:
Matt Coffman wrote:
Matt Coffman wrote:
[#209980] (RE)XML question — rubyhacker@...
Question for you all. I want to treat HTML like XML
[#210004] Test coverage checking when test driver is separate from the tested program. — "Tomasz Wegrzanowski" <tomasz.wegrzanowski@...>
Hello,
[#210032] Ruby within Ruby — Mike Zink <zuwiki@...>
The following is a description of my situation. You may not need to read
On 8/23/06, Mike Zink <zuwiki@gmail.com> wrote:
On 8/23/06, Jan Svitok <jan.svitok@gmail.com> wrote:
Well, I've looked into safe levels, undef, and why's sandbox, but none
[#210050] cURL in ruby? Faster than Net::HTTP? — Ben Johnson <bjohnson@...>
I've found a couple of packages that claim to integrate the curl library
On Wed, Aug 23, 2006 at 12:17:42PM +0900, Ben Johnson wrote:
why the lucky stiff wrote:
why the lucky stiff wrote:
[#210073] Ruby C/C++ Interface — kandlinger@...
Hello, I am currently developing a webshop which uses a c/c++ shared
On 8/23/06, kandlinger@gmx.de <kandlinger@gmx.de> wrote:
Dido Sevilla wrote:
On 8/23/06, ryan.raaum@gmail.com <ryan.raaum@gmail.com> wrote:
[#210077] Cartesian and polar coordinates library — Bart Braem <bart.braem@...>
Hello,
[#210078] SOAP/WSDL/BETFAIR — Tad Bochan <tad@...>
Hi,
Hi Tad,
Hi Gianfranco,
I agree with you, and the work Hiroshi is doing is incredible. About the
Trying with the official (no development) Ruby 1.8.5 and the situation
[#210099] Email errors — "Dark Ambient" <sambient@...>
I'm working on this recipie from the Ruby Cookbook, but receiving
[#210128] Call functions of superclass — Bart Braem <bart.braem@...>
I'd like to be able to do
On Aug 23, 2006, at 10:30 AM, Bart Braem wrote:
Julian 'Julik' Tarkhanov wrote:
On Thu, 24 Aug 2006, William Crawford wrote:
Nathan Smith wrote:
On Thu, 24 Aug 2006, Douglas A. Seifert wrote:
Hi --
On Thu, 24 Aug 2006 dblack@wobblini.net wrote:
Hi --
On Thu, 24 Aug 2006 dblack@wobblini.net wrote:
Hi --
Hello,
>>>>> "N" == Nathan Smith <nsmith5@umbc.edu> writes:
On Fri, 25 Aug 2006, ts wrote:
>>>>> "N" == Nathan Smith <nsmith5@umbc.edu> writes:
On Fri, 25 Aug 2006, ts wrote:
>>>>> "N" == Nathan Smith <nsmith5@umbc.edu> writes:
On Aug 23, 2006, at 11:11 AM, Nathan Smith wrote:
On Thu, Aug 24, 2006 at 01:45:40AM +0900, James Edward Gray II wrote:
Hi --
On Aug 23, 2006, at 3:13 PM, dblack@wobblini.net wrote:
On Thu, 24 Aug 2006, James Edward Gray II wrote:
On 8/23/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:
Matthew Johnson <musical.matthew@mac.com> writes:
On 8/25/06, Christian Neukirchen <chneukirchen@gmail.com> wrote:
[#210141] How do I strip off the extra double quote or white space in the string when using assert_equal method — "Ban Hoang" <bhoang@...>
=20
Hi
On 8/23/06, Dikshit Saumya-G19445 <somc@motorola.com> wrote:
[#210173] regexp or not — Josselin <josselin@...>
I am not yet a big friend of reegxp.. and I don't actually know if I
[#210177] Re: A question about rio and frames — Nuralanur@...
Dear wccrawford,
[#210187] YAML or CSV? — Peter Bailey <pbailey@...>
Hi,
On 8/23/06, Peter Bailey <pbailey@bna.com> wrote:
Jan Svitok wrote:
On 8/24/06, Peter Bailey <pbailey@bna.com> wrote:
On 8/24/06, Jan Svitok <jan.svitok@gmail.com> wrote:
Nicolas Despr竪s wrote:
On 8/24/06, Peter Bailey <pbailey@bna.com> wrote:
[#210204] - ptools 1.1.1 — "Daniel Berger" <Daniel.Berger@...>
Hi all,
[#210205] Integer(nil) versus Float(nil) versus String(nil) — "Christoffer Sawicki" <christoffer.sawicki@...>
Dear Rubyists,
Christoffer Sawicki wrote:
On 8/24/06, David Vallner <david@vallner.net> wrote:
[#210228] OrderedHash - How to get it to work — "Paul" <prcorcoran@...>
First a bit of a rant. I CAN'T BELIEVE RUBY HASN'T IMPLEMENTED THIS!!!
On Thu, Aug 24, 2006 at 07:20:06AM +0900, Paul wrote:
On 8/23/06, Mauricio Fernandez <mfp@acm.org> wrote:
On Thu, Aug 24, 2006 at 03:03:09PM +0900, Jeremy Kemper wrote:
[#210229] writing objects to files — Radu Spineanu <radus@...>
Hi
Radu Spineanu wrote:
[#210237] Moving files with ruby... — darren kirby <bulliver@...>
Hello all,
[#210277] Observing changes in object state — "Max Muermann" <ruby@...>
Hi all,
[#210302] META: Ruby Talk Noise/Signal — "thoran@..." <thoran@...>
Dear Fellow Ruby Talkers,
On Thu, Aug 24, 2006 at 09:38:32PM +0900, thoran@thoran.com wrote:
Chad Perrin wrote:
On Fri, Aug 25, 2006 at 03:13:12AM +0900, Justin Collins wrote:
[#210306] Code beautifiers, anyone? — Kyrre Nyg蚌d <kyrreny@...>
Hello people,
[#210314] Ruby-Lang Redesign Feedback — "John W. Long" <ng@...>
At about 4 this afternoon we are going to commence discussion of the
On Sat, Aug 26, 2006 at 01:21:44AM +0900, Kyrre Nyg蚌d wrote:
Chad Perrin wrote:
John W. Long wrote:
quoth the James Britt:
[#210321] bad for Ruby in RUBY — Dave Rose <bitdoger2@...>
...in the topic today Ruby in Ruby....talk about a hacking game using
On 8/24/06, Dave Rose <bitdoger2@yahoo.com> wrote:
[#210354] Redefining class — Henry Savr <hsavr@...>
Thank you, guys, for help with my previous problems. With your
On Fri, Aug 25, 2006 at 01:52:43AM +0900, Henry Savr wrote:
[#210356] That's Ruby, Virginia! — Henry Savr <hsavr@...>
Well, you wrote a great Array Analyzer
Henry Savr <hsavr@yahoo.com> writes:
Thank you, guys for trying to fix the code. Sure, I had 1001 way to fix
Well, that is a modification. No public\private\irb etc... :)))
I don't want to rain on your parade, especially because I can't
[#210373] PDF::Writer#x — Dan Fitzpatrick <dan@...>
Is there a way to get the current x position like you can get the
[#210375] do not understand this closure — Dave Rose <bitdoger2@...>
in The Ruby Way...chap 1...a crude example of closure doesn't work as
On 8/24/06, Dave Rose <bitdoger2@yahoo.com> wrote:
Is there any way to have a proc object be callable identically to a method,
On Fri, 25 Aug 2006, rak rok wrote:
rak rok wrote:
On Fri, Aug 25, 2006 at 09:18:39AM +0900, Matthew Johnson wrote:
> . . . except that in Lisps the () is list syntax, and the reason
[#210428] Need Help With Net::HTTP — The Digit <el.pibe06@...>
Hello. Im looking for resources about Net::HTTP. Im new to Ruby but ive
[#210435] Alternative to String#to_i ? — "Jeremy Lizt" <jeremy.lizt@...>
Is there an alternative method to String#to_i that will return nil
Jeremy Lizt wrote:
Thanks to everyone for the quick response. The Integer suggestion works
Hi --
[#210458] Rifling Through Smalltalk's Drawers — "thoran@..." <thoran@...>
Dear Rubytalkers,
If you're trying to win us over to the idea with your message title,
thoran@thoran.com <thoran@thoran.com> writes:
[#210471] Determinig if 3 characters in a row are the same? — Ben Johnson <bjohnson@...>
Sorry for the noob question, but is there a fast and efficient way to
[#210490] Creating/Installing a gem from a SVN repository? — Joe Ruby <joeat303@...>
Is there an easy way to create a Ruby gem, or install a Ruby gem, from
On Fri, Aug 25, 2006 at 11:19:02AM +0900, Joe Ruby wrote:
why the lucky stiff wrote:
Well, I tried also adding "require 'markaby/rails'" and that got rid of
[#210506] Can Anyone Explain This Memory Leak? — Zed Shaw <zedshaw@...>
Hi Folks,
On Fri, 25 Aug 2006, Zed Shaw wrote:
On Fri, 2006-08-25 at 14:33 +0900, ara.t.howard@noaa.gov wrote:
On Fri, 25 Aug 2006, Zed Shaw wrote:
[#210510] Piston 1.0.1 - Remote Repository Copying — "Francois Beausoleil" <francois.beausoleil@...>
http://piston.rubyforge.org/
On 8/24/06, Francois Beausoleil <francois.beausoleil@gmail.com> wrote:
Hello Josh,
[#210515] Collections of structured-data objects: what approach? — "Graham Wideman" <checkforrealaddress@...>
Folks:
[#210528] Ruby 1.8.5 released — Yukihiro Matsumoto <matz@...>
Hello,
On Fri, Aug 25, 2006 at 05:45:49PM +0900, Yukihiro Matsumoto wrote:
[#210531] Problems compiling Ruby/Tk — "Ron" <ron.reidy@...>
Hi,
[#210541] No sleep till cocoa! (works) — Duncan Mccaffery <d.mccaffery@...>
Hi there I seem to have some issues with ruby cocoa and active record
On 25/08/06, Duncan Mccaffery <d.mccaffery@lancaster.ac.uk> wrote:
[#210553] (again) Rescue clauses on do/end blocks? — Mat Schaffer <schapht@...>
Sorry to beat a dead horse, but I still have a question on the
On 8/25/06, Mat Schaffer <schapht@gmail.com> wrote:
Rick DeNatale wrote:
On 8/25/06, Hal Fulton <hal9000@hypermetrics.com> wrote:
[#210555] DayRange (#92) — Ruby Quiz <james@...>
The three rules of Ruby Quiz:
Request for clarification.
Ruby Quiz wrote:
I found this problem deceptively difficult. I had the bulk of the class=20
Does anybody have some idea why my posts are getting garbage chars ('=3D20'=
On 8/28/06, darren kirby <bulliver@badcomputer.org> wrote:
After looking through some of the other solutions to this quiz, I
> The fix is obvious and I have already applied it: rename
I can't see how setup and teardown would help in this case. They are
On Aug 30, 2006, at 11:55 AM, Morton Goldberg wrote:
Thanks for trying to help, but if I understand how setup functions,
On Aug 30, 2006, at 2:40 PM, Morton Goldberg wrote:
On Aug 30, 2006, at 4:00 PM, James Edward Gray II wrote:
On Aug 30, 2006, at 3:48 PM, Morton Goldberg wrote:
[#210564] ruby-lang.org down? — "Minkoo Seo" <minkoo.seo@...>
It's because of digg effect?
[#210565] ActiveRecord through Drb: problem with ids — "Philippe Lang" <philippe.lang@...>
Hi,
[#210567] .NET dll in Ruby — Patrick Spence <patrick@...>
I have a "COM enabled" C# .NET .dll. I need to instanciate it in some
[#210569] My book is out -- Ruby on Rails: Up and Running — "Curt Hibbs" <ml.chibbs@...>
The book that Bruce Tate and I co-authored was released yesterday by
Congrats Curt. Question though, why is a quick start guide selling for $30 ?
On 8/25/06, Dark Ambient <sambient@gmail.com> wrote:
On 8/25/06, Greg Donald <gdonald@gmail.com> wrote:
On 8/25/06, Curt Hibbs <ml.chibbs@gmail.com> wrote:
[#210578] unless =~ vs. ! =~ — Marco Lazzeri <marco.lazzeri@...>
Hi!
[#210591] SQL Generator library — "Ken Bloom" <kbloom@...>
I'm writing a library for generating fairly complicated SQL statements in
[#210626] No speedup...! — Oliver Bandel <oliver@...>
Hello,
Oliver Bandel wrote:
[#210635] and and or priority — Pavel Smerk <smerk@...>
OMG!
Pavel Smerk wrote:
David Vallner wrote:
Pavel Smerk wrote:
[#210640] Can't get ActiveRecord to work with Ruby and Postgres — Steve Litt <slitt@...>
Hi all,
[#210654] What does *var mean? — Chih-Chao Lam <chao@...>
Apologies for a newbie ruby question:
quoth the Chih-Chao Lam:
Hi --
quoth the dblack@wobblini.net:
[#210658] Duck typing alows true polymorfisim — atbusbook@...
lets say you want a generic numerical algorithom like sum
In comp.lang.java.advocacy, Jeroen Wenting
[#210664] Can you temporarily turn off STDERR ?? — "bradjpeek" <bradjpeek@...>
Inside a ruby script I want to:
[#210711] rubyinline — "Trans" <transfire@...>
Hi--
"Trans" <transfire@gmail.com> writes:
On Aug 28, 2006, at 8:25 AM, Trans wrote:
[#210743] Mongrel 0.3.13.4 Pre-Release -- Ruby's LEAK Fixed (Death To Mutex!) — Zed Shaw <zedshaw@...>
Howdy Folks,
On Sat, 26 Aug 2006, Zed Shaw wrote:
On Sat, 2006-08-26 at 18:12 +0900, ara.t.howard@noaa.gov wrote:
On Sat, 26 Aug 2006, Zed Shaw wrote:
On Sun, 27 Aug 2006 ara.t.howard@noaa.gov wrote:
Bob Hutchison wrote:
ara.t.howard@noaa.gov writes:
[#210749] map and join or inject? — "ako..." <akonsu@...>
hello,
----------------------------------------------------------------
[#210751] Ruby == how does it works? — Surendra Singhi <efuzzyone@...>
Hi,
[#210756] Why Ruby does not nead an ide — atbusbook@...
1: ruby is an efisiont clean languige that is digsined to minamize
On Sat, Aug 26, 2006 at 07:40:20PM +0900, Huw Collingbourne wrote:
Chad Perrin wrote:
"M. Edward (Ed) Borasky" <znmeb@cesmail.net> writes:
Christian Neukirchen wrote:
On Sun, Aug 27, 2006 at 12:33:59PM +0900, M. Edward (Ed) Borasky wrote:
Chad Perrin wrote:
David Vallner wrote:
M. Edward (Ed) Borasky wrote:
On 8/27/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
atbusbook@aol.com wrote:
> 2: lets say you have an array of strings and you want to find all
On 2006-08-27, David Vallner <david@vallner.net> wrote:
On Sun, Aug 27, 2006 at 08:05:19PM +0900, Jeremy Henty wrote:
Chad Perrin wrote:
M. Edward (Ed) Borasky wrote:
Am Mon, 28 Aug 2006 03:48:36 +0900 schrieb Hal Fulton:
[#210770] Euruko 06 — "Stefan Schmiedl" <s@...>
Euruko06, the European Ruby Conference,
[#210813] Referencing an object through it's id string. — Alexandre Hudelot <alexandre.hudelot@...>
Hello, how does one set a pointer to foo using an id string obtained
[#210828] Matz' Wild Ideas: Annotations — "Trans" <transfire@...>
I was looking at Matz' Wild and Weird ideas [1]. He talks about
[#210839] Casting string to IO? — Adam Block <adam@...>
I'm reading log file settings from a YAML file. Since Logger.new can
[#210859] What am I doing wrong? -Chat server code- — Curtis Zimmerman <curtis.zimmerman@...>
I am running ruby 1.8.6 on WinXP.
[#210897] Best practice? own libs — Patrick Gundlach <rubyforum@...>
Hi,
[#210901] Ruby threads and the system call — Vincent Fourmond <vincent.fourmond@9online.fr>
[#210915] Ruby Cookbook vs Programming Ruby — Jo縊 Michigan <joao.michigan@...>
[#210924] {Spam?} [ANN] PatchServer 0.2a — Esteban Manchado Vel痙quez <zoso@...>
Hi all,
[#210958] Passing blocks around in a C extension — Andre Nathan <andre@...>
Hi
[#210998] Pros/Cons of Turbogears/Rails? — kenneth.m.mcdonald@...
First, I don't intend this to be a flame war, please. Python
kenneth.m.mcdonald@sbcglobal.net wrote:
[#211006] Detecting when an object's instance variables are modified — Paul Murton <34993@...>
Hi,
[#211011] Weird string problem — "Peter C. Verhage" <peter@...>
Hi,
[#211023] Readline and StringIO — Eero Saynatkari <eero.saynatkari@...>
It is currently not possible to substitute $stdout or
Eero Saynatkari wrote:
Robert Klemme wrote:
Eero Saynatkari wrote:
On 28.08.2006 00:20, Eero Saynatkari wrote:
[#211044] constants and const_get — Timothy Hunter <TimHunter@...>
Given
[#211058] asymmetric encryption options — snacktime <snacktime@...>
Without going into too much detail, I've run into a roadblock using
On 8/28/06, snacktime <snacktime@gmail.com> wrote:
>
On 8/29/06, snacktime <snacktime@gmail.com> wrote:
> Well, a common problem with asymmetric ciphers is that they tend to be
[#211059] Rescue http Bad File Descriptor error (EBADF) — "Horacio Sanson" <horacio.sanson@...>
I have a little web spider that scraps several web pages. Sometimes the
[#211061] Reformat Ruby source code in vim? — "John Lam" <drjflam@...>
I'm in the process of converting to vim from emacs to help save my
ggVG=
Hi,
Ah yes - I'm still learning about motions, as well as visual mode. Now
It would be interesting to see how textmate does this, cause I can't
On Aug 28, 2006, at 10:42 AM, Robert Retzbach wrote:
On 8/28/06, James Edward Gray II <james@grayproductions.net> wrote:
On Aug 28, 2006, at 11:47 AM, Robert Dober wrote:
On 8/28/06, James Edward Gray II <james@grayproductions.net> wrote:
On Aug 28, 2006, at 12:26 PM, Robert Dober wrote:
[#211064] rinda and ruby numbers — Xaea Alvein <ifxa3a@...>
1. is there any way to pre-allocate memory used by tuplespace, or is the
[#211081] Ruby + SSH + Sudo — Damien Damien <mr.damien@...>
Hi all,
> ------
unknown wrote:
there is a way to pass the password in using sudo. I forget the
On 9/7/06, Matt Rose <mattrose@folkwolf.net> wrote:
On 9/8/06, Alex LeDonne <aledonne.listmail@gmail.com> wrote:
[#211091] Version Check in C Extension — elias.athanasopoulos@...
Hello!
>>>>> "e" == elias athanasopoulos <elias.athanasopoulos@gmail.com> writes:
Hello!
[#211106] Newbie : assign a value to a variable... — Nicolas Blanco <slainer68@...>
Hi all!
Hi --
>
On Aug 28, 2006, at 8:30 AM, Harold Hausman wrote:
[#211112] mysql ruby settup — Mer Gilmartin <merrua@...>
To use mysql with a ruby application
Ok I thought for a bit I might need both modules, but I
[#211165] instance_eval, yield, C extensions — "Daniel Berger" <Daniel.Berger@...>
Hi all,
[#211167] Environmental variables in Ruby 1.8.5 — Chris Gehlker <canyonrat@...>
I get:
[#211179] rdoc problem — Henry Savr <hsavr@...>
Playing with rdoc, I found, that it works ONLY for =begin/=end rdoc
[#211191] Partial append_features? — Ola Bini <ola.bini@...>
Hi,
On 8/28/06, Logan Capaldo <logancapaldo@gmail.com> wrote:
Logan Capaldo wrote:
[#211210] FasterCSV problem — "Mark Van Holstyn" <mvette13@...>
Is there any way to make the faster CSV library parse this line?
On Aug 28, 2006, at 3:40 PM, Mark Van Holstyn wrote:
[#211233] So you want to make Ruby leak memory? Here's a simple way.... — khaines@...
Make a hash:
Interesting. Does this patch fixes it?
[#211242] A newbie question about case and === — Sonny Chee <sonny.chee@...>
Hey Guys,
[#211243] Should Array.new(n, obj) be deprecated? — "Jason Merrill" <jason.merrill@...>
It seems well known that the Array constructor form
[#211263] Dr. Dobb's dumps on RedCloth — Bil Kleb <Bil.Kleb@...>
As part of their "best Ajax" article:
Bil Kleb wrote:
James Britt wrote:
>>> As part of their "best Ajax" article:
Philip Hallstrom wrote:
M. Edward (Ed) Borasky wrote:
David Vallner wrote:
James Britt wrote:
Doug H wrote:
Doug H wrote:
On Thu, Aug 31, 2006 at 05:55:35AM +0900, William James wrote:
Whoa whoa whoa there. We're on comp.lang.ruby, so we must use
On Thu, 31 Aug 2006 12:30:42 -0400, Adam Sanderson <netghost@gmail.com>
[#211301] Including a class. — Ola Bini <ola.bini@...>
Hi,
[#211318] Re: [ANN] How to spy on the Japanese Rubists — William Crawford <wccrawford@...>
Dr Nic wrote:
William Crawford wrote:
Dr Nic wrote:
I like FoxLingo
Translating the Rubist Magazine FAQ came up with the following gem:
On 29 Aug 2006, at 23:50, Max Muermann wrote:
Paul Robinson wrote:
On 8/30/06, Paul Robinson <paul@iconoplex.co.uk> wrote:
On 8/29/06, William Crawford <wccrawford@gmail.com> wrote:
On 1/15/07, Harry <rubyprogrammer@gmail.com> wrote:
On 1/15/07, Jason Mayer <slamboy@gmail.com> wrote:
Harry wrote:
On 1/16/07, John W. Long <ng@johnwlong.com> wrote:
On Tue, 16 Jan 2007 18:35:02 +0900, Harry <rubyprogrammer@gmail.com> wrote:
[#211324] One-Click Ruby Installer for Windows 1.8.5-21 released — "Curt Hibbs" <ml.chibbs@...>
This release upgrades Ruby to the recently
Hi,
"Curt Hibbs" <ml.chibbs@gmail.com> writes:
[#211328] Singleton classes and methods (was Re: Reformat Ruby source code in vim?) — "Rick DeNatale" <rick.denatale@...>
On 8/28/06, James Edward Gray II <james@grayproductions.net> wrote:
Hi --
[#211330] Testing a string's value is a positive integer — James Deuchar <jamesdeuchar@...>
Hi,
On 29/08/06, James Deuchar <jamesdeuchar@hotmail.com> wrote:
[#211341] GemSpecification format detail where ??? — pere.noel@... (Une b騅ue)
[#211346] An early farewell to optical media — "Trans" <transfire@...>
Since it seems like such a slow day, I wrote a little piece on optical
[#211375] Evading the limit of a pipe's standard input — Ashley Moran <work@...>
Hi
> -----Original Message-----
[#211380] process based locks for files — Radu Spineanu <radus@...>
Hi,
[#211387] $SAFE =4 safe enough? — "Farrel Lifson" <farrel.lifson@...>
I'm implementing a system where users will be able to execute short
On Aug 29, 2006, at 2:26 PM, Farrel Lifson wrote:
[#211403] Re: JRuby's Ruby interpreter only — Charles Nutter <headius@...>
Roy Ben hayun wrote:
Hi Charles,
On 8/31/06, Roy Ben hayun <roybh2002@yahoo.co.uk> wrote:
[#211417] Rubyists of Second Life Meeting | 08/31/2006 and 09/07/2006 — Michael Ivey <mdi@...>
The virtual user group Rubyists of Second Life will meet this Thursday,
Michael Ivey wrote:
The Rubyists of Second Life meetings are at 6:00 PM prevailing Pacific time.
Great for those of us with a life on Eastern time :)
John Lam wrote:
How did the meeting go? Is SL a good medium for holding a conference?
On 9/1/06, Dr Nic <drnicwilliams@gmail.com> wrote:
Ray Vernagus wrote:
Dr Nic wrote:
On 9/1/06, James Britt <james.britt@gmail.com> wrote:
Dimitri Aivaliotis wrote:
On 8/30/06, Michael Ivey <mdi@iveyandbrown.com> wrote:
[#211424] encryption library — "Joe Van Dyk" <joevandyk@...>
I could've sworn that I saw some Ruby library for encrypting stuff
OpenSSL?
Timothy Goddard wrote:
OpenSSL can be used as a general-purpose crypto lib. Theres a good
This example clearly shows why in the other thread the question was
IMO, if you are going to use encryption for sensitive data then you
[#211428] Madness this way lies... — John Carter <john.carter@...>
Ah me. In a fit of over user friendliness I did a couple of
On 8/30/06, John Carter <john.carter@tait.co.nz> wrote:
On 8/30/06, Robert Dober <robert.dober@gmail.com> wrote:
You're probably right about it being out of print, but you can
[#211448] ENV values — Frank Hofmann <nospam@...>
Hi all,
[#211462] Pairs tournament algorithm — "Eduardo Y瘻ez Parareda" <eduardo.yanez@...>
Hi all, anybody knows or could point me in the right direction to an
Eduardo Y叩単ez Parareda wrote:
On 8/30/06, Eduardo Y瘻ez Parareda <eduardo.yanez@gmail.com> wrote:
[#211470] [ANN] RAliasFile Initial Release — pere.noel@... (Une b騅ue)
RAliasFile is aimed to resolve alias file on Mac OS X using a C
Luc Heinrich <luc@honk-honk.com> wrote:
[#211476] problem using pstore with multi-users — Noam Noam <noam_abda@...>
Hi all,
On Wed, 30 Aug 2006, Noam Noam wrote:
On Aug 30, 2006, at 7:38 AM, khaines@enigo.com wrote:
[#211486] Overriding Class Methods With Modules — "John W. Long" <ng@...>
How do I override a class method on an object with another module? For
[#211497] Re: [ANN] One-Click Ruby Installer for Windows 1.8.5-21 released — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
On 8/30/06, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
On 8/30/06, Alexandru Popescu <the.mindstorm.mailinglist@gmail.com> wrote:
On 8/30/06, Curt Hibbs <ml.chibbs@gmail.com> wrote:
On 8/30/06, Alexandru Popescu <the.mindstorm.mailinglist@gmail.com> wrote:
Austin Ziegler skrev:
On 8/31/06, mortench <mortench@gmail.com> wrote:
On 8/30/06, Alexandru Popescu <the.mindstorm.mailinglist@gmail.com> wrote:
On 8/31/06, Austin Ziegler <halostatue@gmail.com> wrote:
Alexandru Popescu wrote:
On 8/31/06, Brian Hicks <bwhicks@aep.com> wrote:
Austin Ziegler wrote:
On 8/31/06, Timothy Hunter <TimHunter@nc.rr.com> wrote:
Austin Ziegler wrote:
On 8/31/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
Austin Ziegler wrote:
On 9/1/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
On 8/30/06, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
I just sent out a mail to some friends at MSFT to see if this is even
[#211512] Building Ruby 1.8.4 interpreter for Windows — Roy Ben hayun <roybh2002@...>
Hi,
[#211518] Ruby Books — Dave Dave <brochu121@...>
I am trying to get into Ruby programming so that I could eventually work
Dave Dave wrote:
On 8/30/06, Alvin Ryder <alvin321@telstra.com> wrote:
The recently released book , Ruby Cookbook while not an outright
Hi, I'm surprised nobody's mentioned it yet, but, _Why's Poignant
On 8/31/06, Matt Todd <chiology@gmail.com> wrote:
That's being a little oversemantical. Going into the details of Ruby's
[#211520] Parsing CSV file with ruby — Drew Olson <olsonas@...>
I'm currently trying to do something that seems rather simple but I'm
[#211521] Obtaining a reference to an enclosing class of a nested class — "John Lam" <drjflam@...>
Here is a nested class definition:
John Lam wrote:
Logan Capaldo wrote:
But module nesting is namespace nesting, so what does it mean to put a
Rick DeNatale wrote:
On 8/30/06, Joel VanderWerf <vjoel@path.berkeley.edu> wrote:
[#211539] PVCS-Wishful Thinking — Erich Timkar <erichtimkar@...>
So, I'm going to ask this question knowing full well that I'm going to
On 8/30/06, Erich Timkar <erichtimkar@gmail.com> wrote:
[#211546] Array.step — ara.t.howard@...
[#211562] Checking for Network Connection — "Matt Todd" <chiology@...>
OK, so, I quickly googled and was not able to find anything specific, but
On 8/30/06, Matt Todd <chiology@gmail.com> wrote:
Thanks... that was also a solution I had thought about, but couldn't
[#211573] Drb and mystery ports (and Queue question) — "Phil Tomson" <rubyfan@...>
I'm trying to make a simple message queue. Messages can be added to
[#211621] Lighter-weight ActiveMQ-like thingy in Ruby? — "Phil Tomson" <rubyfan@...>
Has anyone worked on an ActiveMQ (http://activemq.org ) like messaging
On Thu, Aug 31, 2006, Phil Tomson wrote:
On 8/30/06, Ben Bleything <ben@bleything.net> wrote:
[#211682] debug flag being ignored — Tom Allison <tallison@...>
I'm trying to run 'ruby -d foo.rb' and the d is either ignored or I don't
[#211717] Win 98 one-click 1.8.5-21 installer problem — jzakiya@...
On my Windows 98 desktop the installer appears to load correctly.
[#211742] Hal Fulton Interview — "pat eyler" <pat.eyler@...>
I just posted an interview with Hal Fulton, author of The Ruby Way, and the
[#211746] splitting string to hash — Brian Nice <bnice_99@...>
I have a strings like the following:
[#211757] IO and an encoded email attachment — Jon Leighton <turnip@...>
Hi all,
[#211766] PDF conversion with ruby/linux — Floyd Wright <tfwright@...>
Unfortunately I have a project which has the requirement that users may
[#211770] Integer to byte string - Speed improvements — "Phrogz" <gavin@...>
I'm writing code that needs to store an integer as a sequence of bytes.
I forgot to add - I'd also be interested in seeing a golf tournament on
[#211786] Spawning daemon processes — "Thiago Arrais" <thiago.arrais@...>
I am trying to start and stop a daemon process from inside my Ruby
[#211826] good article on threads — ara.t.howard@...
On 8/31/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:
[#211831] Insecure word writable dir? — "Joe Van Dyk" <joevandyk@...>
When I exec another program from inside Ruby, I get this warning:
Hi,
[#211837] Ruby program installed via RPM — "Joe Van Dyk" <joevandyk@...>
Hi,
On 8/31/06, Joe Van Dyk <joevandyk@gmail.com> wrote:
[#211858] mem_inspect and png — Eric Hodel <drbrain@...7.net>
I'm pleased to announce to new libraries written by members of the
[#211860] TkDialogBox missing? — Josef Wolf <jw@...>
Hello!
From: Josef Wolf <jw@raven.inka.de>
On Fri, Sep 01, 2006 at 12:01:13PM +0900, Hidetoshi NAGAI wrote:
On Fri, Sep 01, 2006 at 03:00:34PM +0900, Josef Wolf wrote:
On Sep 3, 2006, at 8:50 AM, Josef Wolf wrote:
On Mon, Sep 04, 2006 at 11:30:01AM +0900, Morton Goldberg wrote:
On Sep 4, 2006, at 1:25 PM, Josef Wolf wrote:
On Tue, Sep 05, 2006 at 02:13:47PM +0900, Morton Goldberg wrote:
On Sep 5, 2006, at 12:50 PM, Josef Wolf wrote:
Morton Goldberg wrote:
From: Andrew Thompson <vagabond@cataclysm-software.net>
Hidetoshi NAGAI wrote:
From: Josef Wolf <jw@raven.inka.de>
Re: Beginner's question: assigning same value to many variables
or you could do
%w{ a b c d e f g h i j }.each {|v| eval "#{v}=''" }
On 8/11/06, Mark Van Holstyn <mvette13@gmail.com> wrote:
>
> a=b=c=d=f=g=h=i=j=k=l=m=n=''
>
>
>
>
> On 8/11/06, Alex Khere <askhere@yahoo.com> wrote:
> >
> > I'm just starting out in programming, using Ruby to learn.
> >
> > I'm trying to write a short program that will use a handful of
> > variables, and I want to be sure that all of the variables start with
> > the value '' (strings of zero length).
> >
> > Is there a way to list all of the variables on a single line and set
> > them to the same value? I tried using commas to seperate, but that
> > didn't work.
> >
> > I also tried creating an array with all of the variable names and then
> > using "arrayname.each do |name|" to cycle through the assignment, but
> > since the varibles hadn't been defined, I got an "undefined local
> > variable or method" error (at least, I think that's why I got an error).
> >
> >
> >
> > --
> > Posted via http://www.ruby-forum.com/.
> >
> >
>
>
> --
> Mark Van Holstyn
> mvette13@gmail.com
> http://lotswholetime.com
>
--
Mark Van Holstyn
mvette13@gmail.com
http://lotswholetime.com