Displaying 20 results from an estimated 900 matches similar to: "Windows 2000 PDC - Profiles on Samba Server"
2011 Oct 15
1
VGA PassThrough works for EVGA GTX 460 SE 1024 MB
Hi
Finally I succeeded to use my graphic card EVGA GTX 460 SE 1024M with Xen 4.2 unstable.
Before I was using my MSI GT 440.
I am little excited that it works now.
Kernel
=====
Kernel ---> 3.1.0-rc9 downloaded from http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary
My kernel''s config is attached to this mail.
Xen
====
Download Xen
hg clone -r 23965
2008 Aug 11
1
Unwanted carriage returns storing dataframes with dbWriteTable
If I save a dataframe with a character-typed last column to a relational
database with dbWriteTable, the values in the last column of the
resulting table in the database will have a '\r' (carriage return)
appended. If I read back the dataframe with dbReadTable the last column
in the resulting dataframe has also '\r' appended (see protocol below).
Setting or unsetting sql-mode
2004 Aug 06
2
XML statistics on remote server
what i did in this situation was dump the stats/status file to the local
server through a lynx --dump call from php .. and then i also update a
sql table to reflect the changes so i can poll that instead ..
a.
<p>On Thu, 26 Feb 2004, MacSym wrote:
>
> Hi everybody,
>
> I am wondering if it is possible to generate the XML/XSL files on a remote
> server (status.xsl,
2017 Jun 23
2
Help: ifelse selection for x,y coordinates
Hi Jim,
Thank you very much for the answer?! The result is really better with this??
Here is the code?:
> kk<- function(x.Koordinate, y.Koordinate, data=data)
+ {
+ coordx<-data$x.Koordinate[data$G==24]
+ coordy<-data$y.Koordinate[data$G==24]
+ x <- ifelse(data$x.Koordinate>coordx-51 & data$G>15,data$x.Koordinate," ")
+
2004 Aug 06
4
relay servers and mountpoints
> this all works fine . but i want to set ices2 on the main web server to
> actually broadcast the appropriate archives for off-live times , instead
> of redirect to the fileserve . ( will this require much resources if the
> mp3/ogg files are already encoded to the correct bitrate ? )
No. Without re-encoding, resource usage is very very low.
>
>
> MY QUESTiON -- if the main
2005 Mar 09
4
How to get standard deviation of rows in a matrix
Hi all,
I am trying to find sd of my rows in a matrix and i get column sd inspite of extracting rows.
I tried to do the sqrt(var(x)) but that did'nt work as well,
Here is my data
genes
15 24 63 40
25 42 46 35
23 53 37 45
30 37 50 55
40 51 30 48
x<-sd(genes[1:5,])
y<-sqrt(var(genes[1:5,]))
I get 4 sds for the 4 columns instead of 5 sds for my 5 rows.
Thanks you in advance.
2009 Mar 03
3
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Hi Chris,
Just in case that this information does not get corrupted I want to
point to the issue:
In http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf it is on
page 21: "VMKit, Mono, PNet", Array bounds checks.
In http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf it is on page
17: "We compare N3 with Mono [9] version 1.2.6, and PNet version 0.7.4
[2], which uses
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
Hi C?line,
Looks like you are looking for a statistical test between two sets of
distributions, such
as KS test, for example, generate histogram for each row in an identical
way and run KS test.
But if you are after simple difference you may use compare package (
https://cran.r-project.org/web/packages/compare/index.html).
Best,
-m
PS: Data is already plural :) datas does not exist.
On 12
2009 Mar 03
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Dear all,
First, sorry for all that noise. I know you guys *just don't care*TM,
but this requires some clarification. I won't say more than what's in
this email.
The VMKit paper dates from early 2008. It compares VMKit with pnet 0.7.4
and not the latest release (0.8.0) because we were not able to get any
information to build it correctly at the time; the website that hosted
2004 May 28
2
Bug#251364: logcheck: preinst has bashism, fails with dash and LANG != C
Package: logcheck
Version: 1.2.20a
Severity: serious
Tags: patch
On a system where sh points to dash and LANG=es_ES, I get this:
# apt-get -y --reinstall install logcheck
Leyendo lista de paquetes... 0%
Leyendo lista de paquetes... 0%
Leyendo lista de paquetes... 23%
Leyendo lista de paquetes... Hecho
Creando ?rbol de dependencias... 0%
Creando ?rbol de dependencias... 0%
Creando ?rbol de
2017 Sep 12
3
comparition of occurrence of multiple variables between two dataframes
Yes of course, I can share this short view of the datas.
Here is the head() of data100, containing all the trees with a final value higher than 100?:
CV11
CV12
CV13
CV14
CV15
CV21
CV22
CV23
CV24
CV25
CV26
CV31
CV32
CV33
CV41
CV42
CV43
CV44
CV51
CV52
IN11
IN12
IN13
1291
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1083
0
4
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3919
0
0
0
0
0
0
0
0
0
0
0
2
0
2004 Aug 06
5
Playlist Problem (Newbie)
I just downloaded and installed the newest version of icecast. I have
been using shout to stream my mp3's into icecast, and it worked ok
except it kept stopping mid song and I'd have to hit the play button
again on xmms to get it to work properly, but then a few minutes later
it does the same thing. I downloaded ices to use instead of shout and
now it won't load the playlist..?
2006 Dec 21
1
A problem with "copy()" in the svIO package
Hi R-users:
When I type the following code in R, using
the svIO package I got a problem only with
the "latex" type option.(With "raw", "ascii" and
"html" options, it works fine).
x<-1:50
copy('x', type='latex', objname='x')
Erro en file.info(fn <- c(...)) : argumento del nombre de archivo inv?lido
Thank you for your help.
2009 Apr 28
3
[LLVMdev] how to build Java frontend for LLVM?
thx, but i meet a problem in configuing the pnet-0.8.0.
the error info:
checking for treecc... no
treecc is required to build and can be obtained from
http://www.southern-storm.com.au
how to fix this problem? thx!
-Joey
/*****************************************/
On Apr 23, 2009, at 10:25 PM, kqyang wrote:
hi all
i check out https://llvm.org/svn/llvm-project/java/trunk
but i can
2011 Jul 03
7
XEN DomU isn''t starting...
Hi guys!
I installed XEN 4.0 on Debian Squeeze but I cannot get the first DomU
(not an image) started.
Attached you will find /etc/xen/xen1.conf and the result of "xm create
-c /etc/xen/xen1.conf" in xen1.log.
Can you help me? What did I wrong? Is it about the fstab in xen1 (see
also attached)?
Many thanks in advance!
Regards
Stefan
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
Do you have a simplified example with a code? It is not clear to me
what do you mean by tree but if you refer to tree data structure,
maybe you could change the data structure to tree
(https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html)
and try to write comparison of two tree objects. It might be easier
that data.frame alone.
On 12 September 2017 at 12:27, C?line L?scher
2006 Mar 08
3
bug in map('world') ?
hi,
did'nt see anything in the archive:
map('world',pro='rectangular',para=0)
yields a strange artifact (horizontal bar) extending over the whole map
at a certain latitude range (approx 65 deg. north), whereas
map('world',pro='rectangular',para=180)
(which should be the same) does not show the artifact.
the artifact shows up in other projections as well,
2008 Mar 26
3
Theora logo master
Hello
I would like to ask if it's possible to display Theora logo at
http://ronja.twibright.com/sw.php
I use Theora for automatically generated videos at
http://ronja.twibright.com/3d/
If yes can I please have the master of the logo? I cannot use the small logo you have
on the website.
Thanks,
Karel Kulhavy
2017 Jun 23
0
Help: ifelse selection for x,y coordinates
Hi Celine,
what about removing the unwanted after you made the x and y
x<-x[x>0] # or x<-x[x>0&&y>0], ditto for y, x[x!=""] in your ifelse (... ,"") case
if x and y will not have the same length afterwards you need to make that list thingy.
cheers
Peter
On 23. Jun 2017, at 07:30, C?line L?scher <c-luescher at hispeed.ch<mailto:c-luescher at
2002 Mar 01
3
calculating std err (SEM)?
Is there a "canned" function in R for finding the standard error of the
mean? I have tried
> sem <- function(x) c(mean =mean(x),
+ SEM = stdev(x)/sqrt(length(x)))
> sem(pnet.lai)
Error in sem(pnet.lai) : couldn't find function "stdev"
It looks like there is no stdev function in R
Thanks,
Kirk
Kirk R. Wythers email: kwythers at umn.edu
University of