Skip to content

Instantly share code, notes, and snippets.

@elucidater
elucidater / Binding of Isaac - Original Source Code
Last active May 11, 2024 21:34
Binding of Isaac - Original Source Code
movie 'isaac.swf' {
// flash 8, total frames: 41, frame rate: 30 fps, 800x600 px, compressed
movieClip 338 {
}
movieClip 339 b501 {
}
movieClip 342 {
  1. Generate the file:
$ awk 'BEGIN { for(c=0;c<10000000;c++) printf "<p>LOL</p>" }' > 100M.html
$ (for I in `seq 1 100`; do cat 100M.html; done) | pv | gzip -9 > 10G.boomgz
  1. Check it is indeed good: