Displaying 20 results from an estimated 162 matches for "1925".
Did you mean:
1,25
2016 Mar 12
2
Regression in strptime
...t; "1920-01-01 CET" "1915-01-01 CET"
[13] "1914-01-01 CET" "1914-01-01 CET" "1914-01-01 CET" "1919-01-01 CET"
[17] "1948-01-01 CET" "1911-01-01 CET" "1909-01-01 CET" "1913-01-01 CET"
[21] "1925-01-01 CET" "1926-01-01 CET" "1910-01-01 CET" "1917-01-01 CET"
[25] "1936-01-01 CET" "1938-01-01 CET" "1960-01-01 CET" "1915-01-01 CET"
[29] "1919-01-01 CET" "1924-01-01 CET" "1914-01-01 CET"...
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".
2010 Feb 23
1
Problem with strptime generating missing values where none appear to exist
...2003-10-15" "2003-11-21" "2003-11-21" "2003-11-21"
"2003-12-04" "2003-12-04"
[69] "2003-12-04"
> dob[is.na(difftime(sdate,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" "1939-04-03"
"1939-04-03" "1939-04-03" "1940-12-30" "1940-12-30" "1940-12-30"
"1917-10-14" "1917-10-14"
[18] "...
2015 Oct 22
0
CESA-2015:1925 Important CentOS 5 kvm Security Update
CentOS Errata and Security Advisory 2015:1925 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1925.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
b0a8d2af276b509ddfb3ef7fa12b7cbd3afba9fb5fa1ae9ae38cfbb422ae0ac7 kmod-kvm-83-274.el5.cento...
2010 Feb 23
0
subtracting 100 from strptime year vector generates missing values in POSIXct where none appear to exist in strptime year vector
...ng 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" "1940-12-30" "1940-12-30" "1917-10-14" "1917-10-14" "...
2016 Mar 12
0
Regression in strptime
...quot;1951-01-01 CET"
[49] "1907-01-01 CET" "1985-01-01 CET" "1906-01-01 CET" "1912-01-01 CET"
[53] "1966-01-01 CET" "1944-01-01 CET" "1952-01-01 CET" "1936-01-01 CET"
[57] "1967-01-01 CET" "1925-01-01 CET" "1980-01-01 CEST" "1930-01-01 CET"
[61] "1999-01-01 CET" "1965-01-01 CET" "1903-01-01 CET" "1942-01-01 CET"
[65] "1917-01-01 CET" "1995-01-01 CET" "1939-01-01 CET" "1949-01-01 CET...
2016 Mar 15
4
Regression in strptime
...ot;1915-01-01 CET"
>> [13] "1914-01-01 CET" "1914-01-01 CET" "1914-01-01 CET" "1919-01-01 CET"
>> [17] "1948-01-01 CET" "1911-01-01 CET" "1909-01-01 CET" "1913-01-01 CET"
>> [21] "1925-01-01 CET" "1926-01-01 CET" "1910-01-01 CET" "1917-01-01 CET"
>> [25] "1936-01-01 CET" "1938-01-01 CET" "1960-01-01 CET" "1915-01-01 CET"
>> [29] "1919-01-01 CET" "1924-01-01 CET" &quo...
2015 Nov 07
12
[Bug 92851] New: NV34: err: MEM_FAULT
https://bugs.freedesktop.org/show_bug.cgi?id=92851
Bug ID: 92851
Summary: NV34: err: MEM_FAULT
Product: xorg
Version: unspecified
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2007 Dec 16
1
Extracting Year (only) information from Non-Standard Dates
...ose date column consists of two types of date entries:
(a) year-only entries (eg "1983") and
(b) full date info (eg September 12, 1962).
Here's what the non-standard date info looks like:
> mode(non.standard.dates)
[1] "numeric"
> head(non.standard.dates)
[1] July 15, 1925 February 13, 1923 July 10, 1988 February 24, 1931
[5] 1952 January 9, 1957
1638 Levels: 1732 1735 1736 1740 1745 1748 1749 1750 1752 1754 1757 1760 ... September 9, 1898
I just want to extract out the year information (viz in the example above: 1925, 1923, 1988, 1931, 1952 and 1957) an...
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
...eb 1924 10.400000
291 Mar 1924 21.600000
292 Apr 1924 86.100000
293 May 1924 61.500000
294 Jun 1924 87.600000
295 Jul 1924 95.200000
296 Aug 1924 63.500000
297 Sep 1924 74.900000
298 Oct 1924 92.200000
299 Nov 1924 57.900000
300 Dec 1924 72.100000
301 Jan 1925 44.700000
302 Feb 1925 81.300000
303 Mar 1925 11.200000
304 Apr 1925 50.300000
305 May 1925 48.500000
306 Jun 1925 1.000000
307 Jul 1925 99.800000
308 Aug 1925 65.500000
309 Sep 1925 63.500000
310 Oct 1925 78.000000
311 Nov 1925 37.600000
312 Dec 1925 6...
1999 Jan 04
0
SAMBA digest 1925
samba@samba.org schrieb:
> SAMBA Digest 1925
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue include:
>
> 1) UNIX to PC
> by Shaun Lennox <shaun@countyfair.co.za>
> 2) Connect to exported filesystem from NT via a net use cmd
> by "Xia Tia...
2012 Jun 06
2
package zoo, function na.spline with option maxgap -> Error: attempt to apply non-function?
...gth =30 ))
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...
2003 Dec 10
0
RdbiPgSQL and POSIXct
...43 130 743 ...
$ upravna.enota: Factor w/ 54 levels "Ajdov¹èina","Br..",..: 34 34 43 43 43
43 52 52 26 52 ...
$ dolzina : int 95 442 360 60 112 450 160 NA 23 130 ...
$ globina : int 10 208 37 8 28 58 131 NA 23 42 ...
$ datum.obis :`POSIXct', format: chr "1925-07-11" "1958-08-01"
"1925-07-26" "1925-07-26" ...
$ datum.zap :`POSIXct', format: chr NA NA NA NA ...
$ org : Factor w/ 213 levels "","Anthron","Ar..",..: 76 179 76 76
76 76 76 76 76 76 ...
$ udelezenci : Factor w...
2013 Sep 02
2
como hacer grafico de un modelo setar
...etar(x, m=2, mL=2, mH=2, thDelay=1, include=c("none"))
##eliminamos la constante del modelo
mod.setarc
summary(mod.setarc)
#Ajustamos el modelo para los primeros 104 valores de la serie
set.seed(10)
mod.test <- list()
x.train <- window(x, end = 1924)
x.test <- window(x, start = 1925)
mod.test[["linear"]] <- linear(x.train, m = 2)
mod.test[["setar"]] <- setar(x.train, m = 2, thDelay = 1)
mod.test[["setarc"]] <- setar(x.train, m = 2, thDelay = 1,
include=c("none"))
mod.test[["nnet"]] <- nnetTs(x.train, m = 2, size =...
2004 May 03
3
R 1.9.0 on AIX, 64-bit
...$ tail -30 reg-tests-1.Rout.fail
[,1] [,2]
[1,] 1 3
[2,] 2 4
[3,] 1 3
[4,] 2 4
> stopifnot(typeof(res) == "list")
> ## were not implemented in 1.8.1
>
>
> ## Date objects with NA's
> (t1 <- strptime(c("6. Aug. 1930", "3. Nov. 1925", "28. Mar. 1959",
+ NA, paste(1:29," Feb. 1960", sep=".")),
+ format = "%d. %b. %Y"))
[1] "1930-08-06" "1925-11-03" "1959-03-28" NA "1960-02-01"
[6] "1960-02-02&q...
2006 Mar 23
3
Still problems with "step()" function
...-1.11474167059799
40 10.7364199781261 1.09309423884014 700 "OCCIDENTE" -0.711311151187616
100 19.3800588668138 1.14100039385585 75 "MAGDALENA MEDIO" -0.86988435906
42 10.3085483055134 1.00222807372899 1800 "NORTE" -0.898942093539542
18 8.80185302168878 1.02085106382979 1925 "OCCIDENTE" -1.48722027970985
20 16.6951761888471 1.11658218682114 500 "OCCIDENTE" -1.99510039324608
18 4.50797141286421 1.08840413318025 2300 "NORTE" -1.22417551164346
75 6.84546862896979 0.940623825629463 1050 "NORDESTE" -0.648173814917214
26 8.218451749734...
2005 Aug 23
2
On Shutdown/Reboot
...ted recently do not have these errors, and
they're all the same versions.
Any ideas?
Thanks in advance
clarke
|||||||||||||||||||||||||||
P. Clarke Thomas
SysAdmin
Houghton International
http://www.houghtonintl.com
```````````````````````````
With sufficient thrust, pigs fly just fine. - RFC 1925
2004 Jul 18
7
Resize ocfs....?
...vice Boot Start End Blocks Id System
/dev/emcpowere1 1 61440 62914544 83 Linux
|||||||||||||||||||||||||||
P. Clarke Thomas
SysAdmin
Houghton International
http://www.houghtonintl.com
```````````````````````````
With sufficient thrust, pigs fly just fine. - RFC 1925
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20040718/2a7dd9cb/attachment.htm
2015 Oct 23
0
CentOS-announce Digest, Vol 128, Issue 7
...nnounce digest..."
Today's Topics:
1. RDO Liberty released in CentOS Cloud SIG (Alan Pevec)
2. CEBA-2015:1922 CentOS 5 device-mapper-multipath BugFix Update
(Johnny Hughes)
3. CESA-2015:1924 Important CentOS 6 qemu-kvm Security Update
(Johnny Hughes)
4. CESA-2015:1925 Important CentOS 5 kvm Security Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Thu, 22 Oct 2015 15:36:43 +0200
From: Alan Pevec <alan.pevec at redhat.com>
To: centos-announce at centos.org
Subject: [CentOS-announce] RDO...
2005 Jul 06
3
plotting on a reverse log scale
I'd like to do some plots of historical event data on a reverse log
scale, started, say at the year 2000 and going
backwards in time, with tick marks spaced according to log(2000-year).
For example, see:
http://euclid.psych.yorku.ca/SCS/Gallery/images/log-timeline.gif
As an example, I'd like to create a density plot of such data with the
horizontal axis reverse-logged,
a