Displaying 3 results from an estimated 3 matches for "_hundreds_".
2004 Sep 22
2
Filename problem (filenames containing slashes aka.\and /)
We _cannot_ go about renaming files, for a number of reasons.. the primary being some of the files are technically not ours to alter without a clients permission (names and all) and you don't understand just how many files there are. There are quite probably thousands of files, spread across _hundreds_ of cds and dvds which comes to a total of roughly 400GB.
As to a Mac server, i'm not sure how much they cost but i'm guessing a lot for what i'm wanting.
I'm planning on building a RAID-5 fileserver running Linux (still undecided on distro) most likely running Netatalk and Samba....
2002 Jul 27
5
[Bug 291] /tmp/ssh-xxxx socket directories clutter up /tmp
http://bugzilla.mindrot.org/show_bug.cgi?id=291
------- Additional Comments From stevesk at pobox.com 2002-07-27 12:14 -------
/tmp is the most portable world-writable location.
as to hiding them with dot, i just don't see strong
justification for this.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2010 Apr 13
3
Inline Package: void vs return type functions
Dear all,
After having a look at the "inline" package and also going through the
"Rcpp" package which is tighty related to it, it came to me this question:
1) my C/ C++ code has a return type (let say a double[][] or a user define
class)
2) I am working with an extensive library built by someone else and I don't
have the time/knowledge to change it by means of working