|
|
C Library
|
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
|
|
- |
|
onlineTV License: Freeware
|
|
|
onlineTV 2 is an extremely versatile Tool, with which hundreds of music-files can automatically record and stored as MP3, OGG or WAV. Many radio stations, e.g. Webcast Internetradios, send title information. onlineTV 2 takes up this information and stores the songs automatically as MP3, OGG or WAV. Naturally here, if possible, with the ID3-Tags! You record many songs, how it continues now? onlineTV provides many tools for your. All recorded files can be administered in the integrated music library. Here you have the possibility of copying the files on your music USB stick. Edit your music files with the audio editor and remove failed transitions, add a tracing and much more besides. You would like to burn a music CD? No problem with the burning module. Burn your songs as music or data CD. Naturally likewise completely legally and without any copy protection. You would like to convert a song into another format, e.g. from MP3 in OGG? No problem with the integrated audio converter. You have a volume-limited entrance to the Internet? Of course again no problem, Traffic control supervises embarrassingly exactly any data traffic, which is produced by onlineTV 2. Like that you are protected against bad surprises and expensive payments. onlineTV 2 offers access to hundreds of newspaper on the left of and to music videos.
Author: concept/design| Date: 03-12-2004 | Size: 4236 KB
|
|
- |
|
FLib License: Freeware
|
|
|
FLib is a free, open source library of high-quality Java components. It currently contains wizard and calendar components and a table layout manager. The wizard component makes it easy to create multi-step user dialogs. The calendar component can be used by itself or as part of a combo-box drop-down. The table layout replaces GridBagLayout and is much easier to use. While the components are in English, complete localization is possible. The calendar component is mostly internationalized as is and automatically adapts to the locale.
Author: Antonio Freixas| Date: 22-10-2004 | Size: 657 KB
|
|
- |
|
DVD Rip N' Burn License: Freeware
|
|
|
Rip and burn DVD's - Copy DVD to AVI, DIVX, MPEG, VCD, SVCD, and more. Powerful and FREE DVD Ripper and Burner with multi-language support is an affordable way to backup your dvd movie library. The best and affordable way to backup your dvd's to your hard drive or cd's. you can rip your library to avi compressed pick divx or another codec to encode to. you can rip to vcd for burning a vcd to play in your home dvd player. you can also rip to svcd for burning to play in your home dvd player. You can Copy DVD movie into several video types, including VCD(MPEG-1 format), SVCD (MPEG-2 format), DivX AVI and other AVI (compressed by the selected codec, DivX codec perfered). Features: Copy DVD to VCD - Encoding to MPEG1 support Copy DVD to SVCD - MPEG2 encoding & decoding support Copy DVD to AVI - DivX and other standard AVI compression codec support Convert DVD movies to DIVX format Backup DVD copy Powerful wizard will help you to complete conversion setting in several steps DVD Decrypt and Backup DVD To Harddisk Multi-Langiage Support Best of all it's FREE.
Author: mahammad omran| Date: 10-08-2003 | Size: 4821 KB
|
|
- |
|
Easy Base License: Freeware
|
|
|
Easy Base is the ultimate development in DOS data management. The interface is simple enough for a complete novice to get started in data programming yet the query language and function library provide all the power required by professional developers. Visit our web site for a full description of Easy Base features.
Author: Easy Software Ltd| Date: 26-12-2003 | Size: 1138 KB
|
|
- |
|
OstroSoft SMTP Component License: Freeware
|
|
|
COM library for Visual Basic 6, providing functionality to send emails. Supports multiple recepients, email (MIME) attachments, AUTH and POP3 authentication, HTML email, custom headers.
Author: OstroSoft| Date: 14-03-2004 | Size: 76 KB
|
|
- |
|
JFreeChart License: Freeware
|
|
|
JFreeChart is a free Java class library for generating charts (GNU LGPL). Support is included for: pie charts, bar charts, line charts, scatter plots, time series charts, candlestick charts, high-low-open-close charts and more. Use in applications, servlets, JSP or applets. Export to PNG, JPEG, PDF, SVG and HTML image maps. Complete source code is included, subject to the GNU LGPL.
Author: David Gilbert| Date: 27-06-2002 | Size: 850 KB
|
|
- |
|
Mouse Gestures License: Freeware
|
|
|
Mouse Gestures is an open source (LGPL) pure Java library for recognition and processing mouse gestures. With Mouse Gestures you have a fast way to execute commands without using the keyboard, menus or toolbars. The user just holds down a mouse button and moves the mouse in a certain predefined way.
Author: Smardec| Date: 28-07-2004 | Size: 44 KB
|
|
- |
|
DISLIN for Borland C++ 5.5 License: Freeware
|
|
|
DISLIN is a high-level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features. The software is available for the programming languages C, Fortran 77, Fortran 90, Perl, Python and Java. DISLIN can display graphic information directly on graphic terminals or store them in metafiles. The supported display types are VGA, X Windows, Windows API and Tektronix. The supported file formats are GKSLIN, CGM, HPGL, PostScript, PDF, Prescribe, WMF, PNG and TIFF. The library contains the following features: - 9 software fonts where each font provides 6 alphabets. Hardware fonts for PostScript printers, X11 fonts for X11 displays and TrueType fonts for Windows 95/98/NT displays and WMF files can also be used. The different aphabets contain Roman, Greek, Russian, mathematical and special European characters. Plotting of mathematical formulas with TeX instructions. - Plotting of two- and three-dimensional axis systems. Axes can be linearly or logarithmically scaled and labeled with linear, logarithmic, date, time, map and user-defined formats. - Plotting of curves. Several curves can appear in one axis system and can be differentiated by colour, line style and pattern. Multiple axis systems can be displayed on a page. - Plotting of legends. - Elementary plot routines for lines, vectors and outlined or filled regions such as rectangles, circles, arcs, ellipses and polygons. - Shielded regions can be defined. - Business graphics. - 3-D colour graphics. - 3-D graphics. - Elementary image routines. - Geographical projections and plotting of maps. - Contouring. - Graphical user interface (GUI) routines based on Motif and Windows API functions. - English manuals in PostScript, PDF and HTML format are available.
Author: Helmut Michels| Date: 25-04-2003 | Size: 3976 KB
|
|
- |
|
DISLIN for Cygwin License: Freeware
|
|
|
DISLIN is a high-level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features. The software is available for the programming languages C, Fortran 77, Fortran 90, Perl, Python and Java. DISLIN can display graphic information directly on graphic terminals or store them in metafiles. The supported display types are VGA, X Windows, Windows API and Tektronix. The supported file formats are GKSLIN, CGM, HPGL, PostScript, PDF, Prescribe, WMF, PNG and TIFF. The library contains the following features: - 9 software fonts where each font provides 6 alphabets. Hardware fonts for PostScript printers, X11 fonts for X11 displays and TrueType fonts for Windows 95/98/NT displays and WMF files can also be used. The different aphabets contain Roman, Greek, Russian, mathematical and special European characters. Plotting of mathematical formulas with TeX instructions. - Plotting of two- and three-dimensional axis systems. Axes can be linearly or logarithmically scaled and labeled with linear, logarithmic, date, time, map and user-defined formats. - Plotting of curves. Several curves can appear in one axis system and can be differentiated by colour, line style and pattern. Multiple axis systems can be displayed on a page. - Plotting of legends. - Elementary plot routines for lines, vectors and outlined or filled regions such as rectangles, circles, arcs, ellipses and polygons. - Shielded regions can be defined. - Business graphics. - 3-D colour graphics. - 3-D graphics. - Elementary image routines. - Geographical projections and plotting of maps. - Contouring. - Graphical user interface (GUI) routines based on Motif and Windows API functions. - English manuals in PostScript, PDF and HTML format are available.
Author: Helmut Michels| Date: 25-04-2003 | Size: 5172 KB
|
|
- |
|
DISLIN for LCC-Win32 License: Freeware
|
|
|
DISLIN is a high-level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features. The software is available for the programming languages C, Fortran 77, Fortran 90, Perl, Python and Java. DISLIN can display graphic information directly on graphic terminals or store them in metafiles. The supported display types are VGA, X Windows, Windows API and Tektronix. The supported file formats are GKSLIN, CGM, HPGL, PostScript, PDF, Prescribe, WMF, PNG and TIFF. The library contains the following features: - 9 software fonts where each font provides 6 alphabets. Hardware fonts for PostScript printers, X11 fonts for X11 displays and TrueType fonts for Windows 95/98/NT displays and WMF files can also be used. The different aphabets contain Roman, Greek, Russian, mathematical and special European characters. Plotting of mathematical formulas with TeX instructions. - Plotting of two- and three-dimensional axis systems. Axes can be linearly or logarithmically scaled and labeled with linear, logarithmic, date, time, map and user-defined formats. - Plotting of curves. Several curves can appear in one axis system and can be differentiated by colour, line style and pattern. Multiple axis systems can be displayed on a page. - Plotting of legends. - Elementary plot routines for lines, vectors and outlined or filled regions such as rectangles, circles, arcs, ellipses and polygons. - Shielded regions can be defined. - Business graphics. - 3-D colour graphics. - 3-D graphics. - Elementary image routines. - Geographical projections and plotting of maps. - Contouring. - Graphical user interface (GUI) routines based on Motif and Windows API functions. - English manuals in PostScript, PDF and HTML format are available.
Author: Helmut Michels| Date: 25-04-2003 | Size: 4272 KB
|
|
- |
|
DISLIN for Mingw32 License: Freeware
|
|
|
DISLIN is a high-level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features. The software is available for the programming languages C, Fortran 77, Fortran 90, Perl, Python and Java. DISLIN can display graphic information directly on graphic terminals or store them in metafiles. The supported display types are VGA, X Windows, Windows API and Tektronix. The supported file formats are GKSLIN, CGM, HPGL, PostScript, PDF, Prescribe, WMF, PNG and TIFF. The library contains the following features: - 9 software fonts where each font provides 6 alphabets. Hardware fonts for PostScript printers, X11 fonts for X11 displays and TrueType fonts for Windows 95/98/NT displays and WMF files can also be used. The different aphabets contain Roman, Greek, Russian, mathematical and special European characters. Plotting of mathematical formulas with TeX instructions. - Plotting of two- and three-dimensional axis systems. Axes can be linearly or logarithmically scaled and labeled with linear, logarithmic, date, time, map and user-defined formats. - Plotting of curves. Several curves can appear in one axis system and can be differentiated by colour, line style and pattern. Multiple axis systems can be displayed on a page. - Plotting of legends. - Elementary plot routines for lines, vectors and outlined or filled regions such as rectangles, circles, arcs, ellipses and polygons. - Shielded regions can be defined. - Business graphics. - 3-D colour graphics. - 3-D graphics. - Elementary image routines. - Geographical projections and plotting of maps. - Contouring. - Graphical user interface (GUI) routines based on Motif and Windows API functions. - English manuals in PostScript, PDF and HTML format are available.
Author: Helmut Michels| Date: 25-04-2003 | Size: 4230 KB
|
|
- |
|
DISLIN PDF Manual License: Freeware
|
|
|
DISLIN is a high-level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features. The software is available for the programming languages C, Fortran 77, Fortran 90, Perl, Python and Java. DISLIN can display graphic information directly on graphic terminals or store them in metafiles. The supported display types are VGA, X Windows, Windows API and Tektronix. The supported file formats are GKSLIN, CGM, HPGL, PostScript, PDF, Prescribe, WMF, PNG and TIFF. The library contains the following features: - 9 software fonts where each font provides 6 alphabets. Hardware fonts for PostScript printers, X11 fonts for X11 displays and TrueType fonts for Windows 95/98/NT displays and WMF files can also be used. The different aphabets contain Roman, Greek, Russian, mathematical and special European characters. Plotting of mathematical formulas with TeX instructions. - Plotting of two- and three-dimensional axis systems. Axes can be linearly or logarithmically scaled and labeled with linear, logarithmic, date, time, map and user-defined formats. - Plotting of curves. Several curves can appear in one axis system and can be differentiated by colour, line style and pattern. Multiple axis systems can be displayed on a page. - Plotting of legends. - Elementary plot routines for lines, vectors and outlined or filled regions such as rectangles, circles, arcs, ellipses and polygons. - Shielded regions can be defined. - Business graphics. - 3-D colour graphics. - 3-D graphics. - Elementary image routines. - Geographical projections and plotting of maps. - Contouring. - Graphical user interface (GUI) routines based on Motif and Windows API functions. - English manuals in PostScript, PDF and HTML format are available.
Author: Helmut Michels| Date: 25-04-2003 | Size: 2573 KB
|
|
- |
|
DISLIN PostScript Manual License: Freeware
|
|
|
DISLIN is a high-level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features. The software is available for the programming languages C, Fortran 77, Fortran 90, Perl, Python and Java. DISLIN can display graphic information directly on graphic terminals or store them in metafiles. The supported display types are VGA, X Windows, Windows API and Tektronix. The supported file formats are GKSLIN, CGM, HPGL, PostScript, PDF, Prescribe, WMF, PNG and TIFF. The library contains the following features: - 9 software fonts where each font provides 6 alphabets. Hardware fonts for PostScript printers, X11 fonts for X11 displays and TrueType fonts for Windows 95/98/NT displays and WMF files can also be used. The different aphabets contain Roman, Greek, Russian, mathematical and special European characters. Plotting of mathematical formulas with TeX instructions. - Plotting of two- and three-dimensional axis systems. Axes can be linearly or logarithmically scaled and labeled with linear, logarithmic, date, time, map and user-defined formats. - Plotting of curves. Several curves can appear in one axis system and can be differentiated by colour, line style and pattern. Multiple axis systems can be displayed on a page. - Plotting of legends. - Elementary plot routines for lines, vectors and outlined or filled regions such as rectangles, circles, arcs, ellipses and polygons. - Shielded regions can be defined. - Business graphics. - 3-D colour graphics. - 3-D graphics. - Elementary image routines. - Geographical projections and plotting of maps. - Contouring. - Graphical user interface (GUI) routines based on Motif and Windows API functions. - English manuals in PostScript, PDF and HTML format are available.
Author: Helmut Michels| Date: 25-04-2003 | Size: 2178 KB
|
|
- |
|
Scribble Pad License: Freeware
|
|
|
Scribble pad is the ultimate utility for accessing often used text. Any of 1900+ items of text can be recalled to the Scribble Pad editor with only two mouse clicks - one on the group and one on the item. You never need to open a file. Items can be pasted into one another simply by dragging and any item can be sent directly to the Windows clipboard with a single mouse click. Scribble Pad is therefore equally ideal as a personal information management system, a document assembler, a text clippings library or a programmers sub and function library. The local area network version allows any number of workstations to share a further 1900+ items on the server. The server items are automatically updated at each workstation so, in addition to its primary purpose, Scribble Pad is also a simple but effective inter-workstation messaging system.
Author: John Turnbull| Date: 26-12-2003 | Size: 988 KB
|
|
- |
|
1-2-3 JavaScript Library! License: Freeware
|
|
|
1-2-3 JavaScript Library is a cool new software application that allows you to create amazing javascript in seconds! Choose scripts from an organized, amazingly easy to navigate menu system, and customize them to your own needs! No more long download times, or wasting time surfing the internet to find the one script that you want! Numerous Extra Quality Scripts, in a cool easy to navigate library system! Saves time - no more wasting time trying to find the script you want! No long download times, or wasting time surfing the internet Plus, over 50 scripts in the full version! (click here for the complete script listing!) Browser Code Name Browser Color Depth Browser Java Enabled Browser Name Script Browser Platform Browser Plugin Information (Netscape) Browser Screen Resolution Browser Times Visited Information Browser Version Script Auto CheckMark Auto UnCheckMark Clear Form on Focus Form Validation Info Box Script Login Form Multiple Password/Username Form Script Ensure Frames Present Frame Breaker Script Anti-Email Spam Banner Rotation Script Cool constant table color changer Last Modified Document Date Internet Explorer Set Bookmark Icon Shake the Screen! (Newer Browsers) Color Mouseover Changes Goto URL Mouseover Image Mouseover Changes Status Bar Mouseover/Mouseout Event Drop-down Box Navigation Go to Previous Document Simple Menu Centered Popup Full Screen Popup Script Popup Verification Script Standard Popup Script Close Window on Right Click Image Protect from Right Clicks No Right Click Script Automatic Closing Timer Countdown until Date Display Item until Expiry Date Message Displayed depending on Date Timed Link Message Rotation Script TextBox Scrolling Script Sliding Text Status Bar Script Status Bar Banner Moving Arrow Text Typewriter Status Bar Effect Confirmation Box Script Cookies (Usage Set/Get/Delete) Script Help Prevent Javascript Errors Scr
Author: No Spam| Date: 01-02-2004 | Size: 2160 KB
|
|
- |
|
1-2-3 JavaScript Library License: Freeware
|
|
|
1-2-3 JavaScript Library is a cool new software application that allows you to create amazing javascript in seconds! Choose scripts from an organized, amazingly easy to navigate menu system, and customize them to your own needs! No more long download times, or wasting time surfing the internet to find the one script that you want! Numerous Extra Quality Scripts, in a cool easy to navigate library system! Saves time - no more wasting time trying to find the script you want! No long download times, or wasting time surfing the internet Plus, over 50 scripts in the full version! (click here for the complete script listing!) Browser Code Name Browser Color Depth Browser Java Enabled Browser Name Script Browser Platform Browser Plugin Information (Netscape) Browser Screen Resolution Browser Times Visited Information Browser Version Script Auto CheckMark Auto UnCheckMark Clear Form on Focus Form Validation Info Box Script Login Form Multiple Password/Username Form Script Ensure Frames Present Frame Breaker Script Anti-Email Spam Banner Rotation Script Cool constant table color changer Last Modified Document Date Internet Explorer Set Bookmark Icon Shake the Screen! (Newer Browsers) Color Mouseover Changes Goto URL Mouseover Image Mouseover Changes Status Bar Mouseover/Mouseout Event Drop-down Box Navigation Go to Previous Document Simple Menu Centered Popup Full Screen Popup Script Popup Verification Script Standard Popup Script Close Window on Right Click Image Protect from Right Clicks No Right Click Script Automatic Closing Timer Countdown until Date Display Item until Expiry Date Message Displayed depending on Date Timed Link Message Rotation Script TextBox Scrolling Script Sliding Text Status Bar Script Status Bar Banner Moving Arrow Text Typewriter Status Bar Effect Confirmation Box Script Cookies (Usage Set/Get/Delete) Script Help Prevent Javascript Errors Scr
Author: No Spam| Date: 01-02-2004 | Size: 2160 KB
|
|
- |
|
Zen of Blocks License: Freeware
|
|
|
ZenOfBlocks - from The Walls of Jericho game: a challenging move-and-match puzzle game sure to twist the brain and please the eye. Inspired by the epic tale of faith and perseverance, this game features awesome artwork and classic gameplay for the whole family. Just match up colored blocks to crumble them, align powerful special blocks to activate effects like lightning or rain of frogs, and use the Ark of the Covenant to bring down the walls!
Author: Full Armor Studios| Date: 23-07-2003 | Size: 200 KB
|
|
- |
|
SuperEdi License: Freeware
|
|
|
SuperEdi is the ideal text editor for web site developers and programmers. Text files can be edited locally or directly on a remote server using the build-in FTP client. Syntax coloring is included for HTML, CSS and JavaScript files, and can easily be extended for other languages. You can add powerful extensions to SuperEdi using TextPipe filters or by your own automation scripts written in JScript, VBScript or Perl. SuperEdi comes with a sample multi-level clip library, which you can extend with your own frequently used text clips. Document tabs allow for quick navigation between multiple documents and the dockable directory tree helps you locate files quickly without opening the Windows Explorer. Context sensitive information is available via keyword lookup in any Windows help file or even in the MSDN library. SuperEdi supports Unicode UTF-8, UTF-16 as well as many locale- specific encodings. Available languages: English, German, Spanish, Chinese, Greek
Author: WoLoSoft International| Date: 11-12-2004 | Size: 1131 KB
|
|
- |
|
EasySQL4Fox License: Freeware
|
|
|
If you're a FoxPro developer who's tried to use MS SQL, you've undoubtedly discovered that SQL's syntax is different from that of the FoxPro implementation of SQL. I've developed a solution that converts FoxPro SQL syntax to T-SQL syntax in a single function call. This functionality is in the form of an EFoxSQL.FLL which converts FoxPro SQL statements to T-SQL. In addition, For VFP 8 users, I've also included EFox_Data_Adapter, a data adapter class that provides support for such FoxPro functionality as LOCATE, BROWSE and others . Actually a purpose of this class is to create a simple level of abstraction of application from the access-technology (File-Server or Client-Server). To use EasySQL4Fox, you simply attach a EFoxSQL.FLL library (Set Library to EFoxSQL.FLL Additive) and replace every SQL statement in your code with a call to our E_SQL_Select_Convert function. For example, if your MAIN contains a logical variable called UsingSQL that's .True. for SQL access and .False. for DBF access, you can use this: If UsingSQL Cmd = E_SQL_Select_Convert(OriginalSelectCmd) IF SQLEXEC(connection_id, cmd, alias) <= 0 * Error message display here... ENDIF ELSE &OriginalSelectCmd ENDIF You can certainly do the same by hand; however, a tool that does all of these things, and does them correctly the first time will probably pay for itself pretty quickly. See HTML manual included for more information.
Author: Pinter Consulting| Date: 05-01-2005 | Size: 58 KB
|
|
- |
|
ZipForge License: Freeware
|
|
|
ZipForge is a fast ZIP compression library. With this toolkit you can easily add archive functionality to your projects. ZipForge includes our new unique technology, a transaction system. This innovative solution gives you a fast and easy way of updating archive files providing data integrity like a reliable database system. ZipForge Personal is free for personal use. Any company must order commercial versions of ZipForge to use it in its projects. Key features: - Creates archive files in wide known ZIP format by PKZIP, Inc. - Native VCL; no DLLs; no OCXs - Adds, moves, extracts, deletes, updates, tests, refreshes a group of files by a single operation - Free for personal use - Creates self-extracting (SFX) archives - Performs regularly archive updates using transactions that allows canceling all modifications at any time in case of some failures. Also this technology optimizes the speed of the archive modification - Compresses large files with low memory consumption - Comprehensive help; lots of demos - Repairs damaged archives - Zip64 format is supported; maximum archive size is 2^63 bytes - Archive splitting and multiple disk spanning support
Author: Andrew Harrison| Date: 22-09-2003 | Size: 6431 KB
|
|
- |
|
WSP Module Player for C++ License: Freeware
|
|
|
WSP Module Player in a DLL or static library adds support for module music playback to your application. Supported formats are MOD, S3M and XM. For more info visit "http://www.spytech.cz".
Author: Radek Tetik| Date: -18-2003 | Size: 306 KB
|
|
- |
|
ScrollerII License: Freeware
|
|
|
The ScrollerII Library has two Controls, the FormScroller and ScrollableContainer Control. Each of these two Controls provides automatic Scrolling functionality. The FormScroller makes and entire Form Scrollable, whereas the Scrollable Container Makes part of a Form Scrollable. If you need more user input elements (controls) to place on a Form than its available area, these controls can be really helpful. By making the Form scrollable, it is possible to use a much broader area than the available area of a Form. Common features of these two Controls: You can set the small and large scroll values for the control. You can make the Scroller scroll continuously or only when the Mouse is released. You can check if a control is visible at any given moment using the IsVisible Method. You can Force the Scrollar to make a particular control visible by using MakeVisible Method. You can get a collection of the Visible Controls using the VisibleControls property and loop through it if necessary. You can manually scroll vertical or horizontal using the ScrollVertical and ScrollHorizontal Methods. The BeforeScroll Event is fired before Scrolling and you may cancel scrolling in that event based on the situation. The After Scroll Event is fired after a Scroll has occurred.
Author: Abu Haider| Date: 30-12-2002 | Size: 400 KB
|
|
- |
|
FTP Component License: Freeware
|
|
|
Microsoft’s .NET Framework class library contains no classes that will allow developers to access File Transfer Protocol (FTP) services directly. KCommon’s FTP component was designed to compensate for the fact that .NET lacks FTP support. With this FTP component, programmers can build either Windows Forms or ASP.NET (Web Forms) applications that will allow users to send or receive a single file or multiple files, using the FTP protocol. Operations for synchronous and asynchronous (using a callback or an event) transfers are supported. KCommon supports passive mode, but does not support active mode, which could cause problems with poorly written firewalls. Recall that in passive mode, the data flow is set up and initiated by the FTP client, rather than the server. This means improved security for the client computer, because it won’t have to deal with data flow being set up by the server. The component is written in C#. It is not marked as CLS compliant. It does not support proxy servers. The online description erroneously refers to an FtpSession type (it should be Session).
Author: ComponentSpot| Date: 08-05-2002 | Size: 843 KB
|
|
- |
|
JFDraw License: Freeware
|
|
|
JFDraw is a pure Java based graphics application and library package. JFDraw used a little features of Java2D, and expanded a lot of graph routines for more complex vector graph processing. You can run JFDraw under any operating systems that suport Java. JFDraw is focused on vector graph drawing field. It can help you to complete your mechanical, electronic, architectural graphs drawing applications, or even business process or workflow graphs issues. Written by pure text based editor(Windows NotePad & Unix VI), built by Sun Java Development Kit(JDK) 1.3.x and Apache Ant, JFDraw will offer you the opportunities to incorporate it into your graph applications, in binary library mode or source code mode. Main features a variety build-in vector graphs, e.g. rectangle, triangle, parallelogram, trapezoid,polyline, regularline(continuous vertical or horizontal line), etc. automatic nodes combining or expanding in polylines and regularlines, it's needless to add or remove a node for drawing such poly lines. easy to use adding/removing/binding/unbinding ports functions, for help doing ports issues(ports are used to connect shapes by lines) on arbitrary shapes. a lot of arrow types, fill styles and line styles, so you can easily change your shapes' appearance to fit your demand. goup/ungroups, multi-layers, customized libraries and templates support. roate, flip, mirror and scale functions on any shapes. zoom in/zoom out or customized zoom scale, undo/redo with arbitrary undo depth. grid, ruler support with both english or metric measurement. binary/xml JFDraw build-in file format, export to jpg, png, svg and more file formats.
Author: jfimagine.com| Date: 29-12-2004 | Size: 400 KB
|
|
- |
| 1 | 2 | 3 |
|
|
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.

|