search for: soren

Displaying 20 results from an estimated 180 matches for "soren".

Did you mean: oren
2012 Sep 25
1
mapping data from table to .csv template
...0 0 0 0 Tom White 0 0 0 0 0 0 0 0 0 Lars George 0 0 0 0 0 0 0 0 0 Soren Macbeth 0 0 0 0 0 0 0 0 0 Lars.George Soren.Macbeth Adrian Cole 0 0 Patrick Hunt 0 0 Andrei Savu 0 0 Bruno Dumon...
2003 May 12
2
smbpasswd and RID/SID problems with LDAP
...d attribute, and continue if either ntSid or rid are found. But it doesn't check for rid, only ntSid, and aborts. So I guess either the samba.schema or the code for smbpasswd has to be changed. I'm not really sure which. Problem number two: ------------------- Running "smbpasswd -a soren" returns: NO user RID specified on account soren, cannot add! ldap_add_sam_account: init_ldap_from_sam failed! Failed to add entry for user soren. Failed to modify password entry for user soren Perhaps it's an "undocumented feature" or just something I missed, but I don't s...
2012 Sep 26
1
Write table with data in other .csv template
...no.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L, 0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L, 0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa = c(0L, 0L, 0L, 0L, 0L, 0L), Kirk.True = c(0L, 0L, 0L, 0L, 0L, 0L ), Lars.George = c(0L, 0L, 1L, 0L, 0L, 0L), Soren.Macbeth = c(0L, 0L, 1L, 0L, 0L, 0L), Stu.Hood = c(0L, 0L, 0L, 0L, 0L, 0L), Tibor.Kiss = c(0L, 0L, 0L, 0L, 0L, 0L), Tom.White = c(0L, 0L, 1L, 0L, 0L, 0L), Unassigned = c(0L, 0L, 0L, 0L, 0L, 0L )), .Names = c("Adrian.Cole", "Alison.Wong", "Andrei.Savu", "Bru...
2010 Apr 27
1
Error Message Connecting to CyberPower 1500AVR by USB
...er 0.31 Can't claim USB device [0764:0501]: could not detach kernel driver from interface 0: Operation not permitted Driver failed to start (exit status=1) Is this because the CyberPower 1500AVR is not supported by the usbhid-ups driver or is there something else misconfigured on my system? Soren -- Soren Stoutner Small Business Tech Solutions 623-262-6169 soren at sbtechsolutions.biz -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <http:...
2011 Feb 20
8
Generating uniformly distributed correlated data.
...y is normal and not uniform distributed library(ecodist) x <- runif(10^5) y <- corgen(x=x, r=.5)$y Do anyone know a similar function generating uniform distributed data or a way of transforming y to the desired distribution while keeping the correlation between x and y Kind regards, Soren
2004 Oct 05
1
Brazillian Caller ID: almost there...
Hello, Talking with Soren Sratje about Caller ID in Brazil, we compare ours DTMF tones captured by ztmonitor. wcfxo correctly recognize the "DTMF CLIP" and asterisk shot the AST_STATE_PRERING correctly. But the DTMF tones are not reconized. In the chan_zap.c, the code: if (f->frametype == AST_FRAME_DTMF) { (.....
2001 Apr 05
0
portable OpenSSH bugs.
...om system calls debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: getuid 1001 geteuid 1001 anon 1 debug1: Trying again... debug1: Trying again... debug1: Trying again... Secure connection to bigw.org refused. debug1: writing PRNG seed to file /Users/soren/.ssh/prng_seed boris:~/src=> telnet bigw.org 22 Trying 128.2.156.111... Connected to bigw.org. Escape character is '^]'. <there is a pause before this comes out>SSH-1.5-1.2.27 ^] telnet> q Connection closed. boris:~/src=> ssh bigw.org # see ssh work b/c the server is awak...
2004 Aug 10
2
Re: VoIP SPAM, what's next ?
At 7:14 PM +0200 on 8/10/04, Soren Rathje wrote: >Gang, > >Do anyone have a clue on how they do this ?? > >"QOVIA FILES PATENTS FOR VOICE SPAM BLOCKING TECHNOLOGY" >http://www.qovia.com/company/news/06.28.2004_voip_spam_patent_app_final.htm > >"Qovia ready to take on VoIP spam" >http://...
2012 Jun 25
1
using multiple cpu's - scaling in processing power
...I cannot use the standard approach above, where all the cpu cores have to be available before I launch the process !! It would help me if someone knew if R offered a solution for this type of processing. But I would also be happy for pointers to non-R resources that could deal with this. Thanks Soren ----- http://censix.com -- View this message in context: http://r.789695.n4.nabble.com/using-multiple-cpu-s-scaling-in-processing-power-tp4634405.html Sent from the R help mailing list archive at Nabble.com.
2002 Jan 16
4
faster vector subtraction??
hi is there a faster way to do this? i <- 1 for(x in vector1) for(y in vector2) { m[[i]] <- (x - y) i <- i + 1 } regards soren -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...
2009 Jan 06
4
Apparant bug in binomial model in GLM (PR#13434)
Full_Name: S?ren Faurby Version: 2.4.1 and 2.7.2 OS: Submission from: (NULL) (192.38.46.92) There appear to be a bug in the estimation of significance in the binomial model in GLM. This bug apparently appears when the correlation between two variables is to strong. Such as this dummy example c(0,0,0,0,0,1,1,1,1,1)->a a->b m1<-glm(a~b, binomial) summary(m1) It is sufficient that all
2005 Jun 20
2
Fwd: How to sample from a linear mixed model
Thanks. I wonder if there is a general way of extracting var(u) and var(e), which would be needed to simulate u and e. Clearly, one can get the estimated parameters, but is there a clever way of 'setting up' the matrices?? Best S??ren On 6/19/05, S??ren H??jsgaard <Soren.Hojsgaard at agrsci.dk> wrote: > I would like to draw a sample from a linear mixed model y=Xb+Zu+e which has been fitted with lme(), i.e. a model y ~ N(Xb, C), where C=Z cov(u) Z' + cov(e). > I've tried to figure out how to extract C from an lme object, because that would solve my...
2006 Jun 07
1
Supporter needed
Hi, I'm looking for a great tech support person to take over the admin of our asterisk system. If you are a networking person as well, with some experience in firewalls and desktop support even better. The system is a multi-group system with IVR, Follow-me dialing, voicemail, and conferencing. Multiple SIP providers are in use. If you feel you can help us, or can recommend someone that
2010 Nov 16
0
[ANNOUNCE] pixman release 0.21.2 now available
A new pixman release 0.21.2 is now available. This is the first development snapshot leading up to a stable 0.22 release. News: ARM: Performance improvements for image scaling [Siarhei Siamashka] Performance improvements for affine transformations [Soren Sandmann] Plus bug fixes and other improvements [Andrea Canciani, Siarhei, Soren]. NOTE: In this release a workaround for a bug in older version of the X server has been removed. If your X server is version 1.6 or older, you may see image corruption bugs with this version of pixman. Th...
2004 Nov 21
3
I Am Missing Something Somewhere Somehow!
hi, I am not registered my SIP Phone with Asterisk i spend almost one day but find no luck my configs are. sip.conf [general] port=5060 bindaddr=192.168.10.195 disallow=all allow=alaw allow=ulaw [101] username=101 type=friend secret=1234 host=192.168.10.195 context=sip callerid="101"<101> defaultip=192.168.10.176 extensions.conf [globals] [incoming] exten =>
2004 Aug 11
3
X100P outbound only (Don't answer)
I tried implementing my * and it didn't pass the spouse factor at this time. I wanted to hook it up for outbound only at this point to get a better handle on the dial plans and the echo problem. I thought this might have been done before as a natural part of testing - but maybe not. In wcfxo.c I found this: if (!wc->offhook && !wc->ringdebounce) { if
2007 Sep 28
2
Importing only one function from a package
Dear List In a package I want to import the mApply function from the Hmisc package, and I would like to import only that function. 1) If I write "Depends: Hmisc" in the DESCRIPTION file I get the whole Hmisc package, so that is not the way to go ahead. 2) According to "Writing R extensions", sec 1.6.1 "Specifying imports and exports" I can (as I read it) simply
2010 Nov 26
3
Calling substitute(expr, list(a=1)) when expr <- expression(a+b+c)
# The result I am after is the result after a substitution in an expression, such as substitute(expression(a+b+c), list(a=1)) expression(1 + b + c) # However, the way I want to do it is for a an expression "stored as a variable" as (expr <- expression(a+b+c)) expression(a + b + c) # a) The following does not work (expr2 <- substitute(expr, list(a=1))) expr # b) - whereas this
2006 Apr 13
1
ICH7 SATA RAID Broken, Was (Re: Timescale for 6.1-RELEASE...)
...can do personally that will fix it for you. You could start hacking away at the problem if you know some C, digging around in /usr/src/sys/dev/ata/ If you're just now joining us this is about: http://www.freebsd.org/cgi/query-pr.cgi?pr=95184 P.S. I'm cc'ing this to freebsd-stable and soren, removed freebsd-questions -- BSD Podcasts @ http://bsdtalk.blogspot.com/
2005 Jul 31
3
Drawing a graph with vertices and edges using tcl/tk
Dear all; I would like to draw a graph with vertices and edges, and I guess tcl/tk would be appropriate. I don't know tcl/tk but have googled for a 10-page (or so) introduction to 'getting started with tcl/tk in R' but without any luck. - Does anyone know of the existence of such a document or any other web-based material on the subject? - Does anyone have an (informative) piece of