usr share is a fascinating place
dict is not the only good thing there
dict is not the only good thing there
calibre to the rescue
ghostscript from ancient times
unknown and old are gold
bechmarking, profiling
Oh boy! perf knows your internals
–debug-level guru
you could write your own man pages, wow
it feels like magic
so many things you dont know
Microsoft is annoying, just like windows
use tabs
pandoc is crazy good
the documentation of this is so scattered
Something everyone should experience once
very bad notes, from defcon workshops
ultimately it’s a hacking con
figure out what is failing rather than trying random things
can happen when you ssh to a server
My notes and references for learning how to do research. I am not good
should you? or should you not?
Something I got to know only today
Let’s customise it
2 minute read
who likes solid colors?
1 minute read
Should be possible to do this on Android as well
1 minute read
a.k.a qotd
You might need to sometimes
when you don’t have GUI
1 minute read
Let’s you repeat a series of action again and again
first ctf challange :)
you can do wonders if you know your tools
can be a useful debugging tool
Find shortest path beween each pair of vertices
SSSP :)
$O(1)$ Range Query for immutable arrays
More memory efficient than segment tree
Segment Trees are very versetile
Precompiled headers do wonders
I know very little about these exotic features
Used in big projects
The project works, but it is unmaintained :(
I don’t know if I ever need to do it again, but it’s good to remember
Once upon a time I wanted to help in a side hustle
Yet another Static Site Generator
So try to find a replacement for the website search
I used GregMat+
recur(recur, on, this)
want to level up at math, someday
Things I learnt and want to remember
This will always be WIP
Very brief notes on PBDS
You need to know what youtube-dl is
Some simple notes for reference
mv
or rm
without backup
I said NEVER
Use custom css
Snipping absolutely nothing :). Please forget this snip ever exited.
A noob’s wishlist
Reddit to rescue
Did you know that different OS has different man pages for system calls?
If you understand this, explain it to me
Remember, Vim’s runtimepath is important
nc
and socat
1 minute read
Use socat to redirect traffic to opened tunnel
Rebuild your Spotlight index
Map a hacky global command to <leader>z
script
command in Unix
Use it to store the output of the terminal session
less than 1 minute read
Use GNU Stow to link your project’s scripts to $HOME/bin for easy terminal access.
|
in a vim mapping
Use <bar>
1 minute read
Use unbuffer
Yet another cheat sheet
2 minute read
It’s not just random numbers
2 minute read
Use CTRL + Z and bg to send interactive commands to the background.
My research on better note taking workflow
Key learning points from CSES problem set
Miscellaneous and Unsorted Resources
Resources for sweep line
Resources for SQRT decomposition
Links to Game of Nim articles and questions
All Shortest Path and MST algorithms
Ways of solving RMQ problems and reducing LCA to RMQ
Links to the vim resouces I found helpful
Notes on Data Structures and Algorithms in Python by Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser.
1 minute read
Zipfile and shutil in python
11 minute read
Quick notes on the usage of numpy
3 minute read
String formatting in python with format()
Git cheat sheet for reference