Archive for the ‘ruby’ Category
Sunday, February 12th, 2012
Why should I learn these languages? I understand the usefulness of Java, C++, and C. Why should I learn these lightweight languages? What are they used for? What should I use them for when making a program?
Posted in ruby | 2 Comments »
Wednesday, February 8th, 2012
i want to make a p2p program and maybe a irc chat client. could i do this in ruby or would it be better to do this in another language?
Posted in ruby | 1 Comment »
Friday, February 3rd, 2012
I would really like to get started programming in the ruby language, but I'm having a hard time finding a good tutorial/ learning it. If anyone code point me in the right direction to a good tutorial for the ruby language that would be amazing! Also, if you have programmed ...
Posted in ruby | 1 Comment »
Tuesday, January 31st, 2012
There are numerous programming languages in the world (although some of them are dead).
How to choose a language for a software project?
Why so many languages were developed?
Why new languages are still being developed (like Ruby, a bull-shit, i think!)?
Please give me an elaborate explanation.
Examples are well-appreciated.
Posted in ruby | 2 Comments »
Saturday, January 21st, 2012
What is the largest and smallest fixednum on a 32 bit computer? also Using irb, probe the Float class to find the least and greatest Float values. First find the greatest power of 10 that is representable as a Float value. Then work on finding the ...
Posted in ruby | 1 Comment »
Friday, January 20th, 2012
I need to write a program that finds the least common denominator of any two numbers that are entered by the user. How should I go about doing this? Is there a method in Ruby that already does this? Is there already a method that finds the prime factorization of ...
Posted in ruby | 1 Comment »
Friday, January 20th, 2012
i have to run it on mobile phone .i want to know about voip gateways which allow to upload my application and run it on phone .i tried it with voxeo but through phone it is not connecting.plz help me to connect through phone
Posted in ruby | 1 Comment »
Thursday, January 19th, 2012
Hi,
I'm just wondering, how and why would I use an algorithm in PHP, Python, or Ruby? What would it do? How would I figure it out? How would I write the code for it?
Thanks,
Paul
Posted in ruby | 1 Comment »
Thursday, January 19th, 2012
Hi,
I'm just wondering, how and why would I use an algorithm in PHP, Python, or Ruby? What would it do? How would I figure it out? How would I write the code for it?
Thanks,
Paul
Posted in ruby | 1 Comment »
Wednesday, January 18th, 2012
Please refer to https://github.com/VVSiz/dsl2mobi
Posted in ruby | 1 Comment »
Tuesday, January 17th, 2012
We are running a IT Company & trainine center in Nepal,We need some experienced programmer and best selling computerbooks.
Posted in ruby | 4 Comments »
Wednesday, December 28th, 2011
I have borrowed a website and hosting from a friend who is not using it. How do I find out if that hosting supports Ruby on Rails?
Posted in ruby | 3 Comments »
Friday, December 23rd, 2011
I want it to include my name but I can't think of anything...
Posted in ruby | 1 Comment »
Thursday, December 22nd, 2011
HI,
I'm looking for a book or tutorial on J2EE for beginners, I come from a Ruby on Rails back ground and would like to know how J2EE works etc.
Many Thanks
I am familiar with Java syntax, I am looking for more specific J2EE resources which explain architecture, components etc. Something that ...
Posted in ruby | 1 Comment »
Tuesday, December 20th, 2011
I can hear it whirring, but it will not boot up.
Posted in ruby | 1 Comment »
Sunday, December 18th, 2011
I have Ruby code I want to pack into a .apk so I can push it onto an Android phone. I've researched a few ways to do this but everything ends in a dead end. Any help?
Posted in ruby | 1 Comment »
Saturday, October 1st, 2011
I am using ruby (which is hopefully on my mac, should be, 10.5.8) and have decided for the first time to try to learn some programming. I am using this guide, http://pine.fm/LearnToProgram/?Chapter=00 You'll notice I'm on the getting started page, it says that if I'm using textedit to make sure ...
Posted in ruby | 1 Comment »
Friday, August 26th, 2011
http://www.ebay.com/itm/Original-Apple-iMac-G3-15-M5521-PowerMac2-Ruby-Red-/170686571347?pt=Apple_Desktops&hash=item27bdb66353#ht_500wt_1204
It's old, but what could it all do? Thanks!
Basically I want to surf the internet and use Microsoft word. Will it be good for that?
Posted in ruby | 3 Comments »
Friday, August 26th, 2011
friends, i want to create a site for online marketing where ill provide customer my service details and price for each service. I am confused that is ruby on rails is enough for that.I like ruby on rails because it makes a good web interface.
Thanks for your help...
Posted in ruby | 2 Comments »
Thursday, August 25th, 2011
puts ("Welcome to this program to evaluate area and perimeter for square, rectangle and triangle")
puts "enter your choice"
puts "1 for square"
puts "2 for rectangle"
puts "3 for triangle"
choice = 0
choice = gets
case choice
when 1 :
puts "Enter the parameters to calculate"
side1 = gets
puts "The perimeter of the square = #{ ...
Posted in ruby | 1 Comment »