[gcj] Re: Any Ruby programmers on Windows?

2009-09-07 Thread gun

I think just reading books, won't solve the problem, v need to have
good editor too for the same..
cud any1 here pls guide about the good editors available in ruby,
although i tried eclipse ganymede, but again its not that effective..
other editors available are of no use??
secondly, debugging is another big prblm!!!
without gud editor and debugger, i think its really difficult to move
ahead in any language.

On Sep 5, 11:30 pm, Prolific Coder prolific.co...@gmail.com wrote:
 I've read the book programming Ruby (pragmatic) and felt Ok. But when I
 started coding, I still keep thinking in for loops instead of blocks and
 closures.
 I felt pretty frustated, that now I am going to stick to Java for the rest
 of competition. Ruby later



 On Sat, Sep 5, 2009 at 7:24 AM, Selasie Agbavor vols...@gmail.com wrote:
  I am a Ruby coder myself.self taught.you can also learn from
 www.rubylearning.com

  On Wed, Sep 2, 2009 at 2:20 PM, Rishabh Sonthalia 
  rishabh...@gmail.comwrote:

  Ruby is it something that u all learnt on ur own, or was it thaught 2 u?

  if thaught, where can we learn it from?

 --
 Satyajit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~--~~~~--~~--~--~---



[gcj] Re: Any Ruby programmers on Windows?

2009-09-07 Thread Satyajit Malugu
If I understood your cryptic message and shortcuts (any1, cud).  You are
asking for a good debugger on Windows for Ruby.

Then I would say it is Netbeans in the downloads section you can just get
the Ruby components.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~--~~~~--~~--~--~---



[gcj] Re: Any Ruby programmers on Windows?

2009-09-05 Thread Selasie Agbavor
I am a Ruby coder myself.self taught.you can also learn from
www.rubylearning.com

On Wed, Sep 2, 2009 at 2:20 PM, Rishabh Sonthalia rishabh...@gmail.comwrote:

 Ruby is it something that u all learnt on ur own, or was it thaught 2 u?

 if thaught, where can we learn it from?

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~--~~~~--~~--~--~---



[gcj] Re: Any Ruby programmers on Windows?

2009-09-02 Thread malugu satyajit
I guess it should be ok.. 4 minutes is a long long time ;)
Development speed is what gives us points here.

On Wed, Sep 2, 2009 at 1:43 AM, Douglas Drumond
drumond.doug...@gmail.comwrote:

 It would be nice. I'm thinking in doing it so, but I'm a little afraid of
 running speed.

 Douglas


 On Wed, Sep 2, 2009 at 2:35 AM, malugu satyajit malugu.satya...@gmail.com
  wrote:

 For this contest, is anyone coding in Ruby. I thought it would be a good
 choice because of its brevity and coding speed.


 --
 Satyajit




 



-- 
Satyajit

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~--~~~~--~~--~--~---



[gcj] Re: Any Ruby programmers on Windows?

2009-09-02 Thread Hawston LLH
in fact, i dont think the raw coding speed will be significantly different,
if you use any of the high level languages. The key issue is whether u can
figure it out how to solve the problem in your brain first, i think that
will take much of the coding time, than the raw typing time.

On Wed, Sep 2, 2009 at 2:07 PM, Douglas Drumond
drumond.doug...@gmail.comwrote:

 But for big input files, 8 minutes might not be enough, I don't know.
 I'll try some examples today, before qualification round begins to see if
 it's feasible.



 On Wed, Sep 2, 2009 at 3:03 AM, malugu satyajit malugu.satya...@gmail.com
  wrote:

 I guess it should be ok.. 4 minutes is a long long time ;)
 Development speed is what gives us points here.


 On Wed, Sep 2, 2009 at 1:43 AM, Douglas Drumond 
 drumond.doug...@gmail.com wrote:

 It would be nice. I'm thinking in doing it so, but I'm a little afraid of
 running speed.

 Douglas


 On Wed, Sep 2, 2009 at 2:35 AM, malugu satyajit 
 malugu.satya...@gmail.com wrote:

 For this contest, is anyone coding in Ruby. I thought it would be a good
 choice because of its brevity and coding speed.


 --
 Satyajit








 --
 Satyajit




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~--~~~~--~~--~--~---



[gcj] Re: Any Ruby programmers on Windows?

2009-09-02 Thread malugu satyajit
I was of the same opinion and tried to program in Java. But you know I was
fighting the language instead of language helping me.
Well let me try today. I hope to qualify to think about future options.

On Wed, Sep 2, 2009 at 2:14 AM, Hawston LLH haws...@gmail.com wrote:

 in fact, i dont think the raw coding speed will be significantly different,
 if you use any of the high level languages. The key issue is whether u can
 figure it out how to solve the problem in your brain first, i think that
 will take much of the coding time, than the raw typing time.


 On Wed, Sep 2, 2009 at 2:07 PM, Douglas Drumond drumond.doug...@gmail.com
  wrote:

 But for big input files, 8 minutes might not be enough, I don't know.
 I'll try some examples today, before qualification round begins to see if
 it's feasible.



 On Wed, Sep 2, 2009 at 3:03 AM, malugu satyajit 
 malugu.satya...@gmail.com wrote:

 I guess it should be ok.. 4 minutes is a long long time ;)
 Development speed is what gives us points here.


 On Wed, Sep 2, 2009 at 1:43 AM, Douglas Drumond 
 drumond.doug...@gmail.com wrote:

 It would be nice. I'm thinking in doing it so, but I'm a little afraid
 of running speed.

 Douglas


 On Wed, Sep 2, 2009 at 2:35 AM, malugu satyajit 
 malugu.satya...@gmail.com wrote:

 For this contest, is anyone coding in Ruby. I thought it would be a
 good choice because of its brevity and coding speed.


 --
 Satyajit








 --
 Satyajit







 



-- 
Satyajit

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~--~~~~--~~--~--~---



[gcj] Re: Any Ruby programmers on Windows?

2009-09-02 Thread Carlos Guia
I think is best to use the language you are most comfortable with, usually
how good the algorithm is more important than how fast the language is.
Carlos Guía


On Wed, Sep 2, 2009 at 11:11 AM, malugu satyajit
malugu.satya...@gmail.comwrote:

 I was of the same opinion and tried to program in Java. But you know I was
 fighting the language instead of language helping me.
 Well let me try today. I hope to qualify to think about future options.


 On Wed, Sep 2, 2009 at 2:14 AM, Hawston LLH haws...@gmail.com wrote:

 in fact, i dont think the raw coding speed will be significantly
 different, if you use any of the high level languages. The key issue is
 whether u can figure it out how to solve the problem in your brain first, i
 think that will take much of the coding time, than the raw typing time.


 On Wed, Sep 2, 2009 at 2:07 PM, Douglas Drumond 
 drumond.doug...@gmail.com wrote:

 But for big input files, 8 minutes might not be enough, I don't know.
 I'll try some examples today, before qualification round begins to see if
 it's feasible.



 On Wed, Sep 2, 2009 at 3:03 AM, malugu satyajit 
 malugu.satya...@gmail.com wrote:

 I guess it should be ok.. 4 minutes is a long long time ;)
 Development speed is what gives us points here.


 On Wed, Sep 2, 2009 at 1:43 AM, Douglas Drumond 
 drumond.doug...@gmail.com wrote:

 It would be nice. I'm thinking in doing it so, but I'm a little afraid
 of running speed.

 Douglas


 On Wed, Sep 2, 2009 at 2:35 AM, malugu satyajit 
 malugu.satya...@gmail.com wrote:

 For this contest, is anyone coding in Ruby. I thought it would be a
 good choice because of its brevity and coding speed.


 --
 Satyajit








 --
 Satyajit











 --
 Satyajit

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
google-codejam group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~--~~~~--~~--~--~---