{"payload":{"pageCount":1,"repositories":[{"type":"Public","name":"pgss2022-compbio","owner":"PGSS","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2022-07-27T19:00:22.940Z"}},{"type":"Public","name":"2021_CompBio_TeamProject","owner":"PGSS","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2021-08-06T18:30:42.950Z"}},{"type":"Public","name":"2021-lab3","owner":"PGSS","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2021-07-20T22:17:09.460Z"}},{"type":"Public","name":"pgss2020-corecs-jupyter-w2d4","owner":"PGSS","isFork":false,"description":"Cracking hashes is the fundamental attacker activity. In this culmination of what we've learned in Python so far, we roll our own prototype password cracking utility","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":1,"starsCount":0,"forksCount":5,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2021-07-12T20:12:43.642Z"}},{"type":"Public","name":"2021-Lab2","owner":"PGSS","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2021-07-09T05:19:41.518Z"}},{"type":"Public","name":"corecs-week1-workshop","owner":"PGSS","isFork":false,"description":"Start at Hello World, work through Fibonacci and process CSV's!","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2021-06-25T15:54:59.524Z"}},{"type":"Public","name":"pgss2020-bio-phage","owner":"PGSS","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-31T17:16:49.005Z"}},{"type":"Public","name":"pgss2020-math-partygames","owner":"PGSS","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-31T16:49:06.691Z"}},{"type":"Public","name":"pgss2020-corecs-picoctf-helpers","owner":"PGSS","isFork":false,"description":"Some little helps for some of the tricky parts of the introductory questions for picoCTF 2019","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Shell","color":"#89e051"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-21T14:24:04.332Z"}},{"type":"Public","name":"pgss2020-corecs-reversing-challs","owner":"PGSS","isFork":false,"description":"For peeps who already know Python & programming pretty well, I present some reversing challenges that will test the your lower bound on coding knowledge!","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Shell","color":"#89e051"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-13T21:14:18.612Z"}},{"type":"Public","name":"pgss2020-corecs-rev1-demos","owner":"PGSS","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Shell","color":"#89e051"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-13T16:50:50.874Z"}},{"type":"Public","name":"pgss2020-corecs-jupyter-w2d2","owner":"PGSS","isFork":false,"description":"What do we do when we don't know what a file is? This is an issue that comes up often in digital forensic investigations when dealing with deleted data.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":2,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-06T20:24:10.527Z"}},{"type":"Public","name":"pgss2020-corecs-jupyter-w2d1","owner":"PGSS","isFork":false,"description":"After learning how to use the most powerful programming construct (the `for` loop), we build on this knowledge by adding \"Composition\" to our problem solving strategy and file ops to our toolbox","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":7,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-03T18:56:46.847Z"}},{"type":"Public","name":"pgss2020-corecs-jupyter-d4","owner":"PGSS","isFork":false,"description":"At the end of week 1, after seeing many programs from simple to complicated, students write their first program.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-03T05:19:09.559Z"}},{"type":"Public","name":"pgss2020-corecs-jupyter-d3","owner":"PGSS","isFork":false,"description":"After a steep learning curve in days 1 & 2, this repository introduces the most basic program in coding: Hello World!","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-07-02T03:23:16.105Z"}},{"type":"Public","name":"pgss2020-corecs-jupyter-d2","owner":"PGSS","isFork":false,"description":"What is and isn't a number according to Python? Introducing the ASCII encoding via rotation ciphers.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":2,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-06-29T20:59:48.084Z"}},{"type":"Public","name":"pgss2020-corecs-jupyter-d1","owner":"PGSS","isFork":false,"description":"Consider mystery code, demystified code and important code that all do the same thing but to different levels of security & clarity.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":4,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-06-28T20:14:12.937Z"}}],"repositoryCount":17,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"Repositories"}