|
First
|
Prev |
Next
|
Last
Pages: 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296
JAXB equivalent in Ruby? On Tue, Jul 8, 2008 at 11:23 AM, Bill Walton <bill.walton(a)charter.net> wrote: Is there an equivalent library to Java's JAXB for Ruby? I don't know if there is a (pure) Ruby equivalent, but I have used JAXB in JRuby. ... 8 Jul 2008 18:14
Ruby without rails? I'm trying to develop a small website, and was planning to use Ruby alone (I don't know much Rails, and wasn't planning on learning it for the project). Is there a way to run .rb files under a webserver. I'm developing the site on Windows and will eventually be running it on a unix platform with Apache. I tried usi... 8 Jul 2008 19:16
JAXB equivalent in Ruby? Is there an equivalent library to Java's JAXB for Ruby? Thanks, Bill ... 8 Jul 2008 12:04
String matching/comparing, statistical similarity Hi there, I am trying to find a solution for this problem: I am generating a large amount of data from different data feeds (CSV). I have a short Ruby program that parses all of the CSV files (input), manipulates the data, and then writes the data to a new CSV file, combined_data.csv My problem is that th... 9 Jul 2008 07:32
Threads: Different behavior under Linux and Windows Hi, I've tried the sample code below on Ubuntu (7.04) as well as on a Windows XP machine. While under Linux I get the expected result, namely task 1 counting away, under XP task 1 stalls until I enter something, then runs one loop and stalls again. I would have thought that the call to gets in task 2 only block... 25 Jul 2008 15:34
Q: Remote installer I am looking for a "remote installer" for ruby for Windows. I need to install ruby on about 150 machines over ssh connections and do not want to use a GUI installer like the one-click installer, because it will take me days to finish and will add an extra human step for each new machine I deploy. I tried using t... 8 Jul 2008 10:00
dbi:oci8 problems Hi, I've a problem with dbi:oci8. I hope that you could help me. My code is this: 1 require 'dbi' 2 dbh = DBI.connect("dbi:oci8:service_name", "user", "password") 3 rs = dbh.prepare('SELECT * FROM table') 4 rs.execute 5 while rsRow = rs.fetch do 6 p rsRow 7 end 8 rs.finish 9 dbh.disconnect if dbh I've... 10 Jul 2008 14:27
Ruby-debug-ide for JRuby [Note: parts of this message were removed to make it a legal post.] Hello guys, I have installed jruby 1.1.2 and it works ok. I have added it to Eclipse and I cannot install the ruby-debug-ide because it is a native C extension. How can I get the debug-ide for jruby 1.1.2? Thanks, Guillermo ... 9 Jul 2008 04:28
Floating point calculation problem hi. i'm confused by float point calculation. like this! ------------------------------------------ irb(main):001:0> 123.6 - 123 => 0.599999999999994 ------------------------------------------ how to i get result 0.6 ? -- Posted via http://www.ruby-forum.com/. ... 8 Jul 2008 05:55
[ANN][ADV] Ruby Hoedown 2008 - Hotel information, group/studentdiscounts, and more! Hello all, The Ruby Hoedown (the southeastern regional Ruby conference, sponsored by Engine Yard and Hashrocket) is just over a month away, and we have a few things to announce today. First of all, due to popular demand, we're now offering user group, work place, and student discounts. These usually range from ... 8 Jul 2008 01:50 |