This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
The compiled code - the listing of laws in their most-current state that we could simply call 'The Code', is actually constructed by contractors like Westlaw and LexisNexis, who maintain the technology to manage it and hire people to read PDF-formatted bills from the Council's website and manually edit sections of the law to keep it up to date.
As a result, this contractor keeps the only complete digital copy of the code.
That is, the DC government creates changesets, or diffs, of the code. The code is the
########## | |
### Moved to https://github.com/shesek/callable-klass | |
########## | |
"use strict" | |
# without strict mode, `this` defaults to window, so `(this?obj)` | |
# would always return window. | |
callable = (ctor) -> |
{ | |
"hands": [ | |
{ | |
"direction": [ | |
0.187837, | |
0.097272, | |
-0.976745 | |
], | |
"id": 3, | |
"palmNormal": [ |
license: gpl-3.0 |
license: gpl-3.0 |
################################################################################ | |
# script: Base.coffee | |
# author: Ryan Florence <[email protected]> | |
# license: MIT-Style License | |
# | |
# A surprisingly useful base class for CoffeeScript. Inspired by my old | |
# friend, MooTools Class. Provides default options, mixins, and custom events. | |
class Base | |
defaults: {} |
import SimpleHTTPServer | |
class CORSHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): | |
def send_head(self): | |
"""Common code for GET and HEAD commands. | |
This sends the response code and MIME headers. | |
Return value is either a file object (which has to be copied | |
to the outputfile by the caller unless the command was HEAD, | |
and must be closed by the caller under all circumstances), or |
An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin