569 Topics

Member Avatar for
Member Avatar for superjacent

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 …

Member Avatar for superjacent
0
90
Member Avatar for vegaseat

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 …

Member Avatar for sgssergio
0
1K
Member Avatar for s69265

i am interested to know abt this . can anyone give a compact and brief introduction?

Member Avatar for zandiago
0
55
Member Avatar for markchicobaby

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 …

Member Avatar for fatihpiristine
0
427
Member Avatar for VINEET KUMAR

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

Member Avatar for stymiee
0
97
Member Avatar for bored2k

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 …

Member Avatar for jasimp
0
2K
Member Avatar for davidianstyle

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 …

Member Avatar for Jessehk
0
94
Member Avatar for VINEET KUMAR

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

0
69
Member Avatar for curvespace

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 …

Member Avatar for curvespace
0
108
Member Avatar for visuss

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, …

Member Avatar for kunalsmishra
0
110
Member Avatar for shawn_2008

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 …

0
67
Member Avatar for sethbaur

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.

Member Avatar for jasimp
0
31
Member Avatar for chuobsok

:( 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 …

0
54
Member Avatar for chuobsok

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, …

Member Avatar for chuobsok
0
139
Member Avatar for mikeSQL

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 …

0
101
Member Avatar for amithasija

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.

Member Avatar for VINEET KUMAR
0
106
Member Avatar for danielgoehl

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 …

Member Avatar for danielgoehl
0
107
Member Avatar for VINEET KUMAR

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

Member Avatar for VINEET KUMAR
0
109
Member Avatar for rinoa04

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 …

Member Avatar for VINEET KUMAR
0
145
Member Avatar for php111

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? …

Member Avatar for vegaseat
0
182
Member Avatar for shilpirawat

can we have more than 2 arguments in send query statement . for eg: Cli::send(@session, "reload,yes", "")

Member Avatar for Gary King
0
88
Member Avatar for FBI

[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 …

Member Avatar for jbennet
0
168
Member Avatar for s2j1j1b0
Member Avatar for level007

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?

0
75
Member Avatar for amithasija

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 …

Member Avatar for amithasija
0
108
Member Avatar for level007

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 …

Member Avatar for azimuth0
0
87
Member Avatar for Dark_Omen

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 …

Member Avatar for jeanlazarou
0
287
Member Avatar for linux

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 …

Member Avatar for gamingfan1993
0
673
Member Avatar for amithasija

can anybody tell me how to get the values from querystring. thanx in advance to all..

Member Avatar for aoooddy
0
222
Member Avatar for VINEET KUMAR
Member Avatar for Gary King
0
119
Member Avatar for mattyd

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]

Member Avatar for Gary King
0
156
Member Avatar for tins

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!

Member Avatar for Gary King
0
243
Member Avatar for Stylish

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 …

Member Avatar for eXceed69
2
74
Member Avatar for Rashakil Fol
Member Avatar for Gazco
0
205
Member Avatar for sk8ndestroy14

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

Member Avatar for EnderX
0
277
Member Avatar for Gazco

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 …

Member Avatar for Gazco
0
210
Member Avatar for IndianGuru

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.

0
95
Member Avatar for cute_soha

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

Member Avatar for IndianGuru
0
135
Member Avatar for amithasija

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.

Member Avatar for pty
0
421
Member Avatar for RwCC

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? …

Member Avatar for iam
0
188
Member Avatar for atulsweet82

hi how can count a text , image , button etc on a paticular page with watir. plzzz help me thanks & regards atul

Member Avatar for amithasija
0
108
Member Avatar for amithasija
Member Avatar for amithasija

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

Member Avatar for pty
0
136
Member Avatar for mattyd

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 …

Member Avatar for bootstrap
1
261
Member Avatar for amithasija

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 …

0
118
Member Avatar for amithasija

can anybody tell me how to define multi demensional array in ruby on rails. thanx buddies for previous replies and for this in advance.

Member Avatar for pty
0
167
Member Avatar for linux

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

Member Avatar for jwenting
0
238
Member Avatar for HostChart

Are there any plans to add a Ruby category? We have some developers using this platform and have questions. Best Regards, Rodney

Member Avatar for tins
0
411
Member Avatar for tommyinlondon

:?: 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

Member Avatar for jwenting
0
128
Member Avatar for amithasija

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,

Member Avatar for pty
0
129

The End.