search for: filedate

Displaying 16 results from an estimated 16 matches for "filedate".

Did you mean: filedata
2007 May 31
0
Merging two data objects question
...t with all these lists of lists etc, I'm totally clueless on how to do that. [1] "STR OF allDataSubset1" List of 18 $ 20050101: num [1:2565, 1:7] 20050103 20050103 20050103 20050103 20050103 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL .. ..$ : chr [1:7] "filedate" "AUD" "CAD" "CHF" ... ..- attr(*, "index")='POSIXct', format: chr [1:2565] "2005-01-03 08:04:00" "2005-01-03 08:08:00" "2005-01-03 08:12:00" "2005-01-03 08:16:00" ... $ 20050201: num [1:2430, 1:7] 20050...
2003 Dec 12
0
Roamin Profile problem / filedate issue
Guys, I've identified a problem "I think" Config: Samba 2.2.8a on Linux and Solaris WinXP SP1 and Win2kSP4 workstations We have a problem here, when logging out and using roaming profiles on a samba host take significantly longer than logging out when the profile is stored on a Win2k server. Looking closely I've discovered the following. On each logout, numerous files, that
2003 Nov 24
1
[PATCH] fix pipe() for ia64
Pipe's a strange syscall. Here is a fix for ia64. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: #
2007 Apr 12
2
data file import - numbers and letters in a matrix(!)
...na.strings = "S=" Measure1 <- matrix(scan("data.dat", n= 5063 * 4, skip = 20, what = character() ), 5063, 3, byrow = TRUE) Measure2 <- matrix(scan("data.dat", n= 5063 * 4, skip = 5220, what = character() ), 5063, 3, byrow = TRUE) My data file: ----------- FILEDATE:02.02.2007 ... START OF HEIGHT DATA S= 0 y=0.0 x=0.00000000 S= 0 y=0.1 x=0.00055643 ... S= 9 y=4.9 x=1.67278117 S= 9 y=5.0 x=1.74873257 S=10 y=0.0 x=0.00000000 S=10 y=0.1 x=0.00075557 ... S=99 y=5.3 x=1.94719490 END OF HEIGHT DATA ... START OF HEIGHT DATA S= 0 y=0.0 x=0.00000000 S= 0 y=0.1 x=0.00...
2008 Jan 04
1
Help on odfWeave package
Hi R users ! I'm trying to use odfWeave package I have a problem with unzipping files : when I try to run the example given in odfWeave help I get this error message : Copying C:/Documents and Settings/stgduclos/Mes documents/R/win-library/2.6/odfWeave/examples/simple.odt Setting wd to C:\DOCUME~1\STGDUC~1\LOCALS~1\Temp\RtmpzfZ6ye/odfWeave04141446464 Unzipping ODF file using
2009 Jul 27
1
supporting --fake-super on opensolaris (zfs) destination
Hello everybody. I wrote a small patch in order to support what I think is an absolutely needed feature in order to make rsync-based backups retaining complete ownership permission when writing to an opensolaris machine using --fake-super. My goal is making backups of linux boxes to opensolaris/zfs. In order to make it work just do patch -p1 < patch_file.txt inside rsync source tree. and
2011 Apr 13
1
strategy for writing out file with lines header initiated with comment sign
...##################################### The lines I want to write in the header lines look like, with words in the last line (here the line "#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NA00001") be separated by tab : ##fileformat=VCFv4.1 ##fileDate=20090805 ##source=myImputationProgramV3.1 ##reference=file:///seq/references/1000GenomesPilot-NCBI36.fasta ##contig=<ID=20,length=62435964,assembly=B36,md5=f126cdf8a6e0c7f379d618ff66beb2da,species="Homo sapiens",taxonomy=x> ##phasing=partial ##INFO=<ID=NS,Number=1,Type=Integer,De...
2003 Apr 24
1
RMySQL crash under R 1.7.0, but not 1.6.2
...Time Stamp: 0x3b7dfe0e Version Information Signature: feef04bd StrucVer: 000100000 FileVer: (7.0:2600.0) ProdVer: (6.1:8638.0) FlagMask: 0000003f Flags: 00000000 OS: 00040004 FileType: 00000001 SubType: 00000000 FileDate: 00000000:00000000 I have also: > version platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 7.0 year 2003 month 04 day 16 language R and: C:\Program Files\\mysql\bin>mysqladmin --user=root version mysqladmin Ver 8.2...
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
The parts of klibc specific to the ia64 architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 951dc85bd690c6cc5a971815665da947160cbe51 tree 0843c8aa67a3c46a362d12c392c41c25d85ac9cd parent bd0599e5290ca1a16bb7a68f7c362d395c612eb3 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:24 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello, I just discovered a strange bug with serial passthrough in xen 4.1 on Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The serial port is passed through to a DomU with options 'irq = [ 4 ]' and 'ioports = [ '3f8-3ff ]'. This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel 2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello, I just discovered a strange bug with serial passthrough in xen 4.1 on Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The serial port is passed through to a DomU with options 'irq = [ 4 ]' and 'ioports = [ '3f8-3ff ]'. This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel 2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2012 May 31
3
[LLVMdev] LLVM/Clang SVN: 2 Questions
On 5/31/2012 8:52 AM, Justin Holewinski wrote: > On Thu, May 31, 2012 at 1:44 AM, MortenMacFly <mac-fly at gmx.net > <mailto:mac-fly at gmx.net>> wrote: > > > Windows7, Cmake 2.8.8, MinGW 4.6.1. compiler: > > I got two questions seeking for help: > > 1.) I am trying to compile LLVM/Clang from trunk using the > instructions from >
2008 Jun 22
3
Xattrs and Delete over AFP
Hello group, I have an OSX 10.3.9 Server that I'm trying to back up with rsync 3.0.2. Since I didn't have any luck with the 10.3.9 patch and I do have 10.4 clients, I decided to try running the backup over AFP (Apple's file sharing protocol). I found a way to mount the AFP volume with root permissions and rsync 3.0.2 works very nicely using this on the 10.4 clients, preserving
2006 Aug 11
3
Proposed changes to omindex
Proposed changes to omindex Currently Available Items ========================= 1) Have the Q prefix contain the 16 byte MD5 of the full file name used for document lookup during indexing. 2) Add the document?s last modified time to the value table (ID 0). This would allow incremental indexing based on the timestamp and also sorting by date in omega (SORT=0) a. Currently I store the timestamp
1999 Sep 09
1
SAMBA digest 2226
...; >Content-Type: text/plain >MIME-Version: 1.0 >Content-Transfer-Encoding: 8bit > >Hi, > >I?m running Samba 2.0.5a and Linux 2.2.3. When I try to mount a NT share it >works but I always get differences between the file date on nt share and >linux on the other side. I have filedates from year 1900 to 2060 (on the linux >side). File dates on the NT sides are correct. > >Any ideas? > >Martin > >------------------------------ > >Date: Wed, 8 Sep 1999 19:00:19 +0700 >From: "Andrew Belgorodtsev" <Andrew@omsk.net> >To: <s...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: