Colors of social brands is [here][2]
Facebook Share
http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwebsite.com&t=url%20encoded%20text
Facebook Like Button
http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwebsite.com
| open -a Google\ Chrome\ Canary --args --disable-web-security |
| /* Solarized Dark | |
| For use with Jekyll and Pygments | |
| http://ethanschoonover.com/solarized | |
| SOLARIZED HEX ROLE | |
| --------- -------- ------------------------------------------ | |
| base03 #002b36 background | |
| base01 #586e75 comments / secondary content |
| /* draggable iOS-like switch (webkit-only, also works in iOS safari) */ | |
| /* Don't get your hopes up for using this in anything else besides | |
| * webkittys, ::webkit-slider-thumb is proprietary. | |
| * Here's some more info if you're interested: | |
| * http://davidbcalhoun.com/2011/implementing-iphone-slider-unlock-with-input-type-range | |
| * http://css-tricks.com/almanac/properties/a/appearance/ | |
| */ | |
| .switch { |
| <?php | |
| /** | |
| * Filter input based on a whitelist. This filter strips out all characters that | |
| * are NOT: | |
| * - letters | |
| * - numbers | |
| * - Textile Markup special characters. | |
| * | |
| * Textile markup special characters are: |
| Here is a list of scopes to use in Sublime Text 2 snippets - | |
| ActionScript: source.actionscript.2 | |
| AppleScript: source.applescript | |
| ASP: source.asp | |
| Batch FIle: source.dosbatch | |
| C#: source.cs | |
| C++: source.c++ | |
| Clojure: source.clojure | |
| CoffeeScript: source.coffee |
| #!/usr/bin/env ruby | |
| # | |
| # Ruby script to download a number of files | |
| # from individual URLs via HTTP/HTTPS/FTP | |
| # specified in an external file. | |
| # | |
| # Author: Tobias Preuss | |
| # Revision: 2013-04-18 16:26 +0100 UTC | |
| # License: Creative Commons Attribution-ShareAlike 3.0 Unported |
| # -*- coding: utf-8 -*- | |
| """ | |
| Builds epub book out of Paul Graham's essays: http://paulgraham.com/articles.html | |
| Author: Ola Sitarska <[email protected]> | |
| Copyright: Licensed under the GPL-3 (http://www.gnu.org/licenses/gpl-3.0.html) | |
| This script requires python-epub-library: http://code.google.com/p/python-epub-builder/ | |
| """ |