Skip to content

Instantly share code, notes, and snippets.

@lucasdavila86
lucasdavila86 / plink-plonk.js
Created April 6, 2020 20:01 — forked from tomhicks/plink-plonk.js
Listen to your web pages
@lucasdavila86
lucasdavila86 / gifjs.asm
Created March 14, 2017 22:16 — forked from ajinabraham/gifjs.asm
A Valid GIF and JS file
; a hand-made GIF containing valid JavaScript code
; abusing header to start a JavaScript comment
; inspired by Saumil Shah's Deadly Pixels presentation
; Ange Albertini, BSD Licence 2013
; yamal gifjs.asm -o img.gif
WIDTH equ 10799 ; equivalent to 2f2a, which is '/*' in ASCII, thus starting an opening comment