First  |  Prev |  Next  |  Last
Pages: 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316
Win32OLE and SAPI5 voice recognition problem
I stumbled across the ruby library for this while poking around for something else in RAA, and it seemed interesting. I tried to port something relatively simple to see if I could get it working... --- require "win32/sapi5" include Win32 listener = SpSharedRecognizer.new context = listener.CreateRecoContex... 30 Jun 2008 11:41
ruby-oci8 1.0.2
[Note: parts of this message were removed to make it a legal post.] It's Great. Thanks KUBO. 2008/6/30 S2 <x(a)y.z>: KUBO Takehiro wrote: ruby-oci8 1.0.2 is released. This is a Oracle module using OCI8 API. Just want to say THANK YOU for this. -- Cheers, Jesse ... 3 Jul 2008 00:13
Threads and Ruby
I've been hunting around for information regarding threads, and to me, it seems confusing and conflicting. What I'm trying to find out is...if I was going to start using threads in Ruby, which version of Ruby should I be using. I've seen folks say that I should use Ruby 1.9 and others say that it is possible t... 13 Jul 2008 14:05
Tk Table and Rails
Hi, I want to use the TkTable in Rails application. For the tables in HTML editing and add the flash mode are not possible. I want to use these functionalities in my rails application. How do I achieve it. If any one knows, please let me know the solution. Thanks in advance Regards, Ravi -- Posted via h... 4 Jul 2008 02:51
I-map Websolution...turning possibility into reality...
I-Map Websolutions: web hosting Philippines www.imapweb.com - Web Hosting Provider Today’s modern world we have lots of changes, new ideas created to explore, develop, enhance especially in corporate world that’s why we find also new ways and strategies to improve and promote businesses because now a days there’... 29 Jun 2008 22:23
BUG: Ruby 1.8.7 - io.c Argument Error in syscall,"string containsnull byte"
I have opened this as bug... http://rubyforge.org/tracker/index.php?func=detail&aid=20895&group_id=426&atid=1698 The following snippet invokes the statfs64 syscall. bug.rb================================================================ string = " "* 84 p syscall( 268, "/", string.size, string) string = "\0... 29 Jun 2008 22:23
File question
Hi, just wondering how I would skip the first line of a file? File.open('file.txt', 'r').each do |line| # start on the 2nd line end Thanks! -- Posted via http://www.ruby-forum.com/. ... 29 Jun 2008 23:25
Cheap Price !! 25 Years AF1 Shoes, Timberland UGG Boots, Diesel Evisu Shoes
( Www.c¨uheapforwholesale.com ) Discount LV trainers, LACOSTE sneakers, EVISU trainers, PUMA s hoes, PRADA sneakers, AIR MAX TN LTD trainers, AF1 sneakers, SPORTS trainers, D&G trainers, BAPESTA trainers, VERSACE traines, BOSS sneakers, DIOR trainers, DSQUARED trainers, BURBERRY sneakers, HOGAN trainers, FENDI... 29 Jun 2008 21:22
stretchy NVector
Anyone know a way to make a NVector (from the narray extension) stretchy, i.e. support #push or #<< ? irb(main):001:0> v = NVector.float(1) => NVector.float(1): [ 0.0 ] irb(main):002:0> v << 1.0 NoMethodError: undefined method `<<' for NVector.float(1): [ 0.0 ]:NVector from (irb):2 The answer c... 29 Jun 2008 20:21
Newby question about Variables
All, this is a very basic question about Variables and I wish to clear it up. I have not yet successfully mastered Object programming and still getting my head around the whole story. Global Variables are accessible anywhere within the program and are not recommended style of programming in OOPS. Local ... 30 Jun 2008 05:32
First  |  Prev |  Next  |  Last
Pages: 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316