First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
How to create the log
On Tue, May 11, 2010 at 11:55 PM, KingMaker KingMaker <sweetzubair(a)gmail.com> wrote: How to create the log in ruby. Log.new ... 22 May 2010 10:31
Can not install swiftiply
Hi everyone! (Debian Squeeze) Just can't install swiftiply: # ruby1.8 -v ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux] # gem install swiftiply Building native extensions. This could take a while... ERROR: Error installing swiftiply: ERROR: Failed to build gem native extension. /usr/bin/ru... 22 May 2010 10:31
SMPP from Perl to Ruby
I have this code in perl to send SMS via SMPP Can somebody help me to translated to Ruby I try the ruby-SMPP but it doesnt work well and i need it deploy it on SUNOS 3 Please help #!/usr/bin/perl -w use IO::Socket; $SMSCIP = 'localhost'; $SMSCPORT = '9988'; $SYSID = 'user'; $SYSTYPE = 'smpp'; $PW... 22 May 2010 10:30
Internal string storage and Encoding::Converter#convpath
Hi, everyone: In #rubyspec we were discussing whether the specifications are correct for Encoding::Converter's convpath method. Since MRI uses UTF-8 internally, the #convpath method shows that it converts to UTF-8 for an intermediate step: Encoding::Converter.new('ascii','Big5').convpath => [[Encoding::US_ASCII... 24 May 2010 13:27
smpp
Dario Pix wrote: does anyone have some experience with SMPP in Ruby? I've to post SMS to a gateway using SMPP but I don't find out any example in ruby. thank you very much. d. try this http://ruby-smpp.rubyforge.org/git?p=ruby-smpp.git;a=blob;f=examples/sample_gateway.rb;h=d1de59a5d7f4bf1a4... 22 May 2010 10:30
Eval, SAFE, and Sandbox
Hello Ruby Forum. I am working on a personal project that will need people to be able to submit bits of Ruby code so that my project can run it (eval). I know there is a lot of danger in this and wonder if there are any solid ways to avoid malicious attacks. From what I have read and seen on Google, there is ... 25 May 2010 15:45
Significance of Kernal.test method?
[Note: parts of this message were removed to make it a legal post.] Hi Team, I am new to ruby and the best way I found to learn ruby is to walk-through some of the existing code and try understanding them how it is done. Recently I came across this following line of code, test(?e, File.join(dir, file)) ... 22 May 2010 10:30
Eval, SAFE, and Sandbox
[Note: parts of this message were removed to make it a legal post.] On Fri, May 21, 2010 at 1:17 PM, Simon Mcbryan <smcbryan(a)gmail.com> wrote: Hello Ruby Forum. I am working on a personal project that will need people to be able to submit bits of Ruby code so that my project can run it (eval). I know... 22 May 2010 10:30
MAXIMIZE the Browser Automaticaly
I try Many thing but not find the best solution to maximize the window. i run the script every time window open in the normal size. ........................ Help me .......................... require 'watir' include Watir ie=Watir::IE.start("http://www.google.co.in") #~ie.maximize # Minimize the ... 22 May 2010 10:30
Significance of Kernal.test method?
On May 21, 9:50 am, v4 forums <v4for...(a)gmail.com> wrote: Hi Team, I am new to ruby and the best way I found to learn ruby is to walk-through some of the existing code and try understanding them how it is done. Recently I came across this following line of code, test(?e, File.join(dir, file)... 22 May 2010 10:30
First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106