+ Post New Thread
Page 3 of 3 FirstFirst 1 2 3
Threads 41 to 60 of 60

Forum: Ruby

Discussions about Ruby programming and frameworks like Ruby On Rails

  1. common constructor idioms

    In C++ one often declares a constructor that accepts another instance of this class. For those familiar with C++ syntax I'm talking about: class...

    • Replies: 5
    • Views: 6,006
    05:30 AM Go to last post
  2. ruby curses documentation ?

    hello, I would like to start to learn using curses with ruby. I don't know nothing about curses. Is there existing any documentation about the...

    • Replies: 6
    • Views: 8,113
    07:29 PM Go to last post
  3. Nested class/module namespace

    The new ability to declare a class nested in another module (or class) without actually re-declaring the outer module is cool, BUT: ...

    2 Pages
    1 2
    • Replies: 24
    • Views: 6,846
    02:30 PM Go to last post
  4. UTF-8 question

    > It guess it doesn't look in /usr/local/include unless told explicitly to do FYI, I just rebuilt using CPPFLAGS="-I/usr/local/include"...

    • Replies: 12
    • Views: 4,069
    01:34 PM Go to last post
  5. Why does Ruby have callcc?

    I understand, in a woozy sort of way, what callcc does. What I don't understand is what it's really good for, and furthermore, what it's doing in...

    3 Pages
    1 2 3
    • Replies: 50
    • Views: 4,679
    02:29 PM Go to last post
  6. Class variables, module inclusion and instance_eval

    On Wed, Aug 06, 2003 at 02:55:31PM +0900, Tim Bates wrote: I can't answer your clearly-phrased questions on class variables, but there might be...

    • Replies: 2
    • Views: 4,656
    01:41 PM Go to last post
  7. format number with comma separators?

    I'm brain dead and just trying to get formatted numbers in a task that's already 10 tangents deep -- argh. Anyway, how can I sprintf (or otherwise)...

    • Replies: 6
    • Views: 15,768
    05:25 PM Go to last post
  8. Fishing for ideas: Ruby-talk for Java coders

    Hi all, sorry to reiterate an old topic: Stefan and I have the lucky chance to give a talk about Ruby to the IT- development stuff of a...

    • Replies: 16
    • Views: 3,401
    02:25 PM Go to last post
  9. How to rescue any exception in 1.8?

    This code will catch the exception in Ruby 1.6: require 'timeout' begin raise TimeoutError rescue puts "Rescued!" end But in Ruby 1.8, it...

    • Replies: 4
    • Views: 5,911
    10:11 PM Go to last post
  10. Confused about locking a file via file.flock(File::LOCK_EX)

    I am writing a ruby appl under AIX where I need to update the /etc/hosts table. I would like to make sure that during my update nobody else can...

    • Replies: 8
    • Views: 3,974
    04:02 PM Go to last post
  11. Aliased setter methods behave differently than other methods?

    Here's another question... I am aliasing and redefining certain methods, determined at runtime. Normal methods work fine, but methods ending in '='...

    • Replies: 8
    • Views: 2,479
    04:34 PM Go to last post
  12. Getting my IP address

    Is there a piece of Ruby code somewhere that will tell me what my IP address is, and will work on at least Linux, Windows and MacOS X?

    • Replies: 9
    • Views: 9,785
    ts
    12:47 PM Go to last post
  13. More OSCON stuff

    Check out the slides for Michael Granger and David McCorkhill's "Data-Driven Classes in Ruby" at: http://www.rubycrafters.com/ Lots of...

    • Replies: 0
    • Views: 2,108
    06:01 PM Go to last post
  14. Ruby talk from LL2

    I found this one: http://ll2.ai.mit.edu/ There is a nice talk from Matz in the afternoon session. Bit old but still fun to watch. Good points...

    • Replies: 3
    • Views: 2,336
    07:31 AM Go to last post
  15. Integrations tests and $:

    Hi, At Wed, 9 Jul 2003 03:37:21 +0900, Jim Freeze wrote: Try -I instead of -r. -- Nobu Nakada

    • Replies: 3
    • Views: 1,972
    12:28 AM Go to last post
  16. How to generate sound of given frequency and duration ? (fwd)

    ---------- Forwarded message ---------- Hi, I am trying to port one old DOS game that just beeps its sounds to PC-Speaker or AdLib if it finds...

    • Replies: 2
    • Views: 3,795
    07:18 AM Go to last post
  17. Array#filter is Array#collect, yes?

    I was looking at some code and came across somebody using Array#filter. I couldn't find it in the pickaxe, and looking through the ChangeLog it...

    • Replies: 1
    • Views: 8,155
    06:29 AM Go to last post
  18. Ruby Code Snippet: Array.count

    On Sat 05 Jul 2003 at 08:01:38 +0900, Stefan Arentz wrote: This is already available with Enumerable#find_all: a = (1..10).to_a puts...

    • Replies: 7
    • Views: 8,771
    03:16 PM Go to last post
  19. Millisecond in time.

    Hi, I have 1056030443784 (which is a time in millisecond) but I need this time in the "normal" format like 2003-06-26 12:54.22 But I can't...

    • Replies: 12
    • Views: 7,671
    09:50 AM Go to last post
  20. Editor like Textpad on Linux?

    * Dominik Werder <dwerder@gmx.net> : Tried WINE? -- Innovation is hard to schedule. -- Dan Fylstra Rasputin :: Jack of All Trades - Master of...

    • Replies: 7
    • Views: 7,666
    12:04 AM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139