Skip to content

Instantly share code, notes, and snippets.

View nickcoyne's full-sized avatar
👾

Nick Coyne nickcoyne

👾
View GitHub Profile
var timoutWarning = 60000; // Display warning in 1 min.
var timoutNow = 60000; // Warning has been shown, give the user 1 minute to interact
var logoutUrl = '/timeout'; // URL to logout page.
var warningTimer;
var timeoutTimer;
// Start warning timer.
function StartWarningTimer() {
warningTimer = setTimeout("IdleWarning()", timoutWarning);
@nickcoyne
nickcoyne / discourse_notifications.json
Created April 30, 2017 00:17
Discourse notifications response
{"notifications":[{"id":74,"notification_type":9,"read":false,"created_at":"2017-04-18T16:36:41.618Z","post_number":5,"topic_id":21,"slug":"lets-have-fun-here","data":{"topic_title":"Let's have fun here!","original_post_id":59,"original_post_type":1,"original_username":"abi","display_username":"4 replies"}},{"id":48,"notification_type":12,"read":true,"created_at":"2017-01-06T17:07:00.089Z","post_number":null,"topic_id":null,"slug":null,"data":{"badge_id":1,"badge_name":"Basic User","badge_slug":"basic","username":"nick"}},{"id":30,"notification_type":12,"read":false,"created_at":"2017-01-05T21:01:52.450Z","post_number":null,"topic_id":null,"slug":null,"data":{"badge_id":13,"badge_name":"First Flag","badge_slug":"first-flag","username":"nick"}},{"id":27,"notification_type":12,"read":false,"created_at":"2017-01-05T20:56:51.165Z","post_number":null,"topic_id":null,"slug":null,"data":{"badge_id":11,"badge_name":"First Like","badge_slug":"first-like","username":"nick"}},{"id":18,"notification_type":6,"read":true,"
@nickcoyne
nickcoyne / curl_cookbook.md
Created September 8, 2019 16:28
Curl Cookbook
@nickcoyne
nickcoyne / arm-mysql2.md
Created November 12, 2023 17:30
Apple silicon mysql2 install