Displaying 9 results from an estimated 9 matches for "lwc".
Did you mean:
lmc
2010 Oct 28
2
times
...;month/day/year" (eg. "5/11/1999" and a column "Times" in the format
"hours/minutes" (eg. "15:20"). In R I need to convert them into chron
objects to extract colums only containing months, days, minutes, ..
For the dates it is no problem if I write:
dmy.lwc<-chron(dates=lwc.file[,1],format=(dates="m/d/y"))
But it does not work the same way for the times if I write:
hm.lwc<-chron(times=lwc.file[,2],format=(times="h:m"))
Error-Message: Error in convert.times(times., fmt) : format h:m may be
incorrect
In addition: Warning mess...
2009 Jan 07
1
troubles performing Moran.I test
dear R users,
I have troubles performing Moran.I test as suggested on
http://www.ats.ucla.edu/stat/r/faq/morans_i.htm
my spatial data are longitude and lattitide of communities. The
calculation of the inverse distance matrix according to the homepage
(using my data)
datAL <- read.csv2("C:\\Konvergenz AL.csv", header=T)
ALdist <- as.matrix(dist(cbind(datAL$L?nge,
2003 May 30
1
siemens optipoint 400 SIP
hi!
anyone try siemens optipoint 400 economy SIP phone with * ?
--
http://www.siemens.com/Daten/siecom/HQ/ICN/Internet/Enterprise_Networks/WORKAREA/skuch_c/templatedata/English/document/binary/a31002-h1000-a250-2-7629.pdf
Thomas
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
- mini-os configuration files moved into stubdom/
- mini-os extra console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
-
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...bXRA`YHh-rn5Qb#ig}
zJ~cHJ(bCegcXn3J#m&8YdMagNLf)efUQ<^aS6)t|sH$3|s;WxO&dy$5Y|+zEjxDAr
z6On)L+HM8?>PBjJ0n+67i_cPrj35RI6>&^xr*SbbZgW0$&JJJNExNC(Ju|Gp>u(hI
zoz^_QVl{Ep>s~Txnog$f$w#j?eKULFQT=HS@{Lxkm>B{RNX$bB*PEtaL-nNK#FZGK
za%Ow>pNMmZ7=oYoGq4aynf~f3Ul<=m5&3H}Lwc%uB1w7rkv1-#j7v~k!)v|k_AJZa
z^qYfW;k!w%21*pZKbNkjPzHeu1x;nS<qH`0HY)%J6!y0-^yifY>O{UDlq|KssI9;N
zwJ+WuxE%9O#e(0s4}HsHE{!#`;3PPEWcQbFU&x=;KEGRJ`5s!QXX^ZojsnhrF-nGc
z-r<~l1-&|Gsip%Tt$~DK0Wnl~l|?4Ehcn#R?7K-GY9O~FCZtzjXV**sLwUPhKMkSr
zs6vsI>NHyR*Ks+%%7ktiwV>@_OPS_r0oB-KdT|yWN&f...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port.
Problem:
For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2002 Mar 03
0
Documentation question.
Hello all.
I have been working on adding some logging abilities to the ext3
filesystem. I am at the point now where I could use some pointers to
source code documentation, functions, data structures generally an
overview of the implementation. If such a beast exists I would love to
be pointed at it.
-- Larry Cashdollar
2002 Oct 30
1
connect() timeout patch.
...because many of us use ssh
in automated scripts and in some cases machines may no longer be reachable,
rather than wait you can set the timeout to say 3 seconds (-z switch).
-- Larry Cashdollar
-------------- next part --------------
--- readconf.h Sun Jun 9 16:04:03 2002
+++ ../openssh-3.5p1.modlwc/readconf.h Wed Oct 30 08:50:52 2002
@@ -100,6 +100,7 @@
Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION];
int clear_forwardings;
int no_host_authentication_for_localhost;
+ int time_out;
} Options;
--- readconf.c Tue Jul 9 10:06:40 2002
+++ ../openssh-3.5p1.modlwc/readconf...