Skip to content

Instantly share code, notes, and snippets.

View jasmeralia's full-sized avatar

Jas Blackthorne jasmeralia

View GitHub Profile
@jasmeralia
jasmeralia / test-200.ahk
Created October 19, 2019 07:10
MFC yellow wall of 20x10 tip tokens
^j::
Send, /tip 10{Enter}
Send, /tip 10{Enter}
Send, /tip 10{Enter}
Send, /tip 10{Enter}
Send, /tip 10{Enter}
Send, /tip 10{Enter}
Send, /tip 10{Enter}
Send, /tip 10{Enter}
Send, /tip 10{Enter}
@jasmeralia
jasmeralia / test-50.ahk
Created October 19, 2019 05:18
MFC yellow wall of 50 one token tips (ctrl-j to trigger it)
^j::
Send, /tip 1{Enter}
Send, /tip 1{Enter}
Send, /tip 1{Enter}
Send, /tip 1{Enter}
Send, /tip 1{Enter}
Send, /tip 1{Enter}
Send, /tip 1{Enter}
Send, /tip 1{Enter}
Send, /tip 1{Enter}
@jasmeralia
jasmeralia / test.ahk
Created October 19, 2019 05:10
Example MFC autohotkey macro (ctrl-j sends the tips)
^j::
Send, /tip 5 test 1{Enter}
Send, /tip 5 test 2{Enter}
Send, /tip 5 test 3{Enter}
return
alias rg="egrep -r --exclude-dir='.svn' --exclude-dir='.git' --color=always -I"
alias kssh="knife ssh -a ipaddress"
plugins=(autojump aws bgnotify bundler cloudapp common-aliases cp docker docker-compose git git-extras jira kitchen knife mosh nmap rake rsync ruby ssh-agent tmux tmuxinator vagrant zsh-navigation-tools zsh_reload)
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set editor to vim
export EDITOR=vim
#!/usr/bin/env ruby
#
# Find Chef nodes which have not checked in with the server in some time, and
# attempt to force a chef-client run on them.
#
require 'rubygems'
require 'chef'
require 'net/ssh/multi'
require 'trollop'
alias rg="egrep -r --exclude-dir='.svn' --exclude-dir='.git' --color=always -I"
alias ted="open /Applications/Textedit.app"
alias up2date="brew update --rebase && brew upgrade --all"
alias kssh="knife ssh -x rightscale -a ipaddress -C 20"
plugins=(autojump aws battery bgnotify brew bundler cloudapp common-aliases cp docker docker-compose git git-extras jira kitchen knife knife-ssh mosh nmap osx rake rsync ruby ssh-agent sublime tmux tmuxinator vagrant xcode zsh-navigation-tools zsh_reload)
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# $Id: t-williams.conf,v 1.1 2009/11/02 18:59:28 nicm Exp $
#
# ~/.tmux.conf - tmux terminal multiplexer config
# Thayer Williams (http://cinderwick.ca)
# "Feel free to do whatever you like with it."
# I typically start tmux from ~/.xinitrc with the following:
#
# urxvt -e bash -c "tmux attach -d -t mysession" &
#
[user]
email = [email protected]
name = Nathan Clemons
[push]
default = simple
include_recipe 'moxie-inventory'
dc_and_mode = node['moxie']['dc_and_mode']
case dc_and_mode
when 'pdx_pci'
proxies = Chef::EncryptedDataBagItem.load('pci_proxy', dc_and_mode)
http_proxy = proxies['http_proxy']
https_proxy = proxies['https_proxy']
Chef::Log.info("Setting http_proxy to #{http_proxy}")
Chef::Log.info("Setting https_proxy to #{https_proxy}")
# Set the config that will get written to disk
Bringing machine 'kbwin' up with 'virtualbox' provider...
Bringing machine 'kblinux' up with 'virtualbox' provider...
kbwin: The Berkshelf shelf is at "/Users/myuser/.berkshelf/vagrant-berkshelf/shelves/berkshelf20160608-6903-w7jm4n-kbwin"
==> kbwin: Sharing cookbooks with VM
==> kbwin: Importing base box 'dev-kb-win-base'...
==> kbwin: Matching MAC address for NAT networking...
==> kbwin: Setting the name of the VM: chef-moxie_kbwin_1465426183655_42534
==> kbwin: Updating Vagrant's Berkshelf...
==> kbwin: Resolving cookbook dependencies...
==> kbwin: Fetching 'mothership' from source at cookbooks/mothership