similar to: Checking of the existence of a remote file

Displaying 20 results from an estimated 12000 matches similar to: "Checking of the existence of a remote file"

2002 Apr 18
1
Error handling with rsync
Since I uses rsync in a perl script I'd rather prefer to get error codes from rsync instead of messages at STDOUT. Is there an option which tells rsync it should return error codes? Is this possible or do I ask something ridiculous? How is the error handling done when rsync can't download a file? Should I better switch to the rsync library, is there a perl interface? O. Wyss -- Author
2003 Nov 17
1
\preformatted and $
Hi, I have been developing a package in R and have been working on documentation. I have a \details function that contains the following: \details{ some text \preformatted{ [my-section] user = apv host = 127.0.0.1 } } When I run R CMD check I get an error while checking the manual. If I remove: \preformatted{ [my-section] user = apv host = 127.0.0.1 } and replace it with [my-section]
2004 Jul 06
1
New to wxruby
Sorry if this is a repost for those of you who are also on the wxusers list. But I thought I might get some more specific feedback here. I am interested in producing graphical interface elements, like those: http://azureus.sourceforge.net/img/sc/2.1.0.2/statistics.png and http://azureus.sourceforge.net/img/sc/2.1.0.2/torrent_general.png Can anyone point me to what wxruby widgets might work to
1997 Aug 20
1
R-alpha: R-0.50-a3(+) Method despatching bug ?
It is very wierd... Can some of you confirm the following behavior ? It is a new bug (feature ?) which was not yet in 0.49 ... noquote <- function(obj) { ## constructor for a useful "minor" class if(!inherits(obj,"noquote")) class(obj) <- c(class(obj),"noquote") obj } "[.noquote" <- function (x, subs) structure(unclass(x)[subs], class =
2010 Apr 26
2
Never executing loop in smallft.c
Hello list I've been studying libvorbis code and found a strange fragment in smallft.c: 38 static void drfti1(int n, float *wa, int *ifac){ 39 static int ntryh[4] = { 4,2,3,5 }; 40 static float tpi = 6.28318530717958648f; 41 float arg,argh,argld,fi; 42 int ntry=0,i,j=-1; 43 int k1, l1, l2, ib; 44 int ld, ii, ip, is, nq, nr; 45 int ido, ipm, nfm1; 46 int nl=n; 47 int nf=0;
2005 Feb 09
1
efficient R code
Last Friday, Gregory Chaitin (http://www.umcs.maine.edu/~chaitin/lm.html) mentioned that there can be no proof that a given code is the shortest for a problem, even within a language. Still, the script below, a replacement of the "TDT", one of the most frequently used tests in genetics (http://mustat.rockefeller.edu under "downloads") may get close. It contains a few
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
A larg program which worked with lme4/R about a year ago failed when I re-run it today. I reproduced the problem with the program below. -- When lme4 is not loaded, the program runs ok and fast enough -- When lme4 is loaded (but never used), the do.call fails with infinite recursion after 60 seconds. Memory used increases beyond bonds in task manager. -- I tested a few S3 based packages
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
A larg program which worked with lme4/R about a year ago failed when I re-run it today. I reproduced the problem with the program below. -- When lme4 is not loaded, the program runs ok and fast enough -- When lme4 is loaded (but never used), the do.call fails with infinite recursion after 60 seconds. Memory used increases beyond bonds in task manager. -- I tested a few S3 based packages
2012 Feb 10
1
making multiple lines using qqplot
Hi Everyone, I want to make 3 lines on the same graph (not as subplots, all in the same window, one on top of each other) and I want them to be quantile-quantile plots (qqplot). Essentially, I am looking for the equivalent of Matlab's "hold on" command to use with qqplot. I know I can use 'points' or 'lines', but these do not give me a qqplot (only appear to work
2012 Jan 27
1
[Bug 45299] New: fullscreen GL window flickering with updates in other windows
https://bugs.freedesktop.org/show_bug.cgi?id=45299 Bug #: 45299 Summary: fullscreen GL window flickering with updates in other windows Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority:
2006 Mar 07
0
checking for existence of object in views
In my views I often find an error caused by trying to display a property of a non-existent object. Is there is a simpler way to avoid this than to append an ''if'' conditional at the end of each statement where the ''belongs_to'' object does not exist? <% for person in @people %> <tr> <td><%=h person.address.streetname if
2007 Apr 27
1
add arrows to barchart with groups
Hello Rhelpers, I am trying to represent the following data (hereafter named donnees) in a barchart with a grouping variable : site traitement date s res 1 NT 17/10/2005 normal 76.2 1 T 17/10/2005 normal 103.2 1 NT 23/11/2005 tardif 81.6 1 T 23/11/2005 tardif 98 2 NT 15/10/2005 normal 72.71 2 T 15/10/2005 normal 94.47 2 NT 15/11/2005 tardif 79.65 2 T 15/11/2005 tardif 94.7
2018 May 02
0
Generating function definition for function that's only called during unwinding
Hmmm... It seems like I should check out how the UseList on Value (and its child BasicBlock) work. On Tue, May 1, 2018 at 8:34 PM, Keith Wyss <wyssman at gmail.com> wrote: > Hi, > > I'm trying to understand how clang keeps track of which declarations are > called within a translation unit and decides to codegen their definitions. > > DeclBase.h has a markUsed to keep
2010 Dec 10
4
Very surprising behaviour with --files-from
$ wc -l /tmp/list 1000 /tmp/list $ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/ ut00-s00010:/backups/ building file list ... 3937 files to consider I am totally baffled. That's not such a big deal, but the list I'm *actually* using has twenty *million* files in it. At a couple hundred files a second, if it's going to check 4 times the number of files, that's
2015 Jan 26
1
[Bug 11075] New: Shouldn't --inplace fail immediately if it can't make files?
https://bugzilla.samba.org/show_bug.cgi?id=11075 Bug ID: 11075 Summary: Shouldn't --inplace fail immediately if it can't make files? Product: rsync Version: 3.1.0 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2002 Mar 12
1
Problem with duplicate directories
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2006 Nov 27
0
HP Photosmart C6180 and smbclient (and other unix based smb clients)
Hi, I'm trying to access a share called MEMORY_CARD on an HP Photosmart C6180 from a linux system. Smbclient keeps returning some form of access denied. Strangely enough, the finder application on Mac OS X is able to 'mount' it. I get the same error with smbclient under OS X. Windows has no trouble accessing it through explorer as well as through calls to net use with cmd.
2006 Dec 03
0
HP Photosmart C6180 and smbclient, and other linux-based samba clients
Hi, I'm trying to access a share called MEMORY_CARD on an HP Photosmart C6180 from a linux system. Smbclient keeps returning some form of access denied. Strangely enough, the finder application on Mac OS X is able to 'mount' it. I get the same error with smbclient under OS X. Windows has no trouble accessing it through explorer as well as through calls to net use with
2001 Aug 13
0
erappin' - daily morning update 8-13-01 (PR#1051)
erappin' - daily morning update ---------------------------------------------------------------------------- ---- BLEAK ECONOMIC PICTURE We got a mixed bag of reports by retailers at the end of last week. As you know, retail sales are a key element to this economy's growth as continued consumer spending is necessary to remain out of a recession. Market analysts are hoping
2001 Aug 13
0
erappin' - daily morning update 8-13-01
erappin' - daily morning update ---------------------------------------------------------------------------- ---- BLEAK ECONOMIC PICTURE We got a mixed bag of reports by retailers at the end of last week. As you know, retail sales are a key element to this economy's growth as continued consumer spending is necessary to remain out of a recession. Market analysts are hoping