Skip to content

Instantly share code, notes, and snippets.

View pq1949's full-sized avatar
🎯
Focusing

leo pq1949

🎯
Focusing
View GitHub Profile
@pq1949
pq1949 / parse.js
Last active May 14, 2020 07:18
translate parse
const fs = require('fs')
const readline = require('readline')
const fsExtra = require('fs-extra')
const flatten = require('flat')
const unflatten = flatten.unflatten
const TARGET_FILE_PATH = 'key.txt'
const a = []
const b = []

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@pq1949
pq1949 / gist:540172a2d4e5db33980f99a9d2c8c5cc
Created January 18, 2019 04:16 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@pq1949
pq1949 / CustomRules.js
Created October 31, 2018 04:26 — forked from fhfaa/CustomRules.js
CORS ALL the things in Fiddler2
import System;
import System.Windows.Forms;
import Fiddler;
// INTRODUCTION
//
// Well, hello there!
//
// Don't be scared! :-)
//