Skip to content

Instantly share code, notes, and snippets.

@shlima
shlima / region.csv
Created July 10, 2019 11:45 — forked from nalgeon/region.md
Список регионов России по КЛАДР
NAME,C,40 SOCR,C,10 CODE,C,13 INDEX,C,6 GNINMB,C,4 OCATD,C,11 ISO,C,6
Адыгея Респ 0100000000000 385000 0100 79000000000 RU-AD
Башкортостан Респ 0200000000000 452000 0200 80000000000 RU-BA
Бурятия Респ 0300000000000 671000 0300 81000000000 RU-BU
Алтай Респ 0400000000000 649000 0400 84000000000 RU-AL
Дагестан Респ 0500000000000 368000 0500 82000000000 RU-DA
Ингушетия Респ 0600000000000 386000 0600 26000000000 RU-IN
Кабардино-Балкарская Респ 0700000000000 0700 83000000000 RU-KB
Калмыкия Респ 0800000000000 0800 85000000000 RU-KL
Карачаево-Черкесская Респ 0900000000000 0900 91000000000 RU-KC
@shlima
shlima / protobuf260.rb
Created April 11, 2019 13:47
brew formula to install protobuf@2.6
class Protobuf260 < Formula
desc "Protocol buffers - Google data interchange format"
homepage "https://github.com/google/protobuf/"
stable do
url "https://github.com/google/protobuf/releases/download/v2.6.0/protobuf-2.6.0.tar.bz2"
sha256 "0a2f8533b2e0587a2b4efce0c4c8aea21bbfae1c41c466634d958dedf580f6aa"
# Fixes the unexpected identifier error when compiling software against protobuf:
# https://github.com/google/protobuf/issues/549
@shlima
shlima / README.md
Created January 20, 2019 12:31 — forked from jsanz/README.md
Look up table for the Köppen-Geiger
@shlima
shlima / ImageMagick 6.7.7-10 Homebrew Formula.md
Created February 3, 2017 08:30 — forked from rochoa/ImageMagick 6.7.7-10 Homebrew Formula.md
Homebrew Formula for ImageMagick 6.7.7-10

Homebrew Formula patching old ImageMagick release 6.7.7-10

Install

$ brew install https://gist.githubusercontent.com/rochoa/10017167/raw/f4f09fd9f9441513d06092c881e10935735881e2/imagemagick.rb

Tested

@shlima
shlima / meta-tags.md
Created October 6, 2015 10:16 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>