First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
File class documentation
[Note: parts of this message were removed to make it a legal post.] Hi, I've been trying to learn about and use the ruby File class. when I look at the documentation: http://ruby-doc.org/core/classes/File.html I cant see any mention that File < IO (it is a subclass and hence there are a whole load of u... 22 Jul 2010 04:51
mechanzie submit fails at gmail login
Hallo everybody, I try to write a script that checks my gmails automatically. But when I try to submit the login form, I get the exception 404 => Net::HTTPNotFound. Can anyone help? Code is: @LoginUrl = 'http://mail.google.com/mail/' @agent = Mechanize.new @agent.keep_alive = false @agent.user_agent = 'Mo... 25 Jul 2010 01:13
Simple Hack To Get $2500 To Your PayPal Account.
Simple Hack To Get $2500 To Your PayPal Account At http://100bestvideos.co.cc Due to high security risks, i have hidden the PayPal Form link in an image. in that website On Top Side Above search box , click on image and enter your PayPal id And Your name. please don,t tell to any One. ... 21 Jul 2010 01:35
How to avoid black-windows using system() ?
Hi, I'm just discovering Ruby, so, be indulgent! When I use this code : cmd = "d:\\mes documents\\___3D\\imageMagick\\montage.exe" system( [cmd, cmd], "-background", "#000000", "-geometry", "100%%", "1.jpg", "2.jpg", "3.jpg") A black-window like the jpg in attachment opens itself for half a second. Du... 22 Jul 2010 16:54
Wsdl - Webservice Client
Hi All, I have created a stand alone webservice tool to access any webservice using ruby. Just give the url , it will show you all the available method and let u access them. You need ruby gem Saop4r for it. It uses WSDL2Ruby as the core implementation. you can download my source code from the attachment to... 20 Jul 2010 20:09
Webservice Client Implementation in Ruby
Hi All, I have created a stand alone webservice tool to access any webservice using ruby. Just give the url , it will show you all the available method and let u access them. You need ruby gem Saop4r for it. It uses WSDL2Ruby as the core implementation. you can download my source code which is attached to this... 20 Jul 2010 20:09
Ruby Web Services Client
Peter Hollenbeck wrote: I have a simple web services client written in Java. The essence of it is about 30 lines of code. It sends an XML message of about 20 lines to a web service and receives an XML response that may be as many as 8000 lines. I have searched the web and have bought the books Programming ... 20 Jul 2010 20:09
RubyGems
I have been dealing with "gem" very much since using Ruby and RoR. I just want to ask. What exactly do we mean by a "gem"? Thanks. -- Posted via http://www.ruby-forum.com/. ... 21 Jul 2010 05:54
How much of the rubyspec does hotruby implement?
Greetings, Does anyone know how feature complete hot ruby is? That is, how much of the rubyspec it implements? Also, does anyone know if it uses 1.8 or 1.9 syntax? Thanks, Andrew McElroy TryRuby.org ... 20 Jul 2010 20:09
Can't get ruby 1.9 to work after install on OSX
Hello I installed ruby 1.9 along with 1.8 and my .profile path looks like this: export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/lib:$PATH export PATH=/Users/musdev/.gem/ruby/1.9/bin:$PATH export PATH=/Users/musdev/.gem/ruby/1.8/bin:$PATH export PATH=/Users/musdev/.vim/bin:$PATH But wh... 21 Jul 2010 14:42
First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44