From 4505bed087c3a4ca3e620556e4787bcf93182f61 Mon Sep 17 00:00:00 2001 From: NN Date: Thu, 12 Jan 2017 08:36:24 +0200 Subject: [PATCH] Add CodeJam library (#342) --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 23afc0e..9aa7d7f 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -100,6 +100,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [BoxKite.Twitter](https://github.com/NickHodge/BoxKite.Twitter/) - Twitter .NET Client Library for the 1.1 Twitter API, incorporating REST API, User streaming and Search Streaming. Uses Reactive Extensions (Rx). * [Cecil](https://github.com/jbevain/cecil) - A popular library to read, modify and write .NET binaries. * [Cimbalino Toolkit](https://github.com/Cimbalino/Cimbalino-Toolkit) - A set of useful and powerful tools that will help you build your Windows Platform applications. + * [CodeJam](https://github.com/rsdn/CodeJam) - Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another. * [Coding4Fun Toolkit](https://github.com/Coding4FunProjects/Coding4FunToolkit) * [ColoredConsole](https://github.com/colored-console/colored-console) - Add some color to your console. * [ColorSharp](https://github.com/Litipk/ColorSharp) - Library to handle color spaces and light spectrums.