----|---- wat | nao are you kidding | me will this render | as a table
View magick.md
The setup:
In [11]: import mock
In [12]: stuff = mock.MagicMock()
In [13]: stuff.__contains__.return_value = False
In [14]: "thing" in stuff
View pickone.md
Tour Libraries
Ratings based on a four thumbs up scale. Because monkeys.
Shepherd
Documentation
👍👍✋✋
View load-path-nonsense.md
Use bundle gem gemname
to generate your gem's doc structure:
.
├── Gemfile
├── LICENSE.txt
├── README.md
├── Rakefile
├── gemname.gemspec
├── lib
│ ├── gemname
View example.html
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
<script> | |
Modernizr.load([ | |
{ | |
load: '//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js', | |
complete: function () { | |
if ( !window.jQuery ) { | |
Modernizr.load('/scripts/jquery-1.7.2.min.js'); | |
} | |
} |
View locator-api-response.json
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
{ | |
"title": "HIV/AIDS Prevention & Service Providers", | |
"link": "http://locator.dev/data?zip=37206", | |
"updated": "2012-01-29T15:15:51-0600", | |
"stat": "ok", | |
"services": [ | |
{ | |
"title": "Search Results from CDC - Locate HIV/AIDS Testing Sites", | |
"link": "http://cdcnpin.org/hivTestLocatorFeed/feed.aspx?radius=5&zip=37206", | |
"author": "CDC NPIN", |
View gist:877229
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
<script type="text/javascript" src="//www.hellobar.com/hellobar.js"></script> | |
<script type="text/javascript"> | |
new HelloBar(1,9126); | |
</script> | |
<noscript>Help The Victims of the 8.9 Earthquake in Japan by Spreading Awareness and Aid. Visit http://goo.gl/wjZQz to donate. | |
</noscript> |
View network_probs.txt
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
# What follows is two commands run on my Mac whilst connected to my corporate VPN | |
# Domain names and IP addresses masked to protect the innocent (I guess) | |
$ nslookup somedomain.com | |
Server: ##.##.##.## | |
Address: ##.##.##.## | |
Non-authoritative answer: | |
Name: somedomain.com | |
Address: ##.##.##.## |