|
|
String
|
vstr License: Freeware
|
|
|
Vstr is a safe and fast string library for C. It is designed for network communication. Its design uses blocks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string. Another big feature of the library is a POSIX and ISO 9899:1999 compliant printf() like function, which can also be extended with user supplied formatters that are gcc warning compatible. The total API is over 270 functions, but laid out in a easy to remember manner, including data parsing functions, a non-destructive split() function, and conversion functions (among others).
Author: James Antill| Date: 14-12-2003 | Size: 870 KB
|
|
- |
|
Find & Replace License: Freeware
|
|
|
Find & Replace is a highly reliable solution to support software and users that process Text files or incorporate Template files in their processing. Given a text file, a search string, and a replace string, F&R will make the substitutions and put the results in an output file. The only option is case-sensitive or not. Any displayable ASCII characters can be used. F&R is provided in two forms: 1) a program file that can be run from the DOS comman
Author: Steve Schoenfeld| Date: 31-07-2002 | Size: 23 KB
|
|
- |
|
PatternText Creator License: Freeware
|
|
|
PatternText Creator is a program for volume editing of text base or text containing file(s). This is ideal for work where a professional may need to replace the same sentence or word in multiple file(s). This program also offers additional features instead of just simple find and replace. The user can choose find and append, prepend with a custom string; find and remove the target find text string; find and reverse the order of the target find text string.
Author: Webadviso| Date: 15-03-2003 | Size: 400 KB
|
|
- |
|
CheezeMachine License: Freeware
|
|
|
This vst plugin attempts to emulate the classic string ensemble sound, made popular by such classic synths as the Crumar Performer or the Arp Solina.
Author: Big Tick| Date: 02-01-2003 | Size: 315 KB
|
|
- |
|
MultiEdit License: Freeware
|
|
|
MultiEdit is a program for volume editing of text base or text containing file(s). This is ideal for work where a professional may need to replace the same sentence or word in multiple file(s). Add additional features instead of just simple find and replace. The user can choose find and append, prepend with a custom string; find and remove the target find text string; find and reverse the order.
Author: Webadviso| Date: 15-03-2003 | Size: 400 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
|
|
- |
|
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 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 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 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 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
|
|
- |
|
MSCBlob for Windows License: Freeware
|
|
|
MSCBlob (Binary Large Object) is an auxiliary component for data blocks storing and transmitting. It could contain a raw data and represent it as a binary or string. There are 3 alternative string representations: as-is, Base64 and Hex. Also has an ability to save and load data from files on disk.
Author: Miraplacid| Date: 08-01-2003 | Size: 75 KB
|
|
- |
|
MSCBlob for Linux License: Freeware
|
|
|
MSCBlob (Binary Large Object) is an auxiliary component for data blocks storing and transmitting. It could contain a raw data and represent it as a binary or string. There are 3 alternative string representations: as-is, Base64 and Hex. Also has an ability to save and load data from files on disk.
Author: Miraplacid| Date: 08-01-2003 | Size: 124 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
|
|
- |
|
Batch Replacer License: Freeware
|
|
|
Batch Replacer is a multi-string search-and-replace filter necessary for webmasters, programmers and everybody who is concerned with computers. Both text and binary files can be processed by the program. Many options are available.
Author: ReplSoft team| Date: 08-12-2003 | Size: 520 KB
|
|
- |
|
Sexy Girls Screen Saver License: Freeware
|
|
|
Beautiful, sexy girls in bikinis, lingerie and tiny bits of string. High quality pictures. The screen saver has smooth transition effects and can set pictures as desktop wallpaper.
Author: screen-savers.info| Date: 02-06-2004 | Size: 1970 KB
|
|
- |
|
TurboVBLite License: Freeware
|
|
|
TurboVBLite is a feature packed freeware tool for VB6 - a major enhancement to its IDE. It has over 15 add-ins that will provide you with real productivity gains. To give you an idea of the benefits of TurboVBLite some of the add-ins are described below: - Procedure Builder Build templates complete with header & error handler. Auto Declare Type the variable name, click on the toolbar icon - code to declare variable is added to the procedure Property Builder Quickly create new properties. Word Complete Associate a small string with a whole procedure - later you can automatically transform the small string into that code List My Callers Lists the callers of a procedure - even in another project. Just imagine having all that saving YOU time! TurboVBLite has free support & updates.
Author: Turbo Developer Ltd| Date: 30-10-2004 | Size: 1812 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
|
|
- |
|
BIOS Agent License: Freeware
|
|
|
The BIOS Agent is a simple, easy to use program that will automatically identify your computers BIOS information. You'll quickly identify the BIOS Date, BIOS Type, BIOS ID String, Motherboard OEM data, Motherboard Chipset and Super I/O data. This information is very helpful in the event you need or want to upgrade the BIOS on your PC.
Author: eSupport.com| Date: 18-10-2002 | Size: 183 KB
|
|
- |
|
CryptoText License: Freeware
|
|
|
CryptoText is a COM encryption component written in ATL3.0 for Windows 9x, NT4.0 and Windows 2000/XP. It provides simple access to the CryptoAPI in Windows from Visual Basic, Visual C++ and scripting languages (eg ASP). As well as being a standalone product CryptoText can be used with CryptoTextCE for the PocketPC / Windows CE platform to exchange encrypted data with handheld devices. CryptoText encrypts the input text data, and converts the resulting binary encrypted form to a series of ASCII characters which are suitable for use in a SQL statement, or for storage in a text/.ini file. For example the text 'My Password' might become the text string '79978e13df1019826c16944fe1'. This type of conversion is necessary because certain characters are reserved and have special meanings in an SQL statement, and by default the Windows CryptoAPI functions will take binary input data (your text) and map each of the characters to a binary number in the range 0 - 255. The simplest solution, although somewhat wasteful of space, is to convert the binary number into a string representation of the equivalent hex number, guaranteeing that only the characters 0-9 and a-f will be present.
Author: | Date: 31-10-2003 | Size: 46 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
|
|
- |
|
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
|
|
- |
|
Zip Search License: Freeware
|
|
|
Find will often fail when the search for text is inside a zip. This program will do a text search inside zipped files. You can specify the files to search (e.g. *.txt + *.doc) as well as the the search string. Subdirectories can be done too. Double-clicking a file on the final list will open the zip in you associated zip program.
Author: Full Circuit Ltd| Date: 16-01-1999 | Size: 205 KB
|
|
- |
|
Cheat Checker License: Freeware
|
|
|
The Cheat Checker examines similar answer sheets for independent marking. Any pair that fails the test is labeled presumptive cheating. The Cheat Checker then examines the uniqueness of this pair with respect to the entire class. A significant finding for uniqueness and for presumptive cheating is labeled confirmed. A Rule of Thumb for Cheating is five to seven consecutive identical pairs of wrong answers within a string of right anwers.
Author: Nine-Patch Software| Date: 30-01-2002 | Size: 258 KB
|
|
- |
|
Teroid Data Source Browser License: Freeware
|
|
|
Teroid Data Source Browser is a .NET control displaying the schema of any OLE DB data source within a tree control. The data source can be set as a connection string, an OleDbConnection object or a DataSet object, the inclusion or exclusion of tables, views or column names can be set using the control's properties, and the control raises events when the user selects a table, view or column.
Author: Teroid Software Limited| Date: 16-08-2003 | Size: 108 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
|
|
- |
|
Teroid Data Print Control License: Freeware
|
|
|
Teroid Data Print Control 1.0 is a .NET Windows Forms control providing a set of properties and methods for printing ADO .NET data in a grid or as individual records. The data source can be a connection string, a Connection object, a DataSet object or a DataTable object, and the control includes page setup and print preview functionality.
Author: Teroid Software Limited| Date: 05-12-2004 | Size: 116 KB
|
|
- |
|
DS Clock License: Freeware
|
|
|
DS Clock is a digital desktop clock that displays variable date, time, and time zone information built from a format string. The program allows you to customize its look and feel, and can synchronize your computer's clock with Atomic Time Servers. You can select any combination of date and time, pick custom colors and fonts, set sound to play at the top of the hour. It also allows you to show a tool tip with upcoming reminders of Calendarscope.
Author: Duality Software| Date: 06-06-2003 | Size: 948 KB
|
|
- |
|
WebCache License: Freeware
|
|
|
DESCRIPTION: WebCache is used with Netscape Navigator ver. 2.0x/3.0x/4.0x/4.7x as an utility for cache browsing. It does following things: 1.SCAN CACHE: When activated it will make CACHE.HTM Web page. This page lists all http, gopher and ftp addresses of files which exist in local cache. 2.FIND IN CACHE: Find pages in cache which contain some given text string and makes index. 3.SAVE PAGES/ PARTIAL CACHE DELETE: It save pages with pictures and other contents to local directory. Hundreds of pages may be saved with single command. Pages are localized in a way that they point to each other on local disk. 4.SCAN BOKMARKS: It processes bookmarks to be able to filter it by server type (http, gopher, ftp), and to make it printable with visible addresses.
Author: Davor Zorc| Date: 03-09-2003 | Size: 436 KB
|
|
- |
| 1 | 2 |
|
|
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.

|