hey, hey people! how's it going?
📖
Reading.
Pinned Loading
-
sudoankit.github.io
sudoankit.github.io PublicCurrently revamping it. New launch in 6-8 months.
CSS 1
-
-
DJVU to PDF
DJVU to PDF 1#!/bin/bash
2for i in *.djvu;
3do ddjvu -format=pdf "$i" "${i/%.djvu/}.pdf" && rm $i
4done
-
Personal .vimrc
Personal .vimrc 1filetype off
23filetype plugin indent on
4syntax on
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.