search for: 4084

Displaying 20 results from an estimated 70 matches for "4084".

Did you mean: 404
2009 Mar 31
1
Memory Leak when using winsock.shutdown ?
...application works fine on windows without any memory leak. But running with wine the VmRSS-value is permanently increased. I use following bash-script to check this: Code: while true; do cat /proc/"`pidof tcpc`"/status|grep -E "VmRSS";sleep 5; done Result: VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4104 kB VmRSS: 4104 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4112 kB VmRSS: 4112 kB .... If I stop the http-requests of the client-applicati...
2009 Jun 06
1
Memory Leak when using winsock.shutdown ?
...My application works fine on windows without any memory leak. But running with wine the VmRSS-value is continual increased. I use following bash-script to check this: Code: while true; do cat /proc/"`pidof tcpc`"/status|grep -E "VmRSS";sleep 5; done Result: VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4104 kB VmRSS: 4104 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4112 kB VmRSS: 4112 kB .... If I stop the http-requests of the client-applicati...
2003 Mar 07
5
Moving average
Hi, Does anyone know if R has the functionality to calculate a simple moving average. I cant seem to find it in the help menu. thanks, Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James''s Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd A division of Knowledge Support Systems Group plc Seventh Floor St James''s Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 (Limited) 3449594 (plc) Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kss...
2012 Jun 12
2
What's the most recent compatible libvirt and qemu-kvm?
Figured I'd test qemu-kvm-1.0.1 and libvirt-0.9.12, but the result after default compiles is: root at black:/usr/local/sbin# ./libvirtd 2012-06-12 19:53:41.894+0000: 6076: info : libvirt version: 0.9.12 2012-06-12 19:53:41.894+0000: 6076: warning : ebiptablesDriverInit:4084 : Could not find 'ebtables' executable 2012-06-12 19:53:42.675+0000: 6076: error : qemuCapsComputeCmdFlags:1209 : unsupported configuration: this qemu binary requires libvirt to be compiled with yajl 2012-06-12 19:53:42.677+0000: 6076: error : virDomainDefParseXML:8312 : internal error No g...
2010 Jun 29
3
merging/intersecting 2 data frames
...2009 F 3495 29 URINARY DIFFICULTIES 10 4/16/2009 F 351 36 PT STS MVA > b.df[1:10,] DATE_OF_DEATH ID 1 4/19/2009 21676 2 4/19/2009 13717 3 4/19/2009 20498 4 4/19/2009 14281 5 4/19/2009 38848 6 4/20/2009 331 7 4/20/2009 4084 8 4/20/2009 19616 9 4/20/2009 17965 10 4/20/2009 11863 > a.df will always be larger than b.df. I want to create a third data frame that is matched on PATIENT_ID from a.df and ID from b.df. If there is no match from a.df$PATIENT_ID to b.df$ID, then we omit the row from the new da...
2003 Nov 19
2
Correction for first order autocorrelation in OLS residuals
...age that deals with serial correlation in the residuals of an lm model. Perhaps, using the Cochrane Orcutt or Praise Wilson methods? Thanks, Wayne Dr Wayne R. Jones Senior Statistician / Research Analyst KSS Limited St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kssg.com http://www.kssg.com The information in this Internet email is co...
2003 Mar 28
4
Testing for randomness
Dear all, Is there a test in R for the randomness of a sequence of observations (e.g. to test the random number generator)? Specifically I am looking for autocorrelations which are not necessarily linear in nature, which the acf function does not seem to be flexible enough to detect as it tests for linear autocorrelation. Thanks in advance, Paul.
2003 Apr 03
1
Na handing with time series objects
...imple "na.omit" will not work since it does not preserve the time differences between succesive observations. Thanks in advance, Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James''s Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd A division of Knowledge Support Systems Group plc Seventh Floor St James''s Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 (Limited) 3449594 (plc) Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kss...
2003 Apr 09
2
Building function libraries
HI there, Does anyone how I can build my own library of R functions? Regards, Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd A division of Knowledge Support Systems Group plc Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 (Limited) 3449594 (plc) Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kss...
2004 Feb 12
1
Almost Ideal Demand System
Hi there fellow R users, Has anyone got an R example of applying an Ideal demand system, possibly using the library systemfit?? Thanks Wayne Dr Wayne R. Jones Senior Statistician / Research Analyst KSS Limited St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kssg.com http://www.kssg.com The information in this Internet email is co...
2004 Apr 02
1
GARCH
...y and practice of applying GARCH models. Also, does any one know of any R related subject material in addition to library(tseries). Regards Wayne Dr Wayne R. Jones Senior Statistician / Research Analyst KSS Limited St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kssg.com http://www.kssg.com The information in this Internet email is co...
2003 Apr 17
2
Testing for Stationarity of time series
Hi there, Does anyone know if R has a function for testing whether a time series is stationary?? Thanks in advance, Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd A division of Knowledge Support Systems Group plc Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 (Limited) 3449594 (plc) Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kss...
2003 Mar 27
2
Na action with Lowess smoothing
Hi there, I cant seem to find a way for the lowess smoothing function to handle "NA" values. Can anyone help?? Regards, Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James''s Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd A division of Knowledge Support Systems Group plc Seventh Floor St James''s Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 (Limited) 3449594 (plc) Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kss...
2010 Dec 03
0
[LLVMdev] Undefined symbol in Hello pass
Here is the output of the test: ******************** FAIL: LLVM :: Transforms/GVN/null-aliases-nothing.ll (4084 of 5497) ******************** TEST 'LLVM :: Transforms/GVN/null-aliases-nothing.ll' FAILED ******************** Script: -- opt /Users/beresini/Desktop/workspace/downloads/llvm-2.8/test/Transforms/GVN/null-aliases-nothing.ll -gvn -S | FileCheck /Users/beresini/Desktop/workspace/downloads/llv...
2003 Sep 02
2
FW: Creating a Package with Windows XP.
...am I doing wrong?? > Any help would be much appreciated, > > Regards, > > Wayne > > > > > Dr Wayne R. Jones > Statistician / Research Analyst > KSS Group plc > St James's Buildings > 79 Oxford Street > Manchester M1 6SS > Tel: +44(0)161 609 4084 > Mob: +44(0)7810 523 713 > > KSS Ltd Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kssg.com http://www.kssg.com The information in this Inter...
2010 Dec 02
2
[LLVMdev] Undefined symbol in Hello pass
On Thu, Dec 2, 2010 at 3:20 PM, Chris Lattner <clattner at apple.com> wrote: > > On Dec 2, 2010, at 3:13 PM, Scott Ricketts wrote: > >> The only Transforms check that fails is LLVM :: >> Transforms/GVN/null-aliases-nothing.ll >> >> Could that be related? > > running "opt -basicaa -gvn -S null-aliases-nothing.ll" should produce this output,
2003 Sep 04
3
: RODBC column length>255
...y contains the first 255 characters (the rest having been truncated). Any help on how to solve this problem would be greatly appreciated. Reagrds Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kssg.com http://www.kssg.com The information in this Internet email is co...
2014 Jul 20
1
Lots of NMBD zombie processes
...*[root at BHFS01 etc]# pidof nmbd* *12861 12644 12404 12236 12071 11885 11720 11553 11388 11201 11036 10869 10704 10518 10353 10186 10020 9834 9669 9502 9337 9151 8985 8818 8653 8467 8302 8135 7970 7783 7618 7234 7069 6878 6713 6545 6380 6189 6024 5857 5692 5496 5330 5163 4998 4799 4633 4466 4300 4084 3858 3691 3526 3339 3174 3006 2841 2655 2429 2149 1855 1505* Restarting the nmbd service fixes the problem, but the above processes are what we get in a single day. I do not want to restart the service each night to fix this, but I am not sure where the problem is either. My SMB.conf is the follo...
2001 Nov 03
1
Samba swamps the server's CPU
...21692 gettimeofday 2.84 0.864095 72 12044 2812 stat64 1.55 0.470409 44 10642 _llseek 1.12 0.339316 80 4263 192 open 0.91 0.276100 45 6190 fstat64 0.74 0.226241 55 4084 3 close 0.12 0.036709 243 151 ftruncate64 0.03 0.009962 39 255 geteuid32 0.03 0.009618 38 253 getegid32 [snipped for brevity] ------ ----------- ----------- --------- --------- ---------------- 100.00...
2003 Jul 16
5
Sorting a data frame
...) then sort alphabetically column2 but keeping the order of column 1 constant; much the same way that the sort function works in Excel. Regards, Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England Company Registration Number 2800886 Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 mailto:kssg@kssg.com http://www.kssg.com The information in this Internet email is con...