Skip to content

Instantly share code, notes, and snippets.

View FlavioZanoni's full-sized avatar
:shipit:
Stuck in vim

Flávio Zanoni FlavioZanoni

:shipit:
Stuck in vim
View GitHub Profile
@Dakedres
Dakedres / README.md
Last active May 2, 2025 18:29
A Windows 95/98 styled scrollbar for https://windows93.net

Install

Please note, this stylesheet may not work on all browsers, as the CSS scrollbar API is not standardized.

1.1.0

  • Made the checkerboard pattern translucent.
@demidovakatya
demidovakatya / anime.md
Last active August 23, 2024 22:16
telegram stickers // anime
@jamesktan
jamesktan / Shell Commands ePub
Last active April 27, 2025 07:14
Unzipping & Zipping ePub from Command Line
// To unzip the epub, move the ePub to a folder, cd to it then simply:
unzip MyEbook.epub
// To zip up an epub:
1. zip -X MyNewEbook.epub mimetype
2. zip -rg MyNewEbook.epub META-INF -x \*.DS_Store
3. zip -rg MyNewEbook.epub OEBPS -x \*.DS_Store
Some explanations necessary here. We start each line with two flags: