• Stars
    star
    33
  • Rank 783,877 (Top 16 %)
  • Language
  • Created almost 15 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bash has two input modes - emacs and vi. This is emacs input/editing mode keyboard shortcut cheat sheet.

More Repositories

1

the-little-schemer

All the Scheme code examples from the book "The Little Schemer"
Scheme
662
star
2

node-lazy

lazy lists for node.js
JavaScript
490
star
3

nodejs-proxy

A HTTP proxy server written in node.js
JavaScript
416
star
4

node-tree-kill

kill trees of processes
JavaScript
330
star
5

bash-redirections-cheat-sheet

Bash redirections cheat sheet
309
star
6

perl1line.txt

collection of handy perl one-liner scripts
241
star
7

xgoogle

Python library to Google services (google search, google sets, google translate, sponsored links)
Python
217
star
8

node-gif

A node.js C++ module for creating GIF images and animated GIFs from RGB or RGBA buffers.
C++
212
star
9

node-video

A node.js module for streaming and recording HTML5 Theora videos
C++
202
star
10

node-png

A nodejs C++ module that given a buffer with RGB or RGBA values creates a PNG image (in memory).
C
193
star
11

stackvm

Configure, network, and interact with virtual machines entirely over the web
JavaScript
141
star
12

hacker-top

A top-like program for monitoring hacker news from the console
Python
133
star
13

node-iptables

basic iptables control via nodejs
JavaScript
112
star
14

node-image

Unifies node-png, node-jpeg and node-gif (for great good)
JavaScript
99
star
15

the-seasoned-schemer

All the Scheme code examples from the book "The Seasoned Schemer"
Scheme
97
star
16

bash-vi-editing-mode-cheat-sheet

Bash has two input modes - emacs and vi. This is vi input/editing mode keyboard shortcut cheat sheet.
91
star
17

the-little-mler

All the ML code examples from the book "The Little MLer"
OCaml
84
star
18

awk-cheat-sheet

This is AWK programming language cheat sheet.
76
star
19

bithacks.h

bithacks.h is a C header file containing useful bit manipulation macros
C
73
star
20

node-jpeg

A nodejs C++ module that given a buffer with RGB or RGBA values creates a JPEG image in memory.
C++
65
star
21

node-base64

A base64 encoding and decoding C++ module for node.js that actually works! (node now has it's own base64 encoding, see docs!)
C
64
star
22

perl-tcp-proxy

A simple TCP proxy written in Perl. Uses IO::Socket::INET and IO::Select for multiplexing.
Perl
60
star
23

node-jsmin

javascript minimizer for node.js
JavaScript
52
star
24

reddit-top

A top-like program for monitoring reddit from the console
Python
52
star
25

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.
52
star
26

the-reasoned-schemer

All the logic programming code examples from the book "The Reasoned Schemer"
Scheme
49
star
27

catonmat.net

The new catonmat.net website.
Python
46
star
28

node-browser

Provides a Browser for easy web browsing from node.js
JavaScript
44
star
29

sed-cheat-sheet

This is sed (unix stream editor) cheat sheet.
44
star
30

node-supermarket

A key/value store based on sqlite for node.js that actually works.
JavaScript
43
star
31

screen-cheat-sheet

This is the screen terminal emulator cheat sheet. It lists the default keyboard shortcuts for working with screen.
42
star
32

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.
32
star
33

social-scraper

Social scraper is a Perl program that scrapes reddit, digg, stumbleupon, delicious, furl, flickr, simpy, boingboing, wired for content that matches the given patterns.
Perl
29
star
34

node-async

An example async library for node.js
C++
27
star
35

bash-one-liners

Bash one-liners
26
star
36

perl-tcp-proxy2

Program for my "A TCP Proxy in Perl" article
Perl
24
star
37

the-little-prover

All code examples from "The Little Prover" book
Scheme
22
star
38

adns

Asynchronous DNS resultion in Python by using adns C library.
21
star
39

busy-beaver

Implementation of a Turing Machine that runs the Busy Beaver programs.
C++
19
star
40

social-submitter

Submit your stories to Reddit, Hacker News, Twitter, Plurk, Identi.ca, Facebook at once!
JavaScript
19
star
41

youtube-uploader

A Perl program that uploads videos to YouTube without any APIs.
Perl
18
star
42

invoice

generate pdf invoices from latex via pdflatex
JavaScript
17
star
43

node-passwd

Node.js module to manage /etc/passwd
JavaScript
17
star
44

gnu-awk-youtube-downloader

A program written in GNU Awk that downloads YouTube Videos. Proof of concept that AWK can do binary IO and networking effectively.
17
star
45

ed-cheat-sheet

This is ed (the unix text editor) cheat sheet. It lists all the commands and how to do line addressing.
16
star
46

gnu-coreutils-cheat-sheet

Gnu Coreutils Cheat Sheet
15
star
47

load-status-server

Windows load status server that returns cpu load, memory usage and disk usage through JSON
C++
15
star
48

util-linux-cheat-sheet

Util-Linux Cheat Sheet
15
star
49

node-chess

Node chess - Node.js knockout competition
JavaScript
12
star
50

ssh-key-manager

manage ssh keys on the server side (can be used with ssh-key-widget)
JavaScript
12
star
51

node-des

A C++ node.js module that does DES encryption and actually works (node's crypto module didn't work.)
C++
12
star
52

node-rfb

implements the client-side of the rfb protocol that vnc uses
JavaScript
12
star
53

perl-youtube-downloader-one-liner

This is a Perl one-liner that downloads YouTube videos.
12
star
54

node-bufferdiff

A C++ module for node-js to test if two buffers are equal, fast (could add diff later).
C++
12
star
55

vbscript-youtube-downloader

A program written in VBScript that downloads YouTube videos.
Visual Basic
12
star
56

supermarket-cart

Connect session store using supermarket
JavaScript
11
star
57

keyboard

provides english keyboard (used as a widget for browserling)
JavaScript
11
star
58

speak-text-files-to-wav

Speaks text files to wav using Microsoft Speech API
C++
10
star
59

perl-predefined-variable-cheat-sheet

This is Perl special variable (predefined variable) cheat sheet. It lists all the Perl variables.
10
star
60

dnode

Simple asynchronous remote method invocation for node.js
JavaScript
10
star
61

node-time

This module provides some time functions for node.js (i forgot about Date() so this module is useless)
C++
8
star
62

reddit-comment-finder

A program that finds all the comments a given reddit user has made.
Python
8
star
63

dotfiles

Vim Script
8
star
64

bitly

shorten urls with bitly without api
Perl
7
star
65

node-quine

A node.js module that exports a function that prints itself
7
star
66

firefox-update-dialog-killer

a simple win32 program that detects and closes the firefox update dialog
C++
6
star
67

node-number-range

number ranges
JavaScript
6
star
68

node-png-sync

sync part of node-png that works on windows with node-gyp on node 0.6
C
6
star
69

youtube-video-downloader-in-perl

Wrote this real quick as I needed to get some vids
Perl
6
star
70

chrome-dialog-killer

Kills the nasty "your profile can not be used because it is from a newer version of Google Chrome" dialog by clicking OK button
C++
5
star
71

hwnd-finder

find hwnds easily
C++
5
star
72

rfb-protocols

A node.js module for various RFB encoding (RRE, Hextile, Tight, etc.) conversion to RGB buffers.
C++
5
star
73

TextToWav

Converts text files to wav using Loquendo text-to-speech sdk
C
5
star
74

perl-pack-unpack-printf-sprintf-cheat-sheet

This is Perl pack/unpack template parameter and printf/sprintf format specifier cheat sheet
4
star
75

quick-cd

Quick cd is a utility for bash that keeps track of your most often used directories and allows you to cd to them with as few keystrokes as possible.
4
star
76

feedburner-graph-generator

Current feedburner graphs suck. I wrote this Perl program to generate the nice graphs they used to have in 2008.
4
star
77

install-computer

Shell
3
star
78

plurk-command-line-plurker

A Perl program for plurking from command line
Perl
3
star
79

node-bufferlist

Create linked lists of Buffer objects
JavaScript
3
star
80

webdev-template

Web development template with reset.css
3
star
81

reddit-river

The old reddit river website for mobile devices
3
star
82

http-async-retry

HTTP::Async with retry
Perl
2
star
83

quick-history

Better interface to bash's (and other shell) CTRL+R for reverse-search-history
2
star
84

dockerfiles

Dockerfile
2
star
85

node-parse-users-exe-output

parses output from users.exe on windows
JavaScript
2
star
86

rackspace-tools

some tools to manage rackspace cloud servers
JavaScript
2
star
87

codinghorror-keyword-analyzer

A Perl program that parses public statcounter data for codinghorror.com blog and stores the search keywords in an SQLite database.
2
star
88

node-rdesktop

Client side of the RDP protocol that Windows uses for remote deskop
JavaScript
2
star
89

node-crashing-async-buf

for ry - a crashing Buffer::New example in eio_custom.
C++
2
star
90

stacked-linux

A small linux distribution for use on routers
2
star
91

utf8-length

return the number of bytes in a unicode string
JavaScript
2
star
92

lulzbot

An IRC bot for node.js
JavaScript
2
star
93

latex2html

convert latex to html (works for me)
Perl
2
star
94

utf8-bytes

return an array of bytes from a unicode string
JavaScript
2
star
95

lwp-protocol-http-socketeer

http protocol implementation for LWP that uses a proxy
Perl
1
star
96

startupsupper.github.com

Recipes for Bootstrappers & Hungry Hackers
JavaScript
1
star
97

testling-ci-badge-checker

This perl program checks github repos for testling-ci badges
Perl
1
star
98

testling-ci-test-example

testling-ci-test-example
JavaScript
1
star
99

picurls.com

This is repository of picurls.com website. picurls: picture buzz! buzziest pictures on the net!
1
star
100

digpicz

The old digpicz.com website
1
star