Displaying 3 results from an estimated 3 matches for "wriiting".
Did you mean:
writing
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
...t;>> Just make the original source
>>>
>>>
>>> void test(double *b, int *l)
>>> {
>>> int i;
>>> for(i=0; i< *l ; i++) b[i] += i;
>>> }
>>>
>>>
>>> which you would have know after reading the Wriiting R Extensions manual.
>>
>> I agree that this step is unavoidable no matter which avenue (Rcpp or
>> otherwise) one decides to take.
>>
>> -steve
>>
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",
onlyif => [