Skip to content

Instantly share code, notes, and snippets.

@jeffholst
jeffholst / index.html
Created March 11, 2021 22:08
TinMCE Self-hosted
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="./js/tinymce/tinymce.min.js"></script>
<script>
tinymce.init({
@jeffholst
jeffholst / index.html
Last active March 17, 2021 16:02
TinyMCE Quick Start
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Open Source CDN Service
Uses Open Source TinyMCE
Does not require API key or subscription plan
@jeffholst
jeffholst / sound-player.nut
Last active December 10, 2020 00:40
Sound Player module for Attract Mode
fe.load_module("file");
DEBUG_SOUNDPLAYER <- true;
/*
Author: Jeff Holst
This Attract Mode module randomly plays sound files found in a supplied path.
If a textObj (fe.add_text object) is passed in, it's msg property will be
@jeffholst
jeffholst / file-retrieval.txt
Last active April 24, 2019 14:06
Used for Amazon Glacier file retrieval
{
"Type": "archive-retrieval",
"ArchiveId": "[archiveid]"
}
@jeffholst
jeffholst / inventory-retrieval.txt
Created April 24, 2019 13:44
Used for Amazon Glacier inventory retrieval
{
"Type": "inventory-retrieval"
}