search for: filesfold

Displaying 2 results from an estimated 2 matches for "filesfold".

Did you mean: file_old
2015 Oct 09
3
Python version for scripts in LLVM?
..._function_start: Index: wciia.py =================================================================== --- wciia.py (revision 249819) +++ wciia.py (working copy) @@ -20,6 +20,7 @@ """ +from __future__ import print_function import os code_owners = {} @@ -42,7 +43,7 @@ if 'filesfolders' in owner: filesfolders = owner['filesfolders'] else: -# print "F: field missing, using D: field" +# print("F: field missing, using D: field") owner['filesfolders'] = owner['description'] process_files_and_folders(owner) code_owners[o...
2010 Jul 07
3
how to process this in R
Here are what i am going to accomplish: I have 400 files named as xxx.txt. the content of the file looks like the following: name count 1. aaa 100 2. bbb 2000 3. ccc 300 4. ddd 3000 ........ more that 1000 rows in each files. these are the areas i need help: 1. how can i only read in the files with the string patterns ggg or fff as part of the file names? for