processing capabilities into their software applications
KashBox Payment Processing Software 2.xx
KashBox software is a licensed product available in two forms, Limited Edition and Plus. KashBox LE is free to use, all that is required is a simple r... more>> <<less
Interprocess Communication Server 1.07
Interprocess synchronization and communication primitives for C++. more>> RIPC is library providing interprocess synchronization and communication capabilities for processes running at different network nodes. RIPC provides wide set of standard primitives: semaphore, event, FIFO queue, barrier, shared memory, shared and exclusive locks.
Structure of RIPC package
RIPC package consists of two libraries:
ripcclient.lib
Provides stubs of RIPC primitives sending requests to the server
ripcserver.lib
Server implementation of RIPC primitives
RIPC supports local and remote sessions. Remote sessions created by RIPCClientFactory class establish connection with the server through TCP/IP stream socket. Server process should be started before clients. In this case primitives at local computer servers as stubs and redirect requests to the server. This mode is useful to provide synchronization and communication between several processes at the same or different computers.
Local sessions are created by RIPCServerFactory class. Them are useful to provide synchronization of threads within the same process (if you want to use more sophisticated synchronization primitives than standard synchronization facilities provided by OS). The single local session can be shared by all threads. No server process should be started in this case.
Quick start
Include files needed for use of RIPC package are located in inc directory. Libraries are located in lib directory. Version of RIPC for windows is provided with binaries of these librarier and server built by Visual C++ comiler. At all other system you will have to build these libraries yourself. Change directory to src and exceute make (for Visual C++ RIPC provides make.bat file which invokes MS nmake utility for makefile.mvc). By default static version of librarier are built. To produce dynamically linked librariers, edit makefile and assign set GENERATE_DLL=1. In case of using DLL libraries do not forget to include them in PATH (at Windows) or in LD_LIBRARY_PATH (at Unix).<<less
Process Lasso 3.60.8
Process Lasso offers capabilities such as out-of-control process restraint, default process priorities, default process CPU affinities, termination of disallowed processes, logging of processes executed, and more. more>>
Process Lasso is a unique new technology that will, amongst other things, improve your PCs responsiveness and stability. Windows, by design, allows programs to monopolize your CPU without restraint -- leading to freezes and hangs. Process Lassos ProBalance technology intelligently adjusts the priority of running programs so that badly behaved programs wont interfere with your ability to use the computer!
In addition, Process Lasso offers capabilities such as default process priorities and affinities, termination of disallowed processes, instance count limits, a system responsiveness graph, logging of processes, and much more!
System Requirements: Windows NT/2000/XP/2003/Vista/2008
Enhancements: This version makes various fixes and enhancements.
<<lessLicense:Freeware
License:Freeware
License:Freeware
License:Freeware
capabilities such as default process priorities and affinities, termination of disallowed ... Default process priorities Default process CPU affinities Foreground boosting Limit numberLicense:Freeware
License:Freeware
License:Freeware
In addition, Process Lasso offers capabilities such as a system responsiveness calculation ... , termination of disallowed processes, and logging of processes executed. With
Automatically restrain running processes that are consuming too many CPU ... capabilities such as default process priorities, termination of disallowed processes, andFree Process Viewer 2.0
Free Process Viewer is a tool that helps you to see which processes are running on your PC. Find the latest information about spywares, adwares, trojans, viruses, system processes and common applications . more>> <<less
AXMEDIS GRID Content Processing Tools 1.8.3
AXMEDIS Content Production Tools: AXMEDIS editor and GRID AXCP tools, PnP, DRM editor, etc., all you need to create and processing any kind of content... more>> <<less

Foxit Reader SDK (ActiveX)
an easy to use software component more>> Foxit Reader SDK (ActiveX) is an easy to use software component that allows developers to quickly add PDF displaying capability to the application.
Foxit Reader SDK (ActiveX Version) allows your application to easily display PDF documents with high quality and efficiency.
Foxit Reader SDK ActiveX uses the same rendering engine as Foxit Reader, so you can use this ActiveX to display any PDF file that can be opened by Foxit Reader, with same high quality and fast speed.
The ActiveX version of Foxit Reader SDK allows the application to adopt PDF rendering much more easier than using the DLL version of our SDK, because the ActiveX not only displays pages, it also handles all the user interface, like navigating, zooming, rotating, scrolling, and printing.<<less
Online Credit Card Processing Services 1
Online Credit Card Processing Services by Online Credit Card Processing For info on Online Credit Card Processing Services visit our Online Credit Card Processing website. enjoy the Online Credit Card Processing Services screensaver more>> <<less
Process Explorer 11.21
Get information about which handles and DLL processes have opened or loaded. more>> Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.
The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode youll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode youll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.
The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.
Process Explorer works on Windows 2000 SP4 Rollup 1 or above.<<less
files that the process has loaded. Process Explorer also has a powerful search capability that ... insight into the way Windows and applications work. Process Explorer works on Windows 9x/Me
Foxit Reader SDK ActiveX 2.0.0219
Foxit Reader SDK is an easy to use software component more>> Foxit Reader SDK (ActiveX) is an easy to use software component that allows developers to quickly add PDF displaying capability to the application.
Foxit Reader SDK (ActiveX Version) allows your application to easily display PDF documents with high quality and efficiency.
Foxit Reader SDK ActiveX uses the same rendering engine as Foxit Reader, so you can use this ActiveX to display any PDF file that can be opened by Foxit Reader, with same high quality and fast speed.
The ActiveX version of Foxit Reader SDK allows the application to adopt PDF rendering much more easier than using the DLL version of our SDK, because the ActiveX not only displays pages, it also handles all the user interface, like navigating, zooming, rotating, scrolling, and printing.
Foxit Active SDK has the following highlighted advantages:
Small distribution size
High rendering quality
Fast rendering speed
Rich built-in functions
Supports advanced PDF features
Displays multi-language PDF content
UI of ActiveX can be localized
UI of ActiveX can be replaced by hosting program
No extra software required<<less
Python Imaging Library 1.1.6
Adds image processing capabilities to your Python interpreter more>>
This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
Image Archives
The Python Imaging Library is ideal for for image archival and batch processing applications. You can use the library to create thumbnails, convert between file formats, print images, etc.
The current version identifies and reads a large number of formats. Write support is intentionally restricted to the most commonly used interchange and presentation formats.
Image Display
The current release includes Tk PhotoImage and BitmapImage interfaces, as well as a Windows DIB interface that can be used with PythonWin and other Windows-based toolkits. Many other GUI toolkits come with some kind of PIL support.
For debugging, theres also a show method which saves an image to disk, and calls an external display utility.
Image Processing
The library contains basic image processing functionality, including point operations, filtering with a set of built-in convolution kernels, and colour space conversions.
The library also supports image resizing, rotation and arbitrary affine transforms.
Theres a histogram method allowing you to pull some statistics out of an image. This can be used for automatic contrast enhancement, and for global statistical analysis.
System requirements:
- Python 2.2 or above
Ragtime Solo 5.6.5
Ragtime Solo 5.6.5 has come as a frame-oriented software that is a combination of characteristic features from office programs such as spreadsheet calculations and text processing with the rich layout capabilities of DTP (desktop publishing) programs. more>>
Ragtime Solo 5.6.5 has come as a frame-oriented software that is a combination of characteristic features from office programs such as spreadsheet calculations and text processing with the rich layout capabilities of DTP (desktop publishing) programs. With RagTime you design photo albums, travel diaries, invitations, budgetary plannings, financial statements for associations. With RagTime, you have a single convenient layout environment in which you can process text, tables, drawings, pictures and graphs. The intuitive user interface simplifies your quick access to all of RagTime's functions.

WhiteSmoke Enrichment 5
Instead of processing each word, this utility has the capability of processing entire sentences and phrases. he tool is available specific to your profession, whether it is legal, medical or scientifi more>>
All native and non-native English speakers can take advantage of this tool. The tool is available specific to your profession, whether it is legal, medical or scientific. Instead of processing each word, this utility has the capability of processing entire sentences and phrases. You need to add the program icon onto the toolbar. On doing so, any sentence or word which needs to be replaced by a meaningful phrase can be found by clicking on this icon. It greatly enhances the expressiveness and presentation value of any text without altering the intended meaning. It can be used with any Word processors or with email programs as a simple add-on to the toolbar.
It is available online and can change a simple sentence into a more professional and sophisticated expression
MetaWeblog API .NET Library 1.0
MetaWeblog API .NET Library is a free tool that enables applications to create new blog posts, edit existing posts, etc. more>>
NiceSettings 1.00
Add saving and restoring state capabilities to your Delphi applications. more>>
There are some methods and properties of the component:
procedure LoadSettings;
- Loads previously stored settings. Usually you call this method on FormCreate event.
procedure SaveSettings ;
- Saves current settings. Usually you call this method on FormClose or FormDestroy event.
property StoredProps: TStrings;
- This is where you can specify which properties to be saved. One line for each property. You can also save children component properties using "component name + dot + property" format, for example "Memo1.Color", "Edit1.Text", etc.
property StoreTarget: TStoreTarget;
- Specifies where to save settings. Currently you have two options: stIniFile saves to an INI file, stRegistry saves to registry under HKEY_CURRENT_USER.
property RegKey: string;
- Specifies in which key branch the component will save the settings in the registry.
property IniFile: string;
- Specifies the name of INI file to use when saving settings.
Version restrictions:
- This component uses RTTI. So it only work with published properties of the form and its components.

CRMatrix Lite 6.1.0.1
CRMatrix Lite offers an innovative, versatile Customer Relation Management software system that contains customer profile database, process management and smart messaging capabilities in one zone [sector]. more>>
CRMatrix Lite 6.1.0.1 offers an innovative, versatile Customer Relation Management software system that contains customer profile database, process management and smart messaging capabilities in one zone [sector]. CRMatrix customization capability for business requirements and client characteristics as well as database flexibility, form an unprecedented solution that enables smart management of the business customers in order to maximize customer loyalty.
By using CRMatrix system each business or organization can interact with its customers through several types of media solutions. CRMatrix is the only software system co-coordinating and integrating all possible media channels to a single interface, featuring E-mail messages through SMS messages, faxes, label production for direct mailing and broadcasting voice messages using advanced analytic capabilities, and advanced data processing on the existing database.
