I hereby claim:
- I am dawogfather on github.
- I am dawogfather (https://keybase.io/dawogfather) on keybase.
- I have a public key ASABCO66e3xtPoxByt31NUAWozZwPL9cp1Bb33lghcsJ5Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <script src="https://cdn.jsdelivr.net/lodash/4/lodash.min.js"></script> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| <script src="http://fb.me/react-with-addons-0.13.1.js"></script> | |
| </head> | |
| <body> | |
| <script id="jsbin-javascript"> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Comments</string> | |
| <key>scope</key> | |
| <string>source.java-props</string> | |
| <key>settings</key> | |
| <dict> |
| brew update | |
| brew versions FORMULA | |
| cd `brew --prefix` | |
| git checkout HASH Library/Formula/FORMULA.rb # use output of "brew versions" | |
| brew install FORMULA | |
| brew switch FORMULA VERSION | |
| git checkout -- Library/Formula/FORMULA.rb # reset formula | |
| ## Example: Using Subversion 1.6.17 | |
| # |
| /* | |
| Vertical text | |
| by @kizmarh | |
| */ | |
| .vertical-text { | |
| display: inline-block; | |
| overflow: hidden; | |
| width: 1.5em; | |
| } | |
| .vertical-text__inner { |