search for: pace

Displaying 20 results from an estimated 614 matches for "pace".

Did you mean: space
2009 Apr 12
2
Convert string to time
One variable contains values (1.30 - one hour and thirty minutes, 1.2 (which is supposed to be 1.20 - one hour and twenty minutes)). I would like to convert to a minute variable so 1.2 is converted to 80 minutes. How?
2011 Jan 06
2
Flow Control and Port Mirroring Revisited
...ormal case, then the original skb will be used. But in the case of mirroring the cloning comes into effect. And in my case the cloned skb seems to go to the (slow) eth1 interface while the original skb goes to the (fast) dummy0 interface that I set up to be a mirror. The result is that dummy0 "paces" the flow, and its a cracking pace at that. As an experiment I hacked do_execute_actions() to use the original skb for the first action instead of the last one. In my case the result was that eth1 "paces" the flow, and things work reasonably nicely. Well, sort of. Things work wel...
2011 Jan 06
2
Flow Control and Port Mirroring Revisited
...ormal case, then the original skb will be used. But in the case of mirroring the cloning comes into effect. And in my case the cloned skb seems to go to the (slow) eth1 interface while the original skb goes to the (fast) dummy0 interface that I set up to be a mirror. The result is that dummy0 "paces" the flow, and its a cracking pace at that. As an experiment I hacked do_execute_actions() to use the original skb for the first action instead of the last one. In my case the result was that eth1 "paces" the flow, and things work reasonably nicely. Well, sort of. Things work wel...
2012 Dec 20
0
[nut] Pace eprotocol (#4)
ajiskrishnan: Please subscribe to nut-upsdev, and continue the discussion there: http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsdev On Dec 19, 2012, at 9:00 AM, ajiskrishnan wrote: > Adding pace.c in /driver - pace.c has a few variable names that need to be discussed, and the descriptions are copy-and-pasted from one another. - Please note the indentation style: http://www.networkupstools.org/docs/developer-guide.chunked/ar01s03.html#_coding_style - printf() is not to be used for debugg...
2008 Sep 08
3
Support for different Architectures
...C. I have to port FLAC on sh4 architecture. Can somebody please let me know which architectures FLAC supports today? Also if somebody has an idea about the functionality of the code written in assembly, it would be of great help. Thanks and Regards Divyahaas Bhatia Senior Technical Leader Pace Micro Technology (India) Private Limited Bringing Technology Home Tel: + 91 80 4189 2791 Fax: + 91 80 4189 1000 E-mail:divyahaas.bhatia at pace.com Manyata Tech Park, Nagavara, Bangalore 560045, INDIA www.pace.com This message has been scanned for viruses by...
2009 Jul 11
1
tftp-hpa fails after lost data packet
...ents hereto are strictly confidential and intended solely for the addressee. If you are not the intended addressee please notify the sender by return and delete the message. You must not disclose, forward or copy this E-mail or attachments to any third party without the prior consent of the sender. Pace plc is registered in England and Wales (Company no. 1672847) and our Registered Office is at Victoria Road, Saltaire, West Yorkshire, BD18 3LF, UK. Tel +44 (0) 1274 532000 Fax +44 (0) 1274 532010. <http://www.pace.com> Save where otherwise agreed in writing between you and Pace (i) all orders...
2005 Jul 09
4
TCP window based shaping
I recalled a discussion of manipulating outgoing tcp windows in order to control return tcp traffic. I finally found at least some of that discussion in a thread with the subject above (of this message). But I thought someone announced an implementation and I don''t see it under this thread. If anyone else remembers or knows where I should look for it, please let me know. I''m
2008 Feb 20
1
DNAcopy package output data
..."loc.end" "num.mark" "seg.mean" Is it a way to get also median and standard deviation? Thanks in advance, Vlad -- *********************************** Dr. Vladimir Makarov Instructor, Computer Science Department School of Computer Science and Information Systems Pace University 163 Williams Street New York, NY 10038 Phone: (212) 639 - 7422 eMail: vmakarov at pace.edu http://matrix.csis.pace.edu/~vmakarov/ *********************************** #################################################################### The information contained in this email messag...
2009 Jun 22
12
GPLPV 0.10.0.69 Blue Screen 0x0000007B
...get the BSoD on boot with the 0x0000007B stop message. I''ve got a bunch of 2003 32bits running on the same host with the 0.10.0.69 drivers and those are totally happy. I tried the boot once with NOGPLPV idea mentioned in another thread, that didn''t do the trick. Ideas anyone? pace _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2004 Dec 05
3
boot package
...estimate value. However, the boot.ci function to generate CIs from the boot object won't accept NAs. My problem is writing code to impute a numeric value for the missing estimate. ifelse won't generate a numeric value if the test is mode logical. Any suggestions? Nathan Nathan Leon Pace, MD, MStat Work:n.l.pace at utah.edu Department of Anesthesiology Home:nlpaces at comcast.net University of Utah Work:801.581.6393 Salt Lake City, Utah Home:801.467.2925 Fax:801.581.4367 Cell:801.558.3987
2007 Apr 01
2
commandArgs usage and --args invokation
Dear R experts: I am a bit stymied by how the argument picking-off works in R batch file usage. $ cat commandArgs.R cat(" Command Line Arguments were ", commandArgs(), "\n"); $ /usr/bin/R CMD BATCH commandArgs.R --args 1 2 3 $ /usr/bin/R --args 1 CMD BATCH commandArgs.R ... I am now getting into interactive mode ?! I guess it really is skipping the rest of the command line
2010 Aug 03
1
Metafor
...Gs code to get credible intervals from random effects meta analysis for the prediction interval of a new study. It appears that the predict.rma function creates approximate credible intervals (pending a function revision by the author) for that purpose. Is my assumption correct? Nathan -- Nathan Pace, MD, MStat Department of Anesthesiology University of Utah 801.581.6393 n.l.pace@utah.edu [[alternative HTML version deleted]]
2005 Sep 28
3
xyplots
...ch point as an open or filled circle depending on the value of an indicator variable. I assume I need to use panel.superpose(), but I can't figure out the syntax from lattice documentation. Running R 2.1 under Mac OS X 10.4.2. Any suggestions would be appreciated. Nathan Nathan Leon Pace, MD, MStat University of Utah Salt Lake City, UT 84132 Office: 801.581.6393 Fax: 801.581.4367 Cell: 801.205.1019 Pager: 801.291.9019 Home: 801.467.2925 [[alternative HTML version deleted]]
2010 Oct 29
3
[LLVMdev] Landing my new development on the trunk ...
...ely late > because it interferes with other optimizations. > >> FWIW2 our intent in creating OSR was not to replace LSR, just provide an >> alternative strength reduction optimization. > > Sure, but if it can't be used as an alternative to LSR, how would it be used? The PACE project intends to use LLVM to perform lower level optimizations in its compiler. OSR would be another optimization that it would have in its bag of tricks. Remember that OSR finds reductions that LSR does not. For code generation, the PACE compiler can use the LLVM C Backend (plus the nativ...
2007 Jan 26
6
daemon sizes
Hi everyone I'm still getting strange sizes on the daemon logs. After transferring around 1.66GB over 14 hours (256kbit link) to an absolutely empty directory, I get: 2007/01/26 04:13:43 [26441] sent 57014 bytes received 44708 bytes total size 1947222268 du reports the final size of the directory on the daemon side as 1.6 G, and the "received" bytes can't be 44708?! I know
2012 Feb 11
1
Should you "ever" use nat=no?
I've been lurking on the dev discussion on creating nat=auto. It all leads me to think there's no reason to use nat=no. We have about 60 internal sip extensions connected to an multihomed asterisk box where the external ip is not nat'ed. Each of the internal sip contexts has nat=no. On startup I get a slew of warnings about intruders being able to distinguish real extensions. But
2015 Apr 23
3
Xen 4.4.2 (with XSA-132) in virt6-testing
I've got Xen 4.4.2 in virt6-testing. I haven't had a chance to test it, and won't for another week or two; but if some volunteers can put it through its paces, I can ask Johnny to push it to the public repo sometome early next week. Thanks, -George
2010 Aug 10
1
samba posix_acls.c file and dir permissions
I did not get any response . pinging it again. Dear samba team, please help me in understanding these. 1) in samba posix_acls.c why samba always setting the READ access for the file and READ and WRITE access for directory ? ---------- case S_IRUSR: /* Ensure owner has read access. */ pace->perms |= S_IRUSR; if (is_directory) pace->perms |= (S_IWUSR|S_IXUSR); and_bits = unix_perms_to_acl_perms(and_bits, S_IRUSR, S_IWUSR, S_IXUSR); or_bits = unix_perms_to_acl_perms(or_bits, S_IRUSR, S_IWUSR, S_IXUSR); ----------- 2) I have connected a samba share from the device onto m...
2010 Oct 28
1
[LLVMdev] Landing my new development on the trunk ...
...d LSR require the Dominator Tree Construction > > analysis pass. > > My primary concern here is that if this code gets committed without > anyone interested in actually using it, it will just end up orphaned, > so there's no point to contributing it. This work is part of the PACE project (http://pace.rice.edu/). My team has funding for another three years and is committed to maintaining this code. > > I did not mention in the original email (and should have) that OSR needs > > -instcombine to be run after it for cleanup. Also -licm, -reassociate, -gvn > &g...
2003 Nov 05
7
R for various ports of linux
...versions. This might motivate my department to use a different vendor of Linux. Is there anything predictable about which vendors/versions of Linux will have R binaries in the future? Thanks, Nathan PS I looked at CRAN and didn't immediately find any info about the future. Nathan Leon Pace, MD, MStat Work:nlpace at bigpace.med.utah.edu Department of Anesthesiology Home:nlpaces at comcast.net University of Utah Work:801.581.6393 Salt Lake City, Utah Home:801.467.2925 Fax:801.581.4367 Cell:801.558.3987