├── .gitmodules ├── Code Hunt dataset 1 ├── Code Hunt data release 1.nested.zip ├── License.docx └── README.TXT ├── README.md └── SECURITY.md /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Code-Hunt/HEAD/.gitmodules -------------------------------------------------------------------------------- /Code Hunt dataset 1/Code Hunt data release 1.nested.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Code-Hunt/HEAD/Code Hunt dataset 1/Code Hunt data release 1.nested.zip -------------------------------------------------------------------------------- /Code Hunt dataset 1/License.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Code-Hunt/HEAD/Code Hunt dataset 1/License.docx -------------------------------------------------------------------------------- /Code Hunt dataset 1/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Code-Hunt/HEAD/Code Hunt dataset 1/README.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Code-Hunt/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Code-Hunt/HEAD/SECURITY.md --------------------------------------------------------------------------------