Skip to content

Instantly share code, notes, and snippets.

View GiulioCentorame's full-sized avatar

Giulio Centorame GiulioCentorame

View GitHub Profile

brainfuck to (Spirit Island's) human game pieces language converter

Small utilities converting brainfuck code into Spirit Island's human game pieces language (and vice versa). They read STDIN and output the converted code in STDOUT

Usage example:

# Print hello world in `human game pieces`
$ printf '%s' '>++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>++++++[<+++++++>-]<+
+.------------.>++++++[<+++++++++>-]<+.<.+++.------.--------.>>>++++[<++++++++>-
Crash course in Snakemake syntax by Giulio Centorame
2025-03-22
1. Save this Snakefile in any folder where you can generate a few text files
2. Read the actual file
3. Dry run with
snakemake -n
or see all the individual jobs with
snakemake -np
@GiulioCentorame
GiulioCentorame / bin-chicken.txt
Created May 15, 2023 12:04
ASCII art of a bin chicken
WXK0kxxON
WXx;'....'lK
W0o;.........c0
W0l'...';,.....'oN
Nd,..;lkKXXx'...'dN
Xo'.:kXW 0;..'lX
No',xN W0dlcl0
Wk,,OW WNNWNNXNW
Nl'xW WNNWWWWNNWWWWWWWWWWW
Nl;0 WNNNNWNNWWWWWWWWWNNNWWWWWWWW
@GiulioCentorame
GiulioCentorame / doom_wsl2.md
Last active April 30, 2025 14:30
Doom Emacs on WSL2
@GiulioCentorame
GiulioCentorame / .bash_profile
Created May 24, 2021 15:01
Bash profile configuration
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
#################################################