Since 5/8/2012 10:46:22 AM, doug.meyer has written 2 articles and participated in 5 conversations. doug.meyer signature: doug.meyer
doug.meyer's articles:
Items(2) /1
Writing to Binary Files1024 (8/21/2007 9:35:32 PM) comp.lang.ruby I'm having some serious issues writing to a binary file. Can anyone give me a hand? And could I be having this problem because I'm trying to do this on a Linux machine? Thanks! ... doug
[QUIZ] FizzBuzz (#126) [SOLUTION]031 (6/3/2007 5:31:19 PM) comp.lang.ruby This is one of those quizzes that is so easy, you have to find some ridiculous way of solving it :-D First off, there is the correct way of coding: clear, concise, and actually works #!/usr/bin/env ruby # Dou... doug
doug.meyer's replies:
Items(4) /1
[QUIZ] SimFrost (#117)6017 (3/9/2007 12:58:56 PM) comp.lang.ruby The three rules of Ruby Quiz: 1. Please do not post any solutions or spoiler discussion for this quiz until 48 hours have passed from the time on this message. 2. Support Ruby Quiz by submitting ideas as of... james8284(4404)
Another RegExp question733 (3/18/2007 11:40:34 AM) comp.lang.ruby Hi again, I'm allways here to ask how to use regular expressions. what I want now is to replace chars from a string with empty spaces sample = "thi's is a tes%$#!|]\,"") and the outcome shoudl be "this is a t... joaomiguel.pereira(27)
0.06 == 0.06 returns false in Ruby?4333 (8/31/2007 1:38:19 AM) comp.lang.ruby Hi I wrote a simple test program, basically the program asks the user to enter floats. the entered values shall be used as keys for Hash (the values are irrelavent). The program tries to find the lowest untak... jasonpurchase(2)