Home > Development > Components & Libraries
Components & Libraries
SmartFTP FTP Library 1.5.14.2
The SmartFTP FTP Library ActiveX component (COM) provides file transfer functionality for the FTP and SFTP protocol. It offers a wide range of features which allows reliable and secure file transfers (SSL/TLS and SSH). The component takes advantage of the COM technology which makes it possible to use it in numerous environments as Visual Basic, Visual C++, JavaScript/VBScript, VB.NET, C#.NET, Delphi, etc.
FlexCompress is a high-speed compression library for Delphi and C++ Builder developed to provide archive and backup functionality for your applications. No DLLs, strong encryption, SFX, splitting and multiple disk spanning support
smartDBforms.NET is an ASP.NET framework that allows fast and easy creation of professional database entry forms.
smartDBforms.NET framework is highly customizable. You have full access to the user interface templates and can redesign them using the design time surface of Visual Studio. You have full control over the mapping of data types to user interface templates.
BigSpeed Peer-to-Peer SDK is a set of two COM components (Agent and Hub) that lets you set up a virtual private peer-to-peer (P2P) network for secure file sharing and messaging. The security is provided in two different modes: symmetric encryption with shared secret key and asymmetric encryption with 1024-bit public/private keys.
The ShellBrowser .Net Edition is a set of UI controls that look and behave exactly like the Windows Explorer. The ShellListView and ShellTreeView controls imitate the corresponding parts of the Windows Explorer, including correct icons with overlays, the Explorer context menu, thumbnails, details, virtual folders and shell extensions.
HeapSort is an implementation of Williams and Floyd's TopDown HeapSort. HeapSort is a fast internal sort written in Java that uses a sorting algorithm analogous to power struggles for higher positions in a hierarchical bureaucracy. Source provided. It is faster than QuickSort, but slower that RadixSort. It sorts using a comparison routine you provide to compare two elements to be sorted.
QuickSort is an implementation of Tony Hoare's classic recursive QuickSort. QuickSort works by choosing a pivot point and ensuring all elements below the pivot point are "small" all above are "big", (i.e. smaller than the pivot) Then it recursively splites the upper and lower halves, repeating the process. QuickSort is an internal sort written in Java. Both RadixSort and HeapSort are quicker than QuickSort.
RadixSort is a fast internal sort written in Java that mimics a card sorter. Source provided. It is faster than both HeapSort and QuickSort. It sorts using a comparision routine you provide to compare two elements to be sorted plus a method to extract individual bytes from the keys to be sorted. The time to sort each item unlike most sorts, does not increase with larger sorts. It depends rather on the key length.
ShellSort is a simple sort suitable for 2000 or less elements. It sorts using a comparision routine you provide to compare two elements to be sorted.
LinkedList is replacement for Java Vector class. Classical doubly linked list. Faster that Vector for insert/delete, but slower for indexed access. The interface is modeled on java.util.Vector, so you can try it both ways and pick which is faster for your needs. Heavily commented Java source included. copyright (c) 1997-2008 Canadian Mind Products. May be freely distributed and and used for any purpose except military.
GdImageBox ActiveX is an Image Viewer OCX Control for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF, EMF, WMF, GIF, PNG, PNM, PCX DIB, JFIF, EXIF and others. With GdImageBox you can view, zoom, rotate, define display area, zoom on area, play animated gif, display multipage tiff image files... GdImageBox can be used from any development environment like Delphi and Visual Studio 2008.
GdImageBox Pro OCX is a royalty free Image Viewer control for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF, EMF, WMF and others. With GdImageBox Pro you can view, zoom, rotate, define display area, zoom on area, play animated gif, display multipage tiff image files... GdImageBox Pro OCX can be used from any Windows development environment that can call ActiveX components.
GdTwain Pro SDK is a TWAIN ActiveX control for developers to display and acquire images from TWAIN devices. You can fully control the image acquisition process and display the resulting image into a High Quality Viewer. You can use an automatic document feeder, use the scanner interface, apply image filters and effects, control all the capabilities of a Twain device like brightness, contrast, saturation, gamma, color depth, auto-deskew...
UnRAR dynamic library for software developers. Unrar.dll is the library to unpack RAR archives. You may use it in your freeware or commercial programs without any additional fees.
FitNesse Fixture for the TWUsb Java USB Board
The SmartFTP FTP Library ActiveX component (COM) provides file transfer functionality for the FTP and SFTP protocol. It offers a wide range of features which allows reliable and secure file transfers (SSL/TLS and SSH). The component takes advantage of the COM technology which makes it possible to use it in numerous environments as Visual Basic, Visual C++, JavaScript/VBScript, VB.NET, C#.NET, Delphi, etc.File Size: 2.29 MB DownloadLicense: Shareware. $399 US
FlexCompress 4.00
FlexCompress is a high-speed compression library for Delphi and C++ Builder developed to provide archive and backup functionality for your applications. No DLLs, strong encryption, SFX, splitting and multiple disk spanning supportFile Size: 10.70 MB DownloadLicense: Shareware. $75 US
Adillis smartDBforms.NET 2.1
smartDBforms.NET is an ASP.NET framework that allows fast and easy creation of professional database entry forms. smartDBforms.NET framework is highly customizable. You have full access to the user interface templates and can redesign them using the design time surface of Visual Studio. You have full control over the mapping of data types to user interface templates.
File Size: 6.82 MB DownloadLicense: Shareware. $299 US
BIGSPEED Peer-to-Peer SDK 3.0
BigSpeed Peer-to-Peer SDK is a set of two COM components (Agent and Hub) that lets you set up a virtual private peer-to-peer (P2P) network for secure file sharing and messaging. The security is provided in two different modes: symmetric encryption with shared secret key and asymmetric encryption with 1024-bit public/private keys.File Size: 1.55 MB DownloadLicense: Freeware
ShellBrowser .Net Edition 3.2.4
The ShellBrowser .Net Edition is a set of UI controls that look and behave exactly like the Windows Explorer. The ShellListView and ShellTreeView controls imitate the corresponding parts of the Windows Explorer, including correct icons with overlays, the Explorer context menu, thumbnails, details, virtual folders and shell extensions.File Size: 1.58 MB DownloadLicense: Shareware. $129.95 US
HeapSort 1.7
HeapSort is an implementation of Williams and Floyd's TopDown HeapSort. HeapSort is a fast internal sort written in Java that uses a sorting algorithm analogous to power struggles for higher positions in a hierarchical bureaucracy. Source provided. It is faster than QuickSort, but slower that RadixSort. It sorts using a comparison routine you provide to compare two elements to be sorted.File Size: 0.26 MB DownloadLicense: Freeware
QuickSort 1.6
QuickSort is an implementation of Tony Hoare's classic recursive QuickSort. QuickSort works by choosing a pivot point and ensuring all elements below the pivot point are "small" all above are "big", (i.e. smaller than the pivot) Then it recursively splites the upper and lower halves, repeating the process. QuickSort is an internal sort written in Java. Both RadixSort and HeapSort are quicker than QuickSort.File Size: 0.27 MB DownloadLicense: Freeware
RadixSort 1.6
RadixSort is a fast internal sort written in Java that mimics a card sorter. Source provided. It is faster than both HeapSort and QuickSort. It sorts using a comparision routine you provide to compare two elements to be sorted plus a method to extract individual bytes from the keys to be sorted. The time to sort each item unlike most sorts, does not increase with larger sorts. It depends rather on the key length.File Size: 0.27 MB DownloadLicense: Freeware
ShellSort 1.4
ShellSort is a simple sort suitable for 2000 or less elements. It sorts using a comparision routine you provide to compare two elements to be sorted.File Size: 0.29 MB DownloadLicense: Freeware
LinkedList 1.5
LinkedList is replacement for Java Vector class. Classical doubly linked list. Faster that Vector for insert/delete, but slower for indexed access. The interface is modeled on java.util.Vector, so you can try it both ways and pick which is faster for your needs. Heavily commented Java source included. copyright (c) 1997-2008 Canadian Mind Products. May be freely distributed and and used for any purpose except military.File Size: 0.32 MB DownloadLicense: Freeware
GdImageBox ActiveX - Image Viewer OCX 1.0.3
GdImageBox ActiveX is an Image Viewer OCX Control for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF, EMF, WMF, GIF, PNG, PNM, PCX DIB, JFIF, EXIF and others. With GdImageBox you can view, zoom, rotate, define display area, zoom on area, play animated gif, display multipage tiff image files... GdImageBox can be used from any development environment like Delphi and Visual Studio 2008.File Size: 2.60 MB DownloadLicense: Commercial. $65 US
GdImageBox Pro - Image Viewer ActiveX 1.0.3
GdImageBox Pro OCX is a royalty free Image Viewer control for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF, EMF, WMF and others. With GdImageBox Pro you can view, zoom, rotate, define display area, zoom on area, play animated gif, display multipage tiff image files... GdImageBox Pro OCX can be used from any Windows development environment that can call ActiveX components.File Size: 2.61 MB DownloadLicense: Commercial. $75 US
GdTwain Pro SDK Twain ActiveX Control 1.0.0
GdTwain Pro SDK is a TWAIN ActiveX control for developers to display and acquire images from TWAIN devices. You can fully control the image acquisition process and display the resulting image into a High Quality Viewer. You can use an automatic document feeder, use the scanner interface, apply image filters and effects, control all the capabilities of a Twain device like brightness, contrast, saturation, gamma, color depth, auto-deskew...File Size: 2.25 MB DownloadLicense: Shareware. $115 US
UnRAR DLL 3.71UnRAR dynamic library for software developers. Unrar.dll is the library to unpack RAR archives. You may use it in your freeware or commercial programs without any additional fees.
File Size: 0.24 MB DownloadLicense: Freeware
TWUsbFit 1.0.0
FitNesse Fixture for the TWUsb Java USB BoardFile Size: 0.12 MB DownloadLicense: Freeware
