Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello world! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Test | |
def hello | |
puts "hello fockers" | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.................... | |
.................... | |
.................... | |
.................... | |
.................... | |
.................... | |
.................... | |
.............:~I7777777777+. .,I7777777777I:. | |
.............778OOOOOOOOO88= ..IOOOOOOOOOOOO++ | |
.............77OOOOOOOOOOOOO,, ~=8OOOOOOOOOOO8++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdf |