similar to: Copying using a parallel directory.

Displaying 20 results from an estimated 2000 matches similar to: "Copying using a parallel directory."

2011 Mar 10
2
Selecting ranges of dates from a dataframe
Hello list! I have a data.frame which looks like this: > serv datum op.read op.write read write 1 2011-01-29 10:00:00 0 0 0 0 2 2011-01-29 10:00:01 0 0 0 0 3 2011-01-29 10:00:02 0 0 0 0 4 2011-01-29 10:00:03 0 4 0 647168 5 2011-01-29 10:00:04 0 0 0 0 6 2011-01-29
1999 Jul 27
12
hi
hi This is Tarun from Indusa Global , Jamaica pl. reply regards -------------- next part -------------- A non-text attachment was scrubbed... Name: tarun.vcf Type: text/x-vcard Size: 180 bytes Desc: Card for tarun kumar Url : http://lists.samba.org/archive/samba/attachments/19990727/506b9d4c/tarun.vcf
2011 Aug 20
16
question on delta transfer
Hello, Anybody have experience on this matter? "If the source file has been deleted and recreate at the next sync rsync will move whole file without apply delta transfer even the destination file exist" Please reply Thank you, Remo Angeloni ********************************************************************************************** *** PRIVILEGED AND
2006 Aug 29
0
Processes dying
Hello everybody! I''m a developer from Germany trying to run RadiantCMS on a Mongrel and Apache-powered server, and the processes keep dying away. I''ve been roaming the archives hoping to find a clue to the solution to my problem, but I didn''t get very far, since mostly the given environment or error messages don''t match mine. I''m using a Debian
2003 Jun 06
0
OT: Mail rules (was: Re: Auto-away replies)
> -----Original Message----- > From: Matthew Stier [mailto:Matthew.Stier@fnc.fujitsu.com] > If the recipient's email address is not listed in the To: or > Cc: lines of the > message, don't reply. Unfortunately Outlook doesn't offer this capability, as far as I know. > A bit more considerate vacation program adds the condition: > > If I have sent a notice to
2011 Aug 20
0
Logout restart shutdown Script
Thanks all really for those how has the misfortune of using openbox with LightDM . We need our own shutdown restart suspend log-out scripts which depend on lightdm. Please help us -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/lightdm/attachments/20110820/567260e4/attachment.html>
2011 Aug 20
2
authorized_credentials patch.
Gives GSSAPI-MIC the same options capability currently provided for public key logins by the AuthorizedKeysFile. Uses krb5_principal_match() to support widcard matches. Uses percent_expand() to expand tokens for: credential USER[/INSTANCE]@REALM homedir /home/user username user cred name USER cred instance INSTANCE cred realm REALM My intended application: # cat
2011 Aug 20
0
Where to download libnl-devel-1.0-pre8
dear guys, I'm trying to compile iw, it needs libnl version >= 1.0-pre7. I've got it, but I can't get for devel version. I search on google but I haven't found it yet. Do you know where to get it? thanks before. -Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Jan 10
4
A small bug and a question about CONTEXT=SEARCH
Hi, I have been looking at search and sorting with dovecot and have run into some things. The first one I think may be a minor bug because a set of commands result in the socket connection being closed without warning: UID SEARCH RETURN (SAVE COUNT) CHARSET UTF-8 (UNDELETED TEXT "foo") UID SEARCH RETURN (COUNT MIN) CHARSET UTF-8 () $ The empty paranthesis before the
2012 Jan 26
0
Conflicts between 'parallel' and 'Rprof', and between two parallel R sessions
Dear list, I observed two problems that I suppose are generic. First, using 'Rprof' to profile a parallel (based on the package 'parallel') code caused .... Error in unserialize(node$con) : error reading from connection.... Second, on a multicore desktop, I concurrently opened two terminals and ran two separate R sessions, both running (actually identical) parallel code (which
2007 Aug 22
0
"Parallel port is busy; retry in 30 seconds..."
How do I clear this condition? Must I reboot, or is there a less drastic action? Thanks. mhr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070821/b468f01a/attachment.html>
2007 Mar 09
1
Installing Parallel Zip 250 on 4.4
I am trying to install a Zip 250 drive on CentOS 4.4 but the detect hardware at boot up is not finding it. I am not sure where to start as normally hardware is installed at the initial install or it auto detects on boot. Any help would be appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 10
1
php5 rpm to be installed in parallel with php4?
Hi, I'm looking for a php5 rpm which I can install in parallel with php4. Therefore, the centosplus rpm is (AFAIK) not usable for me as it replaces php4. Does centos provide an php5 rpm which does not touch my php4? Is there a matching srpm on web? Sorry, if this question is a FAQ. Thanks for your help :) fs
2006 Mar 20
1
Mongrel + Apache = Parallel processing ?
Hello All, If I use Apache/mod_proxy with mongrel, will that give me multiple processes? I have a long-running request that blocks all other requests on a single mongrel service instance. Ideas? Thank you all! -- ------------------------------ Forget the icing. Bake the Cake! - the epi-centered developer ------------------------------ Peter Fitzgibbons -------------- next part
2005 Jun 24
0
Parallel Worlds
You know, it almost seems as though there are now parallel worlds of animation utility packages. There is of course this family of effects, written in JavaScript, and typically used by Rails apps. But then there''s very similar libraries written in ActionScript, for Flash, that do very very similar things. And since ActionScript is heavily based on JavaScript, one wonders if
2006 Jun 14
1
2 machines running centos and parallel ports
I have two machines both running centos 4.3. I have a laplink cable (parallel) between them. On one machine I do "echo Hello > /dev/parport0" on the other machine I wrote a short c program to open /dev/parport0 and when characters arrive print them on the screen. Seems simple enough but nothing comes across. Both machines parallel ports are set for PS/2 mode. Is there a reason this
2007 Aug 15
0
parallel redundant ups systems and shutdown cmd handling
Hi, while looking into adding instant commands to turn on/off the load, reboot, shutdown etc I came across some questions: - XUPS.mib isn't really clear whether turning off the load affects only this single UPS one sends the command to or if it affects all UPS in this system (in my case 2 UPS). Does anyone happen to know how issuing a "load.off" would behave? - XUPS.mib
2012 Dec 21
1
Parallel code using parLapply
Dear R-users I was running into problems with my R code trying to run clh sampling (clhs package) in parallel mode (=on various data sets simultaneously). Here is the code (which I developed with some help:)): ****************************************** library("clhs") library("snow") a <- as.data.frame(replicate(1000, rnorm(20))) b <- as.data.frame(replicate(1000,
2012 Nov 04
0
parallel::mclapply list coercion limits opportunities for code re-use?
The attached diff address the following issues in mclapply mclapply coerces non-lists or objects (S3 or S4) to lists, but a list may not be an efficient representation and is not required if the object implements length, [, and [[ methods (lapply must also work on the object, either through coercion to a list at the 'inner.do' level or through other means, e.g., promoting lapply to a
2004 Sep 21
0
raw parallel port access
After quite a few days of perusing wine doc/source/config/mailing lists, I have found very scant references to accessing the raw parallel ports using wine. I am running FC2 linux (up-to-date) and have confirmed I can access the parallel port (dongle) presented to VMWare running a Windows 2000 guest OS successfully ie. access to /dev/parport0 works. I can also run all the programs included with