+[2017-02-24T01:12:40Z]ogreshello +[2017-02-24T01:12:51Z]ogresis there any way to view a deleted repository? +[2017-02-24T04:47:38Z]juliohmI have created a website for my package on GitHub and this is the URL for it: http://juliohm.github.io/ImageQuilting.jl/latest/ So I know it is hosted somewhere. However, I don't have a juliohm.github.io repository in my GitHub, how can I host an HTML page I have created in this website? +[2017-02-24T04:47:56Z]juliohmThe website I mean is http://juliohm/github.io +[2017-02-24T04:48:03Z]juliohmThe website I mean is http://juliohm.github.io
+[2017-02-25T18:01:09Z]Caterpillarare there any problems? git clone bandwitdh capped at 44kB/s +[2017-02-25T18:08:03Z]Caterpillarah now its ok +[2017-02-25T21:31:09Z]sdaffHey y'all +[2017-02-26T01:22:20Z]Sweet-PI have quite a few repos starred on github.com. I'm trying to use "https://api.github.com/users/myusername/starred" to get a list of them all for later parsing. However, it's only returning 30 results out of over 200. Is there something I'm missing? Here's the cli I used " curl https://api.github.com/users/myusername/starred | jq -r '.[].git_url' " +[2017-02-26T01:34:54Z]Sweet-Pactually, I just came across the answer...correct pagination and per_page parameters are a must!