I hereby claim:
- I am mapledyne on github.
- I am mapledyne (https://keybase.io/mapledyne) on keybase.
- I have a public key whose fingerprint is 0922 86AD E7F1 228C 17FD E7CF EF50 1549 2E77 3ADD
To claim this, I am signing this object:
tell application "System Events" to set quitapps to name of every application process whose visible is true and name is not "Finder" | |
repeat with closeall in quitapps | |
quit application closeall | |
end repeat |
export PATH=/Users/mknowles/Documents/BitBucket/belfry:/Users/mknowles/Dropbox\ \(Personal\)/Tech\ Tools/scripts:$PATH | |
export PYTHONPATH="${PYTHONPATH}:/Users/mknowles/git/skytap" | |
#export MAGICK_HOME="/usr/local/bin/ImageMagick-6.9.2" | |
#export PATH="$MAGICK_HOME/bin:$PATH" | |
#export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib/" | |
# source ~/Git/liquidprompt/liquidprompt | |
# source /Users/mknowles/Dropbox\ \(Personal\)/Tech\ Tools/scripts/switch.sh |
require 'rubygems' | |
require 'snmp' | |
# Populate the graph with some random points | |
@inbound_points = [] | |
@outbound_points = [] | |
@inbound_long = [] | |
@outbound_long = [] |
refreshFrequency: false | |
render: () -> | |
return ''' | |
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | |
''' |
<% | |
require 'rubygems' | |
require 'json' | |
class Widget | |
def initialize(id,title,view,order) | |
@widget_id = id | |
@widget_view = view | |
@widget_title = title | |
@widget_order = order |
#!/usr/bin/python | |
import sys | |
import commands | |
import json | |
def update(): | |
"""Return list of users without MFA, or an OK status.""" | |
status, data = commands.getstatusoutput("curl -s -H \"Authorization: token YOUR_GITHUB_TOKEN\" https://api.github.com/orgs/ORG_NAME/members?filter=2fa_disabled") |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
#!/bin/sh | |
brew install calc | |
brew install cowsay | |
brew install dockutil | |
brew install fish | |
brew cask install python | |
brew cask install python3 | |
brew cask install imagemagick |
I hereby claim:
To claim this, I am signing this object:
<?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"> | |
<array> | |
<dict> | |
<key>phrase</key> | |
<string>‽</string> | |
<key>shortcut</key> | |
<string>!?</string> | |
</dict> |