search for: zee

Displaying 20 results from an estimated 21 matches for "zee".

Did you mean: ze
2003 Feb 04
1
pulling tree : semantics problem
Hi, I'm trying to pull my home from a remote machine. I get a error 'failed to set permissions on home : Not owner' which is obvious: rsync -a remote:/home/foo/bar/zee / this create /home/foo/bar/zee here , but give above error I don't own /,/home but i own /home/foo/bar and lower. If i tell rsync to: rsync -a remote:/home/foo/bar/zee /home/foo/bar it creates /home/foo/bar/home/foo/bar/zee !! How do i tell rsync to basically cd to /home/foo/bar on remot...
2007 Jun 10
1
Setup problems, /dev/net/tun FD in bad state
...and others. See the AUTHORS file for a complete list. tinc comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details. $ ls -R /etc/tinc/yang/ /etc/tinc/yang/: hosts tinc.conf /etc/tinc/yang/hosts: zee $ cat /etc/tinc/yang/tinc.conf Name = zee Interface = /dev/net/tun [also tried setting /dev/tap0, but got exact same errors] $ cat /etc/tinc/yang/hosts/zee Address = yangzhang.corp.google.com Subnet = 172.24.0.0/16 $ sudo tincd -d9 -K -n yang Generating 1024 bits keys: .......++++++ p ............
2009 Nov 11
1
lm and levels
Consider the following example: x <- c(2,4,3,6) y <- c(4,9,5,10) z <- factor(c(1,1,2,2)) summary(lm("y ~ x + z")) The above works fine. Suppose I change z so that x <- c(2,4,3,6) y <- c(4,9,5,10) z <- factor(c(1,1,2,NA)) summary(lm("y ~ x + z")) the last row/observation is not considered in the regression. I would like this to be treated as z with two
2005 May 16
2
Broadvoice Toll-Free IVR issues
...ll result in ?that option is invalid? Heck, just after pressing ?2? it will give that message. If you press 1 it takes you to the support queue. The IVR is set up to give you the sales queue after pressing 2, but it doesn?t do that either. Anyone have any ideas? Kris Anderson Chief of Operations Zee-Way Services -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .
2011 Nov 12
1
With an example - Re: rbind.data.frame drops attributes for factor variables
...Research Engineer (Solar/Batteries O.O#. #.O#. with > /Software/Embedded Controllers) .OO#. .OO#. rocks...1k > --------------------------------------------------------------------------- > Sent from my phone. Please excuse my brevity. > > Sammy Zee <szee2007@gmail.com> wrote: > > >Hi all, > > > >When I use rbind() or rbind.data.frame() to add a row to an existing > >dataframe, it appears that attributes for the column of type "factor" > >are > >dropped. I see the following post with same...
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in another scaffold. I''ve done this by using a popup window <%= link_to("Add new Person", "/person/new", :popup => [''window_name'', ''width=600,height=600'']) %> It all works great - but when the save is done I want to kill the popup window.
2008 Sep 03
1
statistical advice
...tween conditions. My concern lies in the size of the frequency bins for the bout durations. My advisor suggested 15 min bins, my co-advisor suggests 60 min, I think 10 min (from *Quantitative analysis of the age-related fragmentation of hamster 24-h activity rhythms* by Plamen D. Penev, Phyllis C. Zee, and Fred W. Turek) which leads me to my question: IS THERE A MORE CONTINUOUS WAY OF ANALYZING ACTIVITY DURATION DIFFERENCES THAT DOES NOT INVOLVE "COUNTING"? If you would like more insight on my experiment in order to have a more accurate understanding of the problem, please do not hesi...
2011 Nov 24
3
Is there way to add a new row to a data frame in a specific location
Is there easy way (without copying the existing rows to a temporary location and copying back) to add a new row to a specific index location in an existing data frame? Example df = data.frame( A= c('a','b','c'), B=c(1,2,3), C=(10,20,30)) newrow = c('X', 100, 200) I want to add the newrow as the second row to the data frame df Please suggest a solution that is
2005 Nov 14
1
connecting from Windows XP x64 Edition
...# pkg_info | grep samba samba-3.0.11,1 A free SMB and CIFS client and server for UNIX ollik:root # uname -a FreeBSD ollik 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #2: Fri Feb 25 19:00:04 CET 2005 root@ollikn:/usr/obj/usr/src/sys/MOD64 amd64 Thanks in advance for your help. Bye, K&K, T-Zee -- thiesi@NetWorkXXIII.de - http://Hausmeister.Maedchenpension.at/ Mirko Thiesen - Soemmeringstrasse 41 - D-10589 Berlin - Germany Fax: +49 30 34389203 - NetBSD: Powering your servers since 1993 "We're with you all the way, mostly"
2011 Nov 11
1
rbind.data.frame drops attributes for factor variables
Hi all, When I use rbind() or rbind.data.frame() to add a row to an existing dataframe, it appears that attributes for the column of type "factor" are dropped. I see the following post with same problem. However i did not see any reply to the following posting offering a solution. Could someone please help.
2008 Dec 09
2
Wine 1.1.4--Intrepid--Photoshop Elements 6.0--can't install
I am trying to install Photoshop Elements 6.0 using Wine 1.1.4 under Ubuntu Intrepid. During installation, I get the following error: The ODBC installer DLL (ODBCCP32.dll) is not installed on this system. This pop-up error appears three times when I repeatedly press "OK," then goes away. The installer then moves and freezes to the step "Removing applications..." I have
1999 Sep 13
0
Problems with Samba 2.0.5a and w2k
...implemented. Now i am really confused. And to complete the confusion ..... if using samba 1.9.xx all works fine with w2k build 2072 or less (i don't now about build 2114 or above) So the point is what is wrong and how do i make samba to work with w2k like Win98 and NT4 ?? -- Mvh. Dr. Zee MAY THE FORCE BE WITH YOU !! \\//LLAP *************************************************** The first words of HAL (from 2001): "Good morning doctors. I have taken the liberty of removing Windows 95 from my hard drive" **************************************************...
2005 Apr 25
0
[LLVMdev] can bc/asm carry enough type info for C/C++ compiler/interpreter?
...c files. In the short term it would be fine to have a seperate utility to regenerate .h files from "g++ -g3" but eventually cfe should have the capability to parse dwarf2 and what not. This shouldn't be hard since cfe is the one that generated those debugging info in the first place. Zee -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050425/42aa5846/attachment.html>
2011 Aug 13
2
How do I subset a dataframe
I have a dataframe zeespan. One of the columns has the name "customer". The data in the customer column is text. I would like to return a subset of the dataframe with all rows that DON'T begin with either "ibm" or "exxon", or "sears" in the customer column. I tried .... subse...
2005 Apr 25
2
[LLVMdev] can bc/asm carry enough type info for C/C++ compiler/interpreter?
...nce llvm's type system is meant to be lang indep the best we can do is to make debugging info descriptive enough for future compilations, is this correct? It would be nice to make bc files optionally carry type info useful for another compile pass (today bc files are only useful for linking). Zee -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050425/a39340dd/attachment.html>
2006 Dec 05
6
[OT] Linux/CentOS Volunteer or PT Work
Hi All, I'm pretty new to this list and to CentOS, so forgive me if this kind of thing is shunned. I have really enjoyed following some threads on this list and learning what everyone out there is doing with the OS. I actually got started on CentOS when researching how to study for the RHCE without forking out big cash for Red Hat licenses, a donation is coming soon. Anyway, I'm
2004 Jan 11
24
More words for Allison
Here's the latest batch of words to get shipped out to Allison Smith. Please submit reasonably small changes to me by tomorrow 10:00 AM Eastern time, and I'll add them. As usual, donations to what will be a ~$110 USD expense would be appreciated, as I am paying for this round out of my pocket. Please send to paypal address "jtodd@loligo.com". I did not include all
2004 Sep 17
8
English vs American voice files
My wife's got an appropriate Southern England (Wimbledon) accent and I'm sure she would try her hand. Does anyone have a comprehensive list of the words that need to be said? Matt, do you have them if your wife's done a set for French users? Mark, if you have the kit maybe you could chop up the file? I write a utility to chop up and compress the wave file based on some of the C
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...zC$S{BWQ?VNREDL$ly|otAb0P=uHQ=PKfCkJlnl)v(XxR=;om+!ey+O=QK}-c#-E{p zXEz0MO<f9FEI}?i<cj+nMXo>e;}w3=3C#@!iX2NtP&N1c-MBy3`-IoSME?TjBLEuW zFwHwqK1o$;6GM)5=HEM5JL}sU9bD&BWT5F`^Okcf7rqg~i$^>h>WwDNe7_{3^<GfY z#NcC?`p=AO($=`3ksk}!qI_KcOG2hIKVGVj3>PRUlPpB!1+v-C@?CB{{;m7-R at _l7 zeEFF;J-Xf%R7W+-_L_@!g<u7w-J13ZPG|A=ZJn>oD9db!Z+I;f^S4wEI>tBJW@#Qu z4*f*~+4 at B=U7t|e@!%1tF9!nRYZ%HQ{`j|?bRG3nCJL1!o<2_;WdptKbkED?$!BBO z;|y0P>@HVHou~+SCIbZIMjMMsSGOh~Cp7zHr)mT$akodpW6H-a4j=M0{^7>U7*0SP zGAZ}nFpP&O;PK;Kv$AUvxfJ)cR)(8bSo<3lRTWGDDxnj4D<sGLd)VV&(A;Z}PS^Y&g...
2006 Jul 19
0
Start Jetty in rake?
All: We are going to integrate selenium driven test to our project, it requires to start the jetty server, we prepare a .bat file, and use sh to call it in Rake. then there is a problem, our Rake script blocked in this step, since there is no return value from the start jetty task, and the tasks behind that will never have chance to be processed. Anyone has idea in handling this? --