Skip to content

Instantly share code, notes, and snippets.

View showmethecode9527's full-sized avatar

Mathink showmethecode9527

View GitHub Profile
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
@showmethecode9527
showmethecode9527 / emojis.json
Created January 4, 2018 03:42 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "👩‍👩‍👦‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👦", "name": "family_children", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👦‍👦", "name": "family_two_boys", "shortname": "", "unicode": "", "html": "👨&zw
@showmethecode9527
showmethecode9527 / longitude-latitude-china.json
Created December 28, 2017 07:38
中国省市县经纬度数据
[
{
"name": "北京市",
"log": "116.46",
"lat": "39.92",
"children": [
{ "name": "北京", "log": "116.46", "lat": "39.92" },
{ "name": "平谷", "log": "117.1", "lat": "40.13" },
{ "name": "密云", "log": "116.85", "lat": "40.37" },
{ "name": "顺义", "log": "116.65", "lat": "40.13" },
@showmethecode9527
showmethecode9527 / _webkit-scrollbar.scss
Last active December 28, 2017 09:17
`webkit` 自定义滚动条样式
/**
* 滚动条(仅适用于 webkit 内核)
* @author Mathink 2017-10-26
*/
/*
* ::-webkit-scrollbar 滚动条整体部分
* ::-webkit-scrollbar-thumb 滚动条里面的小方块,能向上向下移动(或往左往右移动,取决于是垂直滚动条还是水平滚动条)
* ::-webkit-scrollbar-track 滚动条的轨道(里面装有Thumb)
* ::-webkit-scrollbar-button 滚动条的轨道的两端按钮,允许通过点击微调小方块的位置。
* ::-webkit-scrollbar-track-piece 内层轨道,滚动条中间部分(除去)
{
"people": [
":bowtie:",
":smile:",
":simple_smile:",
":laughing:",
":blush:",
":smiley:",
":relaxed:",
":smirk:",
@showmethecode9527
showmethecode9527 / region.json
Last active December 28, 2017 02:02
region data of Chinese provinces, cites, districts
[
{
"provinceId": "110000",
"proviceName": "北京市",
"provinceName": "北京市",
"cityList": [
{
"cityId": "110100",
"parentId": "110000",
"cityName": "市辖区",
{
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",