search for: 1day

Displaying 12 results from an estimated 12 matches for "1day".

Did you mean: 0day
2002 Mar 29
4
Incremental backups and batch mode.
I'm trying to use the rsync algorithm for incremental backups. After a quick look at rsync I saw the batch mode operations, and I thought that maybe I can modify them for incremental backups. What is needed is to add an option to save the checksums of all the files of the level 0 backup and a second option to use the level n checksum to calculate the delta batch files for the level n+1
2011 Sep 01
2
two question about plot
1) how to modify the the tickment of x-axis or y-axis. boxplot(data[,1:5]) the tickment in x-axis in V1 V2 V3 V4 V5 ,I want to be some name for example name<-c("1day","2day","3day","4day","5day") 2) how to overlap two plot into one figure? plot(data[1:5]) boxplot(newdata[,1:5]) ? -- TANG Jie [[alternative HTML version deleted]]
2012 Feb 03
4
how to plot several curves in the same frame
Hello, I'd like to know how to plot several curves in the same frame (1curve = 1line=1day). For instance (csv file): 2012-02-01 01:00:00; 2100 2012-02-01 02:00:00; 2200 ... 2012-02-01 23:00:00; 2500 2012-02-02 01:00:00; 1000 2012-02-02 02:00:00; 1500 ... 2012-02-02 23:00:00; 1700 Here, I have to plot 2 curves in the same frame: 1 for 2012-02-01 (on the first line) and 1 for 2012-02-02...
2009 Jul 20
0
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
...inding for calls. > >> I take it you have never used Python ;) >> (Python uses exceptions to terminate loops, so it helps if they aren't >> too slow) > > I have used python, and it is slow (sorry). In fact, python Python: write program 1 day, run program 10mins = 1day + 10mins C++: write program 1 month, run program 30 seconds = 1month + 30 secs It depends on how you look at it, but we are getting off topic here :) > Exceptions are implemented in python as a second return value, thus Only in one particular Python implementation, there are several. Its not in...
2010 Aug 21
0
problem with date range search using acts as solr
...am struck up with solr''s date range search. I have used acts_as_solr plugin in my rails project. My model looks like acts_as_solr :fields => [:title,{:createdate=>:date}] No problem,if i used following date range search format => model.find_by_solr("createdate:[NOW-1DAY TO NOW+1DAY"] if i used following format => model.find_by_solr("createdate:[2010-07-02T00:00:00.000Z TO 2010-08-02T00:00:00.000Z]") i got error like "RuntimeError: There was a problem executing your search: Couldn''t connect to the Solr server...
2009 Jul 20
6
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
On Mon, Jul 20, 2009 at 10:09 AM, Mark Shannon<marks at dcs.gla.ac.uk> wrote: > Andrew Haley wrote: > If you can make your point without any references to any C/C++ specific > features it might be more convincing ;) > I did. Recall my mention of java/c#/ruby/python's finally/ensure blocks, or C#'s using blocks. For proper implementation, these need multi-level unwinds,
2008 Aug 03
1
user must change password, works in ursmgr.exe but not with pdbedit
...it is impossible to force user to change password on next logon from pdbedit. It is possible to set this trough usrmgr.exe but its not really convenient when adding multiple users with a script or remote managing over ssh. Policy set for the domain: maximum password age 90days minimum password age 1day min password length 6chars password history 5 After searching this mailinglist and web for ways to do this it seems that pdbedit --pwd-must-change-time=(0 or current time) 'username' should do the trick (the man file for pdbedit or the samba manual does not mention how to do this.), but...
2005 Jan 31
2
BIG delete list makes for BIGGER RAM requirements
...Linux 2.6.8 RAM: 512MB Swap: 256MB XFS on LVM2 on Software RAID5 Cmdline: rsync --delete --force --safe-links -a --exclude=log --exclude=cricket --exclude=backup --exclude=matt --exclude=ftp --exclude=*_tmp* --exclude=mysql --exclude=lost+found --exclude=db/tempfiles/3hours --exclude=db/tempfiles/1day --exclude=httpd/backhand* --exclude=jim --exclude=clint --exclude=*.file --exclude=*tempfile* --exclude=db/files -e ssh --whole-file remotebox:/home/ /back/daily/remotebox/home The box has nothing using up a ton of RAM, so there is always at least 500MB of virtual memory available. I've never...
2015 Oct 09
2
Buildbot Noise
...86_64. Problems B. and C. and equally common on all platforms due to the complexity of the compiler. Problems of type B. should have same behaviour in all platforms. If the bots are fast enough (either fast hardware, or many hardware), the blame list should be small and bisect should be quick (<1day). These are not the problem. Problems of type C, however, are seriously worse on slow targets. Not only it's slower to build (sometimes 10x slower than on a decent server), but the testing is hard to get right (because it's intermittent), and until you get it right, you're actively wor...
2013 Sep 06
2
doveadm expunge problems
...server using iredmail, Dovecot and postfix using mysql for authentications. I sent a email to this server, and change the timestamp using touch. the mail boxes are as follow : /home/mail/vmail1/mydomain.fr/n/i/c/nicolas-2013.09.05.14.30.49/Maildir I want to delete mails that are, let's say, 1day old from the "Junk" folder. (I put the mail I changed the date in it). I run this command : doveadm -Dv expunge -u nicolas at mydomain.fr mailbox "Junk" savedbefore 1d The mail is still in the "Junk" folder, and I have this output : root at mail:/home/mail/vmail1# d...
2015 Oct 10
4
Buildbot Noise
...on all platforms due to >> the complexity of the compiler. >> >> Problems of type B. should have same behaviour in all platforms. If >> the bots are fast enough (either fast hardware, or many hardware), the >> blame list should be small and bisect should be quick (<1day). > > > Patches should still be reverted, or tests XFAIL - bots shouldn't be left > red for hours (especially in the middle of a work day) or a day. > >> >> These are not the problem. >> >> Problems of type C, however, are seriously worse on slow targets....
2015 Oct 07
4
Buildbot Noise
Hi David, I think we're repeating ourselves here, so I'll reduce to the bare minimum before replying. On 6 October 2015 at 21:40, David Blaikie <dblaikie at gmail.com> wrote: > When I suggest someone disable notifications from a bot it's because those > notifications aren't actionable to those receiving them. This is a very limited view of the utility of buildbots.