🗓 Posts
- - Installation with Go Language can be Simpler
- - Lessons Learned from the First Bug I Fixed in Firefox
🗒 Notes
- Recursive Descent Parsing
- Dynamic Arrays in C Language
- Generic Programming in C Language
- From Scheme to Python
🧰 Utils
- lf - Terminal file manager
- mopen - File opener using mimetypes and mailcap
- picon - Run your code in python interactive console from the command line
- vim-opex - Vim operators to execute text objects
🎮 Games
- Game of Life - First rule of hack club is you do talk about game of life
- Stone's Rolling - Roll the stone until it is placed on the right position
- Push Me If You Can - Push the buttons before it is too late
📎 Miscs
- Simplisp.js - A toy scheme interpreter in javascript as a live editor
⚙ Codes
- ring.c · html - Dynamic ring buffer implementation
- leak.py · html - A toy memory leak detector for ltrace
- pcap.py · html - Pcap file decoder for the standard TCP/IP stack
- irc.py · html - Barebones IRC client using TCP sockets
- rsa.py · html - Simple RSA cryptosystem implementation
- calc.ml · html - Calculator for simple expressions
- lisp.ml · html - Basic lisp evaluator
- simplex.jl · html - Basic simplex and tableau implementations
- apen.jl · html - Approximate entropy calculation
💻 Linux
- 00-unix-and-linux.pdf - Brief unix/linux history and information
- 01-basics.sh · html - Basic unix/linux commands
- 02-shell.sh · html - Shell expansions and control flows
- 03-process.sh · html - Process management
- 04-network.sh · html - Network management
- 05-text.sh · html - Text processing tools
- 06-regex.sh · html - Regular expressions
- 07-sed.sh · html - Sed commands
- 08-awk.sh · html - Awk commands