569 Topics
![]() | |
So, here is my first post. I'm currently learning C++ and into my 2nd week of self-study. I'm using the book, C++ Primer Plus, Fifth Edition, as my primary source and constantly referring back to other books and the web for a different take on particular aspects. It's the 'different … | |
Things are getting quiet around the shop, seems like all the coding is done in foreign lands. Any way, let's get a thread started, a multilingual coding spree showing how to display "Hello World! (computer language used)". The code has to be a full program! Make sure you have the … | |
i am interested to know abt this . can anyone give a compact and brief introduction? | |
Hi I've been looking at site [url]www.cdbaby.com[/url], apparently they switched over from Ruby on Rails to PHP. I would like to know if anyone can explain how come none of the links have a "php" extension on them, and how this can be achieved? (...or is there a way to … ![]() | |
Hi all, Thanks for giving reply of my previous problems.Now again i have issues in using paypal.I have successfully implemented paypal in my application but got stuck in 'Istant payment notification'.Please, could anyone help me to implement 'IPN' in my application. Thanks & Regards, Vineet Kumar | |
My name's Rafael, I'm 21 years old and I'm a computer science student born and living in the Dominican Republic (it's in the Caribbean, for anyone who's not into baseball ;)). Although not very proficient at it, I've been into C for about two years now, and C++ and Ruby … | |
I'm trying to write a script that removes temporary files (ie. files with a tilde at the end: temp.txt~) [CODE]#!/usr/bin/ruby system("rm *~") if File::exists?( "*~" );[/CODE] but that literally looks for files named [B]*~[/B]. I tried something like this: [CODE]#!/usr/bin/ruby if File::exists?( /\w*~/ ) puts "Temp exists\n"; else puts "Temp … | |
hi everyone, back after long time with another query, can anybody tell me how to use [B][U]syncml [/U][/B]in my application,please help me out if somebody knows,its really urgent for me. thanx all regards | |
Greetings everyone! My name is Simon, I'm 37 & I live on a smallish Island off the south coast of England called the Isle of Wight. Although it is pretty rural, I've managed to live here most of my 20 years as a software engineer, videogame developer, writer and now … | |
I have been looking for the some best technology that can used for Scrapping. Currenly my project uses Perl:LWP with regex to scrape info. I find a lot of tools running under different platform. E.g. Perl HTML XML Parsers, Java, Jscript, .NET. and many many modules like Hpricot, ,Mechanize, Ruby, … | |
I am an elementary user of ruby,i meet a problem about ruby curses. source code as follow: require "curses" include Curses init_screen begin crmode echo ch = getstr #problem occurred here noecho ensure close_screen end I input some 2-byte-word (like chinese word) from the keyboard,but the screen do not show … | |
My name's Seth and I'm an IT student at the University of Cincinnati. Currently I'm interested in learning more about Ruby on Rails. I'm also looking for anyone who wants to collaborate on any projects just to learn more. I do have some experience in Java, Python and some Ruby. | |
:( Hi all good friends, I quite new to RoR on Fedora 7, I have set up and configure to run my RoR project running on the Server, locally already and it works well but I don't know how to configure it to have my client running the project through … | |
Hi all,:icon_exclaim: Refer to the term of commenting, does it has the comment generator for Ruby to generate the comments that we had comment on our classes, method or parameter like phpDoc or ScriptDoc for script. I'm very glad for those who can tell me about this staff. :) Regards, … | |
Is it just me or does it looks like Ruby on Rails is dying so fast on Hotscripts.com? I go to that sites forums almost daily and visit the scripts sections every now and then but I couldnt help be noticed each time I visit that section, its not as … | |
can anybody help me in uploading mpeg files.i did image uploading using rmagik and it works quite well but now i want to upload video files,so can i get some clue or may be full code if possible.... thanx guys. | |
Hi everybody! I am Daniel and I am developing a Alumini Database right now using MySQL and Ruby On Rails. First of all, I must say this is an amazing forum. I really enjoy reading the posts. I hope you will be able to help me. I have the following … | |
Hi friends Again I have one real Lever.Please help me to lift it. can anybody tell how to work with tagcloud .I did a lot of search but i could not get fruit.Thanx | |
Hello, everyone. This is the first time I encounter Ruby Programming Language. Can anyone please explain briefly what is Ruby. From the information that I read in the Internet, Ruby is a fully object oriented language with combination of Perl and Small Talk. Anyhow, I m still confuse of what … | |
Hello gang, I was actually really my old topic on this forum. I heard that Python and Ruby would be for me to start with. Does that sound right instead of jumping right in to C and C++? What is required in Python? Is there free tutorials on that language? … | |
can we have more than 2 arguments in send query statement . for eg: Cli::send(@session, "reload,yes", "") | |
[COLOR=Green][B]Hello everybody. I'm new to .NET and I would like to become a web developer in .NET environment. I've searched a couple of times on the internet and found that have to learn VB Script or C# if i want to be a webmaster in ASP.NET . I have inexperiance … | |
I was looking at the ruby tutorials, and I tried to use the examples there. However, all that happened was this: 126: The specified module could not be found. - D:/ruby/lib/ruby/1.8/i386-mswin32/tcltklib.so D:/ruby/lib/ruby/1.8/i386-mswin32/tcltklib.so Press ENTER to close the window... Can anybody help here? | |
i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ; i gave install plugin from console but every time error comes.so can any body tell me how to install … | |
I have written this code in ruby but it just opens up a window and then closes again immediatley, can anyone point out the problem? [code=ruby] #Orange Tree program #You can pick an orange or leave it for a year. #For three years it will produce no fruit. #It will … | |
My teacher suggested that I shouold learn ruby. I downloaded the software(but not the latest version). I dont know how to get it to work on my computer. I am running windows xp. If anyone can help me do this it would be great. I would also like to know … | |
A while ago I purchased an application called "RPG Maker XP" for a project that my friends wanted to help out with (they have NO programming knowledge at all). We have completed a game, but it is, you know, un-original. We need something to spice it up -- RGSS (Ruby … | |
can anybody tell me how to get the values from querystring. thanx in advance to all.. | |
Two good sources to learn from: [URL="http://www.rubycentral.com/"][B]Ruby Central[/B][/URL] [URL="http://en.wikipedia.org/wiki/Ruby_on_Rails"][B]ROR on Wikipedia[/B][/URL] | |
I am looking for a good tutorial oriented towards someone who knows how to program, but is new to ruby. I'd like ruby on rails to be covered. Please let me know if you have any recommendations. Thanks! | |
Have been here about a week now. Time to say Hi! to everyone! I will be helping out where I can, with a focus on networking and web dev. My latest musings have been in Ruby on Rails, so I am sure to post some questions and sample code as … | |
I really like Ruby. Who here has looked at it? What do you think of it? | |
So has anyone else here ever played final fantasy seven? I know it's a little old by now, but I still think it's the best game I've ever played. I've had it for a long time, but just recently I killed emereld weapon. I still haven't beaten Ruby weapon yet. … | |
Hey, I'm learning Ruby and I've just about got it sorted. I have just one (or maybe more) question(s): What is marshal.dump and does it allow you to save data to a file outside of the Ruby program? If not, how do I create saved data (ie. character attributes inside … | |
Here are some Ruby, Rails Job sites that I have come across.[LIST=1] [*][URL="http://rubylearning.com/jobs/ruby_jobs.html"][B]Learning Ruby Job Board[/B][/URL] [*][B][URL="http://rubyrockstars.com/"]Ruby Rockstars[/URL][/B] [*][B][URL="http://jobs.rubynow.com/"]RubyNow[/URL][/B] [*][B][URL="http://www.indeed.com/jobs?q=ruby"]Indeed.com[/URL][/B] [*][B][URL="http://www.pragmaticstudio.com/jobs/"]Pragmatic Studio Job Network[/URL][/B] [*][B][URL="http://www.railsjob.com/"]Rails Job[/URL][/B] [*][B][URL="http://jobs.37signals.com/jobs;search?term=ruby"]37signals Job Board[/URL][/B] [*][B][URL="http://www.railspays.com/"]RailsPays[/URL] [/B][/LIST]If there are others, please post them here. | |
Hello frens This is Soha. Recently i heard about a language named Ruby. Now u ppl might be quite familiar with it. But i am a newbie.... So can i get some information about Ruby and/or Rails. bu-byee | |
can we use collection_select with :selected option if yes ,plz let me know.if not than plz tell me how to use select instead of collection_select and where to write query in select if i dont want to find all records. thnx in advance. | |
Hey all, I spotted Rugby mainly by looking at the "hello world" thread in Legacy. So I was wondering if it is actually worth learning? I am always looking for more ways to update my CV, but is Rugby wide-spread enough to warrent learning for any other reason than fun? … | |
hi how can count a text , image , button etc on a paticular page with watir. plzzz help me thanks & regards atul | |
can any body help me out in my situation ,i want to retrieve some results from database , when i choose a value from the selection box. thanx in advnce tc | |
Hello: I am a programmer. I work professionally primarily in C, C++. Most personal programming projects I do is in either C++ or Python. I am studying Java and Ruby currently. My quetion is: How valid do you find Assembly language in a modern sense, professionally or otherwise? I ask … | |
require 'action_mailer' ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.server_settings = { :address => "address", :port => 25, :domain => "domain.com", :user_name => "myid@domain.com", :password => "password", :authentication => :login } ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.default_charset = "utf-8" i have used the above code to send a mail in /config/enviourment.rb and its … | |
can anybody tell me how to define multi demensional array in ruby on rails. thanx buddies for previous replies and for this in advance. | |
Hey! I have a few questions about Delphi... Is there a free compiler / interpretter for Delphi (if any, which) and / or an IDE? Is Delphi easy to learn, or hard? I mean, I know plenty of languages (C, C++, Java, Perl [some], HTML, Javascript, Ruby, VB6 [woot], Python...) … | |
Are there any plans to add a Ruby category? We have some developers using this platform and have questions. Best Regards, Rodney | |
:?: Can anyone please let me know where can I find some sample tests for different technologies/languages/skills regarding web development? I need these for the below mentioned:PHP, ASP, ASP.NET, .NET, ColdFUsion, JSP, Ruby, XML, Soap, CSS, HTML, JavaScript. Thank you in case anyone can help. Regards Tommy | |
hhey any body knows how to upload a file or image in database and retrieve it,i know i have to use file column and rmagcik but dont know how to apply them,can anybody tell me step by step implementation. thanx in advance, |
The End.