18-day current streak·51-day longest streak
-
the-little-schemer
All the Scheme code examples from the book "The Little Schemer"
Scheme ★ 684 10y agoExplain → -
node-lazy
lazy lists for node.js
JavaScript ★ 487 11y agoExplain → -
nodejs-proxy
A HTTP proxy server written in node.js
JavaScript ★ 414 7y agoExplain → -
node-tree-kill
kill trees of processes
JavaScript ★ 359 6y agoExplain → -
bash-redirections-cheat-sheet
Bash redirections cheat sheet
★ 323 3y agoExplain → -
perl1line.txt
collection of handy perl one-liner scripts
★ 258 6y agoExplain → -
xgoogle
Python library to Google services (google search, google sets, google translate, sponsored links)
Python ★ 217 6y agoExplain → -
node-gif
A node.js C++ module for creating GIF images and animated GIFs from RGB or RGBA buffers.
C++ ★ 213 11y agoExplain → -
node-video
A node.js module for streaming and recording HTML5 Theora videos
C++ ★ 201 14y agoExplain → -
node-png
A nodejs C++ module that given a buffer with RGB or RGBA values creates a PNG image (in memory).
C ★ 194 11y agoExplain → -
stackvm
Configure, network, and interact with virtual machines entirely over the web
JavaScript ★ 141 15y agoExplain → -
hacker-top
A top-like program for monitoring hacker news from the console
Python ★ 133 14y agoExplain → -
node-iptables
basic iptables control via nodejs
JavaScript ★ 117 5y agoExplain → -
the-seasoned-schemer
All the Scheme code examples from the book "The Seasoned Schemer"
Scheme ★ 100 7y agoExplain → -
node-image
Unifies node-png, node-jpeg and node-gif (for great good)
JavaScript ★ 100 7y agoExplain → -
bash-vi-editing-mode-cheat-sheet
Bash has two input modes - emacs and vi. This is vi input/editing mode keyboard shortcut cheat sheet.
★ 99 16y agoExplain → -
the-little-mler
All the ML code examples from the book "The Little MLer"
OCaml ★ 88 16y agoExplain → -
awk-cheat-sheet
This is AWK programming language cheat sheet.
★ 78 16y agoExplain → -
bithacks.h
bithacks.h is a C header file containing useful bit manipulation macros
C ★ 74 16y agoExplain → -
node-jpeg
A nodejs C++ module that given a buffer with RGB or RGBA values creates a JPEG image in memory.
C++ ★ 64 11y agoExplain → -
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 13y agoExplain → -
perl-tcp-proxy
A simple TCP proxy written in Perl. Uses IO::Socket::INET and IO::Select for multiplexing.
Perl ★ 61 7y agoExplain → -
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.
★ 55 16y agoExplain → -
the-reasoned-schemer
All the logic programming code examples from the book "The Reasoned Schemer"
Scheme ★ 53 16y agoExplain → -
node-jsmin
javascript minimizer for node.js
JavaScript ★ 52 7y agoExplain → -
reddit-top
A top-like program for monitoring reddit from the console
Python ★ 51 6y agoExplain → -
sed-cheat-sheet
This is sed (unix stream editor) cheat sheet.
★ 46 16y agoExplain → -
catonmat.net
The new catonmat.net website.
Python ★ 46 7y agoExplain → -
screen-cheat-sheet
This is the screen terminal emulator cheat sheet. It lists the default keyboard shortcuts for working with screen.
★ 45 3y agoExplain → -
node-supermarket
A key/value store based on sqlite for node.js that actually works.
JavaScript ★ 44 7y agoExplain → -
node-browser
Provides a Browser for easy web browsing from node.js
JavaScript ★ 44 7y agoExplain → -
bash-emacs-editing-mode-cheat-sheet
Bash has two input modes - emacs and vi. This is emacs input/editing mode keyboard shortcut cheat sheet.
★ 37 9y agoExplain → -
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 16y agoExplain → -
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 ★ 28 16y agoExplain → -
bash-one-liners
Bash one-liners
★ 28 12y agoExplain → -
node-async
An example async library for node.js
C++ ★ 27 14y agoExplain → -
perl-tcp-proxy2
Program for my "A TCP Proxy in Perl" article
Perl ★ 25 10y agoExplain → -
busy-beaver
Implementation of a Turing Machine that runs the Busy Beaver programs.
C++ ★ 24 16y agoExplain → -
the-little-prover
All code examples from "The Little Prover" book
Scheme ★ 22 10y agoExplain → -
social-submitter
Submit your stories to Reddit, Hacker News, Twitter, Plurk, Identi.ca, Facebook at once!
JavaScript ★ 22 14y agoExplain → -
adns
Asynchronous DNS resultion in Python by using adns C library.
★ 21 16y agoExplain → -
youtube-uploader
A Perl program that uploads videos to YouTube without any APIs.
Perl ★ 17 16y agoExplain → -
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 15y agoExplain → -
node-passwd
Node.js module to manage /etc/passwd
JavaScript ★ 17 7y agoExplain → -
invoice
generate pdf invoices from latex via pdflatex
JavaScript ★ 17 13y agoExplain → -
gnu-coreutils-cheat-sheet
Gnu Coreutils Cheat Sheet
★ 16 14y agoExplain → -
ed-cheat-sheet
This is ed (the unix text editor) cheat sheet. It lists all the commands and how to do line addressing.
★ 16 16y agoExplain → -
util-linux-cheat-sheet
Util-Linux Cheat Sheet
★ 15 14y agoExplain → -
load-status-server
Windows load status server that returns cpu load, memory usage and disk usage through JSON
C++ ★ 14 14y agoExplain → -
ssh-key-manager
manage ssh keys on the server side (can be used with ssh-key-widget)
JavaScript ★ 13 9y agoExplain → -
reddit-comment-finder
A program that finds all the comments a given reddit user has made.
Python ★ 12 16y agoExplain → -
supermarket-cart
Connect session store using supermarket
JavaScript ★ 12 7y agoExplain → -
perl-predefined-variable-cheat-sheet
This is Perl special variable (predefined variable) cheat sheet. It lists all the Perl variables.
★ 12 16y agoExplain → -
dnode
Simple asynchronous remote method invocation for node.js
JavaScript ★ 12 14y agoExplain → -
vbscript-youtube-downloader
A program written in VBScript that downloads YouTube videos.
Visual Basic ★ 12 16y agoExplain → -
perl-youtube-downloader-one-liner
This is a Perl one-liner that downloads YouTube videos.
★ 12 16y agoExplain → -
node-rfb
implements the client-side of the rfb protocol that vnc uses
JavaScript ★ 12 14y agoExplain → -
node-bufferdiff
A C++ module for node-js to test if two buffers are equal, fast (could add diff later).
C++ ★ 12 14y agoExplain → -
node-des
A C++ node.js module that does DES encryption and actually works (node's crypto module didn't work.)
C++ ★ 12 14y agoExplain → -
node-chess
Node chess - Node.js knockout competition
JavaScript ★ 11 16y agoExplain → -
keyboard
provides english keyboard (used as a widget for browserling)
JavaScript ★ 11 12y agoExplain → -
virtual-browser
Access any website via a fast virtual browser. No downloads needed. Try it free today!
★ 10 1y agoExplain → -
speak-text-files-to-wav
Speaks text files to wav using Microsoft Speech API
C++ ★ 10 14y agoExplain → -
heatwave ⑂
node knockout 2011 entry
JavaScript ★ 10 15y agoExplain → -
node-time
This module provides some time functions for node.js (i forgot about Date() so this module is useless)
C++ ★ 8 14y agoExplain → -
dotfiles
No description.
Vim script ★ 8 4y agoExplain → -
node-quine
A node.js module that exports a function that prints itself
★ 7 14y agoExplain → -
bitly
shorten urls with bitly without api
Perl ★ 7 14y agoExplain → -
online-browser
Access any website via a fast online browser. No downloads needed. Try it free today!
★ 6 1y agoExplain → -
perl-pack-unpack-printf-sprintf-cheat-sheet
This is Perl pack/unpack template parameter and printf/sprintf format specifier cheat sheet
★ 6 16y agoExplain → -
hwnd-finder
find hwnds easily
C++ ★ 6 13y agoExplain → -
youtube-video-downloader-in-perl
Wrote this real quick as I needed to get some vids
Perl ★ 6 15y agoExplain → -
node-png-sync
sync part of node-png that works on windows with node-gyp on node 0.6
C ★ 6 12y agoExplain → -
node-number-range
number ranges
JavaScript ★ 6 13y agoExplain → -
firefox-update-dialog-killer
a simple win32 program that detects and closes the firefox update dialog
C++ ★ 6 12y agoExplain → -
TextToWav
Converts text files to wav using Loquendo text-to-speech sdk
C ★ 5 14y agoExplain → -
node ⑂
evented I/O for v8 javascript
C++ ★ 5 16y agoExplain → -
rfb-protocols
A node.js module for various RFB encoding (RRE, Hextile, Tight, etc.) conversion to RGB buffers.
C++ ★ 5 14y agoExplain → -
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 13y agoExplain → -
feedburner-graph-generator
Current feedburner graphs suck. I wrote this Perl program to generate the nice graphs they used to have in 2008.
★ 4 16y agoExplain → -
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 16y agoExplain → -
node-sqlite ⑂
Asynchronous, non-blocking SQLite3 bindings for Node.js
C ★ 4 15y agoExplain → -
endtable ⑂
A ridiculously simple Object Mapper for Node running on top of CouchDB.
JavaScript ★ 4 15y agoExplain → -
reddit-river
The old reddit river website for mobile devices
★ 3 16y agoExplain → -
plurk-command-line-plurker
A Perl program for plurking from command line
Perl ★ 3 16y agoExplain → -
webdev-template
Web development template with reset.css
★ 3 16y agoExplain → -
node-bufferlist
Create linked lists of Buffer objects
JavaScript ★ 3 16y agoExplain → -
node-dirty ⑂
NoSQL for the little man
JavaScript ★ 3 16y agoExplain → -
node-ec2 ⑂
Evended Node.js bindings to the EC2 Query API.
JavaScript ★ 3 15y agoExplain → -
install-computer
No description.
Shell ★ 3 6y agoExplain → -
plurk-translation-tool
A GreaseMonkey script for translating plurks on any timeline
JavaScript ★ 2 7y agoExplain → -
utf8-length
return the number of bytes in a unicode string
JavaScript ★ 2 12y agoExplain → -
stacked-linux
A small linux distribution for use on routers
★ 2 16y agoExplain → -
ploy ⑂
git push at this http router and it will host your branches on subdomains
JavaScript ★ 2 12y agoExplain → -
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 16y agoExplain → -
node-crashing-async-buf
for ry - a crashing Buffer::New example in eio_custom.
C++ ★ 2 16y agoExplain → -
quick-history
Better interface to bash's (and other shell) CTRL+R for reverse-search-history
★ 2Explain → -
lulzbot
An IRC bot for node.js
JavaScript ★ 2 15y agoExplain → -
node-rdesktop
Client side of the RDP protocol that Windows uses for remote deskop
JavaScript ★ 2 15y agoExplain → -
node-stripe ⑂
Stripe.com API for node.js
JavaScript ★ 2 14y agoExplain → -
upnode ⑂
transactional connection queue for dnode
JavaScript ★ 2 14y agoExplain → -
rackspace-tools
some tools to manage rackspace cloud servers
JavaScript ★ 2 14y agoExplain → -
utf8-bytes
return an array of bytes from a unicode string
JavaScript ★ 2 12y agoExplain → -
node-parse-users-exe-output
parses output from users.exe on windows
JavaScript ★ 2 13y agoExplain → -
node-shell-quote ⑂
quote and parse shell commands
JavaScript ★ 2 12y agoExplain → -
node-cld ⑂
Language detection for Javascript (Node). Based on the CLD2 (Compact Language Detector) library from Google.
C++ ★ 2 7y agoExplain → -
terminus ⑂
🖥 Enhanced terminal integration for Vim
Vim script ★ 2 6y agoExplain → -
dockerfiles
No description.
Dockerfile ★ 2 6y agoExplain → -
bashful ⑂
parse and execute bash without doing any IO
JavaScript ★ 2 12y agoExplain → -
http-async-retry
HTTP::Async with retry
Perl ★ 2 13y agoExplain → -
latex2html
convert latex to html (works for me)
Perl ★ 2 13y agoExplain → -
node-webp
my balls
C ★ 1 3y agoExplain → -
is-prime.js
left ball
JavaScript ★ 1 7y agoExplain → -
ImgurUploadPHP ⑂
PHP class for quickly uploading images to Imgur.
PHP ★ 1 11y agoExplain → -
keyboard-for-dima
keyboard via jquery for browserling
JavaScript ★ 1 11y agoExplain → -
create-uri ⑂
Create a URI in a simple human readable way.
JavaScript ★ 1 12y agoExplain → -
stream-combiner ⑂
No description.
JavaScript ★ 1 12y agoExplain → -
plurk-find-plurks-on-google
This program searches for plurks that were indexed by Google. It outputs URLs to plurk pages.
★ 1 16y agoExplain → -
picurls.com
This is repository of picurls.com website. picurls: picture buzz! buzziest pictures on the net!
★ 1 16y agoExplain → -
winamp-plugin-digitalpoint-music-reporter
This is a Winamp plugin that updates your music status on DigitalPoint (DPF) forums.
C++ ★ 1 16y agoExplain → -
php2000
Written in 2000, PHP2000 is a simple URL dispatcher via require().
PHP ★ 1 16y agoExplain → -
sandboxie-restarter
restarts crashed sandboxie by clicking buttons on various crash dialogs
C++ ★ 1 13y agoExplain → -
primus ⑂
Primus, the creator god of the transformers & an abstraction layer for real-time to prevent module lock-in.
JavaScript ★ 1 13y agoExplain → -
node-int ⑂
arbitrary size integer library in pure javascript
JavaScript ★ 1 13y agoExplain → -
geom-vec ⑂
A collection of terse, efficient vector tools.
JavaScript ★ 1 13y agoExplain → -
startupsupper.github.com
Recipes for Bootstrappers & Hungry Hackers
JavaScript ★ 1 13y agoExplain → -
testling-ci-badge-checker
This perl program checks github repos for testling-ci badges
Perl ★ 1 13y agoExplain → -
N3.js ⑂
Lightning fast, asynchronous, streaming Turtle for JavaScript
JavaScript ★ 1 12y agoExplain → -
rackspace-traffic
Parse the Rackspace invoice CSV and print the summary of cloud server traffic
Perl ★ 1 11y agoExplain → -
scuttlebutt ⑂
peer-to-peer replicatable data structure
JavaScript ★ 1 12y agoExplain → -
through ⑂
simple way to create a ReadableWritable stream that works
JavaScript ★ 1 12y agoExplain → -
duplexer ⑂
Creates a duplex stream
JavaScript ★ 1 12y agoExplain → -
testling-ci-test-example
testling-ci-test-example
JavaScript ★ 1 13y agoExplain → -
ssh-key-widget
ssh key management widget for browserling and testling
JavaScript ★ 0 13y agoExplain → -
browserify-website ⑂
the code that runs http://browserify.org
JavaScript ★ 0 11y agoExplain → -
browser-badge-cached
cached browser-badge for testling-ci
JavaScript ★ 0 12y agoExplain → -
plurk-delete-plurks
A GreaseMonkey script that adds a "delete" button on individual plurk page
★ 0 16y agoExplain → -
digpicz
The old digpicz.com website
★ 0 16y agoExplain → -
reddit-media
The old reddit media website.
Perl ★ 0 16y agoExplain → -
qemu-web-network
Network your qemu virtual machines over a web interface
★ 0 16y agoExplain → -
node-win32
win32 bindings for node.js
★ 0Explain → -
lwp-protocol-http-socketeer
http protocol implementation for LWP that uses a proxy
Perl ★ 0 15y agoExplain → -
lwp-protocol-https-socketeer
https protocol implementation for LWP that uses a proxy
Perl ★ 0 15y agoExplain → -
testling-server-example
testling example using a server-side component
JavaScript ★ 0 13y agoExplain → -
endian-toggle
toggle the byte ordering of a buffer
JavaScript ★ 0 13y agoExplain → -
defined
return the first argument that is `!== undefined`
JavaScript ★ 0 13y agoExplain → -
content ⑂
The content behind MDN Web Docs
★ 0 5y agoExplain → -
browserling-wordpress-tunnel
A script for WordPress that lets you use it through Browserling's tunnels
PHP ★ 0 12y agoExplain → -
module-deps ⑂
walk the dependency graph to generate a stream of json output
JavaScript ★ 0 12y agoExplain → -
tap-parser ⑂
parse the test anything protocol
JavaScript ★ 0 12y agoExplain → -
setImmediate ⑂
A cross-browser implementation of the new setImmediate API.
JavaScript ★ 0 13y agoExplain → -
normalize-browser-names ⑂
normalize browser names
JavaScript ★ 0 13y agoExplain → -
team-plans-widget
team plans widget
JavaScript ★ 0 13y agoExplain → -
team-plans-manager
manage user teams
★ 0 13y agoExplain → -
immutable-hash ⑂
An immutable hash structure with delta journaling
JavaScript ★ 0 13y agoExplain → -
javascript ⑂
The PubNub Network makes Real-time easy with a Simple Communications API. Two Functions: Send/Receive (Publish/Subscribe). We provide a web-service API for businesses to build scalable Data Push communication apps on Mobile, Tablet and Web. Bidirectional JSON. @PubNub - IRC #pubnub @ freenode.net
JavaScript ★ 0 13y agoExplain → -
live-require ⑂
simple script-tag includes
JavaScript ★ 0 13y agoExplain → -
browserling-bugs
browserling bugs repo
★ 0 13y agoExplain → -
presence ⑂
No description.
JavaScript ★ 0 13y agoExplain → -
testling-bugs
testling bugs
★ 0 13y agoExplain → -
push-queue ⑂
A simple async queue to do an action one at a time
JavaScript ★ 0 13y agoExplain → -
level-delete-range ⑂
Delete a range of keys in leveldb
JavaScript ★ 0 13y agoExplain →
No repos match these filters.