inky (Liam Cooke)

Name
Liam Cooke
Email
Website/Blog
http://inky.github.com/
Location
Ireland
Member Since
Feb 13, 2009 (9 months)

Following 19 githubbers and watching 73 repositories view all →

Public Repositories (18)

  • grab-bag

    A sandbox of sorts.

    legend

    Last updated Sat Nov 21 16:30:29 -0800 2009

  • dotfiles

    My precious config files, and a script to keep them updated on various machines.

    legend

    Last updated Sat Nov 21 15:58:23 -0800 2009

  • automeme

    One very cheeky random nonsense generator.

    legend

    Last updated Fri Nov 13 07:42:52 -0800 2009

  • snes-sandbox

    Toying with SNES/65c816 assembly.

    legend

    Last updated Sat Oct 10 10:06:15 -0700 2009

  • homebrew

    Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bo...

    legend

    Forked from mxcl/homebrew Mon Sep 21 16:49:02 -0700 2009

    Last updated Sat Oct 03 07:40:23 -0700 2009

  • fictiongen

    A digitisation of Wondermark.com's Genre-Fiction Generator 2000.

    legend

    Last updated Tue Sep 22 15:53:56 -0700 2009

  • ryder

    Macho name generator for OS X, inspired by the Space Mutiny episode of MST3K.

    legend

    Last updated Mon Sep 21 11:11:42 -0700 2009

  • inky.github.com

    legend

    Last updated Sat Sep 19 11:49:39 -0700 2009

  • tumblr

    Tumblr themes and experiments.

    legend

    Last updated Mon Sep 14 05:19:31 -0700 2009

  • challenges

    Some of my solutions for various coding challenges. Spoilers abound!

    legend

    Last updated Thu Aug 06 06:48:52 -0700 2009

  • orothron

    A word/name generator.

    legend

    Last updated Wed Aug 05 17:00:06 -0700 2009

  • see

    An alternative to Python's dir(). Easy to type; easy to read! For humans only.

    legend

    Last updated Sat Jul 25 06:49:59 -0700 2009

  • c-on-rails

    A web framework optimized for (C) programmer happiness.

    legend

    Last updated Tue Jul 21 06:48:15 -0700 2009

  • tenji

    A lightweight, single-use image gallery.

    legend

    Last updated Tue Jul 07 06:08:02 -0700 2009

  • tinfoil-hat

    Paranoia-induced coding.

    legend

    Last updated Thu Jun 11 08:16:35 -0700 2009

  • giog

    Playing with Ogham.

    legend

    Last updated Thu May 21 10:51:02 -0700 2009

  • tlrl

    Instapaper's 'Read Later' for terminal junkies.

    legend

    Last updated Fri Feb 27 10:28:31 -0800 2009

  • wat

    a gibberish text generator.

    legend

    Last updated Tue Feb 17 15:27:31 -0800 2009

Public Activity feed

inky created gist: 240395 Sat Nov 21 18:31:59 -0800 2009
log: 2009-11-22: started an everything bucket
inky pushed to master at inky/grab-bag Sat Nov 21 16:30:30 -0800 2009
HEAD is 27c8af2c7a848e2933b9d78b9f9754ea65350c65

2 commits »

inky pushed to master at inky/dotfiles Sat Nov 21 15:58:23 -0800 2009
HEAD is a12aaf6cb14e7b475ffc376c1bc4ed9ed961e1bc
  • inky committed a12aaf6c:
    Revert to Inconsolata; wider vim window; 2 spaces for tabs in YAML files
inky created gist: 236067 Mon Nov 16 07:34:45 -0800 2009
>>> x = '0123456789' >>> [{} for _ in x]
inky updated gist: 235280 Sun Nov 15 08:43:33 -0800 2009
#!/usr/bin/env python import os.path from glob import glob
inky created gist: 235280 Sun Nov 15 07:25:05 -0800 2009
#!/usr/bin/env python import os.path from glob import glob
inky pushed to master at inky/automeme Fri Nov 13 07:42:54 -0800 2009
HEAD is 31950583675aa3772cce5753f576fb775f7aacd8

5 commits »

inky started watching mariusaeriksen/match Tue Nov 10 10:11:26 -0800 2009
match's description:
pattern matching for python
inky updated gist: 230784 Tue Nov 10 02:08:13 -0800 2009
>>> ' '.join('%08d' % int(bin(ord(c))[2:]) for c in 'o hai') '01101111 00100000 01101000 01100001...
inky created gist: 230784 Tue Nov 10 02:05:52 -0800 2009
>>> ' '.join('%08d' % int(bin(ord(c))[2:]) for c in 'o hai') '01101111 00100000 01101000 01100001...
inky created gist: 229307 Sun Nov 08 06:47:54 -0800 2009
df -k | awk '$1 ~ /\/dev/ { SUM += $2 } END {print SUM/1024/1024 " GiB"}' #http://www.reddit.com/...
inky created gist: 224109 Mon Nov 02 03:51:18 -0800 2009
import sys line = sys.stdin.readline() vowels = 'aeiouAEIOU'
inky pushed to master at inky/dotfiles Sat Oct 31 12:09:38 -0700 2009
HEAD is e15752f6a335f47154a5fed722032d639745487d
  • inky committed e15752f6:
    VT220 font. Let's see how long this lasts.
inky started watching erikfrey/bashreduce Fri Oct 30 07:00:47 -0700 2009
bashreduce's description:
mapreduce in bash
inky created gist: 221365 Thu Oct 29 04:30:57 -0700 2009
<!DOCTYPE html> <html lang="en"> <head>
inky forked gist: 220366 Wed Oct 28 02:12:35 -0700 2009
:⌉ =⌉ ¦-) as opposed to |
inky pushed to master at inky/grab-bag Mon Oct 26 09:11:05 -0700 2009
HEAD is c6b91b19117d5947b744c8e5120e6ee00621fd36
inky updated gist: 218752 Mon Oct 26 09:05:04 -0700 2009
#!/usr/bin/env python from twisted.internet import protocol, reactor
inky created gist: 218752 Mon Oct 26 08:59:46 -0700 2009
#!/usr/bin/env python from twisted.internet import protocol, reactor
inky pushed to master at inky/dotfiles Mon Oct 26 06:03:24 -0700 2009
HEAD is cecd92d2becd409dbe69b1ce4ed651e1b57849dc

2 commits »

inky started watching peaceful/zfs-mac Fri Oct 23 14:07:04 -0700 2009
zfs-mac's description:
Forking the macosforge zfs project to save the code. See README for pointer to live development.
inky created gist: 213326 Mon Oct 19 05:29:35 -0700 2009
#!/usr/bin/env python import urllib
inky started watching rentzsch/clicktoflash Sun Oct 18 05:39:26 -0700 2009
clicktoflash's description:
WebKit plug-in to prevent automatic loading of Adobe Flash content
inky started watching tpope/vim-fugitive Sun Oct 11 14:00:33 -0700 2009
vim-fugitive's description:
fugitive.vim: a Git wrapper so awesome, it should be illegal
inky created branch master at inky/snes-sandbox Sat Oct 10 10:06:16 -0700 2009
inky created repository snes-sandbox Sat Oct 10 10:05:58 -0700 2009
New repository is at inky/snes-sandbox
inky pushed to master at inky/homebrew Sat Oct 03 07:40:24 -0700 2009
HEAD is a787e7a92a2e054b0f6f6d13f02d820400005564

239 commits »

inky started watching whymirror/poignantguide Wed Sep 30 07:53:52 -0700 2009
poignantguide's description:
why the lucky stiff's Poignant Guide to Ruby, taken from RubyForge's CVS
inky started watching whymirror/poignant-guide Wed Sep 30 07:26:31 -0700 2009
poignant-guide's description:
Why's Poignant Guide to Ruby
inky started watching madrobby/textorize Wed Sep 30 06:58:13 -0700 2009
textorize was created Sat Sep 26 05:56:10 -0700 2009