Displaying 11 results from an estimated 11 matches for "sdce".
Did you mean:
sdc
2009 Jul 09
1
ggplot2: geom_errorbarh()
...NC60.iso.graph<-ggplot(
NC60.DATA
,aes(Ce,Qe)) +
geom_point(col=MaCouleur1, size=4) +
geom_errorbar(
aes(ymax = NC60.DATA$Qe+NC60.DATA$sdQe
,ymin=NC60.DATA$Qe-NC60.DATA$sdQe)
,colour=alpha("black",0.4)
,width=1) +
geom_errorbarh(
aes(xmax = NC60.DATA$Ce+NC60.DATA$sdCe
,xmin=NC60.DATA$Ce-NC60.DATA$sdCe)
,colour=alpha("black",0.4)
,width=1) +
geom_line(data=NC60.Res4.curve
,aes(x,y)
,size=1
,colour=alpha("black",0.5)) +
xlab(C[e]~(mmol/m^3)) +
ylab(q[e]~(mmol/m^3))
print(NC60.iso.graph)
dev.off()
Regards/Cordialement
--...
2000 Oct 04
1
openssh 2.2.0p1 and F-secure SSH ftp
...------------------------------------------------
"It has been said that there are only two businesses
refer to customers as users: illegal drug trade and
the computer industry."
--------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/DME-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: nico.deranter at sonycom.com
2000 Sep 26
3
anoying debug info + can't login automaticaly
...------------------------------------------------
"It has been said that there are only two businesses
refer to customers as users: illegal drug trade and
the computer industry."
--------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/DME-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: nico.deranter at sonycom.com
2001 Aug 17
0
openssh-2.9p2 not allowing root access?
...------------------------------------------
"It has been said that there are only two businesses that
refer to customers as users: illegal drug trade and
the computer industry."
---------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/VPE-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: nico.deranter at sonycom.com
2001 Oct 11
0
Urgent. upgraded domain to Win2k now samba can't join anymore
...------------------------------------------
"It has been said that there are only two businesses that
refer to customers as users: illegal drug trade and
the computer industry."
---------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/VPE-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: nico.deranter@sonycom.com
2014 Sep 30
1
Centos 6 Software RAID 10 Setup
...ext4
Hard Drives
sda (/dev/sda)
sda1 (/dev/sda1)
sda1 500 /boot ext4
sda2 64000 swap
sda3 49972 / ext4
sdb (/dev/sdb)
sdb1 3815446 /backup ext4
sdc (/dev/sdc)
sdc1 2861587 md0 software RAID
sdd (/dev/sdc)
sdd1 2861587 md0 software RAID
sde (/dev/sdc)
sdce 2861587 md0 software RAID
sdf (/dev/sdc)
sdf1 2861587 md0 software RAID
2000 Nov 17
1
OpenSSH entropy/PRNG (was: Why does ssh try to run df, netstat, arp ...?)
...------------------
> "It has been said that there are only two businesses
> refer to customers as users: illegal drug trade and
> the computer industry."
> --------------------------------------------------------
> Nico De Ranter
> Sony Service Center (SDCE/NEE-B)
> Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
> 1130 Brussel (Bruxelles), Belgium, Europe, Earth
> Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
> e-mail: nico.deranter at sonycom.com
>
>
2000 Nov 17
2
Why does ssh try to run df, netstat, arp ...?
...------------------------------------------------
"It has been said that there are only two businesses
refer to customers as users: illegal drug trade and
the computer industry."
--------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/NEE-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: nico.deranter at sonycom.com
2001 Apr 19
3
Error Mapping Clearcase Views/Vobs using Samba
Hi All,
Users at our site are using SAMBA (Version 2.0.8 and 1.9.15p8) to map their Home
Directories and their Clearcase Vobs/Views on their Windows 2000 desktops. Home
directories are being mapped without any issues but while mapping their
views/vobs we are getting the error stated below:
Network path \\server name\share could not be found
and
The mapped network drive could not
2009 Jul 09
2
How to Populate List
...)
NC60.iso.graph<-ggplot(
NC60.DATA
,aes(Ce,Qe)) +
geom_point(col=MaCouleur1, size=4) +
geom_errorbar(
aes(ymax = NC60.DATA$Qe+NC60.DATA$sdQe
,ymin=NC60.DATA$Qe-NC60.DATA$sdQe)
,colour=alpha("black",0.4)
,width=1) +
geom_errorbarh(
aes(xmax = NC60.DATA$Ce+NC60.DATA$sdCe
,xmin=NC60.DATA$Ce-NC60.DATA$sdCe)
,colour=alpha("black",0.4)
,width=1) +
geom_line(data=NC60.Res4.curve
,aes(x,y)
,size=1
,colour=alpha("black",0.5)) +
xlab(C[e]~(mmol/m^3)) +
ylab(q[e]~(mmol/m^3))
print(NC60.iso.graph)
dev.off()
Regards/Cordialement
-----...
2003 Dec 01
0
No subject
...------------------------------------------
"It has been said that there are only two businesses that
refer to customers as users: illegal drug trade and
the computer industry."
---------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/NEE-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: nico.deranter@sonycom.com
Return-Path: <urban@teststation.com>
Delivered-To: samba@lists.samba.org
Received: from fun...