Skip to content

Instantly share code, notes, and snippets.

View zeldal1's full-sized avatar
💭
I may be slow to respond.

zeldal1

💭
I may be slow to respond.
View GitHub Profile
@loneicewolf
loneicewolf / snippets.sh
Created November 1, 2022 10:38
bash snippets - keywords/tags -- bash commands, sh,shell,snippets,one-liners
# From Adam Liss's comment
# https://stackoverflow.com/a/9387914/14346786
# Read a file using a bash script
i=0;while read l;do ((i=i+1));echo "$i:$l";done < file.txt
# alphabet
az=$(echo {a..z} | tr -d ' \n\t\v')
@alvesjnr
alvesjnr / GEB.md
Created November 28, 2011 16:49
Gödel, Escher, Bach

Lecture about the book Gödel Escher Bach

This is a short resume about what I understood about the masterpiece GEB, from Douglas Hofstadter

What is this book about?

"How do we get I's from None I's?"