This file contains 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
Feb 14 15:47:17 <@instanceofjamie> gregharvey: I'm going to hold out for matason to come back. I don't know if I have to run this on one or both app servers. | |
Feb 14 15:47:31 <@gregharvey> k | |
Feb 14 15:48:22 <galooph> ♬♪♫ you're holding out for a hero ♫♪♬ “ヽ(´▽`)ノ” | |
Feb 14 15:49:14 <@instanceofjamie> ♬♪♫ tilt he end of the night ♫♪♬ “ヽ(´▽`)ノ” | |
Feb 14 15:49:19 <@instanceofjamie> join in, andymartel | |
Feb 14 15:50:11 <andymartel> ♬♪♫ He's gotta be strong and he's gotta be fast ♬♪♫ “ヽ(´▽`)ノ” | |
Feb 14 15:50:19 <@instanceofjamie> \m/ | |
Feb 14 15:50:28 <galooph> bring it home, emlyn | |
Feb 14 15:50:35 <@instanceofjamie> NOT WITH A JOKE | |
Feb 14 15:50:42 <galooph> glol |
This file contains 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
#!/bin/sh | |
### DEPRECATED | |
### MOVED TO https://github.com/pm98zz-c/in-outdoor | |
#################################################### | |
### Gnome 3 general. | |
TERMINAL_DARK="false" | |
OUT_THEME="'Adwaita'" # Legacy GTK | |
IN_THEME="'Adwaita-dark'" | |
OUT_BRIGHTNESS="100%" |
- Your class can be no longer than 100 lines of code.
- Your methods can be no longer than five lines of code.
- You can pass no more than four parameters and you can’t just make it one big hash.
- When a call comes into your Rails controller, you can only instantiate one object to do whatever it is that needs to be done. And your view can only know about one instance variable.
You can break these rules if you can talk your pair into agreeing with you.
This file contains 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
## | |
## Put me in ~/.irssi/scripts, and then execute the following in irssi: | |
## | |
## /load perl | |
## /script load notify | |
## | |
use strict; | |
use Irssi; | |
use vars qw($VERSION %IRSSI); |