Skip to content

Instantly share code, notes, and snippets.

View zeroeth's full-sized avatar
🤖
🐱 🤖 🐱 🤖

[0] zeroeth

🤖
🐱 🤖 🐱 🤖
View GitHub Profile
@zeroeth
zeroeth / casio_pv_links.txt
Created March 23, 2020 22:09
Casio PV Pocket Viewer Links and SDK
@zeroeth
zeroeth / tmx.html
Last active June 20, 2020 19:16
tmx starter game
<html>
<head>
<script src='http://cdn.html5quintus.com/v0.2.0/quintus-all.js'></script>
<style>
canvas { background-color: #5e81a2; }
</style>
</head>
<body>
<script>
// This game uses spritesheet.png from:
@zeroeth
zeroeth / runnjump.html
Last active June 20, 2020 19:11
run and jump
<html>
<head>
<script src='http://cdn.html5quintus.com/v0.2.0/quintus-all.js'></script>
<style>
canvas { background-color: #5e81a2; }
</style>
</head>
<body>
<script>
// This game uses spritesheet.png from:
@zeroeth
zeroeth / get-site.sh
Created February 7, 2013 16:27
Download a webpage using wget
wget --recursive --no-clobber --page-requisites --html-extension --convert-links --domains=yourdomain.com --no-parent http://yourdomain.com/somestartpage
5 REM FOR TRS-80 MODEL 100 IN 80 COLUMN MODE(ULTIMATEROMII)
10 GOSUB 100
20 INPUT"ENTER ORIGIN";B$
25 PRINT CHR$(7)
30 GOSUB 500
40 OX=IX:OY=IY:OZ=IZ
50 GOSUB 100
60 INPUT"ENTER DESTINATION";B$
65 PRINT CHR$(7)
70 GOSUB 500
@zeroeth
zeroeth / YamahaFM.md
Created February 29, 2020 07:27 — forked from bryc/YamahaFM.md
Collecting info on Yamaha FM soundchips
@zeroeth
zeroeth / YamahaFM.md
Created February 29, 2020 07:27 — forked from bryc/YamahaFM.md
Collecting info on Yamaha FM soundchips
@zeroeth
zeroeth / mode5.c
Created February 7, 2020 09:14
cm-5 mode5 revision 5 (newer one in older gists)
/* http://www.housedillon.com/?p=1272
* Written by iskunk (Daniel Richard G.)
* THIS FILE IS IN THE PUBLIC DOMAIN
*
* Program to emulate the CM-5's "random and pleasing" LED panel mode
* (revision 5, "House Dillon video exclusive" edition)
*/
#include <stdio.h>
#include <stdint.h>
@zeroeth
zeroeth / EnableSSHOnLittlebitsCloudbit.md
Created February 1, 2020 17:18 — forked from rhomel/EnableSSHOnLittlebitsCloudbit.md
Enable SSH on Littlebits Cloudbit

Gain SSH access to littlbits cloudbit

The guide at https://github.com/yepher/littlebits/blob/master/CloubitFileSystem.md is mostly correct but has a few mistakes. Luckily I found this page in Japanese http://qiita.com/chobie@github/items/d41cfa2d60df5d7d1a3f (and I can read Japanese) to point me in the right direction for the right way to do this.

Note: I used an Ubuntu linux machine to mount and edit the microsdcard.

You should also make a backup image of the SD card just in case.

Prepare a SHA-512 password hash