Skip to content

Instantly share code, notes, and snippets.

View JamesSaxon's full-sized avatar

Jamie Saxon JamesSaxon

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JamesSaxon
JamesSaxon / ndt7-img_x800.png
Last active April 23, 2021 02:38
minimal user interactions and ndt7 test through vanilla wsgi
ndt7-img_x800.png
@JamesSaxon
JamesSaxon / binned_mle_ex.ipynb
Last active May 20, 2021 20:43
Fitting a binned MLE with selection bias.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JamesSaxon
JamesSaxon / park_box.stl
Created March 22, 2021 19:41
A Box for an Olm-meter
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JamesSaxon
JamesSaxon / get_meeting.py
Last active January 8, 2021 18:03
Zoom QoS Script
#!/usr/bin/env python
import os, sys
import base64 as b64
import requests
import urllib.parse
import argparse
import json
import netrc
import time
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/bash
mkdir -p images/
if [[ $# -ne 1 ]]; then
echo provide the pdf file as a single argument.
exit 1
fi
f=$1
@JamesSaxon
JamesSaxon / box.stl
Last active March 18, 2021 14:27
Box for Person-Counting Electronics
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.