Skip to content

Instantly share code, notes, and snippets.

* * * * * /home/{...PATH TO SCRIPT}/micro-manage.sh
import {
HorizontalAlignment,
VerticalAlignment,
Font,
LayoutUtils,
LedMatrix,
GpioMapping,
} from "rpi-led-matrix";
const wait = (t: number) => new Promise((ok) => setTimeout(ok, t));
<!-- /collections/:id -->
<script>
import {unSavedResponses} from './stores.js';
let onSubmit;
let text = '';
@ISNIT0
ISNIT0 / index.html
Last active October 14, 2022 20:52
Bible Trainer Voice
<html>
<head>
</head>
<body>
<p class="verse"></p>
</body>

Exception

Error: Unexpected case
    at create (/Users/user/Projects/joe-docs/node_modules/lib0/dist/error-55a9a8c8.cjs:14:21)
    at Object.unexpectedCase (/Users/user/Projects/joe-docs/node_modules/lib0/dist/error-55a9a8c8.cjs:31:9)
    at findIndexSS (/Users/user/Projects/joe-docs/node_modules/yjs/dist/yjs.cjs:1659:15)
    at findIndexCleanStart (/Users/user/Projects/joe-docs/node_modules/yjs/dist/yjs.cjs:1700:17)
    at getItemCleanStart (/Users/user/Projects/joe-docs/node_modules/yjs/dist/yjs.cjs:1721:18)
    at /Users/user/Projects/joe-docs/node_modules/yjs/dist/yjs.cjs:2204:19
    at iterateStructs (/Users/user/Projects/joe-docs/node_modules/yjs/dist/yjs.cjs:1786:5)
[
10,
4,
193,
195,
168,
139,
6,
0,
1,

Keybase proof

I hereby claim:

  • I am isnit0 on github.
  • I am josephreeve (https://keybase.io/josephreeve) on keybase.
  • I have a public key ASAMC6J8Kk2UKbQ4pa-gv4kSOQVWrcrcnGwOy3NWmbuAvwo

To claim this, I am signing this object:

import qualified Data.Map as Map
import Data.Maybe (catMaybes)
import Control.Monad (forever)
import Control.Concurrent (threadDelay)
import System.Console.ANSI (clearScreen)
data Cell = Head | Tail | Wire
deriving (Eq, Show)
type World = Map.Map (Int, Int) Cell