|
First
|
Prev |
Next
|
Last
Pages: 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311
Using hpricot to get tables I am working with the following script to parse a page require 'hpricot' require 'open-uri' strLink ="http://www.sportsline.com/mlb/gamecenter/boxscore/ MLB_20080331_ARI(a)CIN" strPath ="div[@class=SLTables1]/div" @doc = Hpricot(open(strLink)) @doc.search(strPath) do |div| puts div.inner_html # puts... 1 Jul 2008 18:30
options for running code in parallel Our testing department wants a small tool that can make a number of http calls simultaneously to the same server, the basic logic being # ----------------------------------------------------------------- calls = ["call1"..."calln"].map {|x| "http://server/#{x}"} calls.each do |x| OnSignal(START) do http... 1 Jul 2008 17:29
MySQL C client API header files and libraries To use the Ruby MySQL module, first make sure that you have the MySQL C client API header files and libraries installed [kitebird.com/articles] Where do I get these header files and libraries? -- Posted via http://www.ruby-forum.com/. ... 1 Jul 2008 20:34
How to build drawing editor ? What is the best way to build a web-based drawing editor? Is Ruby a good language to do that? -Thanks Hari -- Posted via http://www.ruby-forum.com/. ... 1 Jul 2008 19:32
How to install Ruby DBI module? I downloaded the mysql-ruby-2.8pre4, which I guess is the database driver, and dbi-0.2.0. I have the folders, but I have no clue where to go from here... all the websites I look at say type this command: % ruby extconf.rb But where do I type this? And do I type it exactly as is? Thanks! -- Posted via http:... 1 Jul 2008 13:21
www.nikeadishoes.com because our company open no long time,and we have some pro in deals with oredr please make you new order to us ,i think we will have a good beginning !! Our website: www.nikeadishoes.com Choose your favorite products please trust us ,have a good beginning Email:shoesec(a)yahoo.com.cn MSN:shoes-ec(a)hotm... 1 Jul 2008 12:19
Need to find instructor, courseware for Ruby class Sorry for the commercial nature of this posting, but the company for which I work (Exceed Education - an IT Training firm) is looking for a Ruby or RoR instructor that would be interested in teaching a Ruby language class on contract. We have a specific need for a client in NJ later this month. If that fits you, or... 1 Jul 2008 12:19
Ruby + tk Hi , I want to test one application developed in java + motif + exceed on windows platform. i want to perform GUI + functionality testing of product. Can ruby + tk will help me in this case? -- Posted via http://www.ruby-forum.com/. ... 2 Jul 2008 04:43
Updated (Unofficial) Ruby One-Click Installer Hello all Rubists that use Windows, I'll like to share with you the work done by Mike Hodgson: http://mikehodgson.com/archives/2008/6/30/updated_unofficial_ruby_oneclick_installer As you can see in the post, the release is based on p114 instead of p230, but with the patches required to workaround the issues r... 1 Jul 2008 08:12
activemq ruby library Hi, Is there a library I can use to read ActiveMQ messages using Ruby? Regards Aidy ... 1 Jul 2008 22:36 |