First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
Does Oniguruma support unicode properties??
Well,when i want to use property in the regexp,ruby does complain that bad property,but i never find any good property it accepts.Now i have a question,does it support unicode property,such as \p{Han}??Or is it just dummy? -- Posted via http://www.ruby-forum.com/. ... 12 Jun 2010 09:19
unicorn 0.990.0 - inching towards 1.0
Eric Wong <normalperson(a)yhbt.net> wrote: Rubinius updates: but things should generally work unless you need USR2 upgrades. Feedback and reports would be greatly appreciated as usual. Log rotation for $stderr and $stdout (but not other paths) are broken under Rubinius, too. I only discovered this... 11 Jun 2010 17:00
EGM96 geoid calculator
Greetings, Is there an EGM96 Geoid calculator out there in Ruby? See this for example: http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/intpt.html Does GeoRuby do this, and I just couldn't find the right method name? Regards, Dan ... 11 Jun 2010 12:33
Retrieve the name of current running method.
Hey, short question. Is it possible you retrieve the name of the current running method? //Walle -- Posted via http://www.ruby-forum.com/. ... 11 Jun 2010 12:33
gem mechanize local file
Hi, I am looking at using the mechanize gem to parse HTML. The HTML has already been downloaded by the spider gem. What I want to do is load the HTML response from the spider into mechanize. I've looked through mechanize's documentation and there is no mention of using local files to parse. All of the examples u... 11 Jun 2010 20:21
require command problem
i have write a class ,use command to put in the /usr/lib/ruby/1.8/rubygems/Webmovie.rb sudo cp /tmp/Webmovie.rb /usr/lib/ruby/1.8/rubygems/Webmovie.rb Code.rb is my calss ,also in /usr/lib/ruby/1.8/rubygems/ pt(a)pt-laptop:~$ irb irb(main):001:0> require 'Code' => true irb(main):002:0> require 'Webmovie' ... 12 Jun 2010 02:52
Mechanize output:strange number
my system:ubuntu10.04+firefox shell terminal :utf-8 how to set my irb terminal with the default ASCII encoding? Attachments: http://www.ruby-forum.com/attachment/4795/shell_terminal.png -- Posted via http://www.ruby-forum.com/. ... 11 Jun 2010 21:27
Mongrel is getting Terminate
Dear All, I am facing a problem - when I am hitting http://localhost:3000/login_c to enter to our system, webrick/mongrel quiting from command prompt. "" C:\Obs>mongrel_rails start ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... ** Rails loaded. ** Loading any... 11 Jun 2010 03:47
case when and class
I've found in case / when if the case is about a class : case my_var.class when String then puts my_var when Array then my_var.each {|v| puts v} end doesn't work i do have to use : case my_var.class.to_s when 'String' then puts my_var when 'Array' then my_var.each {|v| puts v} end why ? (with rub... 11 Jun 2010 04:52
Numbering array values
Awesome! Just the thing I was looking for. Thank you very much! -- Posted via http://www.ruby-forum.com/. ... 10 Jun 2010 20:09
First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83