├── Demographics.md ├── ExampleCode └── HPCLooping │ ├── parser.test.sh │ └── test.pbs ├── HPCResources.md ├── Introduction.md ├── LessonsLearned.md ├── Licence.pdf ├── Media ├── hack_hour_drawing.svg └── nhamilton_eResearch_2017.pdf ├── ProgrammingAnalogyCollection ├── README.md └── Resources.md /Demographics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/Demographics.md -------------------------------------------------------------------------------- /ExampleCode/HPCLooping/parser.test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/ExampleCode/HPCLooping/parser.test.sh -------------------------------------------------------------------------------- /ExampleCode/HPCLooping/test.pbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/ExampleCode/HPCLooping/test.pbs -------------------------------------------------------------------------------- /HPCResources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/HPCResources.md -------------------------------------------------------------------------------- /Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/Introduction.md -------------------------------------------------------------------------------- /LessonsLearned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/LessonsLearned.md -------------------------------------------------------------------------------- /Licence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/Licence.pdf -------------------------------------------------------------------------------- /Media/hack_hour_drawing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/Media/hack_hour_drawing.svg -------------------------------------------------------------------------------- /Media/nhamilton_eResearch_2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/Media/nhamilton_eResearch_2017.pdf -------------------------------------------------------------------------------- /ProgrammingAnalogyCollection: -------------------------------------------------------------------------------- 1 | TODO 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/README.md -------------------------------------------------------------------------------- /Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandamiotto/HackyHourHandbook/HEAD/Resources.md --------------------------------------------------------------------------------