| layout | default |
|---|---|
| author | mattmc3 |
| title | Modern SQL Style Guide |
| revision | 2019-01-17 |
| version | 1.0.1 |
| description | A guide to writing clean, clear, and consistent SQL. |
The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Fri, 13 Dec 2013 15:07:05 GMT till Sat, 13 Dec 2014 15:07:05 GMT.
Only first 1000 GitHub users according to the count of followers are taken. This is because of limitations of GitHub search. Sorting algo in pseudocode:
githubUsers
.filter((user) -> user.followers > 11)A Pen by Erick Mendoza on CodePen.
An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin