Skip to content

Instantly share code, notes, and snippets.

View tfidfwastaken's full-sized avatar
🤌

Atharva Raykar tfidfwastaken

🤌
View GitHub Profile
@tfidfwastaken
tfidfwastaken / asciidog.jpeg
Last active June 22, 2019 08:39
$ charpic -w 361 asciidog.jpeg
asciidog.jpeg
@tfidfwastaken
tfidfwastaken / 1_koch.png
Last active August 20, 2023 11:26
Neat Fractals in Racket
1_koch.png
@tfidfwastaken
tfidfwastaken / killboringfonts.css
Last active July 23, 2018 10:15
Spice up your boring life by tackling it’s root cause — overused boring fonts. Change the src values as required.
/* Killing the WORST offender, the much-beloved Hell-vetica */
@font-face {
font-family: 'Helvetica Neue';
src: local('Nimbus Sans L');
}
@font-face {
font-family: 'Helvetica Neue';
src: local('Nimbus Sans L Bold');
font-weight: bold;