Skip to content

Instantly share code, notes, and snippets.

View macint0sh's full-sized avatar
🇺🇦

Dmytro Chornyi macint0sh

🇺🇦
View GitHub Profile
#!/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
@macint0sh
macint0sh / 00-about-search-api-examples.md
Last active August 29, 2015 14:26 — forked from jasonrudolph/00-about-search-api-examples.md
5 entertaining things you can find with the GitHub Search API
@macint0sh
macint0sh / analyze.py
Last active August 29, 2015 14:26 — forked from leventov/analyze.py
См. http://habrahabr.ru/post/235689/. Инструкция по применению в первом комментарии
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:

Awesome PHP

A list of amazingly awesome PHP libraries, resources and shiny things.

Composer

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).