search for: autonam

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

Did you mean: autoname
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
...numeric(myMedian) ); k <- k+1; } } ---------------------- Begin SAS code ------------------------------------ proc summary data=SASUser.PaydexNormfull nway; class PaydexNormingCategory SIC ; weight Counts; var Paydex; output out=outstat (drop=_type_ _freq_) median= / autoname; run; ---------------------- End SAS code ------------------------------------ Thanks for your guidance! Vivek Satsangi GE Capital Americas GE imagination at work [[alternative HTML version deleted]]
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