alexanderbrevig
-
- 4,594 total downloads
- last updated 6/11/2013
- Latest version: 1.1.1
Easily enable your static functions to be CLI callable -
- 3,332 total downloads
- last updated 11/1/2012
- Latest version: 1.0.0
Make any unicode string conform to [a..zA..Z], keep whitespace and symbols/numbers -
- 3,083 total downloads
- last updated 10/14/2012
- Latest version: 1.0.1
A helper for making objects maintain a list of all instances of that class -
- 3,056 total downloads
- last updated 8/23/2013
- Latest version: 1.0.1
Tiny FSM framework -
- 2,968 total downloads
- last updated 9/30/2014
- Latest version: 1.0.1
Open source, contribute here: https://github.com/AlexanderBrevig/ExposeOrHide -
- 2,481 total downloads
- last updated 9/11/2014
- Latest version: 1.1.0
PubSub the easiest way possible. Look here: string test = " world"; // let's define a subscriber Action<object> hi = (ob) => { Console.WriteLine("hi" + ob); }; // let's subscribe Pub.Sub["hello"] = hi; // lets... More information -
- 2,201 total downloads
- last updated 10/16/2012
- Latest version: 1.0.0
A simple Coderwall API implementation in C#, with some screenscraped meta data such as Protips -
- 1,786 total downloads
- last updated 11/25/2012
- Latest version: 1.0.0
Do something once, when a predicate returns true