search for: lalala

Displaying 9 results from an estimated 9 matches for "lalala".

2003 Jul 02
2
Batch files in R
When I submit more than one batch file (same programs, different parameter values, huge simulations, different result names) the only results that get saved are from the *last* batch file to finish. They are all being run in the same subdirectory (so same .RData file?) I've done: R --save BATCH infile outfile and I've also put q(save="yes") at the end of the program, but
2011 May 10
2
About X100P and TDM400P analog card in China
...card. But I am wondering because in China. The phone system looks different so I don't know if TDM400P will work or not. Here is the flow when I am using X100P to dial out. 1. Pick up phone I hear tone. DA~~~ 2. press the number tone: DA~~~ 3. dialing~~~~ No more tone. Music playing~~~~~(lalala, I love lalal) At the same time, on asterisk console, it prints out. "The call has been answered". Actually it is still dialing and my mobile is ringing because I didn't answer the call.. The music was played by ISP 4. whether I answered the call or refuse the call. No more prints on...
2012 Mar 23
1
Google Summer of Codes 2012: Interested Project
Hi, I have desire to give contribute for GSOC 2012 this year. However this is the first time I am applying to GSOC`. I found some interesting projects in this organization and the one that I interested the most is - Dynamic Snippets I am currently pursuing Degree of Computer Engineering at National University of Singapore as a third year student. I have no experience about open source development
2007 May 01
1
ruby execute script
Hi everyone I''m trying to use scripts like ghost script and imagemagick Can ruby call this script? I looking for something like exec("convert sample.pdf sample.jpeg") thank you -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2019 Sep 21
2
[PATCH nbdkit] server: public: Add nbdkit_parse_* functions for safely parsing integers.
...s printed in error messages to provide context. +It should usually be a short descriptive string of what you are trying +to parse, eg: + + if (nbdkit_parse_int ("random seed", argv[1], &seed) == -1) + return -1; + +might print an error: + + random seed: could not parse number: "lalala" + =head2 Parsing sizes Use the C<nbdkit_parse_size> utility function to parse human-readable diff --git a/filters/cache/cache.c b/filters/cache/cache.c index 14a3c0a..faf6023 100644 --- a/filters/cache/cache.c +++ b/filters/cache/cache.c @@ -70,7 +70,7 @@ static pthread_mutex_t lock...
2019 Sep 23
0
Re: [PATCH nbdkit] server: public: Add nbdkit_parse_* functions for safely parsing integers.
...t. > +It should usually be a short descriptive string of what you are trying > +to parse, eg: > + > + if (nbdkit_parse_int ("random seed", argv[1], &seed) == -1) > + return -1; > + > +might print an error: > + > + random seed: could not parse number: "lalala" > + Do we want to make it part of our documented contract that *r is unchanged if we return -1? > +++ b/filters/cache/cache.c > @@ -70,7 +70,7 @@ static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; > unsigned blksize; > enum cache_mode cache_mode = CACHE_MODE_WRITEBACK...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters are specified via kernel command line making it hopefully suitable for automated migration with a little help of PXE boot. Patchset is not squashed and represents dev. history.
2019 Sep 23
2
Re: [PATCH nbdkit] server: public: Add nbdkit_parse_* functions for safely parsing integers.
...scriptive string of what you are trying > > +to parse, eg: > > + > > + if (nbdkit_parse_int ("random seed", argv[1], &seed) == -1) > > + return -1; > > + > > +might print an error: > > + > > + random seed: could not parse number: "lalala" > > + > > Do we want to make it part of our documented contract that *r is > unchanged if we return -1? Yes I think we can document this. It's useful to have that behaviour defined because it makes error recovery simpler. I will add it to my copy. > > @@ -129,22...
2019 Sep 23
2
[PATCH nbdkit v2] server: public: Add nbdkit_parse_* functions for safely parsing integers.
...s printed in error messages to provide context. +It should usually be a short descriptive string of what you are trying +to parse, eg: + + if (nbdkit_parse_int ("random seed", argv[1], &seed) == -1) + return -1; + +might print an error: + + random seed: could not parse number: "lalala" + =head2 Parsing sizes Use the C<nbdkit_parse_size> utility function to parse human-readable diff --git a/filters/cache/cache.c b/filters/cache/cache.c index 14a3c0a..faf6023 100644 --- a/filters/cache/cache.c +++ b/filters/cache/cache.c @@ -70,7 +70,7 @@ static pthread_mutex_t lock...