search for: krt

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

Did you mean: crt
2010 Aug 26
2
Updated Ubuntu 10.04 will not accept Wine MSWord2000
...h no problem; now something has been "upgraded" in Ubuntu so that I cannot install MSWord 2000 anymore on another computer; I get an error message about a security bit being "set". I also tried Wine1.3 Beta, with similar results. Is there any work-around for this? Thank you, krt
2008 Jul 01
1
Plotting Bi-Gamma Distribution
...: __BEGIN__ dgexp <- density(gexp.arr) gexp.ymax <- max(dgexp$y) # Histograms gehist <- hist(gexp.arr, col="blue", main=paste(genm,"-",desc, ", Mean=",ge_mean, ", SD=",ge_sd, ", Krt=",ge_kurt, ", AIC=",aic, ", BIC=",bic, sep=""), more = TRUE, xlab = "Exp Level", ylim = c(0, gexp.ymax), freq=FALSE ) # Normal Curve lines(density(gexp.arr), col = "red&quo...
2016 Oct 07
3
[Bug 12367] New: temporary lines in --progress output are not cleared
...]; then mkdir a1 touch a1/foo fi if [ ! -d a2 ]; then mkdir a2 for i in `seq 1 250` do mkdir -p a2/dir$i for j in `seq 1 20` do mktemp --tmpdir=a2/dir$i > /dev/null done done fi mkdir b for i in 1 2 do mkdir -p c/a$i ln -ns ../c/a$i b done rs() { rsync -KRt "$@" a2/*/* a1/foo "localhost:$t/b/" } rs rs --progress rm -r "$t" ------------------------------------------------------------ I get: a1/00 files... a2/ (sometimes without the "a2/" line). If I redirect the output to some file, I can see with "less&...