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
# import the necessary packages | |
from imutils.video import VideoStream | |
from imutils.video import FPS | |
import argparse | |
import imutils | |
import time | |
import cv2 | |
# construct the argument parser and parse the arguments | |
ap = argparse.ArgumentParser() |
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
sudo sh -c 'echo "0.0.0.0 politico.com" >> /etc/hosts' | |
sudo sh -c 'echo "0.0.0.0 www.politico.com" >> /etc/hosts' | |
sudo sh -c 'echo "" >> /etc/hosts' | |
dscacheutil -flushcache | |
# Works with any browser or app and won't interfere with any other content blockers. | |
# Your /etc/hosts file is kind of a big deal, though, so... be careful. |
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
_//)_//) | |
/ /)=/ /) | |
((O)=(O)) | |
\||/ | |
________====____[o]_ | |
)/)|___._== ==_.___|(\( | |
(( \ || '-.________.-' || / )) | |
\=/ || ..''.. || \=/ | |
\\_// / [||] \ \\_// | |
\V/ / ...... \ \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
var a = new Date; | |
var hours = a.getHours(); | |
var hourOffset = a.getTimezoneOffset()/60; | |
var timeNow = hours + hourOffset; | |
if (18 == a.getDate() && 0 == a.getMonth() && 2012 == a.getFullYear() && timeNow >= 13 && timeNow <= 24) { | |
window.location = "http://sopastrike.com/strike"; | |
} |
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
<table> | |
<tr><td>State</td><td>Name</td><td>Public Events</td><td>Scheduled Meetings</td><td>Position</td></tr> | |
<tr><td>AK</td><td>Begich</td><td></td><td></td><td>unknown</td></tr> | |
<tr><td>AK</td><td>Murkowski</td><td></td><td></td><td>unknown</td></tr> | |
<tr><td>AL</td><td>Sessions</td><td></td><td></td><td>unknown</td></tr> | |
<tr><td>AL</td><td>Shelby</td><td></td><td></td><td>unknown</td></tr> | |
<tr><td>AR</td><td>Boozman</td><td></td><td></td><td>YES (co-sponsor)</td></tr> | |
<tr><td>AR</td><td>Pryor</td><td></td><td></td><td>unknown</td></tr> | |
<tr><td>AZ</td><td>Kyl</td><td></td><td></td><td>unknown</td></tr> | |
<tr><td>AZ</td><td>McCain</td><td></td><td></td><td>YES (co-sponsor)</td></tr> |
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
<table> | |
<tr><th>Name</th><th>State</th></tr> | |
<tr><td>Daniel Akaka</td><td>HI</td></tr> | |
<tr><td>Lamar Alexander</td><td>TN</td></tr> | |
<tr><td>Kelly Ayotte</td><td>NH</td></tr> | |
<tr><td>John Barrasso</td><td>WY</td></tr> | |
<tr><td>Max Baucus</td><td>MT</td></tr> | |
<tr><td>Mark Begich</td><td>AK</td></tr> | |
<tr><td>Michael Bennet</td><td>CO</td></tr> | |
<tr><td>Jeff Bingaman</td><td>NM</td></tr> |
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 | |
//run via cron every 2 minutes | |
$log_location = "/users/minecraft/minecraft/"; | |
$web_viewable_location = "/var/www/gotham.extrafuture.com/public_html/"; | |
$bot_email = "[email protected]"; | |
$twittermail_account = ""; | |
//Get the log file |