Skip to content

Instantly share code, notes, and snippets.

View gosub's full-sized avatar

Giampaolo Guiducci gosub

View GitHub Profile
@gosub
gosub / png_text_embed.sh
Created April 3, 2019 17:12
linux shell command to embed into a PNG image its source code
# image: image.png
# source code: image.js
# final image: final.png
convert image.png -set sourcecode "$(<image.js)" final.png
# verify with
identify -format '%[sourcecode]' final.png
@gosub
gosub / wallpaper_sketch_2019-04-12.js
Created April 12, 2019 12:07
Phone wallpaper sketch 2019-04-12
// wallpaper sketch 2019-04-12
// by Giampaolo Guiducci
// [email protected]
// https://github.com/gosub
// render with: editor.p5js.org
function setup() {
var scale = 1;
createCanvas(1080/scale, 1920/scale);
colorMode(HSB);
@gosub
gosub / very_cool_patch_challenge.csv
Last active June 21, 2020 12:57
Record of "Very Cool Patch Challenge" (VCP) editions, modules and rules
edition module or rules plugin
1 Portland Weather Frozen Wasteland
2 PO-204 Phase Modulation Engine Submarine
3 Uncertain Xor
4 Bouncy Balls JW Modules
5 Chaos Qwelk
6 [No normal sound generators]
7 Mr Chainkov Unless Games
8 Luppolo3 Sonus Modular
9 Dexter Valley
@gosub
gosub / emacs_27.1_linux_primitive_functions.txt
Created October 25, 2020 19:21
List of primitive functions in my Emacs version (27.1 on Linux)
read-char
locale-info
make-symbolic-link
controlling-tty-p
set-buffer-major-mode
global-key-binding
get-buffer
font-get-glyphs
position-bytes
set-window-parameter