My professor hands out one massive .java file, which makes development a pain. Does anyone know of a script/macro/etc. which would automatically move each class to its own Java file? I think it would
I am working on a project where we need to search a set of our network drives to examine each file and look for credit card numbers and social security numbers. I have been trying to use the Cornell S
i am trying to make an application which would show which color my mouse is pointing to, i dont mean in my own application but anywhere in windows on any screen, kind of like a tag beside my mouse poi
I want to get a filename to upload it with PHP to a FTP Server. But anytime I use the开发者_如何学运维I only get the filename itself, not the needed FULL path for fput...Ideas?Everybody complaining on
I am deploying a sharepoint 2010 custom document library template as a solution file and activating it to my site. When i am deleting the solution and deactivating the feature i also want to delete th
I want to make a site that updates itsel开发者_JAVA技巧f based upon changes on another site. For example, every time certain external site posts an article with a specific tag, my site should update
I have the following regex that I am using to match on various credit card numbers within a string search of files.However, if there is a space before or after the pattern to match, then the match wil
The machine has default shell \"sh\" and running SunOS. I try to run the script like: #!/bin/bash export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P9
I\'m having a strange issue with running scripts (perl and ruby failing) from incoming mail locally delivered by procmail.
I have a bash script t开发者_Python百科hat executes a program in a loop, but I want to set a max time limit for each execution of the program, i.e.i just want to cancel the current execution if the ti