A library containing a ton of useful stuff that really should be in the CLR itself:
Lots of useful extension methods
Some extended collection classes
Some DynamicXML classes
Some serializable Linq classes
An SGML Parser
Some misc Utility classes
Powerful task extensions (works with .NET v4.0 and...
More information
A library containing a platform abstraction layer that will eventually allow the other ClrPlus libraries to work on something other than Windows.
[Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization]
The gflags package contains a library that implements commandline flags processing.
As such it's a replacement for getopt(). It has increased flexibility, including built-in support
for C++ types like string, and the ability to define flags in the source file in which they're...
More information
A library containing native wrappers from a bunch of Windows API dlls:
Advapi32
CryptUi
Gdi32
ImageHlp
Kernel32
MPR
Mscoree
Ntdll
User32
WinCrypt
Winmm
WinTrust
It's not all perfect yet, and far from completely implemented, but a ton of stuff in there.
[Note: This library is not quite ready for...
More information
AdPlug is a free, multi-platform, hardware independent AdLib sound player library, mainly written in C++. AdPlug plays sound data, originally created for the AdLib (OPL2/3) audio board, on top of an OPL2/3 emulator. No OPL2/3 chips are required for playback.
A library containing classes to assist in scripting and dynamic code use.
[Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization]
A library containing classes for working with powershell:
- Trivial dynamic powershell invocation from C#
- RESTable cmdlets (so you can host cmdlets via a REST service and call them either remotely or locally)
[Note: This library is not quite ready for public consumption--I'm in the middle of some...
More information
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. The PCRE library is free, even for building proprietary software.
PCRE homepage: http://pcre.org/
Freeglut, the Free openGL Utility Toolkit, is meant to be a free alter-
native to Mark Kilgard's GLUT library. It is distributed under an X-Consor-
tium style license (see COPYING for details), to offer you a chance to use
and/or modify the source.
It makes use of OpenGL, GLU, and...
More information
Rapidjson is an attempt to create the fastest JSON parser and generator.
- Small but complete. Supports both SAX and DOM style API. SAX parser only a few hundred lines of code.
- Fast. In the order of magnitude of strlen(). Optionally supports SSE2/SSE4.2 for...
More information
A library containing classes for creating powershell providers:
- A universal base implementation that does all the heavy lifting for you
- a Copy-ItemEx cmdlet that actually lets you copy between differnt providers (silly/lazy PS!)
[Note: This library is not quite ready for public consumption--I'm...
More information
A library containing classes to deal with some crypto functions at a convenient level.
[Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization]
A library containing classes for trivial parsing of command lines
[Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization]