search for: 66115

Displaying 4 results from an estimated 4 matches for "66115".

2003 Oct 08
1
AW: Skipping Directory
...web/workstation/mediadb/europe shoptv@192.168.8.111: The OS on both machines is Windows2000. rsync is running under cygwin. thanks Michael __________________________________________ moltomedia GmbH - Multimediale Konzepte Michael Clivot - Business Development Manager Heinrich-Barth-Strasse 29 - 66115 Saarbr?cken +49 681 948810 - +49 681 9488110 clivot@moltomedia.de - www.moltomedia.de -----Urspr?ngliche Nachricht----- Von: Hardy Merrill [mailto:hmerrill@redhat.com] Gesendet: Dienstag, 7. Oktober 2003 16:17 An: Michael Clivot Cc: rsync@lists.samba.org Betreff: Re: Skipping Directory Michael...
2014 Aug 15
2
[LLVMdev] Plan to optimize atomics in LLVM
> From my reading of Atomics.rst, it would be sound to reorder (It does not > say much about load-linked, so I am treating it as a normal load here) > >> store seq_cst >> fence release >> load-linked monotonic > > into > >> load-linked monotonic >> store seq_cst >> fence release > Which would make an execution ending in %old_x = %old_y = 0
2019 Jun 05
6
Open a file which name contains a tilde
Hi, As I can see via path.expand a filename which contains a tilde anywhere gets automatically crippled. +> path.expand("a ~ b") [1] "a /home/user b" +> path.expand("a ~ b ~") [1] "a /home/user b /home/user" I want to open a file regardless whether its name contains any character unless 0. The unix filesystem allow the creation of such files, it
2019 Jun 05
6
Open a file which name contains a tilde
Hi, As I can see via path.expand a filename which contains a tilde anywhere gets automatically crippled. +> path.expand("a ~ b") [1] "a /home/user b" +> path.expand("a ~ b ~") [1] "a /home/user b /home/user" I want to open a file regardless whether its name contains any character unless 0. The unix filesystem allow the creation of such files, it