Displaying 3 results from an estimated 3 matches for "pipas".
Did you mean:
pepas
2007 Feb 21
2
Problem with Rsync or Users will be Users?
I'm using CWRSync 2.6.9 protocol 29 on a Windows 2003 Standard R2 server.
I'm trying to copy files onto a local usb harddrive.
Both filesystems are NTFS.
Rsync is failing to copy some files due to the file name length.
I kind of assumed that Rsync could handle the same file name length that
Windows users are allowed to enter. :-)
Is there *anything* I can do with Rsync to allow these
2011 Nov 27
1
sqldf if iif
...btract column "Num" between the two moments considering only
the changes, therefore I use the conditional if:
var100<-sqldf("select esf100.SAMPLE, esf100.SPECIES, esf100.Num, esf100.esf,
iif esf100.Num - esf50.Num >=0, esf100.Num-esf50.Num,
esf100.Num as PIPAS
from esf100 left join esf50 on esf100.SAMPLE =
esf50.SAMPLE
and esf100.SPECIES = esf50.SPECIES")
I think the structure is right because the SQL query run ok in Access. Is
the if syntax the problems?
Thank in advanced.
Best wishes,
Carlos...
2011 Mar 21
1
[LLVMdev] Efficient instrumentation of loads and stores
Hello, I'd like to listen your opinions regarding my research with LLVM.
My work is a dynamic analysis of data dependences [1]. Briefly speaking, I'm
instrumenting memory loads/stores and loop entries/exits/back edges, and
then calculating data dependences in runtime, especially focusing on
loop-carried dependences.
So far, I have been working with a binary-level instrumentation tool