Archive for the ‘ruby’ Category

Why should I learn programming languages like Ruby, Python, and Lua?

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?

what kinds of programs can be made in ruby?

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?

Ruby programming language?

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 ...

How to choose a Programming Language to work with?

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.

Simple Ruby programming question?

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 ...

Help Programming Ruby?

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 ...

hi this is ruby ,how can i upload my voice xml application?

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

Why and how would I use an algorithm in PHP, Python, or Ruby?

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

Why and how would I use an algorithm in PHP, Python, or Ruby?

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

What is Ruby(software)Can it convert dictionary for lingvo into .opf format that is used by kindlegen/mobigen?

Wednesday, January 18th, 2012

Please refer to https://github.com/VVSiz/dsl2mobi

I need some computerbooks nepal,where to buy?I like CMS,php & mysql,animation,java,c#,ajax,ruby and rail books?

Tuesday, January 17th, 2012

We are running a IT Company & trainine center in Nepal,We need some experienced programmer and best selling computerbooks.

How to find if a hosting supports Ruby on Rails?

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?

What are some good TUMBLR URLS for a girl named RUBY?

Friday, December 23rd, 2011

I want it to include my name but I can't think of anything...

Any good J2EE books for beginners? I'm coming from a Ruby on Rails background?

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 ...

How can I get my MEGA TOUCH RUBY EDITION to reboot?

Tuesday, December 20th, 2011

I can hear it whirring, but it will not boot up.

How do you pack a Ruby project into a .apk file?

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?

Programming with Ruby and Textedit?

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 ...

What can this dinosaur do for me?

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?

hi fiends,can we make a ecommerce site just by learning ruby on rails that include service detail and price?

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...

new to ruby .. a question about case when?

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 = #{ ...