Skip to content

Instantly share code, notes, and snippets.

View JesseEisen's full-sized avatar
🎯
Focusing

LinKang Chen JesseEisen

🎯
Focusing
View GitHub Profile
@JesseEisen
JesseEisen / bash-colors.md
Created January 12, 2018 05:40 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@JesseEisen
JesseEisen / 0_reuse_code.js
Last active August 29, 2015 14:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console