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
// Google Sheets Script | |
// | |
// 1. In the Tools Menu, select "Script Editor" | |
// 2. Paste this in replacing all text in the script editor | |
// 3. Click disk icon to "Save Project" | |
// 4. Refresh spreadsheet | |
// 5. Be patient and a new "Custom" menu will appear | |
// | |
// add a single row to every sheet in the current spreadsheet | |
function addRowToEverySheet() { |
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 Incognito trick | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Prevent sites detecting if you're in incognito by calling the success callback of webkitRequestFileSystem even if it's failing. | |
// @author You | |
// @run-at document-start | |
// @match http://www.cnbc.com/* | |
// @grant none | |
// ==/UserScript== |
I hereby claim:
- I am ehershey on github.
- I am ehershey (https://keybase.io/ehershey) on keybase.
- I have a public key ASDAlXz05PmSafUYDLsxCJk-vNoiPWG52a1xvTYvMXdJ5go
To claim this, I am signing this object:
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 | |
# input is TSV in format with headers below from spreadsheet e.g. https://docs.google.com/spreadsheets/d/19itb2SErcZXT8AeCPylTZ0pXaTyZMwl5ncsGZ0ajsJM/edit#gid=0 | |
# month, project, distro, cost, hours, tasks | |
# | |
# Output is TSV with column per distro suitable for stacked area chart | |
# | |
# | |
use Data::Dumper; | |
my $data = {}; |
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
#!/bin/sh | |
# | |
# windowsnewpass.sh | |
# | |
# Usage: windowsnewpass.sh [ <PASSWORD> ] | |
# | |
# A new password will be randomly generated if none is specified. | |
# The password can then be used for logging into the host via RDP. | |
# | |
# |
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 boto3 | |
from google.appengine.ext import testbed | |
import json | |
from google.appengine.api import mail | |
from google.appengine.api import urlfetch | |
testbed = testbed.Testbed() | |
testbed.activate() |
- email i
- email ii
- email iii
- lunch
- Re-review scope doc
- run
- Chef meeting
- Ask BM about epic name
- Later
- Email KR about 360R
- email i
- email ii
- email iii
- test new packages
- lunch
- new package CR
- Re-review scope doc
- 30 minutes on kdc scope doc
- jira sweep
- Double check r+r calendar
- email i
- email ii
- email iii
- new packaging patch build
- lunch
- BF sweep
- Re-review scope doc
- 30 minutes on kdc scope doc
- jira sweep
- Look up flight info
NewerOlder