First
|
Prev |
Next
|
Last
Pages: 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
RedCloth, JRuby and national characters Hi, I posted this in the RedCloth forum but noone has replied. Anyone in this forum? http://www.ruby-forum.com/topic/204905 Claus -- Posted via http://www.ruby-forum.com/. ... 5 Mar 2010 03:57
A good portable text editor/IDE for Ruby? I am searching for a good portable text editor or IDE for Ruby to use on my pen drive, I am not interested in other languages, neither Ruby on Rails, just a very good place to write Ruby code. Any idea? -- Posted via http://www.ruby-forum.com/. ... 23 Mar 2010 06:43
[ANN] Sunspot 1.0.0 Released SUNSPOT Sunspot is a library providing a powerful, all-ruby API for the Solr search engine. Sunspot manages the configuration of persistent Ruby classes for search and indexing and exposes Solr's most powerful features through a collection of DSLs. Complex search operations can be performed without hand-writing ... 4 Mar 2010 15:47
unsubscribe [Note: parts of this message were removed to make it a legal post.] ... 4 Mar 2010 15:47
Limit number of concurrent running threads in pool Hi I created a pool of threads (say, 500 threads) to process. However, due to the weight of each thread, I want to limit the number of threads that run concurrently. So how would I go about putting a limit on the number of threads that run at any given time? I would like to take, say, 5 threads from the pool ... 8 Mar 2010 10:47
Ruby Midwest Conference Opens Call for Speakers The Ruby Midwest Conference has opened its Call for Speakers (http:// www.rubymidwest.com/#call-for-speakers). Come share your excitement, experience, and expertise with fellow Rubyists in the Midwest! We're pleased to announce that Yehuda Katz is scheduled to keynote this two day, single track conference held in K... 4 Mar 2010 12:19
Ruby Midwest Conference Opens Call for Speakers [Note: parts of this message were removed to make it a legal post.] The Ruby Midwest Conference <http://www.rubymidwest.com/> has opened its Call for Speakers <http://www.rubymidwest.com/#call-for-speakers> ( http://www.rubymidwest.com/#call-for-speakers). Come share your excitement, experience, and expertise wi... 4 Mar 2010 11:10
Splitting up a file Hey, I have a quick question about breaking up a file into smaller files. I have a large file, quite like an mbox file in how it stores its data for example DATA stuff stuff DATA stuff DATA stuff stuff I don't want this information in one file, I want to break it up into single files, so the ex... 4 Mar 2010 06:41
[ANN] Ohm 0.0.33 Ohm is an object-hash mapping library for Redis, and this version adds the reference and collection types. For more information: Docs: http://ohm.keyvalue.org Code: http://github.com/soveran/ohm Installation: gem install ohm ... 3 Mar 2010 18:39
how to mix audio files Hi, I got an idea that would require me to mix and merge audio files programatically. Is there easy way to do this in ruby? I don't really need specific audio format ie. I can adjust to that as long as it is very easy and maybe gives few effects. Any input would be greatly appreciated. Zeljko ... 4 Mar 2010 12:19 |