Skip to content

Instantly share code, notes, and snippets.

@znah
znah / gist:bd8ad8461cefee513aecf08a14b47ef1
Created September 25, 2024 12:57
TinyTapeout VGA cellular automata demo
/*
* Copyright (c) 2024 Alexander Mordvintsev
* SPDX-License-Identifier: Apache-2.0
*/
// Scrolls through 8 different 1D CA rules
// paste the code to https://vga-playground.com/ to see it live
// fits into a single tile (full repo: https://github.com/znah/tt09-vga-ca)
`default_nettype none
@znah
znah / gist:ad0785dbd9269009909addce257d57c3
Created March 13, 2021 14:15
hicetnunc.xyz helpers
// ==UserScript==
// @name hicetnunc helpers
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 1) "twtr?" links to search for account id on twitter 2) onwer links point to collections, instead of tzkt.io
// @author https://twitter.com/zzznah
// @match https://www.hicetnunc.xyz/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant none