I hereby claim:
- I am hawkrives on github.
- I am hawkrives (https://keybase.io/hawkrives) on keybase.
- I have a public key ASBMG4AuVzDFIyWFAhj22tuGkTw1w1SShAmHqVcP7YJNSQo
To claim this, I am signing this object:
// ==UserScript== | |
// @name Automated AWS SSO CLI - Login | |
// @namespace http://glencoakley.org | |
// @match https://*.awsapps.com/start/user-consent/authorize.html?clientId=* | |
// @grant none | |
// @version 1.0 | |
// @author Glen Coakley | |
// @description Automatically presses the "Sign in to AWS CLI" button. Inspired by Nicholas Hawkes' "Auto AWS SSO CLI - Login" at https://gist.github.com/hawkesnc/ae9fc22fc5d17ac250f6376b0591161c | |
// @homepage https://gist.github.com/GlenCoakley/d3a82a41b2e578b29875625ec6ffa11e | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
'use strict' | |
const Database = require('better-sqlite3'); | |
const fs = require('fs'); | |
const path = require('path'); | |
function prepareDb(db) { | |
db.prepare(` | |
CREATE TABLE department ( | |
id integer PRIMARY KEY AUTOINCREMENT, |
F 00-00 | |
F 0100-0400PM | |
F 0100-0500PM | |
F 0200-0255PM | |
F 0200-0300PM | |
F 0200-0330PM | |
F 0200-0400PM | |
F 0200-0430PM | |
F 0200-0500PM | |
F 0200-0600PM |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<style> | |
.square { | |
width: 250px; | |
height: 250px; | |
} | |
</style> |
Homebrew build logs for homebrew/science/mrbayes on macOS 10.12.5 | |
Build date: 2017-06-04 12:21:01 |
File structure: | |
app.js | |
/modules/ | |
/menus/ | |
/streaming-media/ | |
/sis/ | |
index.js | |
state.js | |
/courses-list/ |
Painstakingly copied from https://www.ceros.com/blog/meta-narrative/
Written by Simon Martin, Design by Martin Flores
It’s a moment that can take you by surprise in the right setting. You're strolling through the park, and there, on a bench, is a lonely stray book. Your curiosity gets the better of you, so you wander over to see which book—of the many thousands in the world—has captured your attention in this moment. Why this book? Why today?
It's something most of us have experienced.
red and black.
red?
<!DOCTYPE html> | |
<html lang="en-us"> | |
<link rel="stylesheet" href="style.css"> | |
<header> | |
<img id="logo" src="logo.png" /> | |
<h1>Benchmark Monument</h1> | |
</header> | |
</html> |