Public Gists by tyler

Gravatar
Wed Sep 30 21:10:42 -0700 2009
1
2
3
(defconst css2-tags
  '("a" "abbr" "acronym" "address" "applet" "area" "b"
    "base" "basefont" "bdo" "big" "blockquote" "body" "br"
Gravatar
Mon Sep 07 16:10:05 -0700 2009
1
2
3
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
gist: 139902 Really basic major mode for...
Gravatar
Thu Jul 02 21:25:55 -0700 2009
1
2
3
; Potion Mode
 
(defconst potion-indent-offset 2 "Offset for indentation.")
Gravatar
Thu Apr 16 04:16:46 -0700 2009
1
2
3
      user system total real
Hash Insert: 0.050000 0.000000 0.050000 ( 0.050243)
Trie Insert: 1.810000 0.010000 1.820000 ( 1.829849)
Gravatar
Wed Jan 28 17:02:02 -0800 2009
1
2
3
# Usage:
# >> User.random
# => #<User login: ...
Gravatar
Thu Jan 08 16:23:50 -0800 2009
1
2
3
class PostsController
  def show
    ...