RSS 5223 projects tagged "Libraries"

No download Website Updated 13 May 2013 RemoteViewing

Screenshot
Pop 30.20
Vit 3.19

RemoteViewing is an embeddable .NET-native VNC client and server library. It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms control to make embedding VNC in your program extremely easy.

No download Website Updated 07 May 2013 NetIRC2

Screenshot
Pop 28.67
Vit 3.87

NetIRC2 is an easy-to-use .NET IRC client library. It supports all major features relevant to making a chat client or bot. It has full support for synchronization contexts. You can use it from a Windows Forms or WPF GUI thread and chat events will be automatically dispatched, allowing you to completely ignore multithreading. It uses byte arrays internally, so mixed encodings can be handled. The IrcClient class can even be used as a component in the Forms Designer. Because it speeds up connect times with some IRC servers, an Ident server is included as well.

No download Website Updated 07 May 2013 NBit

Screenshot
Pop 30.03
Vit 3.87

NBit computes CRCs with standard (XModem, CRC-32C, etc.) as well as custom polynomials. It also provides a number of useful bit manipulation extension methods.

No download Website Updated 07 May 2013 CryptSharp

Screenshot
Pop 30.61
Vit 3.89

CryptSharp provides a number of password crypt algorithms: BCrypt, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. It also includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2 implementation supports only SHA-1). If you are looking to store passwords, odds are CryptSharp will have the algorithm you want.

Download Website Updated 16 May 2013 STMX

Screenshot
Pop 64.23
Vit 1.58

STMX is a high-performance Common Lisp library for composable Software Transactional Memory (STM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it is committed. If it signals an error, it is rolled back. Transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until committed. This gives freedom from deadlocks, automatic rollback on failure, and aims to resolve the tension between granularity and concurrency.

No download Website Updated 22 Apr 2013 SecondLanguage

Screenshot
Pop 31.73
Vit 5.40

SecondLanguage lets you use Gettext files in .NET without a lot of hassle. It can read and write both .mo and .po, and fully supports message contexts and plural forms. A C-style printf formatter is included, so you don't have to use .NET-specific translations.

Download Website Updated 02 May 2013 Zend Framework Models Generator

Screenshot
Pop 174.65
Vit 2.51

Zend Framework Models Generator generates Zend Framework model classes from MySQL, PostgreSQL, and SQLite databases. It can query a given database to retrieve the list of tables and their fields, and generates model classes for one table or for all tables of the specified database.

Download No website Updated 21 Mar 2013 libcpr

Screenshot
Pop 49.44
Vit 7.86

libcpr is a backport of the core data structures and algorithms from the C++11 standard library to C.

No download Website Updated 14 Mar 2013 Lightning MDB

Screenshot
Pop 35.62
Vit 8.28

LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space (it is not limited to the size of physical RAM).

Download No website Updated 28 Jan 2013 LifeV

Screenshot
Pop 38.31
Vit 11.29

LifeV is a finite element (FE) library providing implementations of state of the art mathematical and numerical methods. It serves both as a research and production library. It has already been used in medical and industrial contexts to simulate fluid structure interaction and mass transport. LifeV is the joint collaboration between four institutions: École Polytechnique Fédérale de Lausanne (CMCS) in Switzerland, Politecnico di Milano (MOX) in Italy, INRIA (REO, ESTIME) in France, and Emory University (Sc. Comp) in the U.S.A.

Screenshot

Project Spotlight

SBuild Eclipse Plugin

Eclipse IDE integration for SBuild.

Screenshot

Project Spotlight

RainbruRPG

A 3D multiplayer Role Playing Game project.