search for: puzzed

Displaying 4 results from an estimated 4 matches for "puzzed".

Did you mean: puzzled
2007 Jun 11
2
Rounding?
I was a bit puzzed by: > formatC(6.65,format="f",digits=1) [1] "6.6" So I experimented and found: > formatC(6.6500000000000001,format="f",digits=1) [1] "6.6" > formatC(6.650000000000001,format="f",digits=1) [1] "6.7" > round(6.65000000000000...
2005 Sep 02
1
Dlink dph-140s/ACT P104SLD
I'm still a learning but I purchased a dph-140s to test with AAH 1.5. I think this is a rebadged ACT P104SLD which others seem to have working with *. It seems to be configured and registered similarly to the softphones I've been using just fine, but it does not receive or send audio (it will send audio to vm), or perform the loopback test. It seems to signal and receive calls fine. The
2008 Nov 12
5
function that uses a variable name as the parameter
Hello dear R people! Several times it occurred to me that a function that uses a variable name as a parameter would be helpful, but I did not find out how to write such a function. I have experience in several programming language, but I did not come across a helpful trick... What I want to have is... a <- 12 # starting value add <- function(variable,increment) { variable <-
2009 Aug 11
2
I don't get --link-dest, at all
Hourly I have an rsync job backup /home to /home/backup. I have 24 directories (one for each hour): home.0 ... home.23 Here is the script I am running via cron: #! /usr/local/bin/bash dest=`date +%k | sed 's/ //g'` linkdir=`date -v-1H +%k | sed 's/ //g'` chflags -R noschg /home/backup rm -rf /home/backup/home.$dest rsync -ahHP --numeric-ids --delete --stats --link-dest=../