Skip to content

Instantly share code, notes, and snippets.

View michael105's full-sized avatar
🛸
Destination 參宿四

Michael (misc147) michael105

🛸
Destination 參宿四
View GitHub Profile

compiler spagetti

tags: optimization programming c

Maybe, that happened, cause I had myself Spagetti yesterday.

Anyways, sometimes gcc does strange things.

Index

@michael105
michael105 / ansi color codes
Created February 9, 2019 05:14
ansi color codes
for a in {30..49}; do (for b in {0..4}; do echo -n "\033[$b;03;$a""m" " $b;$a ";done;); echo "\033[0;37m"; done
Just testing.