Skip to content

Instantly share code, notes, and snippets.

View brgaulin's full-sized avatar

Brendan Davis brgaulin

View GitHub Profile
@brgaulin
brgaulin / Readme.md
Last active April 19, 2024 10:03
ESP32-S2 Keyboard on Arduino
@brgaulin
brgaulin / videojs-postmessage.js
Last active June 22, 2020 15:56
Video.js Window Postmessage
import videojs from 'video.js';
const throttle = (func, limit) => {
let inThrottle
return function () {
const args = arguments
const context = this
if (!inThrottle) {
func.apply(context, args)
@brgaulin
brgaulin / Readme.md
Last active August 4, 2020 11:13
ng2-smart-table datepicker