I hereby claim:
- I am ryanmcg on github.
- I am ryanmcg (https://keybase.io/ryanmcg) on keybase.
- I have a public key ASBC26SA5y_vHreF713bvVen5r1BVc920l9awXJCBrBvDAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| (ns manners.example | |
| (:require [manners.core :refer :all])) |
| /* Copyright © 2013 Ryan McGowan <[email protected]> | |
| * This work is free. You can redistribute it and/or modify it under the | |
| * terms of the Do What The Fuck You Want To Public License, Version 2, | |
| * as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. | |
| */ | |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("github.com") { | |
| .diff-line-num, .blob-line-nums, .line-number, code, pre { |
| #!/bin/sh | |
| COMMAND='git grep -n --cached' | |
| ARGS='-e debugger -e "binding\.pry" -- app config db spec vendor script lib Rakefile Guardfile Capfile' | |
| if eval "$COMMAND -q $ARGS" ; then | |
| echo "You have a binding.pry or a debugger in a bad place.\n" | |
| eval "$COMMAND $ARGS" | |
| exit 1 | |
| fi |
| This is free and unencumbered software released into the public domain. | |
| Anyone is free to copy, modify, publish, use, compile, sell, or | |
| distribute this software, either in source code form or as a compiled | |
| binary, for any purpose, commercial or non-commercial, and by any | |
| means. | |
| In jurisdictions that recognize copyright laws, the author or authors | |
| of this software dedicate any and all copyright interest in the | |
| software to the public domain. We make this dedication for the benefit |
| #!/bin/sh | |
| # =================== | |
| # touchp -- For Jason | |
| # =================== | |
| # Copyright © 2013 Ryan McGowan <[email protected]> | |
| # This work is free. You can redistribute it and/or modify it under the | |
| # terms of the Do What The Fuck You Want To Public License, Version 2, | |
| # as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. |
| #!/bin/sh | |
| # This only works for OS X but could be easily adapted for Linux by changing | |
| # some directory names. | |
| IC_TEMP_DIR=/tmp/icdir | |
| rm -rf $IC_TEMP_DIR | |
| mkdir -p $IC_TEMP_DIR | |
| cp -R ~/Library/Application\ Support/Google/Chrome/Default $IC_TEMP_DIR/Default | |
| /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ | |
| --disable-web-security \ | |
| --user-data-dir="$IC_TEMP_DIR" \ |
| This is free and unencumbered software released into the public domain. | |
| Anyone is free to copy, modify, publish, use, compile, sell, or | |
| distribute this software, either in source code form or as a compiled | |
| binary, for any purpose, commercial or non-commercial, and by any | |
| means. | |
| In jurisdictions that recognize copyright laws, the author or authors | |
| of this software dedicate any and all copyright interest in the | |
| software to the public domain. We make this dedication for the benefit |