I hereby claim:
- I am caleb531 on github.
- I am caleb531 (https://keybase.io/caleb531) on keybase.
- I have a public key ASAI6xsHZvGbWf7I7B0x7bHsDERNDBrDZ1nNWX2bQGHr2Ao
To claim this, I am signing this object:
| Homebrew build logs for grep on macOS 10.12.5 | |
| Build date: 2017-07-19 17:10:37 | 
| #!/usr/bin/env python3 | |
| import os | |
| import os.path | |
| import re | |
| import sys | |
| # Retrieve the name/args of a directive like DocumentRoot or <VirtualHost> | |
| def get_vhost_directive(vhost_line): | 
| #!/usr/bin/env bash | |
| cert_file="$1" | |
| key_file="$2" | |
| CERT_CONF="$(dirname "${BASH_SOURCE[0]}")"/cert-conf.cfg | |
| if [ ! -f "$cert_file" ]; then | |
| cert_hostname="$3" | 
I hereby claim:
To claim this, I am signing this object:
| // Determines if two objects are equal (ignoring prototypes) | |
| QUnit.shallowEquiv = function(actual, expected) { | |
| var key, equiv = true; | |
| // Compare first object to second object | |
| for (key in actual) { | |
| // Keys must not be in prototype chain | |
| if (actual.hasOwnProperty(key)) { | |
| if (actual[key] !== expected[key]) { | |
| equiv = false; | |
| break; | 
| // Available in jCanvas v20.1.0 | |
| // The pixel multiple to snap to | |
| var snapToAmount = 40; | |
| // Round the given value to the nearest multiple of n | |
| function nearest(value, n) { | |
| return Math.round(value / n) * n; | |
| } | |
| $('canvas').drawArc({ | |
| layer: true, |