search for: palladium

Displaying 9 results from an estimated 9 matches for "palladium".

2010 Jun 01
3
as.date
Dear group, Here is my df (obtained with a read.csv2()): df <- structure(list(DESCRIPTION = c("COTTON NO.2 Jul/10", "COTTON NO.2 Jul/10", "PALLADIUM Jun/10", "PALLADIUM Jun/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10"), CREATED.DATE = c("13/05/2010", "13/05/2010", "14/05/2010", "14/05/2010", "10/05/2010", "10/05/2010"), QUANITY = c(1, 1, -1, -1,...
2010 Aug 04
3
merge two data frames
Dear list, here are my two data frames: av <- structure(list(DESCRIPTION = c("COFFEE C Sep/10", "COPPER Sep/10", "CORN Dec/10", "CRUDE OIL miNY Sep/10", "GOLD Aug/10", "HENRY HUB NATURAL GAS Sep/10", "PALLADIUM Sep/10", "SILVER Sep/10", "SOYBEANS Nov/10", "SPCL HIGH GRADE ZINC USD", "SUGAR NO.11 Oct/10", "WHEAT Sep/10"), prix = c(-168.3, -1.60000000000002, -773.75, -78.75, -1168.3, -0.0919999999999996, -470.75, 1758.5, -975.25, 1964, -19.09, -605.75),...
2010 May 11
1
merge two data frames
...quot;, "CORN", "COTTON NO.2", "CRUDE OIL miNY", "FEEDER CATTLE", "GOLD", "HEATING OIL", "HENRY HUB NATURAL GAS", "LEAN HOG", "LIVE CATTLE", "NY HARBR GASOLINE BLDSTK", "ORANGE J.", "PALLADIUM", "PLATINUM", "PRIMARY NICKEL USD", "PRM HGH GD ALUMINIUM USD", "RANDOM LENGTH LUMBER", "ROBUSTA COFFEE (10)", "SILVER ", "SOYBEAN MEAL ", "SOYBEAN OIL", "SOYBEANS ", "SPCL HIGH GRADE ZINC USD&quot...
2002 Jul 04
1
Warning, really to read
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Warning to everyone - Intel wants to kill all of us makin Linux become illegal and puttin their chips against it with a new architecture: TCPA / Palladium watch out http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html it's not a fake... some workaround already created for our linux community to live? - -- _____________________________________________________________ SaDIKuZboy - Network admin at gatinho.com - ------------------------------------...
2009 Mar 27
2
Samba/LDAP Backend: Error NT_STATUS_CONNECTION_REFUSED
...if these things are related or not. The conf is below. # service smb status smbd dead but pid file exists nmbd (pid 9072) is running... Thanks in advance, Todd E Thomas === The host is zmail = 10.0.0.14 --- [global] netbios name = zmail workgroup = OFFICE security = user server string = Palladium %v wins support = yes dns proxy = no name resolve order = wins hosts lmhosts bcast wins server = 10.0.0.14 log file = /var/log/samba/log.%m log level = 6 max log size = 1000 syslog only = no syslog = 0 panic action = /usr/share/samba/panic-action %d enable privileges = yes e...
2005 Jun 07
1
Problems with userPassword when it's base64 encoded
...then Windows does not complain when I use ctrl+alt+del method, but then of course the userPassword entry is not modified. The samba server is a RHEL4 machine with samba-3.0.10-1.4E and fedora-ds-7.1-2.RHEL4. Output from ldapsearch of the user gg: --cut here -- kung.foo.is /opt/fedora-ds/slapd-palladium/config/schema# ldapsearch -x -ZZ -D "uid=gg,ou=People,dc=kung,dc=foo" -W uid=gg userPassword SambaLMPassword SambaNTPassword Enter LDAP Password: # gg, People, kung.foo dn: uid=gg,ou=People,dc=kung,dc=foo userPassword:: e1NTSEF9OEZaWTRMZFlpMWYxb0E1WWdEdy8raC9SbXkwbUVleU8= SambaLMPasswo...
2005 Feb 18
2
/. : Microsoft Blocking Wine Users From Downloads Site
http://linux.slashdot.org/linux/05/02/17/1318212.shtml?tid=125&tid=109&tid=106 Microsoft Blocking Wine Users From Downloads Site ... from linux.slashdot.org IamTheRealMike writes "In January, Microsoft announced a new anti-piracy initiative called Genuine Advantage. From this summer onwards all users of Microsoft Downloads will be required to validate using either an ActiveX
2009 May 31
1
My Documents: Music shows, Pictures not so much
Hey all, I have a functioning Samba server in my test lab. All of my must-haves are met. My problem really boils down to a minor nuisance. Basically, when I log the test users in and open My Documents I only see one folder: My Music. Not that I really care but curiosity is killing me here and I can't figure out why the My Pictures folder is not present also. On top of that users love
2010 May 20
6
writing function
Dear group, I am trying to write functions, but as a beginner, everything is not so obvious. Let's say I want the results in a list of elemts like this : tot1, tot2, etc Here is a function: toto <- function(x,y) { for(i in x:y){ paste(c("tot",i),collapse="")<-(i*2) } } If I type this : >toto(1,5) I get this message error: Error in paste(c("tot",