Displaying 20 results from an estimated 188 matches for "1952".
Did you mean:
152
2006 Jul 07
2
winbind: string to sid error
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Looking at the winbind logs, I have found the following errors:
Jul 7 08:00:01 desarrollo winbindd[1952]: [2006/07/07 08:00:01, 0]
lib/util_sid.c:string_to_sid(285)
Jul 7 08:00:01 desarrollo winbindd[1952]: [2006/07/07 08:00:01, 0]
lib/util_sid.c:string_to_sid(285)
Jul 7 08:00:01 desarrollo winbindd[1952]: string_to_sid: Sid S-0-0
is not in a valid format.
Jul 7 08:00:01 desarrollo winbindd[1...
2003 Nov 12
3
Chron, as.POSIXct problem
Dear R list,
I noticed the following 'problem' when changing the format of dates
created with seq.dates() (from the Chron library) using as.POSIXct()
(R 1.8.0 on OSX 10.2.8):
> datesTest<-seq.dates(from="10/01/1952", length=3, by="days");
> datesTest
[1] 10/01/52 10/02/52 10/03/52
# Now changing the format to show year as 1952.
> datesTest<-format(as.POSIXct(datesTest), "%m/%d/%Y")
> datesTest
[1] "09/30/1952" "10/01/1952" "10/02/1952"
&g...
2007 Dec 06
3
using "eval(parse(text)) " , gsub(pattern, replacement, x) , to process "code" within a loop/custom function
...ance for any assistance ... I truly appreciate your expertise. I searched help and could not figure this out, and think you can probably offer some helpful tips. I apologize if I missed something, which I'm sure I probably did.
I have data for many "samples". (e.g. 1950, 1951, 1952, etc.)
For each "sample", I have many data-frames. (e.g. temp.1952, births.1952, gdp.1952, etc.)
(Because the data is rather "large" (and for other reasons), I have chosen to store the data as individual files, as opposed to a list of data frames.)
I wish to write a...
2012 Dec 17
1
subset handling
...4 1.68247926731 DA 2009 5 8.37679248114 DA 2009 6 14.12893559497 DA 2009 7 12.322483010880 DA 2009 8 11.095985612263 DA 2009 9 7.317066413646 DA 2009 10 2.364800115029 DA 2009 11 0.850517616412 DA 2009 12 0.6817999
$EA st year month discharge245 EA 1952 1 1.47387101628 EA 1952 2 1.04034483011 EA 1952 3 1.17193554394 EA 1952 4 2.48566675777 EA 1952 5 5.26709687160 EA 1952 6 8.10566678543 EA 1952 7 3.30419359926 EA 1952 8 2.090322611309 EA 1952 9 1.819000012692 EA 1952 10 1.874838714075 EA 1952 11 1.9...
2011 Nov 29
3
[Bug 1952] New: Local port forwarding does not work in a particular combination of conditions.
https://bugzilla.mindrot.org/show_bug.cgi?id=1952
Bug #: 1952
Summary: Local port forwarding does not work in a particular
combination of conditions.
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p1
Platform: Itanium
OS/Version: HP-UX...
2008 Oct 14
6
Doing a Task Without Using a For Loop
...13 1953 0
213 1953 0
213 1953 0
213 1953 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1954 0
213 1955 0
213 1955 0
234 1953 0
234 1953 0
234 1953 0
234 1953 0
234 1953 0
234 1958 0
234 1958 0
234 1965 0
234 1965 0
234 1965 0
249 1952 0
249 1952 0
--
View this message in context: http://www.nabble.com/Doing-a-Task-Without-Using-a-For-Loop-tp19974078p19974078.html
Sent from the R help mailing list archive at Nabble.com.
1999 Jan 26
1
Hybrid mode (SAMBA digest 1952)
> Date: Fri, 22 Jan 1999 14:22:52 -0000
> From: "Alan Hourihane" <alanh@pinacl.co.uk>
> To: <sam
2013 Apr 08
2
How can I extract part of the data in a panel dataset?
...265 General
Motors 1945 688.1 4900.9 402.2 General Motors 1946 568.9 3526.5 761.5 General
Motors 1947 529.2 3254.7 922.4 General Motors 1948 555.1 3700.2
1020.1 General
Motors 1949 642.9 3755.6 1099 General Motors 1950 755.9 4833 1207.7 General
Motors 1951 891.2 4924.9 1430.5 General Motors 1952 1304.4 6241.7
1777.3 General
Motors 1953 1486.7 5593.6 2226.3 General Motors 1954 209.9 1362.4 53.8 US
Steel 1935 355.3 1807.1 50.5 US Steel 1936 469.9 2676.3 118.1 US Steel
1937 262.3 1801.9 260.2 US Steel 1938 230.4 1957.3 312.7 US Steel 1939
361.6 2202.9 254.2 US Steel 1940
..............
2002 Aug 27
2
strange result from x[x!="NA"] (PR#1952)
Full_Name: Richard Single
Version: 1.5.1
OS: Windows
Submission from: (NULL) (132.198.176.82)
In the latest Windows version the following syntax behaves
differently than it did in version 1.4.0: x[x!="NA"]
The results under R 1.4.0 agree with S.
--Rich
R 1.4.0
> x <- c(NA, 2, 3, NA)
> x == "NA"
[1] TRUE FALSE FALSE TRUE
> is.na(x)
[1] TRUE FALSE FALSE
2007 Dec 16
1
Extracting Year (only) information from Non-Standard Dates
...y 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) and create a "year" column. Have tried using the R date lib...
2008 Jun 19
3
Bug#487097: xen-unstable: multiple security issues
...of XenSource Xen
| Para-Virtualized Framebuffer (PVFB) Message 3.0 through 3.0.3 allows
| local users to cause a denial of service (SDL crash) and possibly
| execute arbitrary code via "bogus screen updates," related to missing
| validation of the "format of messages."
CVE-2008-1952[2]:
| ** RESERVED **
| This candidate has been reserved by an organization or individual that
| will use it when announcing a new security problem. When the
| candidate has been publicized, the details for this candidate will be
| provided.
If you fix the vulnerabilities please also make sure to...
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
...eb 1951 127.000000
615 Mar 1951 73.000000
616 Apr 1951 59.000000
617 May 1951 51.000000
618 Jun 1951 24.000000
619 Jul 1951 25.000000
620 Aug 1951 85.000000
621 Sep 1951 53.000000
622 Oct 1951 21.000000
623 Nov 1951 134.000000
624 Dec 1951 37.000000
625 Jan 1952 46.000000
626 Feb 1952 20.000000
627 Mar 1952 69.000000
628 Apr 1952 30.000000
629 May 1952 60.000000
630 Jun 1952 44.000000
631 Jul 1952 14.000000
632 Aug 1952 89.000000
633 Sep 1952 65.000000
634 Oct 1952 68.000000
635 Nov 1952 89.000000
636 Dec 1952 6...
2009 Dec 02
1
polygon graph
...--------- next part --------------
31/03/1948 12.9
30/06/1948 24.9
30/09/1948 45.6
31/12/1948 24.2
31/03/1949 21.1
30/06/1949 -21.1
30/09/1949 -20.5
31/12/1949 -21.6
31/03/1950 23.8
30/06/1950 27.4
30/09/1950 10.4
31/12/1950 13.4
31/03/1951 10.3
30/06/1951 28.9
30/09/1951 26.8
31/12/1951 25.2
31/03/1952 24.9
30/06/1952 23.3
30/09/1952 22
31/12/1952 25.2
31/03/1953 26.1
30/06/1953 26.7
30/09/1953 25.4
31/12/1953 0.4
31/03/1954 -21.9
30/06/1954 -22.5
30/09/1954 -02.8
31/12/1954 22.8
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pruplot.txt
URL...
2009 Jun 29
0
DomUs don''t shutdown with cpu-pinning configured
...mainInfo:1939) Destroying device
model
[2009-06-30 00:27:01 5294] WARNING (image:472) domain repair: device
model failure: no longer running; see /var/log/xen/qemu-dm-repair.log
[2009-06-30 00:27:01 5294] DEBUG (XendDomainInfo:1946) Releasing devices
[2009-06-30 00:27:01 5294] DEBUG (XendDomainInfo:1952) Removing vif/0
[2009-06-30 00:27:01 5294] DEBUG (XendDomainInfo:888)
XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
[2009-06-30 00:27:01 5294] DEBUG (XendDomainInfo:1952) Removing vbd/768
[2009-06-30 00:27:01 5294] DEBUG (XendDomainInfo:888)
XendDomainInfo.destroyDevice: deviceCla...
2005 Jun 18
0
"LDAP: No username in reply" error
...=2 filter="(&(objectClass=posixAccount)(uid=yaw at yaw.org))"
Jun 18 08:28:12 setzer slapd[1954]: conn=37 op=37 SRCH attr=uid
homeDirectory uidNumber gidNumber
Jun 18 08:28:12 setzer slapd[1954]: conn=37 op=37 SEARCH RESULT tag=101
err=0 nentries=1 text=
Jun 18 08:28:12 setzer slapd[1952]: conn=566 fd=21 closed
Jun 18 08:28:12 setzer slapd[1953]: conn=37 op=38 SRCH base="o=ispman"
scope=2 filter="(&(objectClass=posixAccount)(uid=yaw at yaw.org))"
Jun 18 08:28:12 setzer slapd[1953]: conn=37 op=38 SRCH attr=uid
userPassword
Jun 18 08:28:12 setzer slapd[1953]...
2005 Jun 14
2
Plotting rows (or columns) from a matrix in different graphs, not using "par"
Dear R-users,
I would like to ask whether it's possible (for sure it would be), to
plot each rows (or columns) in different graphs and in the same figure
region without using the function "par" and then struggling around with
"axes" and labels etc.
Luckily, I would always have "rows + columns = even number" and the same
"ylim".
The next one could be a
2004 May 24
2
Month names
This is how I get the month names from within R:
> mon <- rep(strptime("01/01/1952", format = "%d/%m/%Y"), 12)
> mon$mon <- mon$mon + 0:11
> mnam <- months(mon, abbreviate = F)
> mnam
[1] "januar" "februar" "marts" "april" "maj" "juni"
"juli" "august&q...
2008 Apr 23
2
ROracle error at step 1
...$`svn rev`
[1] "43063"
$language
[1] "R"
$version.string
[1] "R version 2.6.0 (2007-10-03)"
>
>
> sDB_un<- "scott"
> sDB_pwd<- "tiger"
>
>
> Oracle()
An object of class "OraDriver"
Slot "Id":
[1] 1952
> dbDriver("Oracle")
An object of class "OraDriver"
Slot "Id":
[1] 1952
>
> Ora<- dbDriver("Oracle")
> Con <- dbConnect(Ora, user = sDB_un, passwd = sDB_pwd)
Error in function (classes, fdef, mtable) :
unable to find an inherited me...
2002 Feb 08
3
Plotting multiple columns on same graph
I'd like to produce a series of simple line graphs for my methods class
that show the three questions used on a repeated survey to make up a
particular index. The data frame is:
> efficacy.df
year complicated havesay dontcare
1 1952 71 68 63
2 1954 NA NA NA
3 1956 64 71 71
4 1958 NA NA NA
5 1960 59 72 73
6 1962 NA NA NA
7 1964 67 70 62
8 1966 69 60 57
9 1968...
2009 Oct 29
5
Summing identical IDs
Hello All,
I would like to select records with identical IDs then sum an attribute
then and return them to the data frame as a single record. Please consider
Acres<-c(100,101,100,130,156,.5,293,300,.09)
Bldgid<-c(1,2,3,4,5,5,6,7,7)
DF=cbind(Acres,Bldgid)
DF<-as.data.frame(DF)
So that:
Acres Bldgid
1 100.00 1
2 101.00 2
3 100.00 3
4 130.00 4
5 156.00 5