You cannot post messages because only members can post, and you are not currently a member.
Description:
This is a mirror list of the offical ruby-talk mailing list. It serves as a alternative to the mail<->news gateway (comp.lang.ruby). It exists to provide access to the mailing list via the convenience of Google Groups web-based client.
|
|
|
IMPORTANT: Posting to the ruby-talk ML through Google Groups
|
| |
Important Notice for Google Group users. You will need to be subscribed to ruby-talk ML even when posting through the Google Groups web interface. If you aren't subscribed to the ML Google Groups will NOT warn you. Your mail will be lost. Detailed information on how to subscribe to ruby-talk without... more »
|
|
Position:Oracle DBA; Location: NYC; Duration: 11 Months+;
|
| |
*Hello,*
*Hope you are doing fine!!*
*Please review the requirement and if you have any consultant than reply
back with their updated resume,rate and contact details ASAP to
ha...@hmgamerica.com*
*
*
*
Position*:Oracle DBA
*Location*: NYC
*Duration*: 11 Months+
Here are the details or job profile for DBA candidate we are looking for.... more »
|
|
Public release of the Robot Construction Kit
|
| |
The Rock development team is proud to announce the official public release of the Robot Construction Kit (Rock).
[link]
Rock is a software framework for the development of robotic systems. It relies heavily on Ruby to implement its toolchain.
The underlying component model is based on Orocos/RTT (Real Time... more »
|
|
Working with UAC in Windows 7
|
| |
What is the easiest way to trigger a UAC prompt in Windows 7/Vista run a
command using "system". For example if I wanted to run notepad:
system "notepad.exe"
Now what if I wanted to run with admin privileges?
-- Posted via [link].
|
|
Problems installing bson_ext
|
| |
Hello everybody.
I've been found plenty of information related to this problem, but I
can't solve mine. When I try to install bson_ext I get this (details of
my
configuration are below):
$ sudo gem install bson_ext
Building native extensions. This could take a while...
ERROR: Error installing bson_ext:... more »
|
|
Rote 0.3.8 released
|
| |
After a couple of dormant years, Rote 0.3.8 has been released. This is
primarily a maintenance release that fixes a number of issues with
current Ruby and Rake versions. I know that a few people are still
using Rote and have been having issues with newer versions of the
platform, and so have pushed out this release.... more »
|
|
kramdown 0.13.7
|
| |
...
kramdown (sic, not Kramdown or KramDown, just kramdown) is a *free*
GPL-licensed [Ruby]([link]) library for parsing a
superset of Markdown. It is completely written in Ruby, supports
standard Markdown (with some minor modifications) and various
extensions that have been made popular by the PHP Markdown Extra... more »
|
|
test-unit 2.4.9
|
| |
Hi,
test-unit 2.4.9 has been released.
Web: [link]
Install: gem install test-unit
Description:
test-unit is an improved version of Test::Unit bundled in
Ruby 1.8.x.
Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
bundled in Ruby 1.8.x had not been improved but unbundled... more »
|
|
celluloid 0.11.0: reaching for that 1.0 milestone...
|
| |
Celluloid is a concurrent object oriented programming framework for Ruby
[link]
Celluloid 0.11.0 makes a few sweeping API changes due to some
real-world problems that crept up with the previous API.
Celluloid::Pool has been removed, in favor of a new Celluloid.pool API
that can be used on any class that includes Celluloid. This means no... more »
|
|
cursor position in text mode
|
| |
How do u set cursor position in text mode windows terminal?
I've tried this
require 'curses'
Curses.setpos(6, 3) # column 6, row 3
print "O"
and it sais this:
D:\programming\Ruby193\bin\rub y.exe -e
$stdout.sync=true;$stderr.sync =true;load($0=ARGV.shift)
D:/programming/made_apps/progr ams/1st.rb... more »
|
|
|