Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 624 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 624 Bytes

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.