Below are the top ranked snippets.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 6 7 8 9  ...  55 56 Next »
4
Removes every sub-directory in a directory tree that has its name equal to [string] or containing [string] starting from [initial_directory].
4
Date Submitted Fri. Aug. 18th, 2006 7:25 AM
Revision 1
Helper axsaxs
Tags Delete | Files | pattern
Comments 0 comments
Walks every subdirectory starting from [initial_dir] and deletes every file in it that contains in its filename a [string]
4
Date Submitted Sat. Aug. 26th, 2006 10:17 PM
Revision 1
Beginner cf_ernie
Tags "SQL Server" | ColdFusion | SQL
Comments 1 comments
This is a little script I wrote that copies your database through a cfquery statement

Enjoy,
Ernie
ernest.breau@gmail.com
4
Date Submitted Wed. Sep. 6th, 2006 11:07 AM
Revision 1
Beginner boris137
Tags "File" | "Java"
Comments 4 comments
This is enhanced version of java.util.Properties that:

Preserves order of Properties read from file if LinkedHashMap used.
Preserves comments in header and scattered throughout file.

It's by no means perfect, but a good start for anyone that once the above features.
4
Date Submitted Sat. Sep. 9th, 2006 9:22 PM
Revision 1
Helper jbplou
Tags String | VB.NET
Comments 2 comments
This function provides the reverse of a string. It is constructed using string builder because strings in .NET are immutable, while stringbuilders are not. Therefore large strings could be slow to reverse if a regular string was used for the working value that is returned.
4
Date Submitted Mon. Sep. 18th, 2006 5:08 AM
Revision 1
Helper nothingless
Tags forcodegrrl | ssh
Comments 0 comments
Use the below in SSH to move a MySQL database between servers. Super handy if the database is larger than 7MB and you can't use phpMyAdmin.
4
Date Submitted Tue. Sep. 19th, 2006 5:09 PM
Revision 1
Helper jbplou
Tags . | CSharp
Comments 4 comments
A basic employee class
4
Date Submitted Thu. Sep. 21st, 2006 7:30 AM
Revision 1
Scripter Pio
Tags ArrayList | System.IO | VB.NET
Comments 3 comments
Loading and Saving an ArrayList to/from any given path.
4
Date Submitted Tue. Oct. 10th, 2006 12:39 PM
Revision 1
Beginner robert
Tags blurb | Email | Gmail | message | regex
Comments 1 comments
This perl subroutine uses the CPAN module Mail::Webmail::Gmail to iterate through a Gmail account searching for a particular string. If a match is found, the sender's name along with his/her email address, the subject, and the "blurb" is printed to standard out. Also, all messages found will be archived automatically within Gmail to clear the message from the inbox folder. The subroutine returns the number of messages found back to the calling environment.

Sample invocation: check_email(username, password);

By default, the subroutine will use encryption to connect to Gmail however, by setting encrypt_session to '0' will disable encryption.
4
Date Submitted Tue. Oct. 10th, 2006 3:49 PM
Revision 1
Beginner Archatas
Tags ActiveX | HTA | IE | JScript
Comments 0 comments
This JScript code could be used in HTML applications (HTA) or other user-trusted web applications for saving data into files.
« Previous 1 2 3 4 5 6 7 8 9  ...  55 56 Next »