Skip to content

Instantly share code, notes, and snippets.

View topfunky's full-sized avatar
🛠️

Geoffrey Grosenbach topfunky

🛠️
View GitHub Profile
@topfunky
topfunky / gist:7224
Created August 26, 2008 06:23 — forked from lachie/gist:7221
/´¯/)
/´¯/) ,/¯ /
,/¯ / / /
/ /´¯/'¯¯'/´¯¯¯`·¸
/ / / / /¨¯\
('( ´ ´ ¯~/' ')
\ ' /
'' \ _ ·´
\ (
\ \
@topfunky
topfunky / gist:52512
Created January 25, 2009 20:19 — forked from jm/gist:52501
// And what about block-based contexts:
NSString * myString = @"Bacon";
[self test:@"has a class of NSString" code:^{
// Old style
STAssertTrue([myString isKindOfClass:[NSString class]], @"Got %@ class", [myString class]);
// BDD style?
[[myString className] shouldEqual:@"NSCFString"];
}];
@topfunky
topfunky / gist:169876
Created August 18, 2009 18:45 — forked from wmoxam/gist:36116
Munin plugin for beanstalk queue
#!/opt/ruby-enterprise/bin/ruby
# MODIFIED: Minor fork to run smoothly under Ruby 1.8.6. Heredoc cleanup.
require 'rubygems'
require 'beanstalk-client'
if ARGV.length > 0 && ARGV[0] == 'config'
puts <<-END
graph_category App
@topfunky
topfunky / jammit_sass_support.rb
Created August 6, 2011 00:01 — forked from mitio/jammit_sass_support.rb
SASS support for Jammit in development mode (also with proper plugins support, for e.g. Compass)
# Much simpler, less work. Handles everything SASS can.
require 'haml/util'
require 'sass/engine'
module Jammit
module Helper
SASS_TIMESTAMPS = {}
def include_stylesheets_with_sass(*packages)
@topfunky
topfunky / README.md
Last active February 28, 2021 18:53 — forked from kaitlincart/README.md
Technical Editor Project

This is a technical writing and editing project as part of your interview.

This project is designed to take less than 1.5 - 2 hours.

Read the style guide snippet which is a subset of our official engineering style guide and the guide template. Then make improvements to the sample prose so it embodies the principles in the style guide.

Instructions

  • Create a git repository on GitHub, GitLab, Bitbucket, or any other git hosting service.
  • Download the original terraform-getting-started.md file by clicking the "Raw" button.