Skip to content

Instantly share code, notes, and snippets.

View mrb0y's full-sized avatar
💭
Making the future.

Matt Miano mrb0y

💭
Making the future.
View GitHub Profile
@mongonta0716
mongonta0716 / M5StickV_Speech_recognizer.py
Created September 18, 2020 07:02
Speech Recognizer for M5StickV(マイク使えるM5StickV用です。)
# Untitled - By: Echo - 周一 5月 4 2020
import _thread
import os
import json
import time
import utime
from Maix import I2S, GPIO
from fpioa_manager import *
import struct
@Jarred-Sumner
Jarred-Sumner / comcast.js
Last active July 3, 2025 21:23
Comcast injects this into webpages to show copyright notices
// Comcast Cable Communications, LLC Proprietary. Copyright 2014.
// Intended use is to display browser notifications for critical and time sensitive events.
var _ComcastAlert = (function(){
return {
SYS_URL: '/e8f6b078-0f35-11de-85c5-efc5ef23aa1f/aupm/notify.do'
, dragObj: {zIndex: 999999}
, browser: null
, comcastCheck: 1
, comcastTimer: null
, xmlhttp: null
@PeteFromGlasgow
PeteFromGlasgow / gist:9503632
Last active November 10, 2016 03:30
WaniKani Gource Log Generation Script
<?php
/*
* Calls the WaniKani API and generates a custom log compatible with gource.
*/
function curlcon($url)
{
$key = "";
$url = "https://www.wanikani.com/api/v1.2/user/$key/$url";
@dirkk0
dirkk0 / doit.sh
Created September 2, 2012 21:28
Install Browserquest on Amazon EC2 (revisited)
apt-get install -y curl build-essential pkg-config bison git npm nodejs
git clone https://github.com/mozilla/BrowserQuest.git
npm install underscore log bison websocket websocket-server sanitizer memcache
cd BrowserQuest/client
npm install -g http-server
cp -r ../shared .
cd config