[#63391] GPL and licensing — Daniel Carrera <dcarrera@...>
Hello,
[#63424] 2 classes, same name — Tom Sawyer <transami@...>
did you know Ruby can have mutiple classes defined with the exact same
[#63426] wxRuby, dbf — Nicolay Vasiliev <n.vasiliev@...>
Hello!
[#63439] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> >>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 09:30:12AM +0100, ts wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
> Y> I'm afraid I won't give you a way to turn it off. It is "quite
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 12:36:52PM +0100, ts wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 01:16:02PM +0100, ts wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 01:50:05PM +0100, ts wrote:
[#63444] Re: local variables, blocks & self ambiguity (was Local variables & blocks) — Brian Candler <B.Candler@...>
> eeee.....well, they wouldn't be local then :) on the other hand is self became
[#63479] no override — Tom Sawyer <transami@...>
is there any way to specifiy that a method can not be overrided? perfereably
On Sun, Feb 02, 2003 at 04:51:08PM +0900, Tom Sawyer wrote:
On Sun, Feb 02, 2003 at 06:41:45PM +0900, Mauricio Fern疣dez wrote:
On Sunday 02 February 2003 03:34 am, Mauricio Fern疣dez wrote:
On Sun, Feb 02, 2003 at 09:35:26PM +0900, Tom Sawyer wrote:
On Sunday 02 February 2003 09:01 am, Mauricio Fern疣dez wrote:
On Mon, Feb 03, 2003 at 06:23:35AM +0900, Tom Sawyer wrote:
On Tue, Feb 04, 2003 at 12:26:37AM +0900, Mauricio Fern疣dez wrote:
Just a basic question -- what is a tuple? How is it different from an
[#63490] Re: operator - on list should be O(n) on sorted lists — Brian Candler <B.Candler@...>
> 1) In the - method, test if the list are allready sorted (which is a O(n+m)
[#63511] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> |Hmm. ISTM that if this is a problem, it will affect Matz's [63100] as well.
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
[#63522] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> Block parameters are only way to create block local variables, but
[#63532] Encryption — Daniel Carrera <dcarrera@...>
Does anyone know if I can encrypt files using Ruby?
[#63549] Release Engineering — Justin White <just6979@...>
version numbering came up in #ruby-lang tonight. knu explained the new
[#63553] What is the best Ruby IDE you think? — Nicolay Vasiliev <n.vasiliev@...>
Hello!
Am Montag, 3. Februar 2003 09:12 schrieb Nicolay Vasiliev:
[#63591] Fun with singletons' singleton classes — Mauricio Fern疣dez <batsman.geo@...>
[#63600] ruby-dev summary 19437-19455 — Minero Aoki <aamine@...>
Hi all,
On Tue, Feb 04, 2003 at 02:50:32AM +0900, Minero Aoki wrote:
On Tue, 4 Feb 2003, Paul Brannan wrote:
Hi,
[#63627] Designing API strings vs symbols? — Travis Whitton <whitton@...>
Hello all, I'm currently doing a port of Perl's Data::FormValidator module
[#63643] Native rational and complex number implementations? — Gavin Sinclair <gsinclair@...>
Hi -talk,
On Tue, 4 Feb 2003, Gavin Sinclair wrote:
[#63646] Ruby and dbf — Nicolay Vasiliev <n.vasiliev@...>
Hello!
[#63650] Mismatch between documenation and implementation of Array#join() — "Robert Klemme" <bob.news@...>
[#63660] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> And while we have mentioned the new scoping rules, I think the new
[#63668] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> Can someone list a synopsis of the new rules (or have I missed that?)
On Wednesday, February 5, 2003, 1:47:47 AM, Brian wrote:
Gavin Sinclair wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Wed, Feb 05, 2003 at 03:03:24AM +0900, ts wrote:
Hi,
[#63677] problem with tk — MENON Jean-Francois <jean-francois.menon@...>
hello,
[#63685] postgres/drb experts [or hi eric ;-)] — ahoward <ahoward@...>
[#63704] Code challenge — Mauricio Fern疣dez <batsman.geo@...>
[#63719] Is mixin possible with dynamic require? — "Jon Hurst" <jon@...>
I need to dynamically require a file(module) from within a class. I then
[#63751] Embedding Ruby in C code — Szymon Drejewicz <drejewic@...>
How to compile this file:
>>>>> "S" == Szymon Drejewicz <drejewic@wsisiz.edu.pl> writes:
[#63778] win32 + ctrl-c of child processes — Matt Armstrong <matt@...>
Ruby under Unix allows me to see if a child process died of a signal.
[#63782] Error in Complex — Daniel Carrera <dcarrera@...>
Hello,
Daniel Carrera <dcarrera@math.umd.edu> wrote:
Martin,
[#63783] a cute way to reduce a fraction? — "Chris Pine" <nemo@...>
Hello,
[#63829] locana, SVG, cross-platform GUI meanderings... — ptkwt@...1.aracnet.com (Phil Tomson)
Hold on, this post takes a few twists and turns. Consider it an exercise
-----BEGIN PGP SIGNED MESSAGE-----
----- Original Message -----
[#63838] Re: case-sensitivity and Dir — "J.Hawkesworth" <J.Hawkesworth@...>
I agree that the situation is less than ideal but I'm not sure I'd want
[#63860] Probs with 1.8.0 on Solaris 2.9 — Hugh Sasse Staff Elec Eng <hgs@...>
I got a failure with yesterday's snapshot of ruby 1.8.0.
>>>>> "H" == Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk> writes:
[#63862] Blogging software — Martin DeMello <martindemello@...>
Anyone done any work on a ruby-powered weblog?
Martin DeMello wrote:
[#63880] warning: split (...) interpreted as method call — Daniel Bretoi <lists@...>
Hello,
[#63898] Re: locana, SVG, cross-platform GUI meanderings... — "Richard" <rich@...>
When did he install what version of the Flash player?
[#63906] The way of the Gentoo — "MikkelFJ" <mikkelfj-anti-spam@...>
[#63926] What does IRB's "=>" show? — Daniel Carrera <dcarrera@...>
I don't quite understand what irb's "=>" is showing. In particular, I'd like to
[#63938] Private lvalue methods unusable? — Steven Smolinski <steven.smolinski@...>
I'm learning Ruby, and trying to grasp the non-declarative concept with
[#63963] drb and signals — ahoward <ahoward@...>
ahoward (ahoward@fsl.noaa.gov) wrote:
On Sat, 8 Feb 2003, Eric Hodel wrote:
[#64018] easy access for CGI query — Wakou Aoyama <wakou@...>
hello,
Wakou Aoyama (wakou@ruby-lang.org) wrote:
On Sat, Feb 08, 2003 at 05:14:37AM +0900,
Wakou Aoyama (wakou@ruby-lang.org) wrote:
[#64024] Photo Gallery — "Useko Netsumi" <usenets@...>
I'm wondering if there is a photo gallery package using ruby. I've seen some
[#64054] Where is Math.PI ?? — Daniel Carrera <dcarrera@...>
I can't get Math.PI to work:
[#64063] Tortured by the Dependency Daemons — Jonathan Smith <jonathan.w.smith@...>
The instructions for installation state, "In RWiki package for your
I copied rwiki.rb and rwconfig.rb to the ~/lib directory and went
Hi,
[#64064] help overloading operators — Daniel Carrera <dcarrera@...>
I'm trying to overload Float#+, but I'm doing it wrong and it's breaking
[#64068] Relative performance of Ruby templating systems — "Gabriel Emerson" <egabriel@...>
I decided to run Siege against Mod Ruby, ERuby, Amrita, PageTemplate,
[#64092] RAA raainstall-able flag — Tom Sawyer <transami@...>
does anyone else think it would be a good idea to add a flag to the packages
[#64093] DBI commit and rollback with postgesql DBD — Tom Sawyer <transami@...>
i was testing out transaction support with DBI against my postgresql DBD and
[#64119] 'static' variables in a proc? — ptkwt@...1.aracnet.com (Phil Tomson)
Is there a way to get a variable in a proc that maintains it's value
[#64127] Executing interactive system commands — Vitaly Semkin <vitaly@...>
Hello.
[#64135] Ruby-GNOME2-0.3.0 — Masao Mutoh <mutoh@...>
Hi,
[#64146] ruby-dev summary 19457-19539 — Kazuo Saito <ksaito@...>
Hi, I'm just a beginner buy program, but...
In article <20030209190906.GA14768@debian>,
Quoteing akr@m17n.org, on Mon, Feb 10, 2003 at 11:41:54AM +0900:
In article <20030211044054.GA15912@debian>,
Hi --
[#64147] How to find an install directory. — Daniel Carrera <dcarrera@...>
Hello,
[#64155] I have method call, but I get warning: ... interpreted as method call! — Sam Roberts <sroberts@...>
The code works, I just get this warning:
[#64164] Trapping Access/Modification of Objects — Jason Voegele <jason@...>
After a long delay, I'm now starting to work on the RubyGOODS library
Hi matz,
Hi,
Yukihiro Matsumoto wrote:
Hi,
On Wed, 12 Feb 2003, Yukihiro Matsumoto wrote:
[#64200] Equivalent to Java's Float.MAX_VALUE? — Farrel Lifson <flifson@...>
Hi all,
[#64213] one lonely fcgi user — ahoward <ahoward@...>
[#64238] Ruby1.7.3 win [glut32.dll missing?] — Meinrad Recheis <meinrad.recheis@...>
hi,
[#64242] Source code for "Ruby Developer's Guide" — Harry Ohlsen <harryo@...>
Hi People,
I think I am being a lazy bastard... but does anyone have a RPM for
On Tue 11 Feb 2003 at 22:07:40 +0900, Mark Firestone wrote:
[#64247] turning modules into classes — "Chris Pine" <nemo@...>
Did you ever want to instantiate a module?
Hi --
On Tue, Feb 11, 2003 at 11:38:45PM +0900, MikkelFJ wrote:
>
On Wed, Feb 12, 2003 at 01:13:47AM +0900, Chad Fowler wrote:
On 12 Feb 2003 at 2:39, Mauricio Fern疣dez wrote:
[#64248] Trying to build Amazon Web Service class using SOAP4R — Ben Schumacher <ben@...>
Hello-
[#64255] Question about page 244 of the pickaxe... — "Chris Pine" <nemo@...>
Hello,
[#64256] FOX-based Windows GUIs — Harry Ohlsen <harryo@...>
Is there a way to make FOX/Ruby applications look
[#64276] Doc question and Mount question — "Daniel P. Zepeda" <daniel@...>
Hi,
[#64278] inheriting from base classes — dblack@...
Hi --
Hi --
On Wednesday, February 12, 2003, 1:26:50 AM, dblack wrote:
My feeling was always that it was only OK to subclass a class if it would be
Hi --
[#64284] Does FX/Ruby have some standard icons? — Harry Ohlsen <harryo@...>
I'm trying to be vaguely clever, by only expanding
[#64300] CLOS-like system & Ruby — Gour <gour@...>
Hi!
[#64329] Range#length? — "Chris Pine" <nemo@...>
What happened to Range#length and Range#size?
On Wednesday, February 12, 2003, 2:44:34 AM, Chris wrote:
----- Original Message -----
On Wed, 12 Feb 2003, Martin DeMello wrote:
On Wed, 12 Feb 2003, ahoward wrote:
[#64372] FreeRide and FXScintilla — Steve Tuckner <STUCKNER@...>
Hello all,
Sorry to reply to my own post, but I found a config option from the
Here we go again...
Steve,
[#64392] String frustration — "Tim Kynerd" <tim@...>
Hi everyone,
On Wed, 12 Feb 2003 14:16:03 +0900, Harry Ohlsen wrote:
On Wed, 12 Feb 2003 21:38:47 +0900, Mauricio Fern疣dez wrote:
[#64396] Ruby module distribution — Matt Lawrence <matt@...>
I've been reading the various messages on how to distribute Ruby modules.
[#64404] Dynamically changing widgets in FXRuby — jnews@... (Jacob News)
I am attempting to learn FXRuby, and I'm running into a small problem,
[#64421] Name for #=== based assertion — <nathaniel@...>
I've had several requests that an assertion based on #=== be added to
----- Original Message -----
Hal E. Fulton said:
"Nathaniel Talbott" <ntalbott@rolemodelsoftware.com> writes:
[#64427] Lexical scope and closures — patrickdlogan@... (Patrick Logan)
I read recently a flaw I did not previously know about...
[#64429] Test::Unit 0.1.8 — <nathaniel@...>
If you don't know what Test::Unit is, I've included an explanation
[#64449] PostgreSQL and embedded Ruby — Szymon Drejewicz <drejewic@...>
Hello,
[#64470] Need regex help (or bug in match) — Jim Freeze <jim@...>
Hi
Hi --
----- Original Message -----
On Thu, Feb 13, 2003 at 07:10:06AM +0900, Hal E. Fulton wrote:
[#64481] creating objects using strings — George Mochrie <geo@...>
hi
[#64524] mod_ruby insecury op — Daniel Bretoi <lists@...>
[Wed Feb 12 12:00:16 2003] [error] mod_ruby: error in ruby
Make sure the string isn't tainted.
Thanks guys, this one stings me every time. What exactly does untaining
[#64527] Windows support — Daniel Carrera <dcarrera@...>
Hello,
[#64528] hm,... arr[1]["name"] — "daniel" <offstuff@...>
$arr = Array();
[#64561] Unit Testing Private Methods — Travis Whitton <whitton@...>
It seems that in order to be able to unit test a method it has to be
On Thu, Feb 13, 2003 at 07:46:11AM +0900, Travis Whitton wrote:
[#64573] Should substrings be modifiable in-place?? — "Hal E. Fulton" <hal9000@...>
I've been thinking about this for
[#64575] Re: Lexical scope and closures — patrickdlogan@...
> (3) some other syntax will be introduced for cases where...
On Thu, Feb 13, 2003 at 08:35:34AM +0900, patrickdlogan@attbi.com wrote:
On Thu, Feb 13, 2003 at 05:44:36PM +0900, Mauricio Fern?ndez wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Thursday 13 February 2003 04:54 am, Brian Candler wrote:
On Thu, Feb 13, 2003 at 10:02:45PM +0900, Tom Sawyer wrote:
Hi,
On Thursday 13 February 2003 06:44 pm, Yukihiro Matsumoto wrote:
Hi,
On Thursday 13 February 2003 07:42 pm, Yukihiro Matsumoto wrote:
Hi,
On Thursday 13 February 2003 08:03 pm, Yukihiro Matsumoto wrote:
On Friday 14 February 2003 12:20 am, Tom Sawyer wrote:
Sat, 15 Feb 2003 08:06:31 +0900, Mauricio Fern疣dez <batsman.geo@yahoo.com> pisze:
Hi --
>>>>> "d" == dblack <dblack@candle.superlink.net> writes:
Hi --
>>>>> "d" == dblack <dblack@candle.superlink.net> writes:
[#64584] how to call a functino through a variable name — Daniel Bretoi <lists@...>
How would I do something like this:
[#64595] respond_to? in mod_ruby — Daniel Bretoi <lists@...>
<%
[#64602] von Rossum on Strong vs. Weak Typing — <jbritt@...>
Since this is something of a permathread on this list I though this would be of interest:
On Thu, 13 Feb 2003 10:10:44 +0900
It is interesting and consistent with Python's design that Guido von
On Thu, 13 Feb 2003 12:10:18 +0900
Hi,
Thu, 13 Feb 2003 13:15:42 +0900, Yukihiro Matsumoto <matz@ruby-lang.org> pisze:
On Fri, Feb 14, 2003 at 07:27:10PM +0900, Marcin 'Qrczak' Kowalczyk wrote:
Paul Brannan <pbrannan@atdesk.com> writes:
On Sat, Feb 15, 2003 at 01:05:19AM +0900, Matt Armstrong wrote:
At 4:18 AM +0900 2/15/03, Paul Brannan wrote:
At 7:08 AM +0900 2/15/03, Chris Thomas wrote:
On Sat, Feb 15, 2003 at 08:08:55AM +0900, Dan Sugalski wrote:
On Sat, 15 Feb 2003 12:21:55 +0900
[#64626] Why does Array#compact! return the array, but uniq! return a count? — Sam Roberts <sroberts@...>
matz@ruby-lang.org (Yukihiro Matsumoto) wrote in message news:<1045109926.846613.10554.nullmailer@picachu.netlab.jp>...
On Thu, 13 Feb 2003 22:51:06 +0900
[#64706] Ruby-freedb 0.5 released — Guillaume Pierronnet <moumar@...>
hi folks,
[#64737] Ruby 1.8.0 bugs — james@... (James Adam)
Can anyone confirm these bugs i've noticed in Ruby-1.8.0 on cygwin?
[#64752] why html template systems never use new tags? — Tom Sawyer <transami@...>
curious, i've realized that i have never seen any html template systems that
I would interpret your question a bit differently than others in this
[#64753] module This::Encompassing::That — Bil Kleb <W.L.Kleb@...>
Today, I decided I was tired of
Hi --
dblack@candle.superlink.net wrote:
On Friday, February 14, 2003, 2:00:56 PM, Bil wrote:
Hi --
On Sunday, February 16, 2003, 4:01:47 AM, dblack wrote:
Hi,
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
Hi,
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
Hi,
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
Hi,
On Tuesday, February 18, 2003, 11:56:41 PM, Yukihiro wrote:
Hi,
Hi,
Hi,
Yukihiro Matsumoto [mailto:matz@ruby-lang.org] wrote:
Hi,
Hi --
Hi,
Hi --
matz@ruby-lang.org (Yukihiro Matsumoto) writes:
On Thu, Feb 20, 2003 at 06:41:24AM +0900, Matt Armstrong wrote:
Hi,
On Thu, Feb 20, 2003 at 10:00:20AM +0900, nobu.nokada@softhome.net wrote:
[#64763] List of 1.6 vs 1.8 somewhere? — Bill Dueber <wdueber@...>
I apologize -- I'm sure this must be a FAQ, but I can't seem to locate a
On Friday, February 14, 2003, 2:33:16 PM, Bill wrote:
I don't want to sound ungrateful... or rude... or whatnot, especially as
[#64776] How to write filesearch with begin-pattern till end-pattern — "Nico Hoogervorst" <nico.hoogervorst@...>
In perl I can search through files,
[#64785] Segmation fault in combination of heavy socket I/O and multi-threading — Idan Sofer <idan@...>
This is one bug(Or perhaps even a set of bugs) I ran into more then once
>>>>> "I" == Idan Sofer <idan@idanso.dyndns.org> writes:
>>>>> "t" == ts <decoux@moulon.inra.fr> writes:
ביום רביעי, 19 בפברואר 2003, 11:46, ts כתב:
[#64794] Oracle, ruby-oci8 and gcc — Brian Candler <B.Candler@...>
Just FYI - I remember someone was asking about using Ruby with Oracle 9i
[#64828] Class can be subclassed after all... — "Chris Pine" <nemo@...>
While this may be of interest to no one but myself, there is one subclass of
[#64834] FXRuby: FXList FRAME_RAISED does not work — Matthias Wieding-Drewes <Golgatha@...>
Hello dear rubies and foxes
[#64857] plruby — ts <decoux@...>
[#64867] Linking Ruby to C++ via SWIG in Cygwin: missing ruby.o — "Alan Baljeu" <abaljeu@...>
I don't know where the problem is, whether my Ruby installation or SWIG
[#64874] FreeRIDE Problem on RH8 Machine — Jonathan Smith <jonathan.w.smith@...>
Pre-hacking, I glanced at FreeRIDE. Even without the Speller working
[#64876] GPL question — Daniel Carrera <dcarrera@...>
Hello,
On Sat, 2003-02-15 at 18:06, Mark Wilson wrote:
[#64939] General programming language question — "Chris Pine" <nemo@...>
This is not a question about Ruby in particular... sorry. But I wouldn't
[#64944] C-like cast from String to Integer needed. — Michael Bruschkewitz <brusch2@...>
Hello,
[#64952] count lines — anbieter_99@... (Gustav G.)
Hi there,
[#64957] ANN: REXML 2.5.4 — ser@... (Sean Russell)
Hello everybody,
[#64963] even? and odd? methods in Integer class — kwatch@... (kwatch)
Why Integer class doesn't have 'even?' nor 'odd?' method?
[#64992] Evaluation — Jonathan Smith <jonathan.w.smith@...>
I wonder if there is any value to comparing Ruby's capabilities with
[#64999] Strange behaviour of system("start ...") [1.6.8,W2k] — Michael Bruschkewitz <brusch2@...>
Hello,
[#65001] How to test for existence of instance variable? — Brian Candler <B.Candler@...>
I have an existing class Foo, and existing objects of that class.
Hi,
On Mon, Feb 17, 2003 at 10:46:59AM -0800, Bill Kelly wrote:
Hi,
On Tue, Feb 18, 2003 at 09:52:12PM +0900, Yukihiro Matsumoto wrote:
Hi,
On Wed, Feb 19, 2003 at 02:08:07AM +0900, Yukihiro Matsumoto wrote:
Hi,
On Wed, Feb 19, 2003 at 05:08:19PM +0900, Yukihiro Matsumoto wrote:
On Thu, 20 Feb 2003, Paul Brannan wrote:
On Thu, Feb 20, 2003 at 01:11:37AM +0900, ahoward wrote:
On Wed, Feb 19, 2003 at 05:19:15AM +0900, Paul Brannan wrote:
On Thu, Feb 20, 2003 at 12:02:21AM +0900, Brian Candler wrote:
On Thu, Feb 20, 2003 at 12:26:57AM +0900, Paul Brannan wrote:
Hi,
On Thu, Feb 20, 2003 at 01:26:42AM +0900, Yukihiro Matsumoto wrote:
Hi,
[#65009] installing dbi — "Ernie" <erne@...>
I'm pretty new to Linux so I've got what could be a pretty simple question.
[#65016] initializing class variables — Daniel Carrera <dcarrera@...>
Hello,
[#65030] Test::Unit — Daniel Carrera <dcarrera@...>
I'm trying to figure out how to ust Test::Unit. I've read the
[#65032] Re: [Q] Test::Unit — "Berger, Daniel" <djberge@...>
[#65047] Porting from unix to mingw — Pierre Baillet <oct@...>
Hello,
On Tuesday, February 18, 2003, 10:41:29 AM, Pierre wrote:
[#65048] Pragprog installer 1.7.3v7 sqlsh, win32 — Pierre Baillet <oct@...>
Hi,
[#65049] How does one connect to a remote database using dbi? — "Ernie" <erne@...>
I've looked at the examples and I can connect to a local data base. What is
[#65090] $SAFE and creating New objects (File) — "\"RayZ\" Andrew V Rumm" <rayz@...>
Sorry for noob question
>>>>> "R" == \"RayZ\" Andrew V Rumm <RayZ> writes:
Hello ts,
>>>>> "R" == \"RayZ\" Andrew V Rumm <RayZ> writes:
>>>>> ts,
ביום שלישי, 18 בפברואר 2003, 14:33, \ כתב:> Trying to create new file and there an Insecure operation error.> SomeFile = File.new("someFileName", "w")> What must i do then?Is the filename is from GPC(Get/Post/Cookie) origin?
[#65113] Reading Text files with extended ASCII characters — William Tihen <tihen.william@...>
Hello,
On Wed, 19 Feb 2003, William Tihen wrote:
Thanks for the help Ara, I guess I just didn't understand the file
[#65121] speedycgi/pperl equivalent? — David Garamond <lists@...6.isreserved.com>
Is there an equivalent of SpeedyCGI or PPerl for Ruby?
[#65140] help: append error on Array push — reavey <reavey@...>
hi
[#65141] String#+ operatorbroken? — Jim Freeze <jim@...>
Hi:
Hi,
Jim Freeze <jim@freeze.org> writes:
On Wednesday, 19 February 2003 at 15:02:10 +0900, Matt Armstrong wrote:
>>>>> "J" == Jim Freeze <jim@freeze.org> writes:
On Friday, 21 February 2003 at 1:36:00 +0900, ts wrote:
[#65159] Sourcing files — Bjn Lindstr <bkhl@...>
I like using source files as configuration files for my hacks.
On Wed, 2003-02-19 at 00:20, Bjn Lindstr wrote:
Jim Weirich <jweirich@one.net> [20030219 06:58]:
On Wed, Feb 19, 2003 at 03:27:10PM +0900, Bjrn Lindstrm wrote:
Jos Backus <jos@catnook.com> [20030219 07:32]:
[#65167] Ruby scripts for daily unix system administration — "Useko Netsumi" <usenets@...>
Hi, I'm a newbie looking for any example of writing ruby script to do my
Thanks Gavin. If you see any good simple example of using GetoptLong, please
On Wednesday, 19 February 2003 at 23:30:59 +0900, Useko Netsumi wrote:
[#65212] Rite Status? — Travis Whitton <whitton@...>
Hello all - I was just wondering if Rite is still in development and if it's
Hi,
On Thu, Feb 20, 2003 at 01:20:35AM +0900, Yukihiro Matsumoto wrote:
In article <1045675655.357054.17876.nullmailer@picachu.netlab.jp>,
On Thursday, 20 February 2003 at 6:32:55 +0900, Phil Tomson wrote:
[#65270] optimization question — Travis Whitton <whitton@...>
Hello - A friend and I have been working on a Ruby implementation of a
I wrote a C version of your code which uses glib. I'm attaching it as
I wrote faster extension 'hashsucc.so'.
Hello Travis,
> i think that better way to speed up this code is:
Bulat Ziganshin <bulatz@integ.ru> wrote:
> Bulat Ziganshin <bulatz@integ.ru> wrote:
[#65292] Curses base windowing system — "Useko Netsumi" <usenets@...>
As I have only limited resources on my laptop(memory, diskspace, and CPU
[#65331] Return Values of [] for Array, Hash,... (ruby 1.6.8) — Michael Bruschkewitz <brusch2@...>
Hello,
In article <48509684717.20030227115407@integ.ru>, bulatz@integ.ru
[#65351] proc {} vs. Method#to_proc — dblack@...
Hi --
On Friday, 21 February 2003 at 1:19:17 +0900, dblack@candle.superlink.net wrote:
On Fri, Feb 21, 2003 at 01:19:17AM +0900, dblack@candle.superlink.net wrote:
[#65361] Inconsistent behavior in Array methods — "Warren Brown" <wkb@...>
I recently tracked down a bug in my code to a line that read:
[#65368] Extending existing classes under mod_ruby... — Frank Fejes <frank@...>
Hello all. I have built a web application with ruby and am also making
[#65394] rubygarden html madness — ahoward <ahoward@...>
[#65418] First Europeen Ruby Conference — Michael Neumann <uu9r@...>
Dear Rubyists,
Hugh Sasse Staff Elec Eng wrote:
[#65424] Regexp help: Parsing a CSV file — Tim Bates <tim@...>
I've dumped a CSV (comma separated values) file from Excel, and I want to
On Fri, 21 Feb 2003, Tim Bates wrote:
> On Fri, 21 Feb 2003, Tim Bates wrote:
[#65454] xml-configfile 0.8.0 — Maik Schmidt <contact@...>
Yo!
You know, this could be used for a lot more than just config files.
On Sat, Feb 22, 2003 at 02:04:36AM +0900, Daniel Carrera wrote:
On Sat, Feb 22, 2003 at 04:04:46AM +0900, Mauricio Fern疣dez wrote:
On Sat, Feb 22, 2003 at 05:42:00AM +0900, Daniel Carrera wrote:
On Sat, Feb 22, 2003 at 06:52:21AM +0900, Mauricio Fern疣dez wrote:
[#65468] GUI and serial communications — Dave Boland <dboland9@...>
I was told about the Ruby language, and have been doing some homework on
[#65473] Style question: using 'block_given?' — Bill Dueber <wdueber@...>
I'm new to Ruby, and want to know what The Best Way To Do It is...
On Sat, Feb 22, 2003 at 05:00:44AM +0900, Bill Dueber wrote:
On Sat, Feb 22, 2003 at 06:05:23AM +0900, Brian Candler wrote:
> This is the class instance variable police. Freeze! Keine Bewegung!
Hi --
On Sat, Feb 22, 2003 at 04:05:59PM +0900, dblack@candle.superlink.net wrote:
[#65474] ruby on QNX 6? — Joel VanderWerf <vjoel@...>
[#65503] TreeView in Ruby-Gnome2 — Daniel Carrera <dcarrera@...>
A couple of questions:
[#65526] embedded docs — Wojciech Kaczmarek <schatten@...>
Is ruby going to have (in a reasonably predictable future :) embedded
il Sun, 23 Feb 2003 05:16:36 +0900, Brian Wisti
Brian Wisti <brian@coolnamehere.com> writes:
I agree that this is very important.
On Sunday 23 February 2003 09:18 am, Seth Kurtzberg wrote:
On Sunday 23 February 2003 10:53 am, Brian Wisti wrote:
On Sunday 23 February 2003 10:06 am, Seth Kurtzberg wrote:
Esperanto has been touted as a common language for over 100 years, but it has
On Mon, 24 Feb 2003, Seth Kurtzberg wrote:
On Sunday 23 February 2003 11:20 am, Hugh Sasse Staff Elec Eng wrote:
----- Original Message -----
On Mon, 24 Feb 2003, Hal E. Fulton wrote:
[#65534] OS X - eruby install problem: "libruby.a: No such file or directory" — sera@... (Francis Hwang)
I'm trying to install eruby on OS X -- it's 10.2, meaning Ruby was
[#65598] dynamic include — Timothy Bauscher <timothy@...>
I'm developing a program which needs to dynamically load
[#65601] ANN: REXML 2.5.7 and 2.4.7 — ser@... (Sean Russell)
Two, two, TWO releases for the price of one!
[#65619] Coding challenge: Space-separated constants — "Hal E. Fulton" <hal9000@...>
I'm issuing this challenge because I'm
[#65624] OpenSSL for Ruby 0.2.0-pre0 — Michal Rokos <michal@...>
Hi everybody!
[#65632] Happy Birthday, Ruby, and an announcement.... — dblack@...
Dear everyone,
On Mon, 24 Feb 2003 dblack@candle.superlink.net wrote:
[#65644] Debugger Not Working — Seth Kurtzberg <seth@...>
All,
Hi, Seth,
It is working now with line numbers. What is the syntax for breaking at a
Hi, Seth,
It may, I'll try it, but it really doesn't do much good even if it does work.
Hi, Seth,
Hi,
Hi,
It accepts it. But nothing happens (that is, it doesn't actually set a
Hi,
You want the file name plus the class name plus dot plus the method?
[#65653] Euro5 le ofrece idiomas — "Idiomas en pocas horas" <marketing@...5.org>
Le proporcionamos una ensenza de idiomas de calidad con profesores bilings
[#65658] Threads, pipes, popen, whatever — Albert Wagner <alwagner@...>
I have never before had occasion to do the following kind of problem, so
[#65660] Objectify the mersenne twister in 1.8? — Robert Feldt <feldt@...>
Hi,
il Tue, 25 Feb 2003 04:00:25 +0900, Robert Feldt
[#65680] Re: [ANN] Happy Birthday, Ruby, and an announcement.... — "Berger, Daniel" <djberge@...>
[#65695] General question about args (embedded code) — Ben Thomas <ben.thomas@...>
There is a lot of function in the Ruby C API that takes the
[#65700] rescue modifier with require — "Hal E. Fulton" <hal9000@...>
Hi, all.
[#65704] C Extension not exiting properly? — Eric Schwartz <eric.schwartz@...>
This is puzzling me mightily. I have written a C extension to Ruby to
[#65708] allruby.com — ser@... (Sean Russell)
Hey, is it just me, or is allruby.com lost? The domain appears to be
[#65725] small bug in net/http.rb — Eugene Scripnik <Eugene.Scripnik@...>
I've played with Net::HTTP and found little mistype in proxy
Hi,
[#65732] Link ruby scripts together — wzis@... (Roger Gong)
Is there a tool that could let you link all scripts of a ruby program
[#65733] Is there a ruby script encryptor? — wzis@... (Roger Gong)
As the subject said, is there such a program?
[#65775] Drag and Drop example for FX/Ruby? — Harry Ohlsen <harryo@...>
I'd like to add drag'n'drop capabilities to a FOX GUI. Can anyone point me at an example of this?
[#65785] Thread.stop — Joel VanderWerf <vjoel@...>
[#65802] Ruby in Performance Testing — E F van de Laar <emiel@...>
Rubyists,
[#65819] Re: Matrix op speaks. Computer programmers needed to build matrix. — Lyle Johnson <lyle@...>
Matrix Four wrote:
[#65835] Re: von Rossum on Strong vs. Weak Typing — "Marcin 'Qrczak' Kowalczyk" <qrczak@...>
Thu, 13 Feb 2003 10:10:44 +0900, <jbritt@ruby-doc.org> <jbritt@ruby-doc.org> pisze:
On Wednesday 26 February 2003 01:21 pm, Marcin 'Qrczak' Kowalczyk wrote:
[#65854] Ruby Compile-time optimization — Daniel Carrera <dcarrera@...>
Hello,
Daniel Carrera (dcarrera@math.umd.edu) wrote:
In article <20030227002438.GA3877@math.umd.edu>,
> Of course, to be fair, in its more traditional strong areas, (regexp matching, hash
[#65856] RMagick 1.0.0 now available — "Tim Hunter" <cyclists@...>
RMagick, a Ruby extension for the ImageMagick (www.imagemagick.org) image
[#65866] OS X eRuby working — Jim Menard <jimm@...>
I finally managed to get mod_ruby and eRuby working on OS X. I never had a
[#65884] Unable to do non-blocking read on socket — Seth Kurtzberg <seth@...>
I have not been able to change the behavior of IO::read() to non-blocking.
Hi,
On Thu, Feb 27, 2003 at 05:03:37PM +0900, Seth Kurtzberg wrote:
The read call is already preceded by kernel#select(), but that doesn't help.
Hi,
This is with 1.8 CVS head on linux kernel 2.4.20.
Hi,
I guess I must be missing something, but I see nothing here that would expose
Hi,
Yes, I know, but what I said is the reverse. It blocks when you _do_ supply
Hi,
[#65907] XmlConfigFile usage — Ollivier Robert <roberto@...>
Hello,
> I underestimated the need for true XML serialization and I think it's
On Fri, Feb 28, 2003 at 01:53:47AM +0900, Chris Morris wrote:
> On Fri, Feb 28, 2003 at 01:53:47AM +0900, Chris Morris wrote:
Hi,
Hi, Brian,
[#65917] Redirecting/Logging output — Michael Bruschkewitz <brusch2@...>
Hello,
[#65947] Radical 0.65 released — Idan Sofer <idan@...>
http://idanso.dyndns.org:8081/downloads/Radical-0.65.tar.bz2
[#65962] 'each' returning array — Wojciech Kaczmarek <schatten@...>
A newbie problem:
[#65968] Looking for shell emulation with command completion — Jim Freeze <jim@...>
Hi:
[#65982] Hail? — <jbritt@...>
[#65991] I'm stuck — Friedrich Dominicus <frido@...>
Well my problem sounds IMHO trivial.
nobu.nokada@softhome.net writes:
Mauricio Fern疣dez <batsman.geo@yahoo.com> writes:
bRuby
I have been looking at bRuby with some interest but haven't had a machine available to try the patch to Ruby on. Is anybody using this? It looks a lot like the preparsed .pyc stuff that Python has; taking a snapshot of the syntax tree and writing it to a .brb file, so you can load it again later. Just wondering if a .brb gives one a faster startup than a .rb; it could be very cool for web apps. You can find it at: http://bruby.sourceforge.jp/archive.en.html -- Gabriel Emerson