Displaying 6 results from an estimated 6 matches for "kemi".
Did you mean:
akemi
2004 Feb 02
1
[PATCH] --one-file-system and automounter
...mounter uses a program map file to NFS-mount the root filesystem
of other machines on the network. When the machine itself is accessed, a
"bind" mount is used instead of NFS as an optimization. For example,
when you have the automounter on /mnt/net, and a bind mount to the
machine itself (kemi), the device numbers are:
$ stat -c '%4D %n' /mnt /mnt/net /mnt/net/kemi
302 /mnt
19 /mnt/net
302 /mnt/net/kemi
The followin rsync invocation shows that the "kemi" subdirectory is
*not* skipped by the -x option, but later by the --exclude option:
$ rsync -axvvn --exclude=ke...
2012 Nov 17
3
manipulating longitudinal data in r
...ollowing data example
ke <- data.frame(patid=c(1,1,1,2,3,3),a=c(1,2,2,1,1,2))
I want to add another variable b, such that the max of 'a' by id is returned
i.e data ke becomes
ke <- data.frame(patid=c(1,1,1,2,3,3),a=c(1,2,2,1,1,2),b=c(2,2,2,1,2,2))
Any help will be appreciated.
Oluwakemi
[[alternative HTML version deleted]]
2007 May 23
0
Samba priting problem, might be windows printer defintion
...path = /var/spool/samba
printer = col1-sabro
printable = yes
writeable = yes
browseable = yes
force user = root
force group = root
[col1-box]
#
#
print ok=yes
path = /var/spool/samba
printer = col1-box
printable = yes
writeable = yes
browseable = yes
force user = root
force group = root
[bw-kemi]
#
#
print ok=yes
path = /var/spool/samba
printer = bw-kemi
printable = yes
writeable = yes
browseable = yes
force user = root
force group = root
[col1-tesla]
#
#
print ok=yes
path = /var/spool/samba
printer = col1-tesla
printable = yes
writeable = yes
browseable = yes
force user = root
force gro...
2001 Jun 29
3
Debian packages for R-1.3.0
I have installed the binary packages for Debian GNU/Linux release 2.3
(woody) in the U.S. mirror of the CRAN archive. They should propagate
to the main CRAN archive within a day and to the other mirrors within
two days.
These packages have been compiled with gcc-3.0 and g77-3.0. I believe
the testing distribution currently provides only a snapshot of
gcc-3.0, not the latest released version, so
2001 Jun 29
3
Debian packages for R-1.3.0
I have installed the binary packages for Debian GNU/Linux release 2.3
(woody) in the U.S. mirror of the CRAN archive. They should propagate
to the main CRAN archive within a day and to the other mirrors within
two days.
These packages have been compiled with gcc-3.0 and g77-3.0. I believe
the testing distribution currently provides only a snapshot of
gcc-3.0, not the latest released version, so
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
AUTHORS | 17 ++++++
README | 10 +++
conf/ovirt-agent | 12 ++++
conf/ovirt-db-omatic | 12 ++++
conf/ovirt-host-browser | 12 ++++