Skip to content

Instantly share code, notes, and snippets.

View reece-bennett's full-sized avatar

Reece Bennett reece-bennett

View GitHub Profile

Keybase proof

I hereby claim:

  • I am reece-bennett on github.
  • I am rbennett (https://keybase.io/rbennett) on keybase.
  • I have a public key ASDXjy6MFiLicCN9kNb1U674k6tVMXogxzHp7mwBF12KGAo

To claim this, I am signing this object:

@reece-bennett
reece-bennett / Keep on top.ahk
Created June 29, 2017 22:09
A tiny AutoHotkey script to keep a window on top of all others. Toggle with Win-Shift-A.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force
#NoTrayIcon
# Toggle with Win-Shift-A
#+a::Winset, Alwaysontop, , A
@reece-bennett
reece-bennett / cocktails.json
Last active April 2, 2017 11:56
Data for cocktails app on codepen
[
{
"title": "Mint Julip",
"image": "http://3.bp.blogspot.com/-v7vHC8w2AKs/TbbD-X8BhTI/AAAAAAAAAJ4/LCcrwIaMgf0/s1600/Mint+Julep+glass+tools.jpg",
"ingredients": [
{
"amount": "50ml",
"ingredient": "Rum"
},
{