Scripts and Programs related scripts & softwares
FINALLY....our popular HTML encryption service is now available as a stand alone program. It is enhanced even beyond our original service to incorporate the next evolution of protection for all your HTML code, Javascript and even meta tags, its your choice. You can protect everything in your web pages, HTML source code, JavaScript code, VBScript code, Text, Links, Graphics, addresses. Our new Image Splicer will cut up your images and keep the original with you. After protection, all your pages source code can neither be read nor edited; your text cannot be copied to clipboard or printed on a local printer; your link addresses will not be display in the status bar of their browser; and your graphics cannot be saved to a local disk using "Save Image As"...and much more "
This is a C++ equation parser which implements the reverse polish notation under the hood. It's quick, small, and efficient. The cpp equation parser supports the following operator and follows operator precendence:
'()*^-+/'
it can easily be extended to accomodate more.
The Matrix Utility Class provides all matrix operations along with an easy to use syntax. It's about four hundred lines, so that's what your saving when you use this class.
This is a very simple fraction class which allows you to keep those decimals in radical form rather than decimal.
HS GPS is a software library (with full C source code) which provides access to a NMEA-183 compliant GPS receiver via a serial communications port, decoding NMEA sentences: $GPGGA, $GPGSA, $GPGSV, $GPGLL, $GPRMC and $GPVTG. Decoded parameters include: time, date, position, altitude, speed, course and heading, according to standard - NMEA-183 (National Marine Electronics Association, Interface Standard 0183.)
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. Optional 1024 block size vs 512 size configuration is available.
*Features: * TFTP server and client * 512 and 1024 packet size * - TFTP File upload * TFTP File download
HS GSM SMS is a C source library that provides a PC-based user application with access to a mobile phone's Short Message Service (SMS) functionality, according to ETSI standards: GSM 07.05 (ETS 300 585) - "Use of Data Terminal Equipment - Data Circuit terminating; Equipment (DTE - DCE) interface for Short Message Service (SMS) and Cell Broadcast Service (CBS)" GSM 03.40 - "Technical Realization of Short Message Service - Point-to-Point
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. Includes HsDL (Data Link) and HsSock (Winsock interface) for X.25 over IP applications (XOT))
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.
Learn from step-by-step commented source codes how to create e-documents with wxWidgets, the free C++ framework and Visual C++ 2005 Express Edition with Platform SDK. MyWXeDoc is a Windows executable program that displays e-documents. It does not use MFC but instead uses wxWidgets. You can use it to create the electronic version of many types of documents such as user manuals, guides, catalogs, articles, picture albums and books.
|