c library
Chilkat XML C Library
Chilkat XML C Library is a high-level non-validating XML parser component that is free for both commercial and non-commercial use. more>>
Major Features:
- Load/save XML files to an in-memory document object model (DOM).
- Add name/value attributes to nodes.
- Compress nodes or entire sub-trees using in-memory Zip compression.
- AES encrypt the content of a node.
- Numerous methods for iterating over the nodes in a document.
- Numerous methods for searching and sorting nodes in a document.
- API designed to make it easy to do frequently encountered tasks when working with XML.
- Makes it easy to handle binary data (such as image data) within XML files.
Chilkat MHT C Library
Chilkat MHT C Library converts HTML to self-contained .MHT web archives. more>>
Chilkat MHT C Library is a powerful tool designed to convert HTML to self-contained .MHT web archives. It can also convert HTML into a self-contained email with all referenced images embedded within the email. Chilkat MHT can download HTML from a url, load HTML from a file, or accept HTML passed in directly as an in-memory string.
Major Features:
- Download HTML from a URL and save it as a .mht file.
- Download HTML from a URL and save it as a .eml file.
- Download HTML from a URL and create a Chilkat email object for use with Chilkat Email.
- Convert local HTML files to .mht, .eml, or email object.
- Convert in-memory HTML to .mht, .eml, or email object.
- Unpack .mht files.
Requirements:
- - VC++ 8.0
Chilkat IMAP C Library
Chilkat IMAP C Library is an IMAP client component for reading and managing email and folders on an IMAP server. more>>
Chilkat IMAP C Library is a professional IMAP client component designed for reading and managing email and folders on an IMAP server.
Major Features:
- Supports S/MIME signed and encrypted email.
- Supports SSL/TLS IMAP.
- Supports SSH tunneling (port forwarding).
- Full set of mailbox management features for adding, deleting, and renaming mailboxes.
- Easy to manage mail item flags for "seen", "draft", "answered", and "flagged".
- Preview mail by retrieving message summaries.
- Full mailbox sort and search capability.
- Easy access to all message parts and recipients.
- Easy access to attachments.
- Programs can work using either UIDs or sequence numbers.
- Single license includes all languages/platforms: .NET, IMAP ActiveX, Perl, Python, Ruby, Java, C++, x64, etc.
- Supports non-English folder names (i.e. UTF-7 mailbox names).
- SOCKS4, SOCKS5 proxy support.
- Supports multi-threaded applications.
- Event callbacks for progress monitoring and abort capability.
- Stress-tested in ASP web farms with large numbers of simultaneous sessions.
- License provides for royalty-free redistribution of components with your application.
- Reliable and expertly engineered.
- Designed to hide the complexities of the IMAP protocol.
- Affordable per-developer licensing.
- Unlimited 1-Year phone and email support.
- Same-product upgrades to new versions are always free.
Requirements:
- - VC++ 8.0
Chilkat MIME C Library
Chilkat MIME C Library allows you to create an manipulate MIME and S/MIME messages. more>>
Chilkat MIME C Library is a professional tool that allows you to create an manipulate MIME and S/MIME messages.
Major Features:
- Navigate the MIME message tree structure via the NumParts property and GetPart(index) method.
- Retrieve header field names and values.
- Add header fields to a MIME message.
- Add a detached (clear-text) digital signature to a MIME message.
- Convert MIME to an opaque signed message.
- S/MIME encrypt using a digital certificate.
- Decrypt and validate signatures in one method call.
- Attach files to a MIME message. Chilkat Mime automatically determines content-type based on file extension.
- Test to see if a message contains signed or encrypted parts.
- Get the body content automatically decoded (if encoded as Base64 or quoted-printable).
- Get the body content as a string. (already decoded from Base64 or QP)
- Get the non-decoded body content.
- Convert MIME to XML.
- Test for attachment, audio, encrypted, html, image, multipart, multipart/alternative, multipart/mixed, multipart/related, plain-text, signed, text, video, XML.
- Load MIME from file.
- Create multipart/alternative, multipart/mixed, multipart/related messages.
- Remove message sub-parts.
- Set message body from binary data.
- Set message body from in-memory string containing plain-text, HTML, XML, or anything else.
Requirements:
- - VC++ 8.0
Chilkat Email C Library
Chilkat Email C Library is a feature-rich SMTP client for sending email, and POP3 client for reading email. more>> <<less
Chilkat Crypt C Library
Chilkat Crypt C Library is a software component for encrypting and decrypting both strings and binary data. more>> <<less
Chilkat FTP-2 C Library
Chilkat FTP-2 C Library is a FTP/FTPS C class library for Visual C 6.0, 7.0, and 8.0. more>> <<less
Chilkat Bounce C Library
Chilkat Bounce C Library recognizes a variety of bounced email messages and can extract the email address from a bounced email. more>>
Chilkat Bounce C Library is a powerful tool designed to recognize a variety of bounced email messages and can extract the email address from a bounced email.
Major Features:
- Recognize hard bounces and return the bounced email address.
- Recognize soft bounces and return the bounced email address.
- Recognize "sender blocked" bounces.
- Recognize auto-reply emails, such as "out-of-office" email.
- Recognize transient messages, such as "Delivery Status / No Action Required".
- Recognize subscribe and unsubscribe requests.
- Recognize virus email notifications.
- Recognize Anti-SPAM challenge/response emails.
- Recognize email address change notification messages.
Requirements:
- - VC++ 8.0
Chilkat Charset C Library
Chilkat Charset C Library converts text data from one character encoding to another. more>>
Chilkat Charset C Library is a powerful tool that can convert text data from one character encoding to another. It works identically on all computers, regardless of locale or internationalization settings.
Supports Unicode, iso-8859-*, windows-*, utf-7, utf-8, utf-16, utf-32, Shift_JIS, gb2312, ks_c_5601-1987, big5, iso-2022-*, euc-jp, euc-kr, x-mac-*, asmo-708, ibm*, dos-*, koi8-*. (Refer to reference documentation for the complete list of supported charsets.)
Major Features:
- Convert from any supported charset to any other supported charset.
- Option to drop non-convertable characters.
- Option to substitute pre-defined bytes for non-convertable characters.
- Option to substitute hex-escaped string (XXXX) for non-convertable characters.
- Option to convert to an alternative charset for non-convertable characters.
- Option to pass through non-convertable characters unchanged.
- When converting HTML, can automatically update the META tag that specifies the charset.
- File-to-file conversion.
- Check for errors in file or in-memory data.
- Convert charset names to code page numbers, and back.
Requirements:
- - VC++ 8.0
Chilkat FTP-2 C++ Static Library
Fully supported and commercial FTP C++ library. Copy remote files to your local filesystem. Copy files from your local filesystem to the FTP server. Download text and binary files and access directly more>> Fully supported and commercial FTP C++ library. Copy remote files to your local filesystem. Copy files from your local filesystem to the FTP server. Download text and binary files and access directly in memory. Upload to FTP site directly from memory. Create remote directory. Rename remote files and directories. Delete remote files and directories. Get remote directory listing as XML. Passive/Active modes.<<less
FTP Library 1.5
edtFTPj is the first choice of Java developers worldwide for incorporating FTP functionality into their applications. edtFTPj is Open Source, licensed under the LGPL, the GNU Lesser General Public License. This means you can freely embed edtFTPj more>> edtFTPj is the first choice of Java developers worldwide for incorporating FTP functionality into their applications. edtFTPj is Open Source, licensed under the LGPL, the GNU Lesser General Public License. This means you can freely embed edtFTPj into your commercial Java applications, subject to the normal LGPL restrictions. Unrestricted (non-GPL) source licenses can be also be purchased.<<less
PCRE library 7.2
PCRE library 7.2 is a wonderful software which is able to implement regular expression pattern matching using the same syntax and semantics as Perl 5. more>> PCRE library 7.2 is a wonderful software which is able to implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.<<less
HFLOAT library
HFLOAT library provides you with a powerful application which lets you easily deal with fast computations with very long floating point numbers. more>> HFLOAT library provides you with a powerful application which lets you easily deal with fast computations with very long floating point numbers. With hfloat you can compute pi to many million digits.hfloat uses fft-multiplication, therefore you need fxt in order to compile it.<<less
CImg Library 1.2.8
CImg Library is an open source C toolkit for image processing. more>> CImg Library 1.2.8 is a program which appears as an open source C toolkit for image processing. It supports classes and functions to load, save, process and display images in your own C code.
Major Features:
- Consist only of a single header file CImg.h that must be included in your C program source.
- Contain useful image processing algorithms for image loading/saving, displaying, resizing/rotating, filtering, object drawing (text, lines, faces, curves, ellipses, 3D objects, ..), etc...
- The main image class can represent images up to 4-dimension wide (x,y,z,v) (from 1-D scalar signals to 3-D multi-channel volumes), with template pixel types.
- Depend on a minimal number of libraries : you can compile it only with standard C libraries. No need for exotic libraries and complex dependencies.
- Additional features appear with the use of ImageMagick, libpng, libjpeg or XMedCon. Install the Image-Magick package or link your code with libpng and libjpeg to be able to load and save standard compressed image formats (GIF,BMP,TIF,JPG,PNG,...).
Myref class library
This PHP class library is designed for PHP-programmers and Web-designers to make their management of select, checkbox and radio lists easy and comfortable. Myref class library solves two main tasks: i more>> This PHP class library is designed for PHP-programmers and Web-designers to make their management of select, checkbox and radio lists easy and comfortable. Myref class library solves two main tasks: it gets lists from database for further output on the HTML-page and provides administrative script for inputting the references into the database.<<less