RSS 5736 projects tagged "Libraries"

No download Website Updated 13 May 2013 RemoteViewing

Screenshot
Pop 42.43
Vit 6.18

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 40.45
Vit 6.56

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 41.44
Vit 6.56

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 41.70
Vit 6.57

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 17 Jun 2013 STMX

Screenshot
Pop 126.93
Vit 3.79

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 26 Apr 2013 ENet for C#

Screenshot
Pop 36.41
Vit 7.31

ENet for C# wraps the C-language ENet networking library. For games and other realtime applications, if you use TCP, old data can hold up newer data, even if it is no longer relevant (old positions, etc.). Your players will perceive any lost packet as a "lag burst". ENet supports multiple in-order streams of data, and allows you to decide on reliability on a per-packet basis. The library is useful for both client-server and peer-to-peer architectures.

No download Website Updated 18 May 2013 HIDSharp

Screenshot
Pop 89.45
Vit 1.30

HIDSharp is a multiplatform .NET library for USB HID devices. It is COM-enabled to allow use in VB6 and MS Office.

No download Website Updated 22 Apr 2013 SecondLanguage

Screenshot
Pop 35.11
Vit 7.56

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 197.99
Vit 2.10

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 50.32
Vit 9.48

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

Screenshot

Project Spotlight

Moscrack

A cross platform multi-node parallel WPA cracker.

Screenshot

Project Spotlight

Stabie Rand Editor

A reimplementation of the RAND text editor.