First  |  Prev |  Next  |  Last
Pages: 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
Module A extends Moudle B possible?
Hello: Can Modules extends within themselves? Like Class A < B is Valid, where B is another class Module X < Y is invalid, where Y is another module? Thanks. -- Posted via http://www.ruby-forum.com/. ... 24 Mar 2010 05:28
less than sign for inheritance in classes
Hello: Where in Ruby is the less than sign for inheritance in classes defined? class A < B The < here that is. Thanks. -- Posted via http://www.ruby-forum.com/. ... 23 Mar 2010 08:57
Help me plan my Ruby app :)
So I am interested in writing a program to read a file I write, with different reminder info in it, and then have it send emails to my account with the proper message on the proper days as reminders for me. Ruby's one of my favorite languages so I thought I'd code it in Ruby. At first thought it seems I would l... 30 Mar 2010 00:43
read CSV file using csv library
Oh thanks for all, I have successfully installed fastercsv -- Posted via http://www.ruby-forum.com/. ... 22 Mar 2010 21:47
Google Summer of Code
[Note: parts of this message were removed to make it a legal post.] I didn't see very many ruby * mentor organizations *for the Google Summer of Code Project. Are the following the only organizations with links to ruby or are there others. puppet opennebula Codehaus What happened to rails and rubycentr... 22 Mar 2010 16:48
Sorting keys of hash based on value
Let's say we have this contrived example: hash = {:a => {:happy => 5}, :b => {:happy => 4}, :c => {:happy => 7} } I would like to get the keys sorted by descending :happy value, like so: [:c, :a, :b] How would I do this? The best I've come up with is this: irb(main):018:0> hash.sort_b... 22 Mar 2010 16:48
Reverting date from Time.to_s
I receive the dates from Twitter in the following format "Mon Mar 22 04:42:17 +0000 2010" Now how can I create a time object from this string... ie Obj.year=2010, Obj.month=3... etc etc Regards Utsav Gupta -- Posted via http://www.ruby-forum.com/. ... 22 Mar 2010 15:29
Any idea of SciTE-ru supporting ruby?
SciTE-ru is a custom version of SciTE developed by Russian developer. It's an awesome texteditor with code autocomplete, function list, snipts, almost a win/linus Textmate. But SciTE-ru abcent ruby supporting. How could made it support ruby? Thanks for any suggestion. -- Posted via http://www.ruby-forum.com/. ... 26 Mar 2010 13:09
Boids, a use case
I've got a lot of serious work to get done, and based on everything I've just decided to stop my "rambling" here, and get back 100% into the fun stuff - trying to see how far our mutual girlfriend Ruby can do at the intersection of my domains of interest. In the not too far future I can see setting up a Heroku... 22 Mar 2010 10:29
Ruby Manor: Manor Harder - videos now online
Thanks to the herculean efforts of Murray and Final Cut Pro, we now have most of the "Ruby Manor: Manor Harder" videos online: http://rubymanor.org/harder/videos Watch them, download them, give them to all your friends! - James -- Posted via http://www.ruby-forum.com/. ... 22 Mar 2010 06:03
First  |  Prev |  Next  |  Last
Pages: 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151