122895-127537
122651-132377 subjects 123147-124463
^ [ANN] ParseTree 1.3.0 Released
122895 [ryand-ruby z] ParseTree version 1.3.0 has been released!
^ ruby-talk.org still under maintenance
122902 [gsinclair so] Folks,
^ [ANN] RubyScript2Exe 0.2.0
122918 [pan erikveen] I just want to say that RubyScript2Exe 0.2.0 [1] has been
+ 122927 [flgr ccan.de] Is a change list available somewhere? I couldn't find one on the homepage.
| 122935 [pan erikveen] It's there, really... The Download section [1] has a link to
| 122988 [flgr ccan.de] Thanks, while this is not exactly what I was looking for it is still
| 123022 [pan erikveen] api = Win32API.new(newlocation("file.dll"), "proc", %w(P P P P), "V")
| + 123024 [pan erikveen] Long lines... Sorry.
| + 123032 [flgr ccan.de] Not doing either of those though. I'm just require()ing a Ruby library
+ 122937 [itsme213 hot] Will this support all manner of 'require'd files, including those loaded by
122949 [pan erikveen] Never worked with gems before...
+ 122952 [gsinclair so] require 'rubygems'
| + 122955 [itsme213 hot] Will this allow nested (gem and non-gem) requires within 'progressbar' to
| | + 122961 [batsman.geo ] require 'foo' will always load the version from RubyGems, if you're
| | + 122978 [jim weirichh] If you don't care what version you get, just do a normal require. In
| | 122984 [itsme213 hot] Which would have gem's loadpath manager give me the latest gem-installed
| | 122992 [jim weirichh] Yes.
| + 122968 [pan erikveen] $ grep * -wie def | grep -wie require
+ 122969 [jim weirichh] require_gem does not search for progressbar.rb. It searches for the
+ 122982 [itsme213 hot] Do you think tt may be good to have a gem-recommended way of dealing with
| 122994 [jim weirichh] Coincidently, on the rubygems-dev mailing list we just had a discussion on
+ 123248 [pan erikveen] RubyScript2Exe executes the application, in order to trace it,
123247 [pan erikveen] module Kernel
^ [ANN] Jabber-RPC
122923 [mmirra liber] Ever thought it would be nice to call objects located anywhere in the
+ 122944 [raphael.baud] Cool! Testing this has just been added to my todo list ;-)
+ 123010 [aredridel gm] mkdir lib/jabber -p
^ [ANN] Ruby/Extensions v0.6.0
122924 [gsinclair so] I am pleased to announce the release of v0.6.0 of Ruby/Extensions
+ 122928 [flgr ccan.de] Same question as with RubyScript2Exe here: What was added and changed?
| 122931 [gsinclair so] 2004-12-09 Gavin Sinclair <gsinclair@soyabean.com.au>
| 122990 [flgr ccan.de] Thanks, I was fearing that there would be name clashes with the
| 123030 [gsinclair so] You might be interested to know that 'extensions' is careful about
| 123034 [flgr ccan.de] Oh, that's quite a nifty feature. Well done!
| 123037 [gsinclair so] OIC. Yes, when dabbling in these waters I tend to be explicit, so I
+ 122942 [batsman.geo ] Not always: in some cases the packaging task is pretty involved and can
122948 [gsinclair so] I meant that RPA support for 'extensions' usually lags only one day,
122976 [aredridel gm] And thank you for that. It took me eight minutes to package up the new
^ [Ann] RPA completion for bash: 12/08/04
122934 [ruby brian-s] Announcing a new version of programmatical completion for bash.
122945 [batsman.geo ] Thank you! It has just been included in the 0.2.3-4 revision. One can
122950 [ruby brian-s] Impressive response time. Are you now a full time rpa employee ;)
^ Getting Rails to work on WinXP
122939 [robo mars.co] I'm trying to the 10min Setup video tutorial, but the video's slightly
+ 122947 [gsinclair so] Have you tried the Windows-specific videos at
+ 123008 [vanweerd gma] Does rails still require mod_rewrite for pretty urls in Apache?
123012 [tobias.luetk] Using apache you need mod_rewrite for pretty urls. If you go to
123064 [robo mars.co] I've already got mod_rewrite enabled prior to installing Rails. Using
123082 [Chris.Willia] charset="us-ascii"
^ Pointer of pointer with Ruby/DL
122941 [guslist free] int auth(char *user, char *passwd, char **msgp);
122965 [ksibilev bel] msgp = DL.malloc(DL.sizeof('P'))
123042 [guslist free] Works great, thanks.
^ count unique records
122958 [pustoi spils] Is there method in ruby like "uniq -c" command in Unix ?
+ 122959 [ruby-lists l] me bored
+ 122964 [ruby brian-s] #!/usr/bin/ruby
^ Apache Request Object Method Undefined?
122960 [ironsoup gma] /home/http2/public_html/randomimg.rhtml:7: undefined method
122987 [ksibilev bel] document_root is the method of Apache::Server.
123078 [ironsoup gma] Yup, that fixed it. Thanks a lot!
^ Require Gems (was Re: [ANN] RubyScript2Exe 0.2.0)
122962 [james graypr] Hmm, is this a good thing? If Ruby Gems replaces the require(),
122967 [batsman.geo ] I didn't phrase that correctly. require 'foo' will load preferentially
+ 122972 [james graypr] That makes a lot more sense to me. Thanks for setting me straight.
+ 122973 [jim weirichh] Actually, this isn't accurate either.
122977 [aredridel gm] Wow. That's delightfully polite. I like it!
^ irb crash (1.8.2, WinXP)
122971 [itsme213 hot] The last instance_variable_set in the following makes irb 0.9 on Ruby 1.8.2
+ 123018 [rff_rff remo] I tried (I think I have the same setup, given that your winxp is pro
+ 123256 [sellberg goo] I can attest that something is fishy in irb under windows (XP, SP2 if
123260 [rff_rff remo] there is already a bug report for it, I guess curt hibbs would love to
^ Overloading a module method?
122983 [dwerder gmx.] module Math
122989 [dblack wobbl] I think what you want is to alias the old method. super takes you up
+ 123107 [dwerder gmx.] I can call the new method now with Math.cos, but: If an other script
| 123110 [zdennis mkte] module Math
| 123116 [dwerder gmx.] Math.cos 2
| 123117 [zdennis mkte] module Math
| 123118 [zdennis mkte] module Math
+ 123109 [dwerder gmx.] I found some things on the path to the solution that I wanted to share.
123132 [zdennis mkte] I dont see why you have to do this. Unless I understand you wrong I do
123174 [dwerder gmx.] Yes, this works perfectly as long as you don't "load" the module
^ IOWA and XHTML
122995 [ s xss.de] Are there any plans to make IOWA XHTML-aware?
^ Shield Pattern (was Re: Freezing Variable Assignment)
123000 [vanweerd gma] Thanks for the inputs and code samples. They are very helpful.
123006 [drbrain segm] I've used unit tests for this more that immutability. Your same
123028 [flgr ccan.de] I agree heavily with this. Specification by testing is a great way of
+ 123041 [vanweerd gma] I never though of actually including tests into documentation until I
+ 123050 [rff_rff remo] +1, even if I think overloading is little different from mmd and I also
123071 [flgr ccan.de] I'm not sure about the specific nuances that the terms cover -- I've so
^ binding question
123005 [email55555 g] b = binding
+ 123007 [drbrain segm] "name =" creates a local variable in Ruby, and you have defined no
+ 123014 [email55555 g] (1) Why it works on irb and not on "ruby pgm.rb" ?
| + 123025 [drbrain segm] irb is written in Ruby, so it is not 100% identical to ruby itself.
| + 123035 [flgr ccan.de] IRB wraps everything you do in eval(). It also does a bunch of other
| + 123036 [email55555 g] I am learning Tk from the book "Practical Programming in Tcl and Tk".
| 123038 [flgr ccan.de] Yes, I'd use an Array like in your sample. Tk is a bit more chaotic in
| 123062 [ruby brian-s] Or even (Warning: Typed directly into the mail)
| 123074 [flgr ccan.de] I'm always a bit skeptic about using .inject with in-place operations --
| 123080 [ruby brian-s] Thats obviously a matter of taste. I like this code, because I'm injecting a
+ 123039 [angus quovad] Because ruby determines at compile time if `x' should be treated as a
^ "RSS, Ruby, and the Web" is an article in this month's Dr. Dobb's Journal...
123019 [tom infoethe] ...by Dave Thomas, may his beard never fall out! If he has one, that
+ 123021 [pragdave gma] It's the hair at the other pole of my head that I'm worried about :(
+ 123044 [robo mars.co] meh...have to register to read it...
123048 [jamesUNDERBA] Is it free after registration, or do you may have to register to then
123061 [elvstone gma] You need a premium subscription to read the article, I think I'll just
^ [ANN] Jabber-RPC (fixes)
123020 [mmirra liber] [Ok, I'll get into a versioning scheme soon, promised! just wanted to
123023 [aredridel gm] And thanks for the amazingly fast fix. I've got trivial jabber-rpc
^ Someone, Aredridel has invited you to open a Google mail account
123026 [aredridel gm] I've been using Gmail and thought you might like to try it out. Here's
+ 123027 [carlwork ycs] Don't mean to sound curt but can we please stop talking about gmail
+ 123152 [gbinas-o lor] u still have invites? could i have one if u still have?
123167 [ruby brian-s] Could you please discuss this kind of not ruby-related threads off-list.
123168 [binary42 gma] I believe there is a OT thread on the Ruby forum
^ Something like Nuke?
123031 [steven_todd_] I looked at rails (very cool) but I was wondering if their is something
+ 123158 [onurb xiludo] Hopefully no.
+ 123164 [rff_rff remo] not really like phpnuke, being based on different ideas, but msaybe of
123181 [transami run] I've never used plone. Does a web-based bulletin-board count? If so there's
^ Function pointer with Ruby/DL
123043 [guslist free] Yet another question about this amazing library.
123079 [ttate ttsky.] If the function_hook is globally defined variable, I mean it should be
^ Re: your fake id
123059 [addiction25 ] Why doesn't your website work???
^ Inheritance, mixins and initializers
123063 [johan.nilsso] I've got a question regarding inheritance, mixins, order of initialization
123065 [bob.news gmx] "Johan Nilsson" <johan.nilsson@---.esrange.ssc.se> schrieb im Newsbeitrag
+ 123066 [bob.news gmx] "Robert Klemme" <bob.news@gmx.net> schrieb im Newsbeitrag
| 123469 [johan.nilsso] That's most elegant (the "fields Foo, Bar" stuff). I still need to be able
+ 123067 [johan.nilsso] Thanks for your reply(s), I'll check them out.
123069 [bob.news gmx] "Johan Nilsson" <johan.nilsson@---.esrange.ssc.se> schrieb im Newsbeitrag
^ [SUMMARY] Crosswords (#10)
123076 [james graypr] Go read all submitted solutions until you understand them.
123081 [ruby brian-s] Nice summary, thanks you again. Did you benchmark the solutions, I would be
+ 123086 [james graypr] I didn't benchmark this time no. Everything I ran was "faster than I
| 123089 [ruby brian-s] Well, you're right. I can't imagine anybody wants to solve a crossword of the
| 123091 [transami run] charset="utf-8"
| 123092 [ jimm io.com] Ouch. Of course, I don't plan to generate 1,000 crossword puzzles any time
| + 123095 [james graypr] I suspect we're misreading those results. I believe that's only T.'s
| | 123101 [transami run] Oops. Yes, I did mean Jamis' layout.
| + 123097 [transami run] Nay, nay. That's _my_ solution running your layout. Not your solution.
+ 123108 [ajohnson cpa] Out of interest, I downloaded the zipfile of solutions from the Quiz
123115 [transami run] Thanks Andrew. I appreciate this. My solution faired a good bit better than I
^ Tk dialogs
123077 [mark ociweb.] How can I add widgets like TkEntry to a TkDialog? I've written a class that
123143 [nagai ai.kyu] It is possible, but a little difficult.
^ Darwinports and rubygems Re: installing ruby on MacOS X
123087 [arthur8 boar] rb-rubygems.
^ Timeout Idiom
123088 [Killian2422 ] require 'timeout'
+ 123096 [ruby brian-s] Some little style improvements. Note that you automatically have a codeblock in
| 123161 [Killian2422 ] Sorry about the (lack of) indentation. That's what I get for using
+ 123133 [vjoel PATH.B] Here's a class I've found useful (I use a C version, as well). It avoids
^ Dynamic Java: Sun explores dynamic languages
123093 [jamesUNDERBA] This [0] looks sort of interesting. No mention of anyone representing
123098 [zdennis mkte] Very cool, but they forgot a very important japanese man at the meeting...
123155 [balcer futur] Do not blame them, they were just afraid....
^ Re: String#split behaves odd
123100 [iumarumohamm] what's wrong with using Array#delete ?
123103 [transami run] Right. I was thinking #delete only removed the first match it came to. But no,
123106 [dblack wobbl] Small caveat: remember that Array#delete returns the thing deleted,
123114 [transami run] Good catch. Enough reason to have something for it, I think. I may add a
+ 123120 [iumarumohamm] Array#reject
| 123124 [transami run] Except that takes a block. Hmm, could change reject to also accept a
+ 123122 [gsinclair so] Array#compact
+ 123125 [transami run] Fair assessment. I think I'll go this route then. (Although I'll leave #delete
+ 123131 [halostatue g] a = %w(a b c d a b c d a b c d)
+ 123136 [dblack wobbl] I would just as soon have things remain as they are (with the possible
123139 [transami run] I wouldn't say it doesn't communicate anything at all. Compact does make one
123144 [dblack wobbl] I don't think that's all there is to it. The presence of unwanted
^ migrating a usemod Wiki from CamelCase to [[spaced links]]
123111 [Bil.Kleb NAS] We have an internal usemod Wiki that prodominately uses
+ 123113 [halostatue g] Not yet. Soon, I hope, but not until after the new year unless I get a
+ 123123 [ruby brian-s] I don't now nothing about usemod wikis, but if you can pipe the pages through
+ 123134 [cameron.mcbr] I thought Dave's rublog could grok usemod data. I'm just reciting
^ Re: String#split behaves odd [Array#delete confusion]
123128 [iumarumohamm] I agree. Something doesn't seem right with Array#delete. When I first
^ [ANN] ruby-sphere-0.1.0 for planning astronomical observations
123130 [d_tomono yah] Dear All,
123138 [botp delmont] //I would like to announce a first release of ruby-sphere: a
^ Nuby: config problem on solaris--net/smtp file not found
123135 [rpardee comc] Hey All,
+ 123145 [djberg96 hot] I would say your sysadmin borked the installation. I would ask how he
+ 123156 [decoux moulo] This is libcrypto.so.0.9.7, not md5.so, that it can't find at runtime.
^ [ADV] Want to Write a Book?
123137 [dave pragpro] I'm hoping to launch a new series of books from The Pragmatic
+ 123140 [botp delmont] //
| + 123142 [pragdave gma] The way of the book world is that folks sign up to write, then
| + 123334 [ jupp gmx.de] Especially the 'Writing Ruby Extensions' part. There still isn't very
+ 123153 [markusjais g] although I lack the time to write
+ 123154 [martin.anker] I want this!
| 123157 [ s xss.de] Then write it!
| + 123170 [martin.anker] With my current knowledge about semantic web, i could not even write a
| | 123172 [daniel danie] I have been extremely busy recently, however, luckily it was time spent
| + 123176 [mneumann nte] Stefan, did you have taken a look at Wee? Or are you using IOWA due to
| + 123180 [ s xss.de] Well, Iowa is production quality, and I needed something right away.
| | 123184 [mneumann nte] Sure, Wee is some steps away from production quality, just because
| | 123208 [ s xss.de] The fewer, the better!
| + 123253 [itsme213 hot] Michael,
| + 123258 [itsme213 hot] Michael,
| 123573 [mneumann nte] (forwarded to Avi)
| 123576 [rff_rff remo] well, if you do some live update stuff with javascript using
| + 123577 [mneumann nte] okay, I'll implement it ;-)
| | 123579 [rff_rff remo] I just noticed that through the blog post referenced from itsme123 you
| + 123691 [rasputnik he] these guys never cease to boggle my mind when I try to guess how many acres
| 123725 [rff_rff remo] even google-groups2 uses a similar interface. And even if nobody "hyped"
+ 123165 [lucsky mac.c] I KNEW IT ! :))
+ 123210 [pat.eyler gm] While I lack the chops to write it (which is why I want it so badly),
+ 123288 [neoneye gmai] I think im interested in contributing to the Regexp book. I have some
+ 123376 [dga lcs.mit.] Using Ruby in Scientific Applications
+ 123377 [cameron.mcbr] yes, yes. it'd be lovely.
+ 123384 [steven.jenki] I have a proposal in to IBM for an article for developerWorks on "Data
+ 123387 [vjoel PATH.B] I'd be interested in reading that book, and maybe helping out with it.
| + 123389 [dga lcs.mit.] Steven's point about SWIG is well integrated into such a book,
| | 123441 [steven.jenki] Yes, Ruby/GSL is the one I meant. Sorry about the confusion.
| + 123395 [ruby brian-s] +1 From me
| | 123629 [Bil.Kleb NAS] +1
| + 123557 [matchbo gmai] I'd really like to read this book - a year ago. Seriously, this would
+ 123394 [martindemell] I wouldn't mind seeing that either :)
+ 127370 [steven.jenki] Maybe we should start a wiki and see where it goes. I'll contribute
+ 127467 [benjovi gmx.] A wiki on this topic would be very interesting indeed.
+ 127468 [eule space.c] (In response to news:41EFE49C.5000107@ieee.org by Steven Jenkins)
+ 127469 [rff_rff remo] maybe start a wikibook on hieraki :)
+ 127537 [Bil.Kleb NAS] I thought Ara Howard was working on this book?
^ FTTreeList example?
123141 [scott_mccask] I've been pouring over FTTreeList for some time now, trying to figure
+ 123146 [lymans gmail] FXTreeList?
| 123178 [lyle.johnson] He may be talking about the FTTreeList class from Joel VanderWerf's
+ 123235 [vjoel PATH.B] Scott,
123538 [scott_mccask] didn't
threads.html
top