Skip to content

Instantly share code, notes, and snippets.

View jep-a's full-sized avatar

jep jep-a

View GitHub Profile
@jep-a
jep-a / wireframes.js
Created September 12, 2021 00:28
Old Wireframes
import {bind, debounce} from 'lodash-decorators'
import paper from 'paper'
import {remap, odd} from '../util'
import Waypoints from './waypoints'
export default class Wireframes {
total = 5
size = 180
gap = 8
@jep-a
jep-a / mic.ahk
Last active February 12, 2021 23:51
Autohotkey Mic Mute
#include %A_MyDocuments%\AutoHotkey\Lib\KeyboardLED.ahk
KEY_HOLD_DELAY := 250
MIC_ID := 13
MIC_CHECK_INTERVAL := 500
MIC_RELEASE_DELAY := 250
MicLEDFromSound()
{
global MIC_ID
@jep-a
jep-a / uni
Last active November 10, 2018 22:05
rsync/unison sftp bootstrap script
#!/usr/bin/env bash
local_dir="./"
if [[ $1 == init ]]
then
bash -c "scp $2/.uniconfig ${local_dir}"
fi
config=".uniconfig"