First  |  Prev | 
Pages: 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402
RGSS
hello everyone, i would like to use the RGSS (Ruby Game Scripting System) to create games and stuff like that.. but the current examples i've seen call on classes (or maybe modules) like Sound and Graphics, does anybody know the complete underlying system, so i could take full advantage of it? greetings, Dirk.... 9 Sep 2005 02:32
KirbyBase
I'm posting from work, but will try to follow up in more detail when I get home. For the record, KirbyBase is cool. Jamey has done an amazing job on it, and it works well and is intuitive. If you need gigantic tables, if you need SQL, if you need 20K transactions per second -- don't use it. :) But if you ne... 13 Sep 2005 17:30
variables in regex
Does anyone know how I can write a regular expression using a variable in a range? For example: string.scan(/(.{1, variable})(?: |$)/).join("\n") This generates the following error: warning: regexp has invalid interval warning: regexp has `}' without escape I have seen some postings where RegEx.quote(varia... 2 Sep 2005 14:51
variables in regex
Does anyone know how I can write a regular expression using a variable in a range? For example: string.scan(/(.{1, variable})(?: |$)/).join("\n") This generates the following error: warning: regexp has invalid interval warning: regexp has `}' without escape I have s... 2 Sep 2005 14:51
mssql ado problems
I can't run two queries at the same time. The code below produces this error. c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:135:in `execute': Execute (DBI::DatabaseError) OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server Cannot create new connection because in manual or distributed t... 19 Sep 2005 18:16
hacker logo
http://paulgraham.com/index.html -> http://reddit.com/ -> http://www.catb.org/hacker-emblem/ ... 28 Aug 2005 12:04
Nonblocking Sockets
Is this the "standard" way to make a nonblocking Socket in Ruby? require "socket" require "fcntl" server = TCPServer.new(...) server.fcntl(Fcntl::F_SETFL, Fcntl::O_NONBLOCK) __END__ Will that work on Unix and Windows? If I accept() a connection from that, will the connecting socket be nonblocking as... 18 Jul 2005 00:10
Ruby VS PHP
I was chatting with a PHP dev friend tonight, he is a PHP die hard who thinks it can do anything. Now, I am new to Ruby and programming in general, and wasn't really able to offer any insightful reasons why he should at least look at Ruby. So, I was wondering if I could get some ammo for next time, especially ... 19 Jul 2005 05:57
Squeak like environment for Ruby
Lately I've been playing around with Squeak (http://www.squeak.org/), and I was wondering wouldn't be cool if ruby could have a similiar environment. Would anyone else be interested in something like this? ... 14 Feb 2005 19:26
web testing with Ruby
Does anyone have suggestions for projects/libraries to web test code (HTMLUnit like)? I had this project bookmarked from a month or so ago on this list: http://www.xpenguin.biz/download/webunit/index-en.html But about 1/2 of the listed "libraries used" are no longer functioning links. I also looked at watir ... 26 Mar 2005 15:59
First  |  Prev | 
Pages: 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402