This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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"; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |