|
|
Strings
|
TWCrypt License: Freeware
|
|
|
Crypt ocx/ActiveX for VB, Delphi, C++ for strings
Author: Thomas Wenzlaff| Date: 01-09-2001 | Size: 24 KB
|
|
- |
|
File Renamer License: Freeware
|
|
|
This program will let you rename all your files like with the DOS command, but with a lot more options. You can batch rename all files, add string to beginning or end of filenames, remove string from all the names to rename, change all the file extensions, numerate all filenames sequentially, convert all to uppercase / lowercase, trim 'x' characters from beginning or end of filenames, replace spaces inside filename to underscore or eliminate all spaces, replace one string from the name with any other, and some more... Can work with one or multiple directories, remove or add individual items from file list. Select multiple files from Open dialog box. Suports Drag and Drop from Explorer. Also has 'undo' function for last rename done.. Remembers last renaming strings, and new file extensions can be added to be used next time. Accepts command line filenames and a link in the 'Send To' windows directory can be defined so that you can right click on Explorer and directly send the selected files to be renamed to the program.
Author: Jose Falcao| Date: 18-05-2003 | Size: 127 KB
|
|
- |
|
Regular Expression Component Library for BCB5 License: Freeware
|
|
|
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 5 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size: 3774 KB
|
|
- |
|
Regular Expression Component Library for BCB6 License: Freeware
|
|
|
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 6 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size: 3376 KB
|
|
- |
|
Regular Expression Component Library for VC7 License: Freeware
|
|
|
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ and Visual Studio .NET 2002. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size: 6603 KB
|
|
- |
|
Regular Expression Component Library for VC7.1 License: Freeware
|
|
|
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ in Visual Studio .NET 2003. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 01-08-2003 | Size: 6702 KB
|
|
- |
|
Regular Expression Component Library for VC6 License: Freeware
|
|
|
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size: 6949 KB
|
|
- |
|
Code License: Freeware
|
|
|
Mit diesem einfach zu bedienenden Verschlüsselungsprogramm können einzelne Strings, aber auch ganze Dateien kodiert / dekodiert werden. Die Zeichenfolgen werden dabei zeilenweise in Ziffernfolgen umgewandelt, welche nur mit der verwendeten Key-Zahl wieder entschlüsselt werden können.
Author: Andreas Breitschopp| Date: 03-07-2000 | Size: 629 KB
|
|
- |
|
LSFindReplaceDialogW License: Freeware
|
|
|
LSFindReplaceDialogW contains two components for Delphi 6 and 7: TLSFindDialogW displays a Find dialog, TLSReplaceDialogW a search-and-replace dialog. Both use wide strings (Unicode) and do work only with Windows NT/2000/XP and higher. LSFindReplaceDialogW includes all source code!
Author: Luzius Schneider| Date: 24-03-2004 | Size: 21 KB
|
|
- |
|
Regular Expression Component Library for BCB3 License: Freeware
|
|
|
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 3 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size: 4292 KB
|
|
- |
|
PENTA Text Tools License: Freeware
|
|
|
Greppes: GREP's that Edit with Many Options. Two Programming or Admin tools for Investigation and Change of any files on ANY PC's that use MS-DOS 2.0+. Oriented towards English byte characters but can be adapted for other languages to include UNICODE double byte words. PDGREPPE: Pattern Definition GREP with Pattern Editing FGREPPE: Fast or Fixed GREP with Pattern Editing. Each uses (CLI) Command Line Interface and can be customised for International Text bytes, data logging, default directories, environment and extended command line files. Both can edit by interactive or automatic modes with full respect for file-sharing properties. User must specify DOS 8.3 file names. Options are available by menus of FILE, VIEW, SEARCH, REPLACE, MISC & HELP. PDGREPPE has other menus for DEBUG & DEFINITIONS. PDGREPPE searches by Extended Regular Expressions similar to EGREP on UNIX systems. FGREPPE is more simple like FGREP on UNIX systems and does a search and replace based on FIXED patterns. NLX can change text files ordinarily used for UNIX or Apple MAC into MS-DOS usable ones. STRINGS rips sequences of text characters out of binary files so You can see their innards. HEAD gives You more! Of the front, middle or end of files. ALL feature screen paging, line wrap, high light of match areas, recursive descent into file system, multiple drive specification and MANY other options as detailed in on-line documentation file README.EXE and WWW on-line reference guide. Some support for IFS file names on Windows 9X, 2000 and XP.
Author: Anunga Muhummud| Date: 25-09-2002 | Size: 421 KB
|
|
- |
|
xLibUDF License: Freeware
|
|
|
Interbase UDF with additional functions for working with strings, mutex, creation GUID, debugging stored procedures and triggers.
Author: SoftComplete Development| Date: 15-01-2001 | Size: 207 KB
|
|
- |
|
ESBRoutines License: Freeware
|
|
|
The aim of this free collection of routines is to provide extra support for: 32-Bit and 16-bit Bit Lists; Block Operations; various String Routines and conversions; Environment routines and System Routines. Code is aimed at Borland Delphi 4 and above, but many of the routines will work with older versions and with C++ Builder. Includes full source and Help.
Author: ESB Consultancy| Date: 06-09-2001 | Size: 309 KB
|
|
- |
|
Teroid Data Filter License: Freeware
|
|
|
The Teroid Data Filter is a .NET control which configures itself with a set of controls for each column in a data source allowing the user to specify filter criteria, sort order and the inclusion of each column. The data source can be set at design time or in code as a connection string, a Connection, a DataSet or a DataTable. The user's selections are returned to the client application as SQL strings for use within the client application.
Author: Teroid Software Limited| Date: 11-04-2004 | Size: 114 KB
|
|
- |
|
Network Modem Speed License: Freeware
|
|
|
Configure your modem for a better performance while surfing in the web, playing online games and downloading files. It also configures Internet Explorer for better stability.
Author: PlayNowGames| Date: 13-10-2004 | Size: 3189 KB
|
|
- |
|
Network Cable e ADSL Speed License: Freeware
|
|
|
Configure Cable e ADSL for a better performance while surfing in the web, playing online games and downloading files. It also configures Internet Explorer for better stability.
Author: PlayNowGames| Date: 13-10-2004 | Size: 2042 KB
|
|
- |
|
Mihov Code View License: Freeware
|
|
|
Mihov CodeView is a fast and easy-to-use program for quick browsing through text files, source code and HTML files. It is possible to copy and paste from clipboard, search for strings and print. The program supports drag & drop. Multilanguage support for English, Slovene, German, Italian, French, Spanish, Czech and Polish!!!
Author: Miha Psenica| Date: 05-01-2001 | Size: 142 KB
|
|
- |
|
Easy Tab Maker Pro License: Freeware
|
|
|
Easy Tab Maker Pro allows you to plug your guitar into your computer. While you play Easy Tab Maker Pro analyzes the pitch and tone of the signal transmitted from your guitar. It monitors the change and combination of the chords played. Then it analyzes the pitch and tone to determine which strings were played and where your fingers were at. Easy Tab Maker Pro then graphs the results as tablature.
Author: VisAid Development, Inc.| Date: 22-11-2004 | Size: 5239 KB
|
|
- |
|
Batch Replacer for MS Excel License: Freeware
|
|
|
Batch Replacer for MS Excel is an utility which helps to make a multi-replacement operations in MS Excel files with the help of the MS Excel list. It can really save a great deal of time: no need to open each file and make the replacement and then open the other file and so on. All can be done in few seconds and as many files as you want may be involved.
Author: ReplSoft Inc.| Date: 16-10-2004 | Size: 473 KB
|
|
- |
|
Batch Replacer for MS Word License: Freeware
|
|
|
Batch Replacer for MS Word is an utility which helps to make a multi-replacement operations in MS Word files with the help of the MS Excel list. It can really save a great deal of time: no need to open each file and make the replacement and then open the other file and so on. All can be done in few seconds and as many files as you want may be involved.
Author: ReplSoft Inc.| Date: 16-07-2004 | Size: 474 KB
|
|
- |
|
SNMPTest License: Freeware
|
|
|
SNMP Test for routers is a tool which can query and monitor any SNMP-compatible device but it is especially designed to test SNMP router compatibility. The first part of the test queries the system name and system description strings, the forwarding flag and enumerates all the exposed interfaces. The 2nd part of the test monitors SNMP traps from the device (your system must be configured to receive traps from the device). While the monitoring is running, trigger some events e.g. connection and disconnection of the Internet line and see if those events are reported in the application.
Author: Noel Danjou| Date: 07-09-2004 | Size: 210 KB
|
|
- |
|
Woodstock Personal Digital Server - Std. Edition License: Freeware
|
|
|
The Woodstock Personal Digital Server (PDS) provides secure P2P MP3 file sharing, remote access, management of your digital music files & playlists, and tunes in to thousands of the best Internet radio stations. The Woodstock PDS's unique, secure, file lending method allows a user to remotely access and lend their digital media files. Now you can listen to your music collection where ever you are. The standard edition is 100% free with no expiration, nothing hidden & no-strings. It also includes a free 30 preview of the Pro version features for ultra-fast CD to MP3 Ripping & CD Burning.
Author: James Hoffman| Date: 11-02-2003 | Size: 4637 KB
|
|
- |
|
TextHarvest License: Freeware
|
|
|
TextHarvest filters a text file. As it does so, it can copy, delete (i.e. skip) or change (edit or reformat) lines that contain specified strings of text. For example, you could copy a log file, retaining only those lines that contain a specified date, or you could copy a comma-delimited file, skipping any records that mention certain cities. Options include appending, case sensitivity, multiple filename wildcards, regular expressions, boolean (and/or) matches, null-line suppression, and (via script) search and replace, modify, count. Can run from the interface window, from the command line or in a shortcut, providing one-click operation for recurring tasks. Windows (CRLF-terminated) and Unix (LF-terminated) text files supported. Built-in file viewer. User manual and sample files included. Freeware.
Author: Pinnacle Software (Toronto)| Date: 02-12-2004 | Size: 4749 KB
|
|
- |
|
Chilkat XML Messaging License: Freeware
|
|
|
Makes adding peer-to-peer XML messaging to your distributed applications easy. Integrates with Chilkat SSL, Chilkat Real-Time Compression, and Chilkat Crypt for automatic compression and security. Send and receive XML messages. Integrates with Chilkat SSL for secure messaging over SSLv3 or TLSv1. Integrates with Chilkat Crypt for automatic encryption and decryption of messages using the Rijndael, Twofish, or Blowfish symmetric encryption algorithms. Integrates with the Chilkat Real-Time Compression component for automatic compression and decompression of messages. Send and receive binary or text messages using CkData. The CkData component is handy for loading/saving data to files, accessing as binary, strings (with or without line-endings translated), Base64, Quoted-Printable, compressed, encrypted, etc. Send and receive raw binary data at the socket level if desired.
Author: Matt Fausey| Date: 04-03-2002 | Size: 1000 KB
|
|
- |
|
WinDriversBackup Personal Edition License: Freeware
|
|
|
WinDriversBackup is a free utility provided by JerMar Software Corp. specifically for backing up your Windows system driver files. WinDriversBackup can identify all of your Windows driver files and save them to a secure location in two simple mouse clicks. Backing up your Windows driver files means they will be available to you the next time you need to reinstall the driver or the whole operating system. WinDriversBackup places the driver files in one organized location of your choosing. WinDriversBackup is especially helpful in situations where you have a computer in your possession and it's internal hardware is unknown. WinDriversBackup can identify the hardware on the system and the associated drivers ---then back them up to a specified location. WinDriversBackup is even network compatible --you can just as easily connect to a remote computer on your network and backup driver files. This software is provided free of charge. This software DOES NOT install spy-ware or ad-ware software. When you install WinDriversBackup all you get is WinDriversBackup. There are no strings attached. Please enjoy the software. If you like it share it.
Author: Jerry Rawdon| Date: 04-06-2003 | Size: 2505 KB
|
|
- |
|
CryptoTextCE License: Freeware
|
|
|
CryptoTextCE is an ActiveX / COM component written in ATLCE for the PocketPC. It provides simple access to the CryptoAPI in Windows CE from embedded Visual Basic and embedded Visual C++. CryptoTextCE is a companion product to CryptoText for the desktop, and data encrypted on the PocketPC using CryptoTextCE can be decrypted on Windows NT/9x using CryptoText and vice versa. If you are collecting sensitive data on a PocketPC device and transferring it to a destop PC or server using SQL Server CE or some other form of file based synchronisation, you can use CryptoTextCE to encrypt the data before transfer and CryptoText to decrypt it again on the server. As with CryptoText, CryptoTextCE encrypts the input text data and converts the resulting binary data to a series of characters which are suitable for use in a SQL statement, or for storage in a text/.ini file. The additional step performed by CryptoTextCE is the optional conversion from a UNICODE string to an ANSI string before encryption. This addresses the issue that all strings in eVB for the PocketPC are held as two byte UNICODE characters internally. If you are not making used of the extended character sets available with UNICODE the conversion to ANSI reduces the size of the encrypted data, and increases compatability with desktop Windows operating systems.
Author: | Date: 31-10-2003 | Size: 280 KB
|
|
- |
|
Ebook - The true cost of downtime License: Freeware
|
|
|
The True Cost of Downtime by Don Fitchett, Business Industrial Network; 2002 ESBIN: C60-592B-1b38-40E8 Guide to process mapping production cost. Primarily explorers manufacturing cost metrics in an exhaustive effort to create awareness of the greatest cost savings opportunities in facilities today. Covers over nineteen cost centers with real dollar amounts and examples. Some areas covered are Bottlenecks, Engineering, Labor, Maintenance, Management, Outsourcing, Overhead, QC, Sales Expectation, Scrap, Shipping, Startup Cost and Tooling. This book also contains articles, glossary, calculators and extensive references to resources available on the Internet. The author encourages use of this book and OEE to realize the greatest return on your Six Sigma and Lean Manufacturing investments. Full version, no locks or passwords, or timers. All unique content completely free, no strings attached, in this large engineering ebook.
Author: Don Fitchett| Date: 28-10-2002 | Size: 961 KB
|
|
- |
|
HashCalc License: Freeware
|
|
|
Free calculator to compute multiple hashes, checksums and HMACs for files, text and hex strings. It allows to calculate hash (message digest), checksum and HMAC values based on the most popular algorithms: MD2, MD4, MD5, SHA1, SHA2 (SHA256, SHA384, SHA512), RIPEMD160, PANAMA, TIGER, CRC32, ADLER32, and the hash used in eDonkey (eDonkey2000,ed2k) and eMule tools. It supports 3 input data formats: file, text string and hexadecimal string. It is a very fast, easy to use and to install application. It works with large size files, supports file drag-and-drop functionality. HashCalc generates hash, check sum, and HMAC for files of any type which makes it a valuable utility to test for corruption your FTP and other download/upload transfers. With this tool you can quickly compare music, audio, sound, video, film, game, image, icon, document and other files, verify CD and hard drive files, perform checking of your .mp3, .mpeg, .mpg, .avi, .vcd, .iso, .zip, .gif, .jpg, .doc and other downloads.
Author: SlavaSoft Inc.| Date: 15-07-2004 | Size: 440 KB
|
|
- |
|
FlashPaste Lite License: Freeware
|
|
|
Flashpaste is a new breed of text copying utilities that are overtaking millions of PCs worldwide. While regular built-in Windows clipboard is sufficient enough for most computer users, writers, coders and developers need a more powerful, easily customizable and practical tool. Flashpaste is certainly all that and more. Essentially, Flashpaste has two very important features. The first one is smart text insertion. While writing e-mails or creating documents, people frequently use the same words, phrases, greetings, e-mail addresses and URLs. This is especially true for people who provide technical support via e-mail, because most questions have already been asked and answered numerous times before. With Flashpaste, PC user can âprogramâ all popular addresses, words, phrases and paragraphs he or she frequently uses. When necessary, the user simply presses a hotkey to launch a list of such phases or types in a designated letter combination to insert certain phrase. You can use various macros while generating lines. Macros are certain strings that are either replaced or processed by the program when it inserts lines. Using macros, you can add the current time and date, insert the commands emulating pressing the Tab or Enter keys... The second feature is clipboard history. While regular Windows clipboard inserts only the last copied text segment, Flashpaste records all words, numbers and phrases recently copied, allowing program users to easily insert them. The feature eliminates unnecessary repeated copying and pasting and is in very high demand by software developers and writers. Flashpaste user interface is available in English, Italian, French(Canadian), Dutch, Spanish or Russian.
Author: Softvoile| Date: 20-11-2004 | Size: 430 KB
|
|
- |
| 1 |
|
|
Universal Explorer
Powerful windows explorer file manager and viewer.

Disk Size Manager Analyses hard disk space and collects statistics.

Web Data Extractor Email marketing software to extract specific contact.
 BackStreet Browser Powerful Offline Browser - Download Entire Website.
ListMotor Email List Manager, operates with email stored in simple text files or csv files.

|