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
// GistID: c61ccc4fe17d876defa7 | |
#include <iostream> | |
#include <fstream> | |
#include <vector> | |
#include <math.h> | |
#include <algorithm> | |
using namespace std; | |
template <typename T> |
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
Blues and Bullets - Anachronisms & Historical Inaccuracies | |
Chapter 2: | |
(~1950-1957) | |
- Black guy comes into diner and sits down (diners were segregated until 1964) | |
(~1930-1937 - "20 years earlier") | |
- Ness drinks from bottle of liquor (Prohibition in full effect, the real Ness | |
didn't drink until after prohibition ended) |
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
// ==UserScript== | |
// @name REDDIT-modwarning | |
// @namespace reddit | |
// @include http://www.reddit.com/r/*/comments/* | |
// @include https://www.reddit.com/r/*/comments/* | |
// @require https://code.jquery.com/jquery-2.2.4.min.js | |
// @version 0.02 | |
// ==/UserScript== | |
(function () { |
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/perl -w | |
use strict; | |
# Reboot a Surfboard modem because it'll give wired connections a little bit of | |
# bandwidth while hogging wifi users are forced to renegotiate a connection. | |
# >:-) | |
# Last updated 2016-06-20 | |
use constant USER => '*****'; | |
use constant PASS => '*****'; |
OlderNewer