Pinned Repositories
bash-redirections-cheat-sheet
Bash redirections cheat sheet
node-gif
A node.js C++ module for creating GIF images and animated GIFs from RGB or RGBA buffers.
node-lazy
lazy lists for node.js
node-png
A nodejs C++ module that given a buffer with RGB or RGBA values creates a PNG image (in memory).
node-tree-kill
kill trees of processes
node-video
A node.js module for streaming and recording HTML5 Theora videos
nodejs-proxy
A HTTP proxy server written in node.js
perl1line.txt
collection of handy perl one-liner scripts
the-little-schemer
All the Scheme code examples from the book "The Little Schemer"
xgoogle
Python library to Google services (google search, google sets, google translate, sponsored links)
pkrumins's Repositories
pkrumins/bash-vi-editing-mode-cheat-sheet
Bash has two input modes - emacs and vi. This is vi input/editing mode keyboard shortcut cheat sheet.
pkrumins/bithacks.h
bithacks.h is a C header file containing useful bit manipulation macros
pkrumins/bash-history-cheat-sheet
This is the bash history cheat sheet. It summarizes everything there is to know about working efficiently with command line history in bash.
pkrumins/set-operations-in-unix-shell
This is an implementation of 14 set operations by using only Unix utilities such as sort, uniq, diff, comm, cat, head, tail, awk, and others.
pkrumins/adns
Asynchronous DNS resultion in Python by using adns C library.
pkrumins/busy-beaver
Implementation of a Turing Machine that runs the Busy Beaver programs.
pkrumins/feedburner-graph-generator
Current feedburner graphs suck. I wrote this Perl program to generate the nice graphs they used to have in 2008.
pkrumins/codinghorror-keyword-analyzer
A Perl program that parses public statcounter data for codinghorror.com blog and stores the search keywords in an SQLite database.
pkrumins/quick-history
Better interface to bash's (and other shell) CTRL+R for reverse-search-history
pkrumins/node-win32
win32 bindings for node.js