Skip to content

Instantly share code, notes, and snippets.

View L3afMe's full-sized avatar
🍃
Smali go brrrr

L3af L3afMe

🍃
Smali go brrrr
  • New Zealand
View GitHub Profile
@L3afMe
L3afMe / .zshrc
Created October 7, 2021 16:52
ZSH Config
# Setup directories
__BASE_DIR="$HOME/Public"
## Config directory
export XDG_CONFIG_HOME="$__BASE_DIR/Config"
## Misc directories
__MISC_BASE_DIR="$__BASE_DIR/Etc"
export POWERCORD_DIR="$__BASE_DIR/Programs/powercord"
export GOPATH="$__MISC_BASE_DIR/Go"
noremap d g
noremap e k
noremap f e
noremap g t
noremap i l
noremap j y
noremap k n
noremap l u
noremap n j
noremap o p
@L3afMe
L3afMe / snippets.md
Last active February 1, 2021 01:25
Random Brainfuck Snippets

Hi - 29 bytes

----[------->++>+++<<]>.>---.

l3af - 42 bytes

--[----->+>-->+>+<<<<]>++++++.>-.>-----.>.
@L3afMe
L3afMe / README.md
Last active December 8, 2020 19:14
Advent of Code Javascript One Liners

AoC Javascript One Liners

Just a prewarning; none of these are optimised or made to be super fast. These were all for fun and to see if I was able to solve them in one line <3


Day 1 - Report Repair