Most Popular Scripts | C & C++
Palette Builder
posted byzandorinMiscellaneous
# Color Palette management in RGB or CMYK.
Palette generation via preset gradients;
# Color Cycling;
# Palette Acquisition from BMP, GIF and FractInt files;
# Color codes conversion into the following models: XYZ6011, XYZ709, YCC, CMY, ITU, YUV, YIQ, YES, YCbCr, SMPTECRGB, SMPTE240M, HSV, HLS, HSI.
Reviews0
PriceFree
Views986
Coords Remapper
posted byzandorinMiscellaneous
Coordinates conversion from a discrete planar grid into another of arbitrary dimensions.
Reviews0
PriceFree
Views770
Mobius
This class allows several operations with complex Mobius Maps (linear transformations). It may help to lessen operations with Kleinian groups, for example.
Reviews0
PriceFree
Views1234
MSI to EXE Setup Creator
posted bydrpusoftinEnvironment Variables
MSI (.NET framework) setup to EXE converter program is easy to use and efficient solution to generate executable installer files within minute without any change in originality of MSI installation setup. Windows installer (.MSI) to EXE installation package creator software converts visual studio .NET framework installation setup package to .exe file format rapidly. Build EXE using MSI setup package just in a single click.
Reviews0
PriceUSD 59.00
Views1265
Fop MiniScribus XSL-FO / XHTML
posted bypatrik08inFile Management
Wysiwyg editor to Apache FOP format based file on block-container (Floating Layer) element and is child, and export on pdf, postscript, xhtml.
Export XHTML (from version 1) and opacity background-color each floating layer a DIV element, export PostScript? and render to PDF as base.
Reviews0
PriceFree
Views1290
MyUppEdoc
posted byauthorinLibraries & Classes
Learn from step-by-step commented source codes how to create e-documents with Ultimate++, the free C++ framework and Visual C++ 2005 Express Edition with Platform SDK. MyUppEdoc is a Windows executable program that displays e-documents. It does not use MFC but instead uses Ultimate++. 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.
Reviews0
PriceUSD 24.95
Views911
MyWXeDoc
posted byauthorinLibraries & Classes
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.
Reviews0
PriceUSD 24.95
Views945
DemosSoft Email Client with Instant Messenger and http Server
posted bytyademosuinCommunication Tools
Price includes the license, copyrights and source code. Can offer big discounts if you just want the exe file without source or other arrangements. DemosSoft will share the copyrights with you. Use contact form. See Screenshot in details.
Reviews0
PriceUSD 100.00
Views1066
Interacting with TinyPic from C#
posted bytanvirbuttinFile Manipulation
The following snippet will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application, using the WebRobot component available from http://foxtrot-xray.com/w eb-robot/
Reviews0
PriceFree
Views1367
Referral Spam with C#
posted bywebprofessorinProgramming in C & C++
How to write a referal spam application. Its a good introduction to web browser control and C# in general.
Reviews0
PriceFree
Views2346
PonQUpload
posted byPonglesinFile Management
PonQUpload is a useful tool for uploading a file to a directory with FTP with only a few clicks - instead of going through a cumbersome FTP application.
Reviews0
PriceFree
Views1546
HsCipherSDK Encryption Library
posted byboboshillstone1inLibraries & Classes
HsCipherSDK is an Encryption Library providing an API to a suite of symmetric cryptographic algorithms and digital signing functions. The library includes block and stream cipher modules: AES, 3DES, ARC4, CAST-128, Blowfish,Twofish,MD5,SHA-1,SHA256, Whirlpool. Includes Standard DLL, C Sharp DLL to use from C++,Visual Basic, C Sharp or other languages, code examples, documentation. HsCipherSDK includes full source code in C.
Reviews0
PriceUSD 647.00
Views1471
HS Compress C Source Library
posted byboboshillstone1inLibraries & Classes
HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding) The library may be used in telecommunications application or for fixed data compression.
*HOW IT WORKS: Runtime Length Encoding (RLE): HS Compress library operates in buffer mode. It monitors the buffer data for presence of any four or more consecutive repetitions of the same character. If detected, the compression code, character and length are stored in the output buffer.
Reviews0
PriceEUR 29.00
Views1594
HS Crypto C Source Library
posted byboboshillstone1inLibraries & Classes
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.
The stream cipher method uses randomly generated key which must be known to both receiver and transmitter to encode each byte with a rotating byte of the key
RFC1321 MD5 algorithm generates a 16 byte data signature which is unique to the input data. This may be used for data integrity checking or in digital signature applications.
Reviews0
PriceEUR 49.00
Views1494
HS NTP C Source Library
posted byboboshillstone1inLibraries & Classes
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.
HS NTP library then resolves the server name, formats and sends NTP time request packet according to RFC1305 and RFC1769 standard. Once HS NTP has received NTP time reply from NTP server it analyses the reply and reports the resulting time difference to user application via callback function.
Reviews0
PriceEUR 39.00
Views1989
HS POP3 Lite
posted byboboshillstone1inLibraries & Classes
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
Reviews0
PriceEUR 79.00
Views1268
HS FTP Client C Source Library
posted byboboshillstone1inLibraries & Classes
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
Reviews0
PriceEUR 155.00
Views1870
Hylafx.dll
posted byfantom-softinCommunication Tools
Win32 DLL, partially realizes HylaFAX API. High speed and the small size (20KB). Does not demand installation.
Gives an opportunity of sending of facsimile messages from your appendices, created by language of any level: C, FoxPro, Visual Basic, etc.
Works with one of the best and freely distributed fax-server of an industrial class. - HylaFAX.
Reviews0
PriceUSD 15.00
Views1491
PonXPM
posted byPonglesinImage Manipulation
PonXPM is a useful tool for converting regular image (PNG, JPEG, GIF and BMP) formats into an XPM.
Reviews0
PriceFree
Views1549
DeskAlerts - Desktop Alert Software
posted bykudrininCommunication Tools
DeskAlerts - desktop alert software is the easiest way to provide your customers with your news and alerts. This is a small software sits in customer Windows taskbar and pops up window every time you send broadcast message. You even can send personalized messages.
This is more effective than e-mail or RSS. Your message will be delivered with 100% guarantee. No spam filters, no obsolete addresses. Your customers don't need to know what RSS is and what to do with it. They need to download small application only.
Reviews0
PriceUSD 95.00
Views1456