Skip to content

Instantly share code, notes, and snippets.

View hiyangguo's full-sized avatar
:octocat:
Everything is possible

Godfery Yang hiyangguo

:octocat:
Everything is possible
View GitHub Profile
@hiyangguo
hiyangguo / lodash-fp-documentation.md
Created August 16, 2022 08:48 — forked from jfmengels/lodash-fp-documentation.md
Generated docs for Lodash/fp. Help make them better at https://github.com/jfmengels/lodash-fp-docs
@hiyangguo
hiyangguo / ie67891011-css-hacks.txt
Last active May 21, 2021 02:24 — forked from vidaaudrey/ie67891011-css-hacks.txt
IE && Edge CSS hacks - IE6, 7, 8, 9, 10, 11,Edge
IE6 Only
==================
_selector {...}
IE6 & IE7
==================
*html or { _property: }
IE7 Only
==================
@hiyangguo
hiyangguo / README.md
Created November 25, 2016 07:54 — forked from rowanmanning/README.md
Writing a Friendly README. This a companion-gist to the post: http://rowanmanning.com/posts/writing-a-friendly-readme/
@hiyangguo
hiyangguo / temp-example.js
Created June 17, 2016 03:18
Basic temp example
/*
type config = {
args: {
Query参数名称 : 预定义类型 或 Converter
}
}
type 预定义类型 = 'Int' | 'String'
type Converter = function(queryParamValue):Promise