First  |  Prev |  Next  |  Last
Pages: 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
DrX, an object inspector
NICE! I was looking for something like this few times, never stubled upon it, thanks for sharing! ... 1 May 2010 13:10
[BUG] Segmentation fault
I'm writing a bridge for ruby to python. [example] 50 static PyObject *ruby_require(PyObject *self, PyObject *args){ 51 static const char *module = NULL; 52 if (!PyArg_ParseTuple(args, "s", &module)){ 53 return NULL; 54 } 55 safe_require(module); 56 Py_INCREF(Py_None); 57 return Py_None... 20 Apr 2010 15:50
running drb as a windows service
I'd like to run drb as a service, so that when windows starts up there's a drb process there and listening for input. Has anyone done something like this? martin ... 20 Apr 2010 15:50
[ANN] [RFC] Proposing a Ruby Packaging Standard
Hello, earlier this month I wrote up a draft for a specification on how to structure Ruby projects. It started at http://gist.github.com/361451 and there was lots of discussion there, which I now want to move to ruby-talk to gain a larger audience. The specification now resides at http://... 20 Apr 2010 15:49
Import photos from face book account
How to import photos from face book account in my server? -- Posted via http://www.ruby-forum.com/. ... 20 Apr 2010 15:50
Net::Ping::HTTP inconsistencies
On 04/19/2010 11:57 PM, Daniel Waite wrote: system(%{echo "HEAD / HTTP/1.1\nHOST: www.rabbitcreative.com\n\n" | nc http://www.rabbitcreative.com 80}) Really? Ruby's Net/* libraries suck, apparently. On what basis do you come to this conclusion? Maybe your webserver is not accepting all connection at... 20 Apr 2010 15:50
[ANN] DrX, an object inspector
DrX is an object inspector (and a source-code browser). See screenshots at its homepage: http://drx.rubyforge.org I hope it isn't considered bad manners to publish it here. My little gem exists for over a year but I have the impression nobody knows about it, so I've decided to take more "aggressive" measur... 20 Apr 2010 15:49
[ANN] rdoc-rake 1.0 Released
rdoc-rake version 1.0 has been released! * <http://rdoc.rubyforge.org/rdoc-rake> RDoc plugin for documenting rake tasks Don't forget to include your Rakefile in the extra_rdoc_files list of your Gem::Specification! Changes: ### 1.0.0 / 2010-04-19 * 1 major enhancement * Birthday! ... 20 Apr 2010 15:49
how to scrap data with Nokogiri from this page?
Hey! This is the first question I can contribute too! I found a very useful tool for finding out what tags you can use to parse information in Nokogiri. It's called SelectorGadget. Check it out at http://www.selectorgadget.com/ Watch the tutorial video and I think you'll be very pleased with the results. ... 20 Apr 2010 15:49
Life without Method Overloading?
How do Ruby programmers handle method overloading? In Java, I could easily create several methods of the same name that accept a variety of input. I know in Ruby, using *args you can accept an unlimited number of parameters. Do I just this with a series of if statements? Or is there a common way Ruby programme... 20 Apr 2010 15:49
First  |  Prev |  Next  |  Last
Pages: 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126