I hereby claim:
- I am bennettaur on github.
- I am bennettaur (https://keybase.io/bennettaur) on keybase.
- I have a public key whose fingerprint is 7A89 B28F AE61 4121 96D1 D594 83D9 AEEE 1B54 987B
To claim this, I am signing this object:
#!/usr/bin/osascript | |
say "I am the almighty Meelawsh. Ruler of all hack a thons" using "Alex" speaking rate 140 pitch 42 modulation 60 |
# Install brew if you haven't already | |
if [[ -z "$(which brew)" ]] | |
then | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
fi | |
# Install Homebrew Cask | |
brew install caskroom/cask/brew-cask | |
brew cask install google-chrome |
import logging | |
import socket | |
import sys | |
logger = logging.getLogger("connections.log") | |
# Find the current host's name and IP | |
HOST = socket.gethostbyname(gethostname()) | |
PORT = 8888 | |
I hereby claim:
To claim this, I am signing this object:
alert('test'); |
Option Explicit | |
Dim Excel, x, y, i | |
Dim min, max | |
Randomize | |
min = 0 | |
max = 500 | |
Set Excel = WScript.CreateObject("Excel.Application") |