Shareware Connection: Freeware, Shareware and Demo Software Downloads.
New Additions Home Links Submit Submit

 
Business & Productivity Tools
Desktop
Developer Tools
Drivers
Education
Games
Home & Personal
Internet & Networking
Multimedia & Design
Operating Systems
Utilities


Advertisement:

ListMotor 
Email List Manager Tool.
Remover, Keeper ..
 

Extract Link
Extract url, email, phone
fax from local disk file.

 

  

 



Software Listing: C Source Module

 

 VBA Code Compare | License: Freeware |

 
  VBA Code Compare allows you to compare and merge any Visual Basic code embedded into a VBA project (macros, sheet code, module code etc.). VBA Code Compare uses direct access for working with VB modules. Thus, you don't have to export the source code to a file for comparing and import the edited code back. You can use this tool for comparing two versions of the same module or for working with the source code when several authors change the code simultaneously. VBA Code Compare allows you to download the source code of two modules, compare them, synchronize (merge) different parts of code, edit the code before and after comparing and save the changes.

Publisher:
Formula Software, Inc.| Date: 16-09-2005 | Size: 886 KB
  -
 

 HS FTP Client C Source Library | License: Demo |

 
  HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR Features - FTP Client RFC 959 operation - Server name resolution - Concurrent FTP client sessions - Passive mode, firewall friendly - User / password authentication - Asynchronous Operation what is supplied after you purchase the product? - HS FTP Library binaries (Win32 library) - HS FTP full source code in C with Visual C workspace and project files - Binaries and full C source code of HS SOCK module used by HS FTP for Win32 TCP/IP socket layer communications - HS FTP Demo Application binaries, C source code, project workspace - HS FTP User Manual which documents in detail complete library API To connect to remote FTP server, the user application calls HsFtpCliConnect, supplying connection parameters, such as remote FTP server name or IP address, username and password for authentication etc and a pointer to callback function that the HS FTP module uses to communicate with the user code.

Publisher:
Hillstone Software| Date: 20-10-2006 | Size: 236 KB
  -
 

 Idea crypting module for BestCrypt | License: Freeware |

 
  Idea crypting driver for BestCrypt version 6.0b or newer. The module performs encryption using well-known IDEA algorithm. Works in Bestcrypt Environment in any Windows system.The IDEA driver is installed simply enough - you need to place the driver's distributive in some directory, then run BestCrypt Service Manager from the BestCrypt Program Group and use the "Add.." button to add new encryption driver to the list of available drivers. The IDEA driver distributive contains source codes of the driver and special program which tests the IDEA implementation using standard test vectors. If you wish to compile sources of the IDEA plugin yourself please use the latest version of BestCrypt Development Kit (http://www.

Publisher:
Igor Arsenin| Date: 17-07-2005 | Size: 61 KB
  -
 

 HS TFTP C Source Library | License: Demo |

 
  HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. HOW IT WORKS: When user application initlialises Hs TFTP library, it provides interface callbacks for the services used by HS TFTP protocol module: timer management, memory management and event callbacks. This architecture makes it easy to port HS TFTP protocol module to any environment. HS TFTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services.

Publisher:
Hillstone Software| Date: 15-07-2009 | Size: 340 KB
  -
 

 AMRandom | License: Freeware |

 
  This aims to supply a Borland Delphi translation of Alan Miller's Random Module for FORTRAN-90. This translation has been done with Dr Miller's approval and is being made FREELY available to all Delphi Developers, though we do ask the Alan Miller and ESB Consultancy be given due credit. It includes the following Random Number Generators: - Normal (Gaussian) - Gamma - Chi-squared - Exponential - Weibull - Beta - t - Multivariate Normal - Generalized inverse Gaussian - Binomial (2 different ones) - Negative Binomial - von Mises - Cauchy Includes full Delphi Source and Demo..

Publisher:
ESB Consultancy| Date: 09-08-2004 | Size: 375 KB
  -
 

 HS FTP Library | License: Demo |

 
  HS FTP is a software library written in C which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR, MKD, RMD, DELE Offerd in two editions: * Standard Edition (source code is not included): includes Static C Library and standard DLL library, which can be used from various programming languages (Microsoft and Borland C/C++, Visual Basic, etc) * Blueprint Edition: includes all of Standard Edition plus full source code in C.

Publisher:
Hillstone Software| Date: 29-08-2008 | Size: 821 KB
  -
 

 HTTP Compression Module | License: Freeware |

 
  Boost up your web site performance with this efficient HTTP compression module and save up to 80 percent on bandwidth while also reducing load times. When this HTTP Module is active it will automatically handle files before they are sent to the browser and will only send the compressed stream using the GNU Zip standard to make your web site even more responsive. Implementaion is easy, you can add HTTP compression to your web site within just few minutes and save yourself worries about compatibility with AJAX enabled content and other unsafe operations in older IE browsers..

Publisher:
MicroMighty, Inc.| Date: 25-12-2008 | Size: 497 KB
  -
 

 HS XMODEM C Source Library | License: Demo |

 
  HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. Support for both sender and receiver are provided. Other features include 1024 block size vs 128, CRC vs checksum, configurable timers and retries * HOW IT WORKS: When user application initlialises HsXmodem library, it provides interface callbacks for the services used by Xmodem protocol module: timer management, serial transmission and reception, memory management, event callbacks. This architecture makes it easy to port Xmodem protocol module to any environment Xmodem module handles all protocol information flow, error recovery, acknowledgements, timeouts and so on.

Publisher:
Hillstone Software| Date: 04-12-2006 | Size: 340 KB
  -
 

 HS Crypto C Source Library | License: Demo |

 
   HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation tables, an XOR-based stream cipher method with random dynamic key, plus the library includes RFC1321 MD5 Message Digest Algorithm
 
 The table encryption is implemented via the use of two either pre-defined translation tables or any of the 2 or a combination of dynamically generated translation tables. Decryption is implemented in a similar way using reverse tables.

Publisher:
Hillstone Software| Date: 10-03-2006 | Size: 331 KB
  -
 

 HS NTP C Source Library | License: Demo |

 
  HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system time to remote NTP server time. First user application calls HS NTP initialisation function supplying pointers to callback functions in user code for timer management and for reporting NTP events to user. To obtain time difference between local system and remote NTP server, the user application calls HsNtpGetTime function, specifying NTP server name or IP address and source UDP port to use.

Publisher:
Hillstone Software| Date: 03-11-2008 | Size: 68 KB
  -
 

 HTTP Prefix Module | License: Freeware |

 
  Handle the HTTP prefix in the address line such as "www." and the scheme of "http" or "https" for SSL pages from just one configurable area. When this HTTP Module is active it will automatically take care of all the web pages and files that are processed through the ASP.NET pipeline. Determine whether your web site will or will not use the "www." prefix so even if typed differently it will always redirect back to your original choice. Define a list of SSL pages that when accessed they will be added with the "https" prefix in order to leave no room for any typing mistakes..

Publisher:
MicroMighty, Inc.| Date: 25-12-2008 | Size: 519 KB
  -
 

 HS POP3 Library | License: Demo |

 
  HS POP3 is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics First user application calls HS POP3 initialisation function supplying pointers to callback functions in user code for memory amd timer management and for reporting POP3 events to user. To receive email messages from any POP3 RFC1939 compliant server, the user application calls HsPop3GetMail function, specifying mail server name or IP address and login user name and password.

Publisher:
Hillstone Software| Date: 02-09-2008 | Size: 240 KB
  -
 

 Ranking Toolbox | License: Shareware |

 
  The Ranking Toolbox is a unique collection of powerful tools that allow you to maximize the success of your website. Special features: The Analysis module dynamically analyzes search engines in order to detect their ranking criteria. The Optimization module assesses your website in relation to ranking and provides useful hints on how to optimize it. The Ranking module compares the position of your site with that of your competitors..

Publisher:
AceBIT| Date: 15-04-2003 | Size: 2889 KB
  -
 

 HS POP3 Lite | License: Demo |

 
  HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics First user application calls HS POP3 initialisation function supplying pointers to callback functions in user code for memory amd timer management and for reporting POP3 events to user. To receive email messages from any POP3 RFC1939 compliant server, the user application calls HsPop3GetMail function, specifying mail server name or IP address and login user name and password.

Publisher:
Hillstone Software| Date: 27-07-2006 | Size: 80 KB
  -
 

 ReFiT (Realtime File Transparency) | License: Shareware |

 
  ReFiT-Analyzer helps programmers to get an overview about the components of a programm by automatically building a HTML source code information system. ReFiT-Generator produces Cobol I/O modules that contain all basic input/output operations, to standardize all I/O handling and prepare for easy data migration with the Migration Workbench where, based on a mapping table, up to 99% of all required transformation code is generated..

Publisher:
WPMS AG (Werner Paulus Migrations Systeme)| Date: 16-02-2003 | Size: 4085 KB
  -
 

 TrackerPro | License: Shareware |

 
  Inventory Package Costing / Rental Package Costing. (Business Analysis) Monitor Inventory at a glance Diagnose buyers trends Spot dormant stock Image of Stock Items Multi Currency! Mass Discount Capability Dynamic Tax/Vat Module Advanced record locking to ensure inventory integrity is maintained Ability to Edit/Remove Entries if Registration is Exceeded Customer Management Module Supplier Management Tracking Module User Management (Pro Version Only) Module Non Taxable Distinction (Pro Version Only) Module Pre/Post Paid Rental System (Pro Version Only) Module Email Notification for Items requiring reordering (Pro Version Only) Module Email Notification when Items expire (Pro Version Only) Module Time & Attendance Package Costing.

Publisher:
Mark Raymond| Date: 01-02-2004 | Size: 14448 KB
  -
 

 HS SMTP | License: Demo |

 
  HS SMTP is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided From version 1.1, HS SMTP supports ESMTP extension for LOGIN Authentication using Base64 encoding and message sending to multiple recipients from address list. From version 1.2 HS SMTP supports sending binary file attachments using MIME version 1.0 base64 encoding To send a text email message to any address on the internet, the user application calls a single function HsSmtpSendMail, specifying mail server name or IP address, sender address, recipient address, message text buffer and length, subject, cc and an event callback function to use for reporting of operation result and server errors.

Publisher:
Hillstone Software| Date: 18-06-2009 | Size: 212 KB
  -
 

 ComGuard | License: Shareware |

 
  ComGuard will help you build reliable programs in a number of ways. During your development cycle, ComGuard monitors each compilation and allows you to: Create a snapshot (backup) of your current source and binary so you can keep the specific code base that created the binary, Backups the current component before VB overwrites it, Verify and correct Binary Compatibility settings, Warn you if the compatible component needs to be updated, One of the most important chores that ComGuard performs for you is compatibility model maintenance. ComGuard will let you know if the model needs to be updated.

Publisher:
VBSight Software| Date: 10-12-2005 | Size: 1074 KB
  -
 

 OmegaChart | License: Demo |

 
  OmegaChart 4.0 is a flowchart generator. This package converts source codes to their flowchart equivalence. The generated flowchart is viewable through Microsoft Excel, Microsoft Internet Explorer or Microsoft Visio. The package support languages written in - Fortran 77, 90 and 95 fixed form - Fortran 90 and 95 free form - Visual Basic family of languages ( VBA, VB6, VB.Net & VBScript ) - Matlab scripting language OmegaChart 4.0 is a useful tool for untangle behind-the-scenes programming logic in a messy spaghetti code and therefore generate visual documentation of the execution route.

Publisher:
Omega Charting Services| Date: 16-01-2009 | Size: 6593 KB
  -
 

 HS SMTP Lite | License: Demo |

 
  HS SMTP LITE is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided From version 1.1, HS SMTP LITE supports ESMTP extension for LOGIN Authentication using Base64 encoding and message sending to multiple recipients from address list. From version 1.2 HS SMTP LITE supports sending binary file attachments using MIME version 1.0 base64 encoding To send a text email message to any address on the internet, the user application calls a single function HsSmtpSendMail, specifying mail server name or IP address, sender address, recipient address, message text buffer and length, subject, cc and an event callback function to use for reporting of operation result and server errors.

Publisher:
Hillstone Software| Date: 29-09-2007 | Size: 76 KB
  -
 

 Zen Cart Translate Module | License: Shareware |

 
  Zen Cart Translate Module is a unique solution which will let your customers comprehend your site's content by translating it into other, more familiar languages. You don't need to translate your store manually or install any additional language packages any more. Zen Cart Translate will fully automate the translation process. Our module is using major translation engines, such as Babel Fish (AltaVista and Yahoo) and Google Translate. It's easy to let your customers use all of the most spoken languages while shopping at your store now. You can greatly increase the number of your potential buyers in a very simple way.

Publisher:
MagneticOne| Date: 21-12-2007 | Size: 10 KB
  -
 

 WebCab Probability and Stat (J2SE Ed.) | License: Shareware |

 
  Offers functionality from Basic Statistics, Discrete Probability, Standard Probability Distributions, Hypothesis Testing, Correlation and Linear Regression. Statistics Module The Statistics module incorporates evaluation procedures of standard quantitative measures of centrality (mean) and dispersion of (discrete) numerical sets. This module incorporates weighted averages, geometric mean, Inter-Quartile range, mean and standard deviation, sample variance and the coefficient of variation. Discrete Probability Module The Discrete Probability module encapsulates the foundations of discrete probability and discrete probability distributions.

Publisher:
WebCab Components| Date: 05-10-2004 | Size: 7617 KB
  -
 

 VB Source Code Controls | License: Freeware |

 
  Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Current Visual Basic Components include: Scheduler Source Code, Calendar Source Code, Clock Source Code, Slider Source Code, Scheduling Program and a Free Visual Basic source code control example. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly onto a Picturebox and can be compiled into any VB program without any additional file requirements. Visual Basic Source Code.

Publisher:
WolfeByte Solutions| Date: 27-01-2005 | Size: 152 KB
  -
 

 ASI FrontDesk Hotel Software | License: Demo |

 
  ASI FrontDesk Hotel Software is general purpose hotel and motel software which is can be used as a hotel software, hotel management software, hotel reservation software, property management software, hospitality software, hotel accounting software. ASI FrontDesk Hotel Software is specially design for hotels/motels with 10-300 Rooms. The following are the features that are available in ASI FrontDesk Hotel Software: Walk-In Guest Room Reservation Group Operations Multiple Rate/Rate Type in Single Stay Seasonal Rate Guest Deposit Support Multiple Currency Support Payment Authorization and Credit Card Transaction Hourly Rental Room Do Not Rent Guest Database Guest Change Room Guest Folio/Invoice Magnetic Card Reader ID Card Scanner Signature Pad Online Credit Card Processing Video Module for Guest Snaps with Webcam at various stages of stay Guest Shared Information Guest Flight Information Backup and Restore Automatic Database Backup Night Audit Command Prompt Reservation block dates Guest Ledger & Database Advance Guest Search Business Source Direct Billing / City Ledger Insert/Undo/Redo Transactions Expense Management (Payables & Receivables) Desk Clark Reminder Phone Book / Address Book Guest Messaging Lost and Found Block Room (Out of order room) Guest Feedback Document Templates and Emailing Query Module 100+ Reports Property Configuration Compressive Tax Management User Management Housekeeping System also support following modules, Customized Reports / Invoice Call Accounting Module / Interface Point Of Sales (POS) Module Payroll Module QuickBooks Interface Module AuditTrail Module Electronic Key Lock Interface Swipe Card Reader Interface ASI FrontDesk hotel software is installed at thousands of properties in 70+ countries all around the world.

Publisher:
Anand Systems Inc| Date: 01-02-2006 | Size: 56320 KB
  -
 

 Visual Basic Controls (Source Code) | License: Freeware |

 
  Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Current Visual Basic Components include: Scheduler Source Code, Calendar Source Code, Clock Source Code, Slider Source Code, Scheduling Program and a Free Visual Basic source code control example. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly onto a Picturebox and can be compiled into any VB program without any additional file requirements. Visual Basic Source Code.

Publisher:
Visual Basic Controls by WolfeByte Solutions| Date: 22-03-2005 | Size: 152 KB
  -
 

 dotNet Sniffer 64-bit Itanium | License: Freeware |

 
  dotNet Sniffer 2 uses the .NET profiler API to save assemblies loaded from memory. Once a module is handled by the .NET Framework, dotNet Sniffer saves it to disc if it was loaded from memory. Some tools are changing the module (decrypt methods ...) after loading; dotNet Sniffer allows you to save the module again during the execution of the first method (JIT). The profiler will be active only for the process to start; installing dotNet Sniffer will not affect the performance of other .NET programs. dotNet Sniffer 2 is available for 32-bit and 64-bit processors. 64-bit versions also install the 32-bit profiler and can save indifferently 32-bit and 64-bit processes.

Publisher:
PV Logiciels| Date: 08-11-2008 | Size: 1049 KB
  -
 

 WebCab Probability and Stat (J2EE Ed.) | License: Shareware |

 
  EJB Suite offers functionality from Basic Statistics, Discrete Probability, Standard Probability Distributions, Hypothesis Testing, Correlation and Linear Regression. Statistics Module The Statistics module incorporates evaluation procedures of standard quantitative measures of centrality (mean) and dispersion of (discrete) numerical sets. This module incorporates weighted averages, geometric mean, Inter-Quartile range, mean and standard deviation, sample variance and the coefficient of variation. Discrete Probability Module The Discrete Probability module encapsulates the foundations of discrete probability and discrete probability distributions.

Publisher:
WebCab Components| Date: 05-10-2004 | Size: 20129 KB
  -
 

 HS X.25 C Source Library | License: Demo |

 
  HS X.25 is a software library in C (supplied with full source code) which implements ITU-T recommendation X.25 - Interface between Data Terminal Equipment (DTE) and Data Circuit-terminating Equipment (DCE) for terminals operating in the packet mode and connected to public data networks by dedicated circuit. HS X.25 internally at a lower layer interfaces to HsDL library. HsDL library is Data Link layer abstraction. When HS X.25 is ported into environment with LAPB or LAPD as data link layer, only HsDL module needs to change. HsDL links directly to HsSock module (also included in this package) - Winsock interface component that provides reliable TCP transport services similar to LAPB / LAPD / HDLC.

Publisher:
Hillstone Software| Date: 19-05-2006 | Size: 344 KB
  -
 

 HS COM | License: Demo |

 
  HS COM is a software library (with full C source code) that allows a calling user application to access serial communication ports (COM devices) under 32-bit MS Windows operating systems. It allows to transmit data, receive data and control line signals (such as RTS and DTR). HS COM library provides a convenient "packaging" to standard Win32 API by exposing only a few simple API services to a calling application -HsCOMInit -HsCOMOpenPort -HsCOMClosePort -HsCOMWriteBuffer -HsCOMExtendedFunc.

Publisher:
Hillstone Software| Date: 08-12-2006 | Size: 304 KB
  -
 

 Distributed Password Recovery | License: Shareware |

 
  There are many well-optimized password recovery algorithms and implementations available today. While they can crack a simple or dictionary-based password in minutes, guessing a relatively strong password may take years. You can speed-up the process if your organization has enough funds to buy a million dollar supercomputer. Of course, normally, this is not feasible. From now on, there is an easy and cost-effective way to achieve the same results. Distributed Password Recovery, a revolutionary software solution from the well-known password recovery brand, ElcomSoft, utilizes distributed computing technology that allows you to build your very own virtual supercomputer.

Publisher:
ElcomSoft Co. Ltd.| Date: 07-02-2006 | Size: 3040 KB
  -

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |


    Universal Explorer
Powerful windows explorer file manager and viewer.

File Manager - Windows Explorer Replacement

Disk Size Manager
Analyses hard disk space and collects statistics.

Powerful Disk Space Manager

Web Data Mining
Extract information from web. Download tools, data grabber.

Web Data Mining Software

 

 

Home - New Listing - Submit Software - Contact Us - Privacy Info