Stars
Implementation of the Fast MIS 2009 algorithm for computing Maximal Independent Sets.
A trie data structure implementation for Boost GSOC project
Provides fast, lazy, RESTful fastcgi access to various issue (bug) trackers. Compilable into a fast binary with IronPython and PyPy for even faster access.
Solves the problem of forgetting to keep __init__.py files up to date
ned14 / github-services
Forked from github/github-servicesOfficial GitHub Services Integration - You can set these up in your repo admin screen under Service Hooks
Bugs Everywhere is a “distributed bugtracker” designed to complement distributed revision control systems
Implements a plugin which scans uploaded documents for viruses
TortoiseXXX plugin for the Bugs Everywhere distributed issue tracker
ned14 / jsonrpclib
Forked from joshmarshall/jsonrpclibA Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Reference Implementations for my ISO and POSIX standards change proposals
A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
An Interactive Live XML based Curriculum Vitae with XHTML output
An E-Commerce solution for Plone supporting a shopping basket, stock quantities, differing delivery and taxation rules based on criteria, product variants and Paypal payment processing
A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any structure having a unique, arbitrarily-typed key member can be h…
An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patc…
A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit finds and iteration. Is approx. 50-100% faster than red-black…