| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | OSP Toolkit 3.4.0 |
linux | Communications->Telephony | Free |
View Detail
|
|||||||||
OSP Toolkit project is a client side implementation of the ETSI OSP VoIP Peering protocol (ETSI TS 101 321). The OSP Toolkit project was begun in 1998 and the code has been incorporated into many commercial and open source VoIP products. |
||||||||||||||
| 2 | Apoc PDF Toolkit |
script | ASP NET | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | Revshare Toolkit |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | Jikes Bytecode Toolkit |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 5 | PDF Toolkit 0.6 |
linux | Desktop Environment->Tools | Free |
View Detail
|
|||||||||
PDF Toolkit is a simple servicemenu for PDF files. Here are some key features of "PDF Toolkit": · give master password · give user password · allow only printing · watermark · extract a range of pages · join PDF files |
||||||||||||||
| 6 | Webcam Toolkit 3.04 |
windows | Windows Widgets->Webcams | $29 |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | Development Toolkit na |
windows | Software Development->Visual Basic Tools | $995 |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | Webcam Toolkit 3.06 |
windows | Network Internet->Other | $29.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 9 | OpenWeasel Portal Toolkit |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 10 | Lucid XML Toolkit |
script | XML | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 11 | Hazmat Toolkit 3.8 |
windows | Network Internet->Other | $49 |
View Detail
|
|||||||||
The Hazmat Toolkit is an essential tool for first responders and hazmat personnel. This includes data from the Emergency Response Guidebook (ERG) and NIOSH Pocket Guide, plus more reference material for dealing with Meth Labs and Weapons of Mass Destruction, a huge encyclopedia of 1200 terms, and four hazmat training aids. The Hazmat Toolkit runs on a handheld PDA (Palm or Pocket PC), or a Windows computer, so you can always have this essential resource ready when you need it. |
||||||||||||||
| 12 | Popup Toolkit 1.4 |
windows | Network Internet->Other | $67 |
View Detail
|
|||||||||
|
||||||||||||||
| 13 | OEE Toolkit 5.4 |
windows | Business Finance->Business Finance | Free |
View Detail
|
|||||||||
The OEE Starter Kit contains: Data Collection software for one line Full version of OEE Toolkit (analysis software) The OEE data is stored in central database Sensorkit to detect machine status Support by phone and email OEE Toolkit software also contains a database with example data. Installation of OEE Toolkit takes about 10 minutes. Setting up your onw machine takes about 30 minutes. In case of questions we have support per telephone standing by. The limations: 30-day trial |
||||||||||||||
| 14 | WebCam Toolkit 3.01 |
windows | Graphic Apps->Screen Capture | $29 |
View Detail
|
|||||||||
WebCam Toolkit is professional image capture software that allows you to create your very own "live" images on your web page easier than ever before ! Even if your unfamiliar with HTML, WebCam Toolkit comes complete with Wizards that will take you step by step through the configuration and creation of your new WebCam page - enabling you to share your webcam with the world ! WebCam Toolkit is also highly configurable, you can also add captions and graphics to your images to make your WebCam Page stand out from the rest. |
||||||||||||||
| 15 | DirectX Toolkit 1.0 |
windows | Software Development->Components Libraries | $30 |
View Detail
|
|||||||||
DirectX Toolkit is a useful library that helps the developer to get started with DirectX 7.0, it simplifies the DirectX 7.0 API by adapting an easy-to-use interface. This is a brilliant solution for users that want to get started quick and learn about DirectX. Classes included in the package are DirectDraw, DirectSound, DirectInput, Sprite, Sound, Bitmap, Wave, Mouse, Window and Debug. Also included is an example of how to use the different components. To see the toolkit in action try Spaceworm. The toolkit was developed in Microsoft Visual C++ 6.0. |
||||||||||||||
| 16 | CentralNic Toolkit 0.23 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
The CentralNic Toolkit is CentralNics system for instantaneous Registry-Registrar Communications. Registrars can use this system to register and modify domain names in real time, with no delays for human intervention or e-mail processing. CentralNic Toolkit also provides advanced and efficient methods for searching for and querying domain names and whois records, and retrieving account information. All the software developed for the Toolkit system is Open Source, and is developed in a participatory manner, relying on cooperation with our user base. Users of the software are encouraged to submit bugs, suggestions, feature requests and patches. Whats New in This Release: · This release adds support for the new account management functions that allow automation of payment batches. |
||||||||||||||
| 17 | Wiki::Toolkit 0.71 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Wiki::Toolkit is a toolkit for building Wikis. Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isnt an instant Wiki. SYNOPSIS # Set up a wiki object with an SQLite storage backend, and an # inverted index/DB_File search backend. This store/search # combination can be used on systems with no access to an actual # database server. my $store = Wiki::Toolkit::Store::SQLite->new( dbname => "/home/wiki/store.db" ); my $indexdb = Search::InvertedIndex::DB::DB_File_SplitHash->new( -map_name => "/home/wiki/indexes.db", -lock_mode => "EX" ); my $search = Wiki::Toolkit::Search::SII->new( indexdb => $indexdb ); my $wiki = Wiki::Toolkit->new( store => $store, search => $search ); # Do all the CGI stuff. my $q = CGI->new; my $action = $q->param("action"); my $node = $q->param("node"); if ($action eq display) { my $raw = $wiki->retrieve_node($node); my $cooked = $wiki->format($raw); print_page(node => $node, content => $cooked); } elsif ($action eq preview) { my $submitted_content = $q->param("content"); my $preview_html = $wiki->format($submitted_content); print_editform(node => $node, content => $submitted_content, preview => $preview_html); } elsif ($action eq commit) { my $submitted_content = $q->param("content"); my $cksum = $q->param("checksum"); my $written = $wiki->write_node($node, $submitted_content, $cksum); if ($written) { print_success($node); } else { handle_conflict($node, $submitted_content); } } |
||||||||||||||
| 18 | Mimas Toolkit 2.1 |
linux | Science and Engineering->Image Recognition | Free |
View Detail
|
|||||||||
Mimas Toolkit is a C++ computer vision toolkit. It is easy to use and includes tools for edge detection, corner detection, various filters, optic flow, tracking, blob analysis, Web cam tools for real-time applications, and much more. Mimas Toolkit project also includes many implementations of traditional algorithms such as Canny. It was developed for GNU/Linux but as the GUI is largely separate, porting to other platforms should be straightforward. Mimas was originally conceived as a platform for real-time machine vision research. Its aim was and still is to reduce the turnaround time of new research into the application workspace. It is written in C++ and is released in source code form subject to the GNU Lesser General Public License (LGPL). Mimas has been used to build a number of vision systems including for two European Union sponsored projects, namely MINIMAN (completed in 2002) and MiCRoN (expected to complete in the 3rd quarter of 2005). Mimas is also being used to build a number of customised vision solutions for academia and industry. As such, if you do require a vision-based solution then please contact the authors of this software. Here are some key features of "Mimas Toolkit": · generic image class (greylevel and colour) · low level image processing · frequency domain processing · variety of recognition methods · variety of tracking methods · active contours · comprehensive matrix library · variety of statistical operations · associative neural network · multi-layer perceptrons ANN · image capture · various example interfaces Mimas is designed to be platform independent from the ground-up. Hence a user interface is not built-in. Rather Mimas acts as the engine of a vision system. Since it is written in C++, we recommend that you use the GPL-ed version of the cross-platform Qt toolkit or the Mozilla XP toolkit for building user interfaces. |
||||||||||||||
| 19 | Webmaster Toolkit 1.0 |
windows | Web Development->Web Design Tools | $99 |
View Detail
|
|||||||||
Webmaster Toolkit includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, tree view, text scroller, search engine, title, date and time, clock, pop-up window, mouse trailer and much more for web sites and web projects. Webmaster Toolkit offers a fast, simple way to create professional scripts for web sites and projects. These scripts can be customized highly. You can specify various options by clicking your mouse. You dont need to learn and write any complex script codes by yourself. Windows Configuration Program will do it for you. With these powerful script authoring tools, you can speed up your work and made life easier! |
||||||||||||||
| 20 | Webcam Toolkit 3.06 |
windows | Video->Video Recording | $29 |
View Detail
|
|||||||||
WebCam Toolkit is professional image capture software that allows you to create your very own "live" images on your web page easier than ever before - using your existing webcam. Even if your unfamiliar with HTML, WebCam Toolkit comes complete with Wizards that will take you step by step through the configuration and creation of your new WebCam page - enabling you to share your webcam with the world. Here are some key features of "Webcam Toolkit": · Automatic uploading of images from your webcam to the web · Built in Wizards to create "live" webcam HTML pages · Built in "Gallery" showing the last 10 images taken · Image preview window showing the last image uploaded · Uploads images at a frequency you specify · Add Captions and graphics to uploaded images · Support for proxy servers · Variable image quality · Compatible with almost all webcams |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
