1
0
Fork 0
Code Hunt Data Helper, C# version
Go to file
Daniel Perelman 0c1cb75397 Added link to data release 1. 2015-05-06 11:23:39 -07:00
codehunt-data Initial code commit. 2015-04-08 07:12:24 -07:00
codehunt-data-example Initial code commit. 2015-04-08 07:12:24 -07:00
.gitignore Initial commit 2015-04-08 07:11:11 -07:00
LICENSE Initial commit 2015-04-08 07:11:11 -07:00
README.md Added link to data release 1. 2015-05-06 11:23:39 -07:00
codehunt-data.sln Initial code commit. 2015-04-08 07:12:24 -07:00

README.md

codehunt-data-cs

Code Hunt Data Helper, C# version (see also: Python version)

This is intended to help with analyzing data from the Code Hunt Data Release 1 by parsing the filenames and providing code for querying the Code Hunt REST API as well as showing an example of using Roslyn to parse the user code.

See codehunt-data-example/Program.cs for a simple example of using this code.