Personal tools. start and thank author if you find these tools useful.
A minimal http server written in Rust, suitable if you want to serve something while not bundling too many stuff.
"idcount" is a tool for counting the identifier used in a project. Initially I invented this tool in order to check spelling and specifications.
I invented this tool when I was reading boost::circular_buffer. Exactly, there are SO MANY doxygen comments!
Add linenumber for codes before I print them.
A very weird Lisp-like language. You must $
everything you'd like to evaluate explicitly.
A small library for type assertions in JavaScript. The story continues in this repo, and the UMD file here is a legacy option.
Converts between YAML and TOML, with certain restrictions.
Some big companies are too confident to their code quality and they enable -Werror
in even "production" code, crashing downstream builds from time to time. Use this script to "hook" or "hijack" your C compiler, and make both you and your compiler happier.