search for: wriited

Displaying 3 results from an estimated 3 matches for "wriited".

Did you mean: wriiten
2013 Jun 16
3
Best library for reading/wriiting excel in ruby
Hi All , I am new for ruby programming and using ruby for automation work . Planned to implement READ / WRITE excel function in ruby , can you please let me know which library or open source will be good foe this ..? Thanks , Muthu Selvan SR -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this
2011 Oct 06
0
Problem with .C
Quoting Uwe Ligges <ligges at statistik.tu-dortmund.de>: >> >> I don't agree that it's overkill -- you get to sidestep the whole `R >> CMD SHLIB ...` and `dyn.load` dance this way while you experiment with >> C(++) code 'live" using the inline package. > > > You need two additional packages now where you have to rely on the fact > those
2012 Aug 08
0
Puppet exec script generate exit 0 but script not run
Hi I have a simple class wriited to deploy a tar file and and extract on a puppet client; The copy of the tar file works fine, the dashboard logs indicate a successfull run but the tar file has not been extracted, exec { "Deploy Code": command => "/bin/tar -xvf /var/tmp/deploy.tar",...