+[8 years ago]ogreshello +[8 years ago]ogresis there any way to view a deleted repository? +[8 years ago]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? +[8 years ago]juliohmThe website I mean is http://juliohm/github.io +[8 years ago]juliohmThe website I mean is http://juliohm.github.io
I did select one, and there is a _config.yml with "theme: jekyll-theme-cayman"
+[8 years ago]Caterpillarare there any problems? git clone bandwitdh capped at 44kB/s +[8 years ago]Caterpillarah now its ok +[8 years ago]sdaffHey y'all +[8 years ago]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' " +[8 years ago]Sweet-Pactually, I just came across the answer...correct pagination and per_page parameters are a must!