RSS 197 projects tagged "Windows"

Download Website Updated 03 Mar 2013 Botan

Screenshot
Pop 643.54
Vit 92.70

Botan is a crypto library written in C++. It provides a variety of cryptographic algorithms, including common ones such as AES, MD5, SHA, HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that are more obscure or specialized. It also offers SSL/TLS (client and server), X.509v3 certificates and CRLs, and PKCS #10 certificate requests. A message processing system that uses a filter/pipeline metaphor allows for many common cryptographic tasks to be completed with just a few lines of code. Assembly and SIMD optimizations for common CPUs offers speedups for critical algorithms like AES and SHA-1.

Download Website Updated 06 May 2013 GNU libmicrohttpd

Screenshot
Pop 693.32
Vit 78.06

GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.

No download Website Updated 27 Feb 2001 Extended Universal Resource Library

Screenshot
Pop 42.14
Vit 66.84

The Extended Universal Resource Locator library provides a complete virtualization of file-like objects. How data is stored is completely transparent to the client, since the library is meant to replace java.io.File. It provides implementations for handling local files, Jar/Zip archives, and XML documents. (Implementations for CVS and FTP are available seperately.) Other storage providers can be written and plugged in. It also provides a merged filesystem implementation that allows multiple hierarchies to appear as one and to override each other in a controlled way. Other features include notification of changes to files, and support for attaching (dynamically updatable) actions to file objects.

Download Website Updated 16 Jan 2002 TclX

Screenshot
Pop 73.89
Vit 64.38

Extended Tcl (TclX) is an extension to Tcl, the Tool Command Language invented by Dr. John Ousterhout. Tcl is a simple and powerful embeddable programming language. Extended Tcl is oriented toward system programming tasks and large application development. TclX provides additional interfaces to the operating system. It also adds many new programming constructs, text manipulation tools, and debugging tools.

Download Website Updated 21 Mar 2002 vTemplate

Screenshot
Pop 28.35
Vit 63.88

vTemplate is a PHP class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax that is much easier to use than other template classes. It compiles a template into native PHP code using one PCRE call, thus the parsing is extremely fast. It also has powerful caching and debugging classes to extend the functionality.

Download Website Updated 11 Apr 2013 Libiqxmlrpc

Screenshot
Pop 328.70
Vit 62.58

Libiqxmlrpc is an object-oriented library that represents an XML-RPC solution for both client and server. It supports HTTP and HTTPS, both single-threaded and multi-threaded computation models on the server side, method interceptors, and other features.

No download Website Updated 20 Apr 2003 ObjectDB for Java/JDO

Screenshot
Pop 23.49
Vit 60.71

ObjectDB for Java/JDO is a powerful yet compact Java Data Objects (JDO) Object Database (ODBMS), written entirely in Java, and compliant with the Java Data Objects (JDO) standard developed by Sun (JSR12). ObjectDB for Java/JDO is designed to efficiently handle databases of various sizes, ranging from a few KBs to hundreds of GBs. Among its features are small footprint, high performance, rapid development, easy deployment, and flexible architecture (1-Tier, 2-Tier, or N-Tier).

Download Website Updated 26 May 2003 Tools Soft Applets Collection

Screenshot
Pop 13.27
Vit 60.42

Tools-Soft Applets Collection contains site navigation applets, charting applets (pie and bar), a list view table, banners applets, news tickers, and more. It allows you to create a professional site design in a short time without spending a lot of money.

Download Website Updated 31 Jul 2004 CL-FMOD

Screenshot
Pop 13.45
Vit 56.72

CL-FMOD is a set of Common Lisp bindings to FMOD using UFFI.

No download Website Updated 04 Jun 2010 Haskell Parser Library for Internet Messages

Screenshot
Pop 29.60
Vit 56.06

The hsemail library contains a collection of Parsec parsers for the grammar defined in RFC2821 and RFC2822. There also is a generic FSM for the SMTP protocol, and several useful utility functions that simplify the manipulation of email or news messages in Haskell.

Screenshot

Project Spotlight

OpenDocMan

A Web-based document management system.

Screenshot

Project Spotlight

Kernel Mode Linux

A factility for executing user processes in kernel mode safely.