+ Post New Thread
Page 21 of 105 FirstFirst ... 11 19 20 21 22 23 31 71 ... LastLast
Threads 401 to 420 of 2091

Forum: Ruby

  1. [BUG] system() isn't safe on win32

    Moin! This ruby one-liner ruby -ve "$SAFE = 5; system 'echo Was able to run an arbitrary command in safe mode.'" produces this scary...

    • Replies: 5
    • Views: 310
    07:50 AM Go to last post
  2. Number formatting?

    Any convenient ways (without rolling my own) of formatting numbers to include thousands separators, e.g. 1199123 printed as "1,199,123" --...

    • Replies: 4
    • Views: 658
    03:36 AM Go to last post
  3. $: and home-made packages

    Hello, Wondering about the place where to put files and why; irb> puts $: /usr/local/lib/ruby/site_ruby/1.8...

    • Replies: 0
    • Views: 261
    10:35 PM Go to last post
  4. SIGFPE

    I am trying to learn Ruby (version 1.6.4) under OS2 (I have installed the necessary patches), and within IRB (Interactive ruby) I get core dumps...

    • Replies: 0
    • Views: 405
    10:06 PM Go to last post
  5. Win32OLE again - solved

    You were right! Thank you Thank you Thank you :-) (I am smiling widely). For some reason the extconf.rb that comes with win32ole generates the...

    • Replies: 2
    • Views: 671
    09:58 PM Go to last post
  6. getoption long question

    opts = GetoptLong.new(_ ···, ) what if I don't actually want short options such as the -T? (running out of suitable letters, or something) ...

    • Replies: 5
    • Views: 500
    09:34 PM Go to last post
  7. [RCR] #inject, #partition expand array if arity > 2

    It would be awesome, if #inject could do splitting when arity > 2. For instance converting an array of pairs into a hash (arity==3): x=, ] p...

    • Replies: 4
    • Views: 1,097
    09:17 PM Go to last post
  8. Reading in MP3 files in Ruby

    Hi all, I'm pretty new to Ruby, and I came across the Ruby bindings (http://pablotron.org/software/mb-ruby/) to the musicbrainz project...

    • Replies: 1
    • Views: 905
    09:06 PM Go to last post
  9. BA-rb ( Bay Area Ruby Users Group ) - 'Generating Code in Ruby' by Jack Herrington.

    BA-rb (Bay Area Ruby language Users Group) is pleased to announce that it will begin meeting again. The topic for the first meeting will be a...

    • Replies: 1
    • Views: 2,520
    06:52 PM Go to last post
  10. Win32OLE again

    I am having trouble trying to figure out what is wrong with the Win32ole extension when running on 1.8.0. I have narrowed it down to the calling...

    • Replies: 3
    • Views: 684
    04:38 PM Go to last post
  11. Crash in ruby 1.8.0

    This doesn't look right... vor-lord:scan_plan/scan_plan> ruby -e 'def next(); end; next()' -e:1: Segmentation fault ruby 1.8.0 (2003-08-04) ...

    • Replies: 6
    • Views: 410
    ts
    09:34 AM Go to last post
  12. Problems mixing regular form fields with file uploads

    I'm trying to build a form that includes both regular form fields, such as text inputs and checkboxes, along with file uploading. It seems, though,...

    • Replies: 3
    • Views: 1,623
    07:43 AM Go to last post
  13. [ANN] OOoExtract v0.1

    Greetings, I'd like to announce the immediate availability of "OOoExtract" : ...

    • Replies: 3
    • Views: 344
    01:31 AM Go to last post
  14. Ruby Download options

    Hello, I have finished the first draft of "ooo_extract". A program to extract/search data from OpenOffice.org files. I am putting up a project...

    • Replies: 6
    • Views: 397
    12:29 AM Go to last post
  15. How to include zip in a program.

    Hello all, Yay! I'm now subscribed to this list. =) As I mentioned earlier, I'm working on a program to gather data from OpenOffice.org files....

    • Replies: 18
    • Views: 363
    08:59 PM Go to last post
  16. Building Ruby 1.8.1 on Panther

    I just posted a entry to my (new) weblog on building the latest CVS of Ruby on OS X Panther. It covers installing readline before Ruby to enable...

    • Replies: 2
    • Views: 416
    07:42 PM Go to last post
  17. tk extensions wrappers?

    Hi all, Are there really so few wrappers for tk extensions, or just I miss them? Tix8.1 is not working (look my previous post about tcltk-ext and...

    • Replies: 0
    • Views: 288
    06:01 PM Go to last post
  18. using ala pascal

    I have some class hierarchies located in different modules, but with clashing names, thus I cannot 'include' the modules. Basicly what im...

    • Replies: 14
    • Views: 513
    04:33 PM Go to last post
  19. NArray indexing order: row major vs column major

    rubyists- am i the only one who finds the current NArray indexing order confusing: irb(main):001:0> na = NArray.to_na a=,] =>...

    • Replies: 0
    • Views: 998
    03:16 PM Go to last post
  20. Problem with 1.8 / optparse.rb from within debugger

    Hi, Am I the only who get the following error when trying to go step-by-step in the debugger in the optparse code? 469 ...

    • Replies: 2
    • Views: 797
    12:55 PM 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 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