Let's have some command-line fun with curl, [jq][1], and the [new GitHub Search API][2].
Today we're looking for:
| #!/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/bin/python3.4 | |
| # -*- coding: utf-8 -*- | |
| __author__ = 'admin' | |
| api_url = "http://basicdata.ru/api/json/calend/" | |
| from functools import lru_cache | |
| import calendar | |
| import datetime | |
| import urllib.request | |
| import json |
Let's have some command-line fun with curl, [jq][1], and the [new GitHub Search API][2].
Today we're looking for:
| import json | |
| MIN_STARS = 700 | |
| with open('{}.json'.format(MIN_STARS)) as json_file: | |
| repos = json.load(json_file) | |
| repos_by_language = {} | |
| by_top = {} | |
| for repo in repos: |
A list of amazingly awesome PHP libraries, resources and shiny things.
A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).