search for: 1927

Displaying 20 results from an estimated 126 matches for "1927".

Did you mean: 127
2010 Feb 23
1
Problem with strptime generating missing values where none appear to exist
...ot; "2001-08-27" "2001-08-27" "2001-08-20" "2001-08-20" > str(dob) POSIXlt[1:9], format: "1922-07-14" "1922-07-14" "1922-07-14" "1922-07-14" "1921-03-23" "1921-03-23" "1921-03-23" "1927-08-27" "1927-08-27" "1927-08-27" "1927-08-27" "1940-04-05" "1940-04-05" "1940-04-05" "1940-04-05" ... > str(sdate) POSIXlt[1:9], format: "2001-08-27" "2001-08-27" "2001-08-27" "2001-08-...
2010 Feb 23
0
subtracting 100 from strptime year vector generates missing values in POSIXct where none appear to exist in strptime year vector
...at could account for the generation of missing values - all of the years that generate missing values are represented in those that don't! Converting dob and sdate to POSIXct does not make any difference to the basic problem:- dob[is.na(difftime(as.POSIXct(sdate),as.POSIXct(dob)))] [1] "1927-04-03" "1927-04-03" "1927-04-03" "1927-04-03" "1925-04-11" "1925-04-11" "1925-04-11" "1925-04-11" "1925-04-11" [10] "1939-04-03" "1939-04-03" "1939-04-03" "1940-12-30" "...
1999 Jan 04
0
SAMBA digest 1927
samba@samba.org schrieb: > SAMBA Digest 1927 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) Re: Three problems with Windows NT > by afan@www.jeonet.com (Afan Ottenheimer) > 2) NT Logon Authentication > by Tim.Brennan@coat.com > &...
2015 Mar 05
0
[Bug 1927] authorized_credentials (aka authorized_keys for GSSAPI-MIC)
https://bugzilla.mindrot.org/show_bug.cgi?id=1927 Matthew N. Dodd <matthew.nygard.dodd at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2076|0 |1 is obsolete|...
2015 Mar 05
0
[Bug 1927] authorized_credentials (aka authorized_keys for GSSAPI-MIC)
https://bugzilla.mindrot.org/show_bug.cgi?id=1927 Matthew N. Dodd <matthew.nygard.dodd at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.8p2 |-current -- You are receiving this mail because:...
2011 Feb 08
2
Ken Olsen od DEC, 1927-2011
A lot of us wouldn't be here without him. DEC made good, really reliable hardware. mark <http://www.networkworld.com/news/2011/020711-kenneth-olsen-dec-obit.html>
2016 Mar 12
2
Regression in strptime
...length 1 example that I didn't test but just assumed would also fail, the answer is correct. However, it is not for the full vector: > .Internal(strptime(argv[[1]], argv[[2]], "CET")) [1] "1937-01-01 CET" "1916-01-01 CET" "1913-01-01 CET" "1927-01-01 CET" [5] "1947-01-01 CET" "1913-01-01 CET" "1917-01-01 CET" "1923-01-01 CET" [9] "1921-01-01 CET" "1926-01-01 CET" "1920-01-01 CET" "1915-01-01 CET" [13] "1914-01-01 CET" "1914-01-01 CE...
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
...eb 1926 57.900000 315 Mar 1926 4.800000 316 Apr 1926 67.600000 317 May 1926 43.900000 318 Jun 1926 86.100000 319 Jul 1926 43.700000 320 Aug 1926 14.700000 321 Sep 1926 37.300000 322 Oct 1926 51.800000 323 Nov 1926 130.000000 324 Dec 1926 6.100000 325 Jan 1927 48.500000 326 Feb 1927 86.400000 327 Mar 1927 55.600000 328 Apr 1927 45.200000 329 May 1927 27.700000 330 Jun 1927 64.300000 331 Jul 1927 76.200000 332 Aug 1927 103.400000 333 Sep 1927 114.000000 334 Oct 1927 32.300000 335 Nov 1927 68.300000 336 Dec 1927 9...
2012 Jun 06
2
package zoo, function na.spline with option maxgap -> Error: attempt to apply non-function?
...z[c(2,5,6,7,9,10,15,16,17,20,21)] <- NA > z 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1 NA 3 4 NA NA NA 8 NA NA 11 12 13 14 NA NA NA 18 19 NA NA 22 1922 1923 1924 1925 1926 1927 1928 1929 23 24 25 26 27 28 29 30 #1. fill using spline: this version without gap restriction works > na.spline(z) 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1 2 3 4 5 6 7 8 9 10...
2016 Mar 11
2
Regression in strptime
This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET. In R-3.1.3 that returned "1942-01-01 CEST" which, paradoxically, is correct as they evidently did strange things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET".
2009 May 06
1
Add trend line to XYPlot using a subset of the original data
...l trend line always has the wrong slope. The slope of the line should be close to zero, but positive. It always plots close to zero, but negative. I've tried adding the following lines to the above panel.lines(x[21:98],exp(predict.lm(lm(log(y[21:98])~x[21:98]))),col=5) or pkyr<-x>1927 panel.lines(x[pkyr],exp(predict.lm(lm(log(y[pkyr])~x[pkyr]))),col=4) or pkyr<-x>1927 my.lm<-lm(log(y[pkyr])~x[pkyr]) panel.lines(x[pkyr],exp(x[pkyr]*(my.lm$coef[2])+my.lm$coef[1]),col=3) or panel.lines(x[pkyr],exp(x[pkyr]*(-my.lm$coef[2])+my.lm$coef[1]),col=3) # this doesn&...
2004 Oct 02
10
Re: LARTC digest, Vol 1 #1927 - 9 msgs
> Message: 9 > To: lartc@mailman.ds9a.nl > Subject: Re: [LARTC] Traffic Balance > Date: Fri, 01 Oct 2004 20:26:55 -0300 (EST) > From: favero@grad.ufsc.br > > list members: if u donĀ“t wanna help, dont disturb! damn god! > everybody here know that LARTC tutorial to load balance is > incomplete! > Alexis: try http://www.ssi.bg/~ja/nano.txt and search the list. > U
2011 Dec 16
9
Puppet capacity with apache+passenger, server saturated
...aracteristics: Processors: 8 cores Memory Ram: 12 Gb Operating System: Debian Squeeze Version of parcel: 2.7.1-1 ~ bpo60 puppet 1 puppet-common 2.7.1-1 ~ bpo60 1 2.7.1-1 ~ bpo60 1 puppetmaster puppetmaster 2.7.1-1 ~ bpo60-1 common puppet vim 2.7.1-1 ~ bpo60-1 The number of nodes that I have now is 1927 and I''m in the middle of the deployment process. The nodes do not use the demon puppet, but I created a cron task that runs dispersed to run in one hour intervals. With these data the server is currently using on average 4 cores, but the RAM is used almost entirely (it has 1 GB free of 12)...
2024 Feb 29
2
[External] converting MATLAB -> R | element-wise operation
...- t(NN) microbenchmark( sweep = sweep(NN, 2, lambda, "/"), transpose = t(t(NN)/lambda), colNN = colNN/lambda ) Unit: nanoseconds expr min lq mean median uq max neval cld sweep 13817 14145 15115.06 14350 14657.5 75932 100 a transpose 1845 1927 2151.68 2132 2214.0 7093 100 b colNN 82 123 141.86 123 164.0 492 100 c Note that transpose is much faster than sweep because it is doing less work, I believe essentially just changing the order of indexing. Using the natural sequencing for column-ordered matrices i...
2007 Feb 01
2
prop.test() references
...I'm using prop.test() to compute a confidence interval for a proportion under R version 2.4.1, as in: prop.test(x = 340, n = 400)$conf [1] 0.8103309 0.8827749 I have two questions: 1) from the source code my understanding is that the confidence interval is computed according to Wilson, E.B. (1927) Probable inference, the law of succession, and statistical inference. J. Am. Stat. Assoc., 22:209-212. Is it correct? 2) The doc says "Continuity correction is used only if it does not exceed the difference between sample and null proportions in absolute value." Does someone has a refer...
2009 Feb 17
2
annual maximum value
...te <- as.Date(as.character(DF[,3]), "%m/%d/%Y") #the date is at the 3rd column, obviously library(zoo) z <- aggregate(zoo(DF[,4]), cut(Date, "y"), max) max.discharge <- coredata(z) date <- time(z) the result should somehow look like this 11/21/1926 32600 4/24/1927 66500 ... ... .. 4/26/2005 111000 thanks for your time reading my questions,, any suggestions will be truly appreciated... -- View this message in context: http://www.nabble.com/annual-maximum-value-tp22049205p22049205.html Sent from the R help mailing list archive at Nabble.com....
2013 Mar 12
5
extract values
...uot;, "1911", "1912", "1913", "1914", "1915", "1916", "1917", "1918", "1919", "1920", "1921", "1922", "1923", "1924", "1925", "1926", "1927", "1928", "1929", "1930", "1931", "1932", "1933", "1934", "1935", "1936", "1937", "1938", "1939", "1940", "1941", "1942", "1943", &quo...
2016 Mar 15
4
Regression in strptime
...;t test but just assumed would also fail, the answer is correct. However, it is not for the full vector: >> >> > .Internal(strptime(argv[[1]], argv[[2]], "CET")) >> [1] "1937-01-01 CET" "1916-01-01 CET" "1913-01-01 CET" "1927-01-01 CET" >> [5] "1947-01-01 CET" "1913-01-01 CET" "1917-01-01 CET" "1923-01-01 CET" >> [9] "1921-01-01 CET" "1926-01-01 CET" "1920-01-01 CET" "1915-01-01 CET" >> [13] "1914-01-0...
2007 Jul 25
3
dovecot-1.1 + dovecot-sieve-1.1 deliver backtraces
...vecot11/modules/imap mail_plugin_dir(imap): /usr/lib64/dovecot11/modules/imap mail_plugin_dir(pop3): /usr/lib64/dovecot11/modules/pop3 auth default: debug: yes debug_passwords: yes passdb: driver: passwd-file args: /etc/dovecot/dovecot.passwd userdb: driver: static args: uid=1927 gid=1927 home=/var/spool/imap/%n userdb: driver: passwd-file args: /etc/dovecot/dovecot.passwd socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot11/auth-master...
2009 Apr 03
2
[LLVMdev] build error on libLLVMSystem.a without any useful error message
...d at macaron-2:~/Desktop/geek/fp$ perl --version This is perl, v5.8.8 built for darwin-thread-multi-2level (with 2 registered patches, see perl -V for more detail) the two patches are : Locally applied patches: fix for regcomp CVE-2007-5116 security vulnerability fix for double-free CVE-2008-1927 security vulnerability Thanks for your help, Nico. On Fri, Apr 3, 2009 at 4:25 AM, Kenneth Boyd <zaimoni at zaimoni.com> wrote: > Nicolas Raynaud wrote: >> Thanks for your help Dale, >> >> I got a little bit more clue (in snipped the begining the build messages) : >...