Skip to content

Instantly share code, notes, and snippets.

View damontgomery's full-sized avatar
🙀
catface

Dan Montgomery damontgomery

🙀
catface
  • Chicago, IL
View GitHub Profile
@damontgomery
damontgomery / speaker-booster.ino
Created April 24, 2018 18:03
Speaker Booster
#include <IRLibSendBase.h>
#include <IRLib_P01_NEC.h>
#include <IRLibCombo.h>
IRsend mySender;
// Configuration.
int micPin = 0;
int micVolumeThreshold = 3;
int sampleDelay = 50;
@damontgomery
damontgomery / pandaMark.css
Last active December 13, 2015 17:29
PandaMark jQuery Plugin by Daniel Montgomery
.panda-mark-hide {
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none; /* this prevents the checkbox / radio from being clicked on */
}
.panda-mark-checkbox,
.panda-mark-radio {
display: inline-block;