Since 4/25/2012 4:23:50 PM, nospam248 has written 3 articles and participated in 2240 conversations. nospam248 signature: nospam248
nospam248's articles:
Items(3) /1
StdLib Documentation Download041 (9/27/2006 7:54:22 PM) comp.lang.ruby Dear group: I have a very slow connection, and I like to download documentation whenever possible. The documentation online at http://www.ruby-doc.org/stdlib/ is described as "v0.10.1, 2006-09-27". The online... Paul
Source file for Kate/KWrite syntax highlighting325 (9/4/2006 12:13:04 AM) comp.windows.x.kde Dear group: I am planning a replacement for Arachnophilia, my HTML workshop. I would prefer to use the syntax highlighting engine from Kate/KWrite rather than writing my own, so I thought I would simply go get... Paul
[ANN] PLCash 2.0 released038 (10/11/2003 11:45:30 PM) comp.os.linux.misc Dear Newsgroup: Version 2.0 of PLCash, a free Java personal finance program, has been released today. It sports many new features including a powerful report generator. Download at http://www.arachnoid.com... Paul
Variables and References430 (12/14/2006 11:28:47 PM) comp.lang.ruby Hi, I'm new to ruby. Trying to understand how variables hold references to objects. I wrote some simple example for this: ## # Trying to observ person1 and person2 are aliases. # (they references the same obj... aytekyuksel(2)
question about .gsub731 (12/16/2006 10:52:16 PM) comp.lang.ruby line = `tree /Users/aragon/Documents -d` line.each { |l| l = l.gsub(/\|/,' ') l = l.gsub(/\-/,' ') l = l.gsub(/\`/,' ') ... fvgi242ss(8)
hpricot problem #21030 (12/17/2006 9:55:48 AM) comp.lang.ruby --Apple-Mail-2--936423797 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Sorry, try again... Not sure where to send this, sorry if it's not the right p... henryj(17)
Problem installing Ruby/Tk1340 (12/18/2006 1:03:27 PM) comp.lang.ruby Installed Linux Ruby 1.8.5 from source I dont't know if I have Tcl/Tk installed already, but I found this folder: /home/christopherl/ruby-1.8.5/ext/tk /home/christopherl/ruby-1.8.5/lib/test/unit/ui/t... christopherl(14)
Advice on handling malformed CSV with FasterCSV231 (12/18/2006 8:43:34 PM) comp.lang.ruby All, FasterCSV 1.0.0 Ruby 1.8.4 I am writing functionality to replace an an older system. Part of this system accepts uploaded CSV files, parses, and displays their contents. When confronted with a file incl... weyus(162)
Simple copy of attributes549 (12/18/2006 9:23:08 PM) comp.lang.ruby Hello ! I've just stumbled upon code where you have different classes with no relations, and that you want to copy some attributes from one to the other. So I came up with this: def copy_attributes(dest,... Vincent
help with rdoc stdlib on windows 2000534 (12/19/2006 2:15:36 PM) comp.lang.ruby Hi, I can't get any output using rdoc on the stdlib. I am using windows 2000 and ruby 1.8.4. from the one-click installer. I have tried: rdoc c:\ruby\lib -f html --op f:\temp\rubydocs rdoc c:\ruby\lib -f ... tesla.nicoli(12)
Audio conversion in Windows, FLAC to MP3, etc447 (12/19/2006 11:31:21 PM) comp.lang.ruby Any thoughts on how to do this in Ruby? I've tried hooking to the dbPowerAmp DLL but there are problems that seem kinda inscrutable (see message http://tinyurl.com/y9r86h). Too bad, because that's what I use i... djlewis2(4)
run perl script and capture the output143 (12/20/2006 4:25:07 AM) comp.lang.ruby Hi all, I need to run a perl script from Ruby and capture its output. I use the following line in Ruby but it fails. Any input will be appreciated. out=`perl c:\\Perl\\self\\back1\.pl` Li -- Posted via ht... chen_li3(387)