+ [2017-02-24T01:12:40Z] ogres hello
+ [2017-02-24T01:12:51Z] ogres is there any way to view a deleted repository?
+ [2017-02-24T04:47:38Z] juliohm I 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] juliohm The website I mean is http://juliohm/github.io
+ [2017-02-24T04:48:03Z] juliohm The website I mean is http://juliohm.github.io

message no. 164324

Posted by nug700 in #github at 2017-02-24T00:01:46Z

https://nug700.github.io/
+ [2017-02-25T18:01:09Z] Caterpillar are there any problems? git clone bandwitdh capped at 44kB/s
+ [2017-02-25T21:31:09Z] sdaff Hey y'all
+ [2017-02-26T01:22:20Z] Sweet-P I 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-P actually, I just came across the answer...correct pagination and per_page parameters are a must!