Skip to content

Instantly share code, notes, and snippets.

We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.
Hello world!
@briandoll
briandoll / gist:384
Created July 21, 2008 22:33
awk ldap query to yaml
# This is an awk script, but no awk colour coding is available here.
#
# input: an LDAP query pulling back the displayName and sAMAccountName properties
# for an entire ActiveDirectory forest
#
# output: yaml format of same data
# ex.
# 1:
# name: "Doll, Brian A"
@cjolly
cjolly / test.rb
Created July 21, 2008 22:34
A Test
class Test
def hello
puts "hello fockers"
end
end
ActionController::Routing::Routes.draw do |map|
map.connect ' daily/:year/:month' ,
:controller => ' teetimes' ,
:action => ' index' ,
:month => Time.now.month,
:year => Time.now.year,
:requirements => {
:year => /\d+/,
:month => /\d+/
@maddox
maddox / gist:414
Created July 21, 2008 22:55
Mustache'd
....................
....................
....................
....................
....................
....................
....................
.............:~I7777777777+. .,I7777777777I:.
.............778OOOOOOOOO88= ..IOOOOOOOOOOOO++
.............77OOOOOOOOOOOOO,, ~=8OOOOOOOOOOO8++
We couldn’t find that file to show.
asdf