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
lol | wow | woot | sweet | |
---|---|---|---|---|
cool | amazing | rofl | lmao |
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
### Keybase proof | |
I hereby claim: | |
* I am nTraum on github. | |
* I am ntraum (https://keybase.io/ntraum) on keybase. | |
* I have a public key whose fingerprint is EC7E 5253 AFF7 304A 7D4D 3D09 039F 7802 4453 2D1C | |
To claim this, I am signing this object: |
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
'food' == 'food' |
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
rake rails_best_practices | |
/Users/philipppress/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/code_analyzer-0.4.5/lib/code_analyzer/checking_visitor/default.rb:42: [BUG] Segmentation fault at 0x0000000002a2b0 | |
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14] | |
-- Crash Report log information -------------------------------------------- | |
See Crash Report log file under the one of following: | |
* ~/Library/Logs/CrashReporter | |
* /Library/Logs/CrashReporter | |
* ~/Library/Logs/DiagnosticReports | |
* /Library/Logs/DiagnosticReports |
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
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.0.3) | |
actionpack (= 4.0.3) | |
mail (~> 2.5.4) | |
actionpack (4.0.3) | |
activesupport (= 4.0.3) | |
builder (~> 3.1.0) | |
erubis (~> 2.7.0) |
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
\pagestyle{fancy} % use fancyhdr for the following pages | |
\fancyhead{} % clear all header fields | |
\rhead{\rightmark} % section name for right side (header) | |
\renewcommand{\headrulewidth}{0.4pt} % thickness of header ruler | |
\fancyfoot{} % clear all footer fields | |
\renewcommand{\headrulewidth}{0pt} % no ruler for footer | |
%\chapter{Here goes your chapter} |
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
HOST = 'example.com' | |
PORT = 27015 | |
RCON = 's3cr3t' | |
STV_SRC_DIR = '/servers/foo/orangebox/tf/demos/' #trailing slash necessary! | |
STV_DEST_DIR = '/var/www/bar/demos/' | |
STV_GLOB = '*.dem' | |
LOGS_SRC_DIR = '/servers/foo/orangebox/tf/logs/' | |
LOGS_DEST_DIR = '/var/www/bar/logs/' |
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
require 'omniauth-openid' | |
require 'openid/store/filesystem' | |
Rails.application.config.middleware.use OmniAuth::Builder do | |
provider :steam, 'MYSTEAMWEBAPIKEY' | |
end |
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
require 'steam-condenser' | |
require 'readline' | |
Prompt = '> ' | |
Completion_char = ' ' | |
Cvarlist_cmd = 'cvarlist' | |
def get_for_server_info | |
address = "localhost" |
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
#!/usr/bin/env perl | |
use v5.10; | |
use utf8; | |
use strict; | |
use warnings; | |
use autodie; | |
use File::Copy; | |
use Cwd; | |