Skip to content

Instantly share code, notes, and snippets.

View ATmel91's full-sized avatar
🚁
Playing warthunder

ATmel91 ATmel91

🚁
Playing warthunder
View GitHub Profile
@coderaaron
coderaaron / gitmoji.sh
Created June 4, 2019 19:36
Use Emoji in Git commits
function gcap() {
git add . && git commit -m "$*" && git push
}
#bug
function gbug() {
gcap "🐛 BUG: $@"
}
#improvement
function gimp() {
gcap "↗️ IMPROVEMENT: $@"
@foonathan
foonathan / brainfuck.cpp
Created May 20, 2017 17:07
C++ brainfuck interpreter using only `a`, `u`, `t`, and `o` characters plus symbols
/***
* __________ .__ _____ __
* \______ \____________ |__| _____/ ____\_ __ ____ | | __ ___________ _______ ______ ___________
* | | _/\_ __ \__ \ | |/ \ __\ | \_/ ___\| |/ / \____ \__ \\_ __ \/ ___// __ \_ __ \
* | | \ | | \// __ \| | | \ | | | /\ \___| < | |_> > __ \| | \/\___ \\ ___/| | \/
* |______ / |__| (____ /__|___| /__| |____/ \___ >__|_ \ | __(____ /__| /____ >\___ >__|
* \/ \/ \/ \/ \/ |__| \/ \/ \/
*/
auto _ = +!!+[]{};
auto _o_ = _-_;
@parmentf
parmentf / GitCommitEmoji.md
Last active July 23, 2024 11:27
Git Commit message Emoji