search for: deprive

Displaying 20 results from an estimated 158 matches for "deprive".

Did you mean: deprived
2010 Apr 07
0
Help with manipulation of svytotal output
...delete all the headings. svyby(~agestrata, ~cbc1+fruitveg4, dudleyls1rake.male,na.rm=TRUE, svytotal, keep.var=FALSE, keep.names=FALSE) cbc1 fruitveg4 statistic.agestrata18-24 statistic.agestrata25-34 statistic.agestrata35-44 statistic.agestrata45-54 1 Quintile 1 - Most deprived At least 5 portions a day 130.31565 535.3994 725.5864 464.61695 2 Quintile 2 At least 5 portions a day 116.25985 971.5924 1072.9432...
2004 Aug 31
5
OT: Headset for Cisco 7960?
Sorry, I know it's OT, but does anyone know of a relatively inexpensive headset that is compatible with the Cisco 7960? I've tried the headset off Norstar phones, doesn't seem to work with or without the amp. ------------------------------------------------------------------------ | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com | | depriving some poor
2011 Jan 12
1
GLMM with lme4 and octopus behaviour
...reduce the problem of making repeated measures (is this effectively blocking by time and by octopus?). Currently my model looks like this: octopus.lmer<-lmer(awake~as.factor(Treatment)+Sex+Weight+(1|Time/Octopus)) where "Treatment" is "0" or "1" representing sleep-deprived or sleep-allowed. When I try to fit the model I get the following error messages: Error: length(f1) == length(f2) is not TRUE In addition: Warning messages: 1: In Octopus:Time : numerical expression has 190 elements: only the first used 2: In Octopus:Time : numerical expression has 190 elemen...
2006 May 25
3
HVM - BIOS serial console redirection?
I realized this is probably better suited for the devel list.. basically, is there any way in the BOCHS bios to enable ''Serial Console Redirection'', where you see the BIOS contents over the serial line? Windows 2003''s ''Emergency Management Services'' console (which allows you to do installs and fix stuff over the serial line) requires this to
2006 May 22
3
Include HVM support?
Could the packages be updated to include the HVM support files? I believe the necessary files are: ./usr/lib/xen/bin/qemu-dm ./usr/lib/xen/bin/qemu-dm.debug ./usr/lib/xen/boot/hvmloader These do add dependencies on x11, so it may be a good idea to split it into a separate package.. but it is needed for VT-based processors.
2011 Oct 01
2
Returning vector of values shared across 3 vectors?
Help-Rs,   I've got three vectors representing participants:   vec1 <- c(4,5,6,7,8,9,10,11,12,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81) vec2 <- c (1,2,3,4,5,6,7,8,9,10,11,12,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66) vec3 <- c (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,52)   I'd
2013 Apr 25
2
Regarding Modeling - Please! QUICK HELP
I'm a student currently working with the *sleepstudy* dataset in matrix.pkg. It deals with the reaction times of sleep deprived students over a period of days. I am trying to model reaction times in order to describe the variation between students by days they havent slept. This is what I'm running in R, but unfortunately I'm missing something: > logmod11 <- lmer(log(Reaction) ~ (Subject|Days),REML=FALSE)...
2018 Dec 02
2
Mailing list address harvested for spamming
...erving :) There may of course be an RFC floating around, but I admit to never having bothered to look, because good netizens reply to list, lists are public, they are for the masses - the membership - the subscriber base, never seen the point in replying privately to a list post, since the answer deprives the list membership of, the answer, so you avoid getting 1500 people ask the same damn question. -- Kind Regards, Noel Butler This Email, including any attachments, may contain legally privileged information, therefore remains confidential and subject to copyright protected under interna...
2006 Sep 29
2
Binary updates for SA-06:23?
Is it just me, or freebsd-update isn't yet shipping the openssl updates? I'm trying (on an SMP machine) to fetch them, but there seem to be none available. I'd like to confirm that sleep deprivation isn't the culprit here, so I've checked in /usr/local/freebsd-update/work/ and the subdirectory with the highest number contains the SA-06:21 files. Anyone seen that clue bat
2005 Feb 01
2
(no subject)
...#39;write list' option of the smb.conf? Of course, the users could type "\\SERVERNAME" into their windows explorer, or browse through the network neighbourhood everytime, but this is rather inconvenient. Or I could create a share with symlinks to all the home folders, but this would deprive me of the individual 'write list' access control. Hope I could make myself clear! Any ideas are highly appreciated, I'm completely lost. Thomas -- 10 GB Mailbox, 100 FreeSMS http://www.gmx.net/de/go/topmail +++ GMX - die erste Adresse für Mail, Message, More +++
2006 Oct 03
4
! camping 1.5 + markaby 0.5
Not too different from their corresponding last releases, but documentation has been filled in for both. To upgrade: gem install camping --source code.whytheluckystiff.net And, here is a complete changelog: == Camping 1.5 * Camping::Apps stores an array of classes for all loaded apps. * bin/camping can be given a directory. Like: <tt>camping examples/</tt> * Console mode -- thank
2004 Aug 10
3
Semi-OT: Splitting a PRI into two PRI's?
Hey all, I've got a PRI used for data calls right now, terminated in a MAX 4000. We're only using around 12 channels on average and 16 max, so I'd like to split off the remaining channels to terminate in an Asterisk box. Does anyone know of a device that'll take a PRI in, and spit out two PRI's that share the channels? Also need to be able to do some sort of call routing so
2011 Feb 18
2
Wiki state
Hello, I would like to understand how come the wiki seems to so deprived of attention. I am trying to research XCP for example and a lot of the links point to pages that don''t exist etc. Is the documentation team under-staffed? Is there some other resource that has become the de-facto place to go when wanting documentation? Thank you for your time, Remember...
2011 Oct 20
4
[LLVMdev] Lowering to MMX
...k best: 1) I could use v8i16 or v4i32 instead of v4i16, but then the SSE register pressure would be significantly increased. I already use v4f32 operations intensively so having the MMX registers available for 64-bit integer vector operations helps performance quite considerably on the register deprived x86 architecture. There's little to no opportunity for using v8i16 to perform two v4i16 operations simultaneously so that won't make up for the added register pressure. So I'm not keen to implement this option, unless anyone sees some advantages that I missed? 2) Since I use MMX int...
2006 Jan 15
1
Pcmcia notebook card configuration
I just installed CentOS v.2.1 on my laptop, and am not familiar with and wondered if CentOS has a pc card config gui. I have DSL and a dhcp router and modem setup. I can't find a card setup for my wired eth0 card in CentOS. And, I'm command line deprived. Everything seems to work except the pc cards. Both the wired and wireless are Linksys. Help. Tony -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060115/c5bce8b4/attachment-0005.html>
2003 Mar 13
2
[Bug 509] slogin.1 is a broken symlink
...Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P4 Component: Documentation AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: bugzilla at deprived.org slogin.1 points to ssh.1 , ssh.1 is gzipped, which means its name is ssh.1.gz. root at aliens:/usr/man/man1# ls -l slogin.1 lrwxrwxrwx 1 root root 7 Mar 7 08:12 slogin.1 -> ./ssh.1 root at aliens:/usr/man/man1# ls -l ssh.1 /bin/ls: ssh.1: No such file or directory root...
2004 Jul 12
1
Sort of OT: Recommended USB handset for use with iaxComm?
One of my coworkers needs to get a softphone set up to my Asterisk system; he's a Linux user, so it looks like about the only IAX2 option is iaxComm. For ease of use (he'll be using this a fair bit), I'm recommending that he get a USB handset; I'm just having trouble finding any US retailers for them. :) Could someone recommend a USB handset that's compatible with iaxComm
2006 Apr 03
1
libc6 packages that really support nosegneg?
I've tried the libc6-xen package posted at: http://people.debian.org/~aurel32/xen/ However, it looks like programs are still calling the libc6 libraries in /lib/tls, instead of the xen-enabled ones. Is there anything special I need to do to get this to work, or is the package just busted? Thanks! ------------------------------------------------------------------------ | nate carlson |
2015 Aug 18
1
initial setup of centos linux 7 core license information license not accepted
...============================== ==================================================== Initial setup of CentOS 7 (Core) 1) [!] License information (License not accepted) Please make your choice from above ['q' to quit | 'c' to continue | 'r' to refresh]: My caffeine-deprived response was to try q, c, and r, none of which got me unstuck. Forced to actually use my brain, I typed 1. More confusing text appeared, and I finally understood that in order to accept the license I must type 2. Then I had to type 1 again for some reason. Then my machine booted. It is probably...
2010 Mar 09
4
Filter web content in a LAN ?
Hi, I installed a network of five desktops in a small town hall, all running CentOS 5.4. The machines are publicly, and the mayor asked me to find some solution to effectively filter web content, as the kids' first reflex is to visit the interesting bits of the Internet first, from satanism to porn. One of the machines will be set up as a router anyway, since the public computer room