- Open "System Preferences"
- Select "Keyboard"
- Select tab "Keyboard Shortcuts"
- Select "Application Shortcuts" from the left list box
- Click "+" below the right list box
- Select "All Applications" for "Application" input box
- Type "Paste and Match Style" into the "Menu Title" input box
- In the "Keyboard Shortcut" input box, type
command-v
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| flips = [ | |
| '(╯°□°)╯︵ ┻━┻', | |
| '(ノಥ益ಥ)ノ ┻━┻', | |
| '┬──┬ ¯\_(ツ)', | |
| '┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻', | |
| '┻━┻ ︵ ¯\(ツ)/¯ ︵ ┻━┻', | |
| '┬─┬ノ( º _ ºノ)', | |
| '(ノಠ益ಠ)ノ彡┻━┻' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| easterEgg.BadWorder.list={ | |
| "4r5e":1, | |
| "5h1t":1, | |
| "5hit":1, | |
| a55:1, | |
| anal:1, | |
| anus:1, | |
| ar5e:1, | |
| arrse:1, | |
| arse:1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class LaurenLeto extends PatrickMoberg { | |
| public function doWork($ideas) { | |
| $i = 0; | |
| foreach ($ideas as $idea) { | |
| $this->writeCode($idea); | |
| if ($i >= 4 ) { | |
| $this->highFive(); | |
| $i = 0; |