search for: zot

Displaying 20 results from an estimated 23 matches for "zot".

Did you mean: not
2005 Apr 12
1
functions(t.test) on variables by groups
Dear R users, I have a data frame with categorical Vars. "Groups" and a couple columns of numeric Vars. I am trying to make two-sample t.test on each variable(s01-s03) by Groups. A data generated as following: zot <- data.frame(Groups=rep(letters[1:2], each=4), s01=rnorm(8), s02=rnorm(8), s03=rnorm(8)) I have written a piece with a for loop. for (i in 1:(length(zot)-1)) { print(t.test(zot[,i+1]~zot[,1])) } I wish something can be easier extracted or can save it within for loop, or not eve...
1999 Feb 12
1
more on dput
...d like to preserve and I've been trying to use dput and dget. Is there a better way? If not, the following truncation by dput, which I mentioned yesterday, is causing me a fair amount of trouble. Suggestions on how to fix it would be appreciated. Paul Gilbert _______ R: > dput (1/3, "zot") > (1/3) - dget("zot") [1] 3.333333e-08 Splus 3.3: > dput(1/3, "zot") > (1/3) - dget("zot") [1] 3.330669e-16 written by Splus, read in R: > (1/3) - dget("zot") [1] 3.330669e-16 so the problem seems pretty clearly to be in R's dput. -...
2004 Jan 23
3
RFC3389 support issue with DG104S
...lder image): RFC3389 support incomplete. Turn off on client if possible How do I turn that off for the DG104s? Or if I can't how do I tweak asterisk? I see posts about ATA-186's having an audiomode, but the closet I came to was inbanddtmf. I tried =0 and =1, no effect. Thanks! -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2004 Mar 11
3
Have Voice Mail tell the extension?
Is there an easy way to make the voicemail system say the extension number after the directory find (via name)? People want to know the extension once they have found the person to speed up the process. Thanks! -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2004 Mar 31
1
LARGE BREASTS Handoff back to * from * via IAX?
...not answer the DG, asterisk went to the next step. Now that I have step 1 going to another server, it does not get to 4, 5 or 6, it defaults to the default mailbox on IAX(2). So how can I have IAX(2) drop the call in a way that IAX(1) keeps going, have IAX(1) timeout? Thanks! -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2003 Aug 20
1
Asterisk introductory talk: Portland, OR USA
For those of you that are in the Portland, Oregon area: I am giving a talk today on Asterisk at the PLUG Advanced Topics Meeting. Details below. JT >From: "Zot O'Connor" <zot@whiteknighthackers.com> >To: PLUG LIST <plug@lists.pdxlinux.org>, > PLUG Announcement List <plug-announce@pdxLinux.org> >Organization: White Knight Hacklers >Subject: [PLUG] 2nd Announcement: Advanced Linux SIG - 7PM Wednesday Aug 20th >...
2004 Jan 23
1
DG104S firmware has error?
...tcid 0. NO DSP RESOURCES 000001604 xgcpimh: CA message rejected Is there another setting I have that is causing this? I did a factory reset. I then downgraded to dg104S_runtime_b35.bin But it would not keep the changes to the CA string, either via the web or console... Any ideas? Thanks! -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2011 Nov 05
1
glusterfs over rdma ... not.
...s> <mountpoint> Options: man 8 mount.glusterfs To display the version number of the mount helper: mount.glusterfs --version ================================== So, what is the rdma magic that will let me do this? hjm -- Harry Mangalam - Research Computing, OIT, Rm 225 MSTB, UC Irvine [ZOT 2225] / 92697 Google Voice Multiplexer: (949) 478-4487 MSTB Lat/Long: (33.642025,-117.844414) (paste into Google Maps) -- This signature has been OCCUPIED! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/at...
2004 Aug 06
0
Parsing the icecast stats log
...( [0] => 0 [1] => 0 [2] => 0 ) ) [clients] => Array ( [0] => Array ( [client_id] => 3262 [host] => zot [user_agent] => Wget [source_id] => 0 ) [1] => Array ( [client_id] => 3305 [host] => frosty [user_agent] => mpg123/0.59s-mh4...
2004 Apr 01
0
DG104S (MGCP) requies me to reboot often
...phones on that port will not work. Other phones do. So is this asterisk failing to hang up on the DG, or is DG not seeing a "call over" message? It is happening more frequently, but I am not at the location, so it is tricky to catch the streams live. Whenever I test it, it works. -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2004 May 27
1
Dlink DG-104s telnet reboot
Is there any reference for the dg-104 telnet(shell) I need to log into a remote unit and reboot it over telnet. Its shell is not clear. David Hickman TSG Computer Consulting - Auctions 314-865-4752 x2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 287 bytes Desc: not available Url :
2004 May 31
1
Where is my normal dialtone? With DLINK DG-104S (MGCP)
.../500 ring = 440+480/2000,0/4000 congestion = 480+620/250,0/250 callwaiting = 440/300,0/10000 dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 record = 1400/500,0/15000 info = !950/330,!1400/330,!1800/330,0 -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
2001 Oct 04
1
PS & box(col=0) (PR#1114)
The postscript driver in R-devel seems to choke on box(col=0). This is not a problem in R-1.3.1. R : Copyright 2001, The R Development Core Team Version 1.4.0 Under development (unstable) (2001-09-22) ... Type `q()' to quit R. > plot(1:10, 1:10) > box(col=0) > postscript(file="zot.ps") > plot(1:10, 1:10) > box(col=0) Error in box(col = 0) : invalid value specified for graphics parameter "col". > Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~horni...
2011 Oct 26
2
Some questions about theoretical gluster failures.
...en transparently? (I haven't tested this). - can you intermix distributed and mirrored volumes? This is of particular interest since some of our users want to have replicated data and some don't care. Many thanks hjm -- Harry Mangalam - Research Computing, OIT, Rm 225 MSTB, UC Irvine [ZOT 2225] / 92697 Google Voice Multiplexer: (949) 478-4487 MSTB Lat/Long: (33.642025,-117.844414) (paste into Google Maps) -- This signature has been OCCUPIED! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/at...
2009 Mar 26
2
rsync questions
Hi all: I got basic rsync working (not server mode). Basically it went to another server via ssh, backed up subdireactories and stored on the local server. But I am trying to use the feature of "exclude" and could not get it working rigjt. I am trying to back up /export/home/* (all of users) on another machine but exclude a certain types of files. here is one of my tested exclude
2004 Nov 18
5
Building Packages on Windows using .Rbuildignore (PR#7379)
On Thu, 18 Nov 2004 00:38:47 +0000 (UTC), Gabor Grothendieck <ggrothendieck@myway.com> wrote : >DIFFERENCE BETWEEN USING .RBUILDIGNORE AND NOT > >The reason that the processing is different according to whether one >uses .Rbuildignore or not is that > R CMD build >takes the .Rbuildignore file into account but > R CMD install > R CMD check > R CMD build
1997 Aug 20
3
Samba and NT
...machines. I am currently running a linux box inside a corp which is running NTDOMAIN. I am trying to get samba to tell the resource controller about my box, much as my win 95 box does.... I have set the domain server, workgroup, and security flags, but I don't seem to join the resource... Zot
1997 Aug 25
1
R-alpha: HTML help
>> It is looking like a real pain to translate the current set of html files to >> this format which means that there is going to be some real work required in >> getting a 3.11 version going. > Is it possible that the HTML->RTF->WinHelp generation pointer I sent > you would work faster? Point being that you could generate the RTF > file on a machine with long
1997 Jan 31
10
Linux virus
ugh :) Today I became infected with the bliss virus, any info on this would be appreciated! How do I scan for files infected and is it possible to remove it? I first noticed the infection when running a program (not as root) messages flashed on the screen about transversing directories and such. The program (gimp) had been working fine since I downloaded the binary for gimp from their main
2011 Nov 28
3
setting up a "server"
Hi, I have the install guide and the admin guide....nothing in either that I can see from the contents pages tells me how to create the first "server" ( I assume that is what I have to do?) Is there another doc Im missing? or a good URL for a howto on a redhat based machine? Also from what I can see the "free" version is cli only? and there is no virtual (vmware) appliance?