| Home : C and C++ : Scripts and Programs : Miscellaneous |
|
Miscellaneous Listings
|
|
Total:
14 | Displaying: 11 - 14 | Pages: << 1 2 |
|
|
|
This program is a tool for creating and working with regular expressions. You can type your regexps in and see them match the data real time, as well as see a list of all the matches found by the pattern. You can use this to help develop efficient and working regular expressions for your programs without having to spend lots of extra time debugging the expressions from inside a program.
Updated Version: Added ability to save expressions and recall them later. Also added the ability to turn off live matching to prevent slowdowns with very large patterns or data.
Added 222 days, 16 hours, 40 minutes and 48 seconds ago
(ScreenShot) - Download - Rate at Hotscripts.com
Price: Free - Updated: 12/12/2005
|
|
|
This is a simple script built on C and C++, users can let this program to send the lines to standard input from standard output after filtering them. This software does this process by verifying the matching, the input in progress will be removed incase of any match is found, otherwise unmatched arguments will be automatically sent to the output.
Price: Free(GPL) - Updated: 12/12/2005
|
|
|
This simple console application copies the first parameter to the Windows clipboard. If no parameter given, then an empty string is copied to the clipboard, i.e. everything is erased on the clipboard. This application is based on another project of mine -- CopyPathToClipboard -- but even simpler.
Price: Free - Version: 0.2 - Updated: 12/12/2005
|
|
|
This simple console application copies the path of the current working directory to the Windows clipboard. If you give it a parameter, it is added to the end of the path.
Price: Free - Updated: 12/12/2005
|
|
|
Miscellaneous Listings
|
|
Total:
14 | Displaying: 11 - 14 | Pages: << 1 2 |
|
|