Skip to content

Instantly share code, notes, and snippets.

View dankempster's full-sized avatar
🤓
Working... always working

Dan Kempster dankempster

🤓
Working... always working
View GitHub Profile
@dankempster
dankempster / Inflect.php
Created May 16, 2017 12:47 — forked from tbrianjones/Inflect.php
A PHP Class for converting English words between Singular and Plural.
<?php
// original source: http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/
/*
The MIT License (MIT)
Copyright (c) 2015
Permission is hereby granted, free of charge, to any person obtaining a copy

OS X Preferences


#Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false