Pinned Repositories
albion
I now highly recommend you use direnv-modules instead of albion.
bitcoin_gifts
A bitcoin paper wallet generator for giving gifts
bordle
Wordle in your terminal, with options for any sized words and number of guesses
bryans-dot-emacs
This is Bryan Murdock’s .emacs file.
cpumemtool
very basic cpu/mem tool
crafting-interpreters
Code I'm writing while going through the Crafting Interpreters book
direnv-modules
Environment Modules-like interface for direnv
laptop-autorotate
pandoc-xwiki
pandoc writer for xwiki syntax
krupan's Repositories
krupan/pandoc-xwiki
pandoc writer for xwiki syntax
krupan/albion
I now highly recommend you use direnv-modules instead of albion.
krupan/laptop-autorotate
krupan/bitcoin_gifts
A bitcoin paper wallet generator for giving gifts
krupan/bordle
Wordle in your terminal, with options for any sized words and number of guesses
krupan/bryans-dot-emacs
This is Bryan Murdock’s .emacs file.
krupan/cpumemtool
very basic cpu/mem tool
krupan/crafting-interpreters
Code I'm writing while going through the Crafting Interpreters book
krupan/direnv-modules
Environment Modules-like interface for direnv
krupan/dot-gitconfig
my git configuration, including aliases to make it more mercurial like :-)
krupan/i3config
my i3 window manager configs
krupan/incremental_backup
Clone Script for doing jwz backups (http://www.jwz.org/doc/backups.html) plus a little more. It creates a new full backup every night, but uses rsync's nifty hard linking ability so that each backup hard links to files that haven't changed from the night before (google "rsync incremental backup" for lots of examples of this). It also removes old backups according to thresholds set in variables in the script. For example, you can have it keep a backup for every night for a week, and then only monthly backups for 4 months, and delete all others. This keeps your backup disk from getting full. This is pretty much just MeWare, but I share in case maybe it can help someone else and become UsWare :-)
krupan/internet-block
Block Internet access for a list of devices on your LAN on a given schedule
krupan/less-awful-resume-tool
Helps you write a Less Awful resume
krupan/package_commands
Tired of remembering which flags to give to rpm, dpkg/apt-*, or pacman to do simple things? Use simple package commands instead
krupan/python_project_template
python project template with direnv, virtual environment, default packages, black, pylint, etc. settings
krupan/vpiler
Toying around with compiling SystemVerilog into C
krupan/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.