Skip to content

Instantly share code, notes, and snippets.

View brendan-r's full-sized avatar

Brendan Rocks brendan-r

View GitHub Profile
@Amarang
Amarang / parse.ipynb
Last active April 24, 2020 19:45
google mobility trend pdf parsing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@a-dma
a-dma / yubitouch.sh
Last active March 10, 2022 14:43
Bash script for setting or clearing touch requirements for cryptographic operations in the OpenPGP application on a YubiKey 4.
#!/bin/bash
# Bash script for setting or clearing touch requirements for
# cryptographic operations the OpenPGP application on a YubiKey 4.
#
# Author: Alessio Di Mauro <alessio@yubico.com>
GCA=$(which gpg-connect-agent)
DO=0
UIF=0
@jrnold
jrnold / stanmode.js
Created June 29, 2014 13:33
ACE editor mode for Stan
define(function(require, exports, module) {
var oop = require("../lib/oop");
var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
var StanHighlightRules = function() {
var keywords = (