First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
[ANN] hitimes 1.1.0 Released
hitimes version 1.1.0 has been released. {{ Release notes for Version 1.1.0 }} * Add a pure java extension so hitimes may be used in JRuby exactly as it is used in MRI. http://copiousfreetime.rubyforge.org/hitimes/ === Installation gem install hitimes === Description Hitimes is a fast, hig... 28 Jul 2010 23:56
how to determine array element number in a each loop
Hello all, newbie here. The title is quite self explanatory: I am in dummy_array.each do |a| #code here end and I want to know which element (the number n in nth element) of the dummy_array. Thanks in advance :-) -- Posted via http://www.ruby-forum.com/. ... 30 Jul 2010 11:52
rubyw, RuntimeError, capturing the stack, FXRuby
[Note: parts of this message were removed to make it a legal post.] Let's say I'm running rubyw and a RunTimeError is raised ... and I'm using FXRuby (which is tangential to this question) ... and I want to put up a errorbox ... But I want to capture the error message that would normally go to stdout, i.e.... 28 Jul 2010 18:28
respond_to? failing
R.. Kumar 1.9.1 OSX wrote: I've been checking respond_to? before calling send() for ages but today its failing in a simple case. I define a method outside of a class or module. send() works but respond_to? fails. You could define a method in irb and check for respond_to? Where are these method... 28 Jul 2010 23:56
[NOOB] respond_to? failing
I've been checking respond_to? before calling send() for ages but today its failing in a simple case. I define a method outside of a class or module. send() works but respond_to? fails. You could define a method in irb and check for respond_to? Where are these methods getting defined if not in Object? Here'... 28 Jul 2010 15:09
3D Ruby Process Screencasts
For those wanting to do 3D stuff with Ruby Processing, I also have a few screencasts up on YouTube, as well as some F/OSS code available on GitHub. http://www.prestonlee.com/2010/05/17/3d-osx-applications-with-ruby-processing-screencast/ Marc-antoine Kruzik wrote: 3D with Ruby (Ogre ?) 12-Jan-10 Hello, I ... 28 Jul 2010 15:09
Concept of iterator in c++ and ruby
Hi What is difference between concept of iterator in c++ and ruby ? -- Posted via http://www.ruby-forum.com/. ... 28 Jul 2010 16:15
Concept of iterator
Hi What is difference between concept of iterator in c++ and ruby ? -- Posted via http://www.ruby-forum.com/. ... 28 Jul 2010 14:03
[ANN] Inochi 4.0.1
Inochi Gives life to Ruby projects http://snk.tuxfamily.org/lib/inochi/ Inochi is an infrastructure for Ruby projects that helps you test, document, package, publish, and announce your projects. It encourages great documentation and ... 28 Jul 2010 10:44
Object#tap (was Nice algorithm for 'spreading' indexes across anarray?)
On Wed, Sep 2, 2009 at 1:41 AM, Max Williams<toastkid.williams(a)gmail.com> wrote: I have a situation where i have an array of 12 items. If someone chooses to have n of them (where n can be between 3 and 12) then i want to always include the first and last, and then 'spread' the others out as evenly as... 29 Jul 2010 01:01
First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34