|
|
stackoverflow.com
- 2012-02-27 13:05:31
- Similar
- Report/Block
I have 1 directory with 9 subdirectories and 10 files. Subdirectory have next level subdirectories and files. /home/directory/ /home/directory/subdirectory1 /home/directory/subdirectory2 /home/directory/subdirectory9 /home/directory/file1 /home/directory/file10 I want to copy all subdirectories and files recursivly excluding: /home/direct...
|
|
|
stackoverflow.com
- 2012-07-23 18:31:54
- Similar
- Report/Block
I have a Qt subdirs project with the following structure: ExternalQtProject QtSubdirProjects - GUI - WebService WebService contains from the external Qt project (.pro file in WebService) LIBS += -L<path to ExternalQtProject> LIBS += <some ExternalQtProject .obj files> uses the web service (.pro file in GUI): LIBS += -L&l...
|
|
|
stackoverflow.com
- 2013-06-10 15:00:03
- Similar
- Report/Block
I have installed the TortoiseSVN ver 1.7.13 and I am trying to obtain an unversioned directory by exporting it to the same URL. I get a window explaining that I will have unversioned directory but nothing happens after clicking OK. Only a message window appears very quickly so that it isn't possible to read it. I can see full log of expor...
|
|
|
|
stackoverflow.com
- 2013-03-18 10:34:01
- Similar
- Report/Block
I have a python script that reads some input from a file that is supposed to be in the same directory of the script: with open('./input1.txt') as file: F = file.readlines() Do_Stuff(F) I usually run the script from other directories (not the directory the script and input files reside), so it raises an IOError that it can't find the inpu...
|
|
|
stackoverflow.com
- 2012-03-02 20:48:25
- Similar
- Report/Block
I removed an older version of Xcode following the instructions in How to fully remove Xcode 4 and then installed version 4.3 from AppStore. But now /developer directory is missing. I can find the same directory structure in /applications/xcode.app/contents/Develop er/. Is /developer just a link to that directory and how can I create it ag...
|
|
|
majon.com
- 2013-06-10 17:51:49
- Similar
- Report/Block
Local directory listing is today one of the top most ways for businesses to market themselves. Directory submission involves submitting your site to various online sites that contain related subject and content usually regarding a specific niche. To ensure that your directory submission is a success and helps you achieve your business goa...
|
|
|
stackoverflow.com
- 2011-03-12 06:42:16
- Similar
- Report/Block
Currently on my server I have a .htaccess file in the root of my web directory - AuthUserFile /path/to/root/www/.htpasswd AuthType Basic AuthName "Economic Complexity Observatory" Require valid-user` And this works great properly password protecting my whole site. The only problem is that I have this one sub directory that I DON'T WANT to...
|
|
|
|
stackoverflow.com
- 2012-08-02 13:01:44
- Similar
- Report/Block
Hi I am trying to create a rake method to copy all files from one location to another but excluding all folders that are svn folders including their files. This is the method in a Module called Filesystem I started with but cant figure out if it will work or what the missing code is.The module has the following import require "fileutils"...
|
|
|
stackoverflow.com
- 2012-03-23 14:12:48
- Similar
- Report/Block
I have a script that runs every minute at XX:00. The script loops over all subfolders in a given directory and performs operations on the files inside; folder=/path/to/directory #Starting directory someerror=0 #Did we have an error? #CD to directory. Does it even exist? cd $folder RETVAL=$? [ $RETVAL -eq 0 ] && echo Success changi...
|
|
|
stackoverflow.com
- 2012-05-02 05:42:29
- Similar
- Report/Block
I have written a python prog. to analyze a set of files present in a given directory i.e. it asks for a path then it goes in the path directory and find specified files and process 'em and give outfile. But the problem is everytime I want to execute the program through UNIX I have to write 'python my_prog.py and also to process a director...
|
|
|
stackoverflow.com
- 2012-05-20 22:17:50
- Similar
- Report/Block
Here is my question i have made a standard rail and redmine installation under ubuntu 12. And i have this error : The directory "/var/www" does not appear to be a valid Ruby on Rails application root. It seems to be a common error but no solution on the net : http://www.google.fr/search?q=The+direct ory+%22%2Fvar%2Fwww%22+does+not+appear+t ...
|
|
|
stackoverflow.com
- 2012-03-27 23:04:09
- Similar
- Report/Block
I have a shared R package directory on a server in order to maintain consistent package versions for all users. This becomes problematic when someone attempts to install a new version of a package that another user originally installed, or they attempt to install it when that package is loaded elsewhere. In these instances R creates a 00L...
|
|
|
|
stackoverflow.com
- 2012-02-21 23:52:26
- Similar
- Report/Block
We have a whole bunch of websites with very similar web.config files. Can you centralise the duplicate configs in 1 config file before the root directory of each website? Or is the only option machine.config? We are looking to centralise an assembly reference in the GAC. Structure: Containing Directory Website 1 Directory Website 2 Direct...
|
|
|
stackoverflow.com
- 2013-04-11 11:24:37
- Similar
- Report/Block
Seeing my question, you may think it's the possible duplicate of: How to retrieve list of files in directory, sorted by name Of course I had a look on it! I learnt how to retrieve the list of files in a directory. But, I had a tedious googling process to learn how to list the files in a directory in a panel when the form loads. And, I als...
|
|
|
stackoverflow.com
- 2012-03-10 20:19:08
- Similar
- Report/Block
I am trying to compile VRip in Ubuntu 10.04, using the site http://graphics.stanford.edu/software/vr ip/guide/ as a guide. It relies on installation of Tcl and Tk -- I have acquired the latest versions of these from the synaptic package manager. When I write "make depend", I get the error: In file included from vripInit.cc:30: vripInit.h:...
|
|
|
stackoverflow.com
- 2012-05-05 17:51:55
- Similar
- Report/Block
I remember that Visual Studio did itself do the task of copying required DLL files into the release directory in a release build, but now it doesn't do it anymore, and I have to search all through the C:\WINDOWS\system32 directory and other directories through my system to locate DLL files and paste them into the release directory of a p...
|
|
|
stackoverflow.com
- 2012-03-05 20:48:33
- Similar
- Report/Block
How can I tell Qt Creator 2.4.1 (based on Qt 4.7.4 32-bit) where to look by default for header files? When I open a C file in Qt Creator and say #include <stdio.h> it underlines the line and says stdio.h: No such file or directory I would like to tell it to look for headers in a directory of my choice; how do I do this? Update I gu...
|
|
|
stackoverflow.com
- 2012-04-11 08:23:31
- Similar
- Report/Block
I am in China, the iOS 4.0 - 4.1 Device Debugging Support & old version simulator downloading will cause me about 2~3 days, because there is no any apple's host in China, the networking is very very terrible. I usually backup the simulator SDK before updating xcode, it is located at /Applications/Xcode.app/Contents/Develop er/Platfo...
|
|
|
|
gamedev.net
- 2012-08-13 10:40:16
- Similar
- Report/Block
hi i am using the code "" written by Jeff Molofee (NeHe). when i am building on RHEL 6.1 i am getting this problem. g++ -g -O2 -Wall -I./ -I/usr/local/include -lglut -lGL -lGLU -laviplay lesson35.cpp -o lesson35 lesson35.cpp:25:29: error: avifile/avifile.h: No such file or directory lesson35.cpp:26:29: error: avifile/version.h: No such fi...
|
|
|
stackoverflow.com
- 2012-04-24 02:42:41
- Similar
- Report/Block
I installed cppcms in ~/progs/cppcms/cppcms-1.0.1/build I installed all prerequisites for cppblog and trying to install the blog but I get errors: ~/progs/cppcms/cppblog_0.1.0/build > cmake .. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and teste...
|
|
|
stackoverflow.com
- 2012-04-08 04:42:13
- Similar
- Report/Block
Every time I run a new terminal window (before I do a single thing), I am greeted with these messages: env: bash: No such file or directory env: bash: No such file or directory env: bash: No such file or directory env: bash: No such file or directory env: bash: No such file or directory -bash: grep: command not found -bash: tar: command n...
|
|
|
|
stackoverflow.com
- 2013-04-26 13:33:18
- Similar
- Report/Block
We are facing an issue for passing intent data to protected void onActivityResult(int requestCode, int resultCode, Intent data) method when we start ACTION_IMAGE_CAPTURE intent getting null for intent Here is my code for starting camera activity and passing data to the onActivityResult() public void takePicture() File directory = new Fi...
|
|
|
java-forums.org
- 2013-06-10 16:58:01
- Similar
- Report/Block
I am trying to iterate through a directory and a search for any file that contains .log in its name, and save these names into a string array. The directory which I want to search is where ever the .class or .jar will be located (i.e. if i put the program onto the desktop, it will look through all file names existing on the desktop). Is t...
|
|
|
stackoverflow.com
- 2012-03-21 13:27:00
- Similar
- Report/Block
I wanted to create an external table, but did have the CREATE ANY DIRECTORY permission (and could not have it granted). Fair enough, I asked the DBAs to run the following: CREATE OR REPLACE DIRECTORY ext_data_files AS '/data/ext_data_files'; GRANT ALL ON DIRECTORY ext_data_files TO MYAPPUSER; They did, and the final object has the follow...
|
|
|
|
stackoverflow.com
- 2012-03-17 16:54:03
- Similar
- Report/Block
I have thousands of files, maybe hundreds of thousands of files on a Linux Server and they are in directories, and sub directories - The files are all located in /home/sas/httpdocs - I want to get a copy of the entire directory with just the php files, but preserving the same directory structure - I have two options: either remove ALL of...
|
|
|
stackoverflow.com
- 2012-02-24 21:35:58
- Similar
- Report/Block
So im going to make a bookmarks array and will use a property list to hold them. I have my property list as a simple 1 dimensional array where each entry is a string. I can load this PList from my project directory with no problem. However when I make changes to this PList it doesn't show up on the file in my project directory. I discover...
|
|
|
stackoverflow.com
- 2011-07-12 11:07:06
- Similar
- Report/Block
I used caches_page in rails 3, everything went well, but I don't want those cache files spread in public directory by default, so I changed the default cache directory like this: config.action_controller.page_cache_dire ctory = Rails.public_path + "/caches" Yes, it still works, it writes cache file to public/caches directory, but it seem...
|
|
|
|
stackoverflow.com
- 2012-03-14 22:30:34
- Similar
- Report/Block
i can connect to a domain's Active Directory using ADsGetObject IADs domain; ADsGetObject("LDAP://fabrikam.com", IADs, domain); But how can i query active directory when i need to specify the credentials (i.e. the interactive user does not have permissions to query active directory, or is not a valid user in that domain)?...
|
|
|
stackoverflow.com
- 2012-05-16 17:04:58
- Similar
- Report/Block
I have code like following, it's ok, but I have 2 question about it. 1) If I assign some illegal para to , for example @"ls - l", then the outString is null. That is to say, it can not capture the error warning "ls: -: No such file or directory ls: l: No such file or directory". How can I deal with it? 2) How can I implement this functio...
|
|
|
stackoverflow.com
- 2012-07-07 12:31:53
- Similar
- Report/Block
I've tried to search this elsewhere on stackoverflow and elsewhere on the net. Can't seem to get a solid lock on an answer that suggests it's the safest way. I know that the securest method is, where possible, to not include any php files in the root directory where it can be helped. So, what I am trying to find out is, if I want to inclu...
|
|
|
|
stackoverflow.com
- 2013-04-16 18:20:30
- Similar
- Report/Block
I have a WPF client/server application using WCF on the server side. It is presently unsecured and I'm wishing to secure it for a userbase on my Active Directory. The application should host it's own Role/Permissions database which can be attached to the user's profile via a reference to their active directory account - SID, SAM whatever.
|
|
|
stackoverflow.com
- 2012-06-08 05:22:50
- Similar
- Report/Block
A bit of context is probably necessary first, Basically I've been using the VS2008 Express editions for the last few years. With the express editions (with the exception of C++), by default when you create a new project, the project files are all stored in a temporary directory. When you select "Save All" for the first time, VS would prom...
|
|
|
stackoverflow.com
- 2013-06-09 10:29:37
- Similar
- Report/Block
I save file to server with below code but when i want to create folder says : "URI formats are not supported" //Save File string folderPath = MapPath(@"Attachment\"); FileUpload1.SaveAs(folderPath + name); //Directory Directory.CreateDirectory(folderPath);.. .
|
|
|
|
stackoverflow.com
- 2013-05-22 15:24:41
- Similar
- Report/Block
I installed python on my Mac even though I know it has it... but now I cannot get easy_install to work. This is the error message I am getting: The following error occurred while trying to add or remove files in the installation directory: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test- easy-install-3905.write-test'...
|
|
|
stackoverflow.com
- 2012-03-24 06:26:24
- Similar
- Report/Block
I'm no expert in mod_rewrite at all and I'm trying to add a condition to the rule below to: match which is not equal to 'share' not match anything with a dot in it RewriteRule ^([^/]*)$ http://domain.com/directory/index.php?ke y=$1 [L] http://domain.com/directory/share will not be matched (share) http://domain.com/directory/foo.php will...
|
|
|
stackoverflow.com
- 2012-06-06 20:08:29
- Similar
- Report/Block
I'm trying to write a makefile to do the following when executed: install: rm -f *.o for DIR in $(DIR_LIST); do \ echo $${DIR}; \ chmod 2775 $${DIR}; \ done When the makefile is run, however, i get an error saying that chmod: missing operand after `2775'. I don't understand why this is happening, given that $${DIR} should contain the...
|
|
|
|
stackoverflow.com
- 2012-03-26 02:27:35
- Similar
- Report/Block
We have ColdFusion and Active Directory running within the same domain. I'm trying to write a script that ColdFusion can run to get the sizes of client directories within the file system. However, each directory requires different windows authentication. ColdFusion <cfdirectory> doesn't have a means to impersonate the user for each...
|
|
|
stackoverflow.com
- 2012-03-20 20:06:29
- Similar
- Report/Block
My project has dependencies on some native libraries (DLLs) that I normally copy via the MSBuild targets into the output directory. There is no problem when I run the application, but I am writing some unit tests in Visual Studio and every time I run the unit tests, the assemblies and executables are copied from the output directory into...
|
|
|
stackoverflow.com
- 2008-09-12 20:39:56
- Similar
- Report/Block
How do I get the path of the directory in which a bash script is located FROM that bash script? For instance, lets say I want to use a bash script as a launcher for another application. I want to change working directory to the one where the bash script is located so I can operate on the files in that directory like so: $ ./application...
|
|
|
|
softkey.ru
- 2013-02-25 09:44:58
- Similar
- Report/Block
Программное решение ManageEngine Directory Update создано для того, чтобы поддерживать информацию о пользователях Active Directory актуальной и точной; чтобы пользователи могли внести дополнительные данные (личный номер телефона и номер для связи в чрезвычайных ситуациях); чтобы привести профили конечных пользователей Active Directory к...
|