$8 top-shelf cocktails look as delicious as they taste
http://www.facebook.com/pages/Mister-Lews-Win-Win-Bar-Grand-Sazerac-Emporium/169898556394601
| CACHE MANIFEST | |
| # Cache manifest version 0.0.1 | |
| # If you change the version number in this comment, | |
| # the cache manifest is no longer byte-for-byte | |
| # identical. | |
| index.html | |
| NETWORK: | |
| # All URLs that start with the following lines |
| window.gmaps_style = [ | |
| { | |
| featureType: 'all', | |
| elementType: 'all', | |
| stylers: [ | |
| { color: '#1B1B23' } | |
| ] | |
| }, | |
| { | |
| featureType: 'administrative', |
$8 top-shelf cocktails look as delicious as they taste
http://www.facebook.com/pages/Mister-Lews-Win-Win-Bar-Grand-Sazerac-Emporium/169898556394601
| h1 { | |
| font-size:210%; | |
| text-shadow: 1px 1px 5px black; | |
| font-weight:bold; | |
| text-transform:uppercase; | |
| background: -webkit-gradient(linear, 0% 35%, 0% 79%, from(#FAFAFA), to(#A1A1A1), color-stop(.4,#C9C9C9)), none; | |
| -webkit-background-clip: text; | |
| color:transparent; | |
| } |
| # http://groups.google.com/group/sinatrarb/browse_thread/thread/84d525759af8615a | |
| require 'fileutils' | |
| class Staticizer | |
| def initialize(app, cache_path) | |
| @app = app | |
| @cache_path = cache_path | |
| end | |
| def call(env) |
| # BAD: | |
| foo.bar = 25 | |
| foo.biz = 'Hello World' | |
| foo.bazzle = 42 | |
| # GOOD: | |
| foo.bar = 25 | |
| foo.biz = 'Hello World' | |
| foo.bazzle = 42 | |
| require 'rubygems' | |
| require 'atom' # sudo gem install atom | |
| require 'net/http' | |
| require 'uri' | |
| feed_url = 'http://search.twitter.com/search.atom?q=meh' | |
| begin | |
| feed = Atom::Feed.new(Net::HTTP::get(URI::parse(feed_url))) | |
| feed.entries.each do |entry| |
| it works, sucka! |