File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# codehunt-data-cs
2
2
Code Hunt Data Helper, C# version (see also: [ Python version] [ py ] )
3
3
4
- This is intended to help with analyzing data from the Code Hunt Data
5
- Release 1 by parsing the filenames and providing code for querying the
4
+ This is intended to help with analyzing data from the [ Code Hunt Data
5
+ Release 1] [ dr1 ] by parsing the filenames and providing code for querying the
6
6
[ Code Hunt REST API] ( https://api.codehunt.com/ ) as well as showing an
7
7
example of using [ Roslyn] [ roslyn ] to parse the user code.
8
8
@@ -11,3 +11,4 @@ See `codehunt-data-example/Program.cs` for a simple example of using this code.
11
11
12
12
[ py ] : https://github.com/dperelman/codehunt-data-py
13
13
[ roslyn ] : https://github.com/dotnet/roslyn
14
+ [ dr1 ] : https://github.com/Microsoft/Code-Hunt/tree/master/Code%20Hunt%20dataset%201
You can’t perform that action at this time.
0 commit comments