Learn How to Create Your Own Programming Language createyourproglang.com
#!/usr/bin/env ruby -w =begin ...
I got bored and decided to ...
#!/usr/bin/python # -*- coding: utf-8 -*- ...
Is there a more efficient w...
<?php if (count($argv) != 3) die("Usage: $argv[0] <RSS feed URL> <output dir>\n"); ...
Given an RSS feed and an ou...
I got bored and decided to ...