search for: autonaming

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

Did you mean: automating
2001 Sep 29
0
oggenc autonaming with bitrate and input filename.
I thought it would be useful for testing to include the bitrate in the output filename. I often screw it up and overwrite it by accident. That facility appears in the -n string as %B (uppercase to distinguish it from any comment field argument). I also implemented %F for input filename, for completeness and to save the bother of having to add a comment to a test file just so -n can be used.
2009 Nov 18
2
Median on Aggregated data
Folks, I have the following code, that works fine on smaller data sets. For larger datasets, it runs out of memory and runs way too slow because we are essentially creating large vectors with rep() and then calling median() on it. (I learned this approach from a post on the web). Below that, I have written the corresponding SAS code. The SAS code works fast because I can just tell the proc
2012 Oct 06
7
How to auto-start Guests when using 'xl' toolstack? 'old' configs in /etc/xen/auto/ are ignored without xend service active.
I''ve migrated my Dom0 host to Xen 4.2.0 + xl toolstack. With ''xm'' toolstack, configs in /etc/xen/auto are autostarted, assuming xend/xendomains services are started. IIUC, when using xl toolstack, those services are not to be started; and, afaict, the installation process for 4.2 has them disabled by default. Now, the configs in /etc/xen/auto are simply ignored. I