ruby and sqlite010 (1/3/2013 9:08:06 PM) I have the last versions of ruby, sqlite, and sqlite-gem installed.
When I use the command line version of ruby and execute:
>> select sqlite_version();
I get the correct version (3.7.15.1) ..
When I execu... sys1(7)
Subtle Bug Reveals Major Design Flaw431 (12/24/2012 5:19:46 PM) Hello folks.=20
I was hacking away today when i made a stupid mistake that revealed a subtl=
e bug in ruby. Here is a test suite that will expose the problem. (be sure =
to supply a valid folder path on yo... rantingrickjohnson(400)
Ruby on Mac OS X #2230 (12/19/2012 5:14:12 PM) HI,
I'm learning Ruby on OS 10.4.11 (yes, I know, I'll be getting a new Mac
next year).
When I use irb and type straight into the Terminal application,
everything works fine. When I create the source... magiconinc(182)
[ANN] Bacon 1.2, a small RSpec clone025 (12/21/2012 11:06:46 AM) Hello,
Today, after over 4 years, I'm proud to release Bacon 1.2.
* December 21th, 2012: Fourth public release 1.2.0.
* #satisfy will not pass arguments anymore to the block, use lexical scope.
* ... chneukirchen(842)
Reading rs485 with Ruby023 (12/19/2012 8:31:35 AM) Im looking for a way to communicate via rs485 with ruby, after searching I couldnt find any gem or even comments in any forum .
Anybody knows if someone already made this or if its even possible? Thanks.
... iosubueno(1)
gnuplot on ruby1126 (10/21/2005 3:02:26 AM) I installed gnuplot gem, and I am getting some syntax errors when I try to run the samples on the projects web page. >ruby test.rb c:/programs/ruby/lib/ruby/gems/1.8/gems/gnuplot-2.1/lib/gnuplot.rb:20:in `po... faker1(23)
imap localhost: Unsupported authentication mechanism.326 (12/14/2012 11:55:12 AM) How do you login to localhost imap?
code:
require 'rubygems'
require 'net/imap'
imap =3D Net::IMAP.new('localhost')
imap.authenticate('LOGIN', 'thufir', 'password')
imap.examine('INBOX')
imap.sea... hawat.thufir(2520)
get number of threads from a running process132 (12/11/2012 4:49:43 PM) Hello,
is it possible to get a count on the number of threads a process is
using? For example lets say I have Apache "httpd" and it has 66
threads running according to top. Is there a way to get the number
... ceh329(1)