Re: Array#pack problem on OS X038 (6/28/2003 9:55:47 AM) >Could someone verify the incorrect values for Array#pack('S') and >Array#pack('n') I'm getting on my OS X? See below, and thanks! Hi, I meant 'v', not 'n' Barry ____________________________________________... barry_sh(4)
Opinions on ZigZag?134 (6/28/2003 3:40:41 AM) I've been reading about ZigZag again... in some ways it seems interesting, but I do think it's overhyped. I'm curious to know what others think. See http://xanadu.com/zigzag/ Of course, if this data struct... hal90001(1535)
Re: Euruko 03: some slides and photos are online.032 (6/28/2003 1:04:33 AM) Armin Roehrl [mailto:armin@xss.de] wrote: > linux-enterprise (German linux journal) has published a short > summary about the conference. Sorry, link is in German. > http://www.linuxenterprise.de/itr/news/p... botp(987)
exit! affects stdout redirection to a file047 (6/27/2003 11:41:05 PM) This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C33CCA.E6B22200 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Is there an explanation for the... gfb1(202)
[ANN] Ruby-GNOME-0.32040 (6/27/2003 7:34:29 PM) Hi, Ruby-GNOME-0.32 is now available. http://sourceforge.net/project/showfiles.php?group_id=35786 * Fix warnings with ruby-1.8.x. *NOTICE* Ruby-GNOME is obsolete. If you'll start Ruby-GNOME, use Ruby-GNOM... mutoh(135)
Re: problem install 1.6.8/1.8 on OS X 10.2 - success032 (6/27/2003 7:14:40 PM) I now have 1.6.7 reinstalled on 10.2.6 and I also have 1.8 installed. I believe the problem originated in the way in installed 10.2.6. I thought that installing the main package would do everything. It was onl... Gary.Palmer(4)
\s in regex537 (6/27/2003 1:36:35 PM) what I want is to remove beginning and trailing spaces from lines. this is a failed try. ifile.each { | line | ofile.print line.sub(/^\s+/,"").sub(/\s+$/,"") } this removes spaces from begin and end of lin... internetletter(8)
where to put private/raa libraries?145 (6/27/2003 5:09:58 PM) How does ruby looks up a class/module when you use 'require'? Does it use any system environment variables? For example can I put my classes/modules in /usr/local/lib/ruby/mylibs and expect ruby to see it ... donglai(8)
ModRuby FileUploads thread safe?033 (6/27/2003 5:16:18 PM) Hi there, when handling a mulitpart upload, modruby overrides the $stdin variable with a stream to read the actual multipart data. Generally one can use CGI::QueryExtension.read_multipart to parse this data. ... gm551(80)
Magic at class-definition time139 (6/27/2003 7:58:50 AM) In an interview on http://www.codegeneration.net/>, Pragmatic Dave showed some interesting tricks. The article has a long URL, so use . He says: > on a recent project, I decided to wr... cjh_nospam(27)