Skip to content

Instantly share code, notes, and snippets.

View ajmath's full-sized avatar

Andrew Matheny ajmath

  • Slack
  • Morgantown, WV
View GitHub Profile
@ajmath
ajmath / LICENSE
Created November 23, 2015 16:35 — forked from shevron/LICENSE
Send EC2 instance memory usage stats to CloudWatch using boto and IAM Roles
Copyright (c) 2015, Shahar Evron
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
@ajmath
ajmath / Too many functions?
Created September 13, 2010 20:51 — forked from abutcher/shBrushCommonLisp.js
added escape chars to funcs to work with regex. Changed comments regex
SyntaxHighlighter.brushes.CommonLisp = function()
{
var funcs = '\\* \\*\\* \\*\\*\\* \\+ \\+\\+ \\+\\+\\+ - / / // /// 1\\+ 1- \\< \\<= = \\> \\>= abort abs ' +
'acons acos acosh add-method adjoin adjust-array adjustable-array-p ' +
'alpha-char-p alphanumericp alter always and append append appending ' +
'apply applyhook \\*applyhook\\* apropos apropos-list aref arithmetic-error ' +
'arithmetic-error-operands arithmetic-error-operation array-dimension ' +
'array-dimension-limit array-dimensions array-element-type ' +
'array-has-fill-pointer-p array-in-bounds-p array-rank array-rank-limit ' +
'array-row-major-index array-total-size array-total-size-limit arrayp ' +