Displaying 20 results from an estimated 10000 matches similar to: "Copy files from Original Windows CD,possible?"
2004 Dec 11
3
rsync to retry if copy failed - possible?
Hello,
I want to be 100% sure that rsync copies something from one location to
another.
However, I did not see an option which would make rsync retry an
operation if it failed for whatever reason (network was down when rsync
started, or network went down during rsync was copying something,
connection timed out etc.).
For example, wget has an option like --tries=number Set number of
retries
2011 Mar 17
3
is this possible
dear all
i need driver for IC CY7C68001 (cypress semiconductor) for linux .can anyone guide me for this driver link? i am running my exe through Wine.. so wheter wine will automatically pick the driver from kernal or i have to add this driver into the W ine lib ??
regards
2011 Dec 20
1
read.px() no lee algunos archivos pc-axis
Hola:
Posteo este asunto en la lista porque me consta que los "padres" del
paquete pxR (por el que les estoy enormemente agradecido) son asiduos de
ella y nos aclaran a muchos novatos como yo un montón de dudas de R. Si
prefieren que tratemos este asunto de forma menos "publica" no tienen mas
que decirlo.
Bueno al turrón (nunca mejor dicho)!!!
Estoy montando una serie de
2012 Apr 02
2
Curso de R promovido por el INE
La Escuela de Estadística de las Administraciones Publicas organiza un
curso de "R Fundamentos":
http://www.ine.es/ine/eeaapp/sem1cur13.pdf
Que el INE empiece a aproximarse hacia el mundo del software libre es
una gran noticia.
--
+--------------------------------------------------------------
| Francisco J. Viciana Fernández
| Coordinador del Registro de Población
| Servicio de
2006 Aug 18
1
Boxplot Help
Hello R-users and developers,
Once again, I'm asking for your help.
I can identify outliers in boxplot with this instruction
result <- boxplot( Income ~ Sex, col = "lightgray", data=dados)
if (length(result$out))
text(result$group, result$out, result$out, pos = 4, col = "red")
But I can not identify the outlier's id (variable names) in the boxplot.
2007 Jun 25
2
simultaneous actions of grep ???
Hello R-users and developers,
Once again, I'm asking for your help.
There is other way to do the same more easily for applied simultaneous
grep???
c<-subset(c,!rownames(c) %in% grep(".1",rownames(c),value=T))
c<-subset(c,!rownames(c) %in% grep(".5",rownames(c),value=T))
c<-subset(c,!rownames(c) %in% grep(".6",rownames(c),value=T))
2008 Aug 17
3
Tank Combat - loading error
Game - Tank Combat - city entertainment
Set dll d3dx9_36.dll - still get the following error, as follows..
> err:module:find_forwarded_export function not found for forward 'd3dx8.D3DXGetImageInfoFromFileInMemory' used by L"C:\\windows\\system32\\d3dx9_36.dll". If you are using builtin L"d3dx9_36.dll", try using the native one instead.
>
2011 Dec 03
4
directx 9 bug in games.
Hey im having trouble with directx. 9 I have a black and gray models in portal and halo combat evolve.
OS:Ubuntu 11.10
RAM:1.5
GFX:Intel gma 900 NOTE: portal and halo combat evolve do work in a windows OS, So do not say it wont run.
RES:1024x768
Screen shot of bug: http://s1196.photobucket.com/albums/aa405/se7enjojo/?action=view¤t=Screenshotat2011-12-02170852.png
2007 Jun 19
1
: create a PDF file (text (print list) and grafics)
Dear helpers,
I need help to create a PDF file like the example
-----------------------------------
| Title |
-----------------------------------
| |
| Text (print a list) |
| |
-----------------------------------
| | |
| | |
| image | image |
| | |
| | |
-----------------------------------
2006 Jun 01
4
FW: How to create a new package?
Hi,
I'm a group of functions and I would like to create a package for load in R.
I have created a directory named INE and a directory below that named R, for
the files of R functions. A have created the files DESCRIPTION and INDEX in
the INE directory. The installation from local zip files, in the R 2.3.0,
results but to load the package I get an error like:
'INE' is not a
2007 Mar 27
7
Replacement in an expression - can't use parse()
Dear all,
Suppose I have a very long expression e. Lets assume, for simplicity, that it is
e = expression(u1+u2+u3)
Now I wish to replace u2 with x and u3 with 1. I.e. the 'new'
expression, after replacement, should be:
> e
expression(u1+x+1)
My question is how to do the replacement?
I have tried using:
> e = parse(text=gsub("u2","x",e))
> e =
2016 Apr 28
4
Centos hold me back from work - sshd ...bull
ine-imac-andy:~ andy$ ssh 141.52.135.21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been
2006 Apr 03
0
retrieve domain group member
Hi All:
After joining domain, how can I get the group members of cretain domain =
group?
can wbinfo or getent achieve this?
thanks,
LatrellFrom bruno.guerreiro at ine.pt Mon Apr 3 10:23:21 2006
From: bruno.guerreiro at ine.pt (Bruno Guerreiro)
Date: Mon Apr 3 10:24:04 2006
Subject: [Samba] User groups
Message-ID: <H000006700000a62.1144059800.scalix.dsii.ine.pt@MHS>
Hi all.
I've
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
The inverted dependency of Core to ReaderWriter via Simple.h was already
present.
My idea was to fix the problem before it gets bigger.
My proposal would be to move Simple.h and Alias.h to Core. Similar to
UndefinedAtom.h etc.
It would be even nicer to make the naming consistent as well, since there
already is
UndefinedAtom.h
SharedLibaryAtom.h
etc
Maybe:
SimpleAtom.h
AliasAtom.h
Moving the file
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
On Mon, Jun 2, 2014 at 12:49 AM, Rui Ueyama <ruiu at google.com> wrote:
> I agree to move these files to Core. Any objections?
None here.
- Michael Spencer
>
> On Mon, Jun 2, 2014 at 12:44 AM, Bas van den Berg
> <b.van.den.berg.nl at gmail.com> wrote:
>>
>> The inverted dependency of Core to ReaderWriter via Simple.h was already
>> present.
>> My
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all,
I initiate in R - Linux and I've some problems to find an editor with R
interface as like RWinEdt for WinEdt.
Anyone know one?
Thanks in advance for your kind cooperation.
Best regards
Atenciosamente
Ana Patricia Martins
-------------------------------------------
Serviço Métodos Estatísticos
Departamento de Metodologia Estatística
Telef: 218 426 100 - Ext: 3210
2006 Feb 01
1
problem with cbind
Hello,
I think this is Sill question but it's happens......
am$e_isell <- factor( with( am, ifelse( e_iacc == 1 & C5 == 1, 1, 0)))
summary (am$e_isell)
0 1
3966 296
(Ok)
am$e_isell [4256]
[1] 1
Levels: 0 1
(OK)
cbind( am$e_isell[4256], am$C6[4256])
[,1] [,2]
[1,] "2" "1"
(??)
cbind( am$e_isell[4256])
[,1]
2004 Dec 27
2
possible bug with mail->get_header and caching?
I don't know if this is intended or not, but here it comes.
I have
* that copy plugin I was working on
* dovecot 1.0-test59
* thunderbird test client
My copy plugin looks for the X-DSPAM-Signature header line, and reports
it to syslog as such:
imap: we have a signature: "X-DSPAM-Signature: <sig>"
where <sig> is replaced by what is found in the header line. This only
2003 Jul 22
4
Samba Domain Controller Help
Hi I am trying to setup a Domain controller on my home network for
testing and I am running into a bit of a problem.
Everytime I try to authenticate to the domain I get refused. I have
completely read the domain controller how-to that is supplied with Samba
2.28. I follow all of the directions and still nothing. When I attempt
to authenticate though it tells me that I don't have the right
2009 Feb 18
2
Tables
Are there any standards emerging for how to represent tables in Markdown?
Regards,
- Daniel
--------------------------------------------
Dr Daniel Winterstein
Winterwell Associates Ltd
tel: 0772 5172 612
http://www.winterwell.com
Registered in Scotland, company no. SC342991