Skip to content

Instantly share code, notes, and snippets.

View wenqingyu's full-sized avatar

Wenqing Yu wenqingyu

View GitHub Profile
CultDAO top 300 holders network graph
@wenqingyu
wenqingyu / gist:37e96c48774b9c397aa5acb4af4bccc5
Created July 18, 2017 02:56
juejin-translate-labels.js
[
{
"name": "AI",
"color": "5319e7"
},
{
"name": "Android",
"color": "1d76db"
},
{
@wenqingyu
wenqingyu / gist:0a7d777440d0d5ac9d41fc27bd91ff99
Created February 28, 2017 04:00
airplake-static-webpage-localizer
wget -E -H -k -p http://syspack.webflow.io/
// go on you labels pages
// eg https://github.com/cssnext/cssnext/labels
// paste this script in your console
// copy the output and now you can import it using https://github.com/popomore/github-labels !
var labels = [];
[].slice.call(document.querySelectorAll(".label-link"))
.forEach(function(element) {
labels.push({
name: element.textContent.trim(),
@wenqingyu
wenqingyu / airplake-generating-labels.js
Last active May 9, 2017 23:22
JavaScript snippet to create Airplake standard Github labels set
[
{
"name": "Epic: Airplake Guideline",
"color": "5319e7"
},
{
"name": "Magt: Salary Checked",
"color": "0052cc"
},
{