Skip to content

Instantly share code, notes, and snippets.

View belaw's full-sized avatar
🪦

Jonas Witting belaw

🪦
View GitHub Profile
@belaw
belaw / fishtank-point-and-click.js
Created December 19, 2023 19:07
Fishtank point and click UI
(function() {
function createPointButton(id, title) {
var button = document.createElement('button');
button.style.border = "dashed 1px black";
button.style.background = "none";
button.style.position = "absolute";
button.id = id;
button.title = title;
button.style.cursor = 'pointer';
button.style.opacity = 0.3;
@belaw
belaw / DATPARTOUTTemplate.bt
Created November 18, 2022 17:46
DATPARTOUT 010 Editor Template
//--------------------------------------
//--- 010 Editor v6.0.1 Binary Template
//
// File: DATPARTOUTTemplate.bt
// Author: Jonas Witting <jonaswitting@gmail.com>
// Purpose: Pinball
// Date: 06/2015
//--------------------------------------
enum <UBYTE> TYPE {
RESOURCE_IDENTIFIER = 0,
@belaw
belaw / fork.reg
Last active February 29, 2024 07:35
Fork Git Client Windows Explorer Integration
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\git_fork]
@="Open in &Fork"
"Icon"=hex(2):25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\
00,54,00,41,00,25,00,5c,00,46,00,6f,00,72,00,6b,00,5c,00,46,00,6f,00,72,00,\
6b,00,2e,00,65,00,78,00,65,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOT\directory\background\shell\git_fork\command]
@=hex(2):22,00,25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\