Skip to content

Instantly share code, notes, and snippets.

View 4lpha0ne's full-sized avatar

Matthias Waldhauer 4lpha0ne

View GitHub Profile
/* PROG1.C */
/* Simple Hashing LZ77 Sliding Dictionary Compression Program */
/* By Rich Geldreich, Jr. October, 1993 */
/* Originally compiled with QuickC v2.5 in the small model. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
/* set this to 1 for a greedy encoder */
@zarazum
zarazum / index.html
Created November 21, 2014 08:10
Bytebeat meets Canvas // source http://jsbin.com/neguwe
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Bytebeat meets Canvas" />
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<button id="play">Play</button>
<button id="stop">Stop</button>
@qalle2
qalle2 / 6502-ponderables.txt
Last active March 13, 2024 09:46
EOR #$FF - 6502 Ponderables and Befuddlements
The book "EOR #$FF - 6502 Ponderables and Befuddlements" by David Youd,
rearranged by Qalle (so each explanation is right after the puzzle).
Downloaded from https://archive.org/details/eor6502
-------------------------------------------------------------------------------
EOR #$FF
6502 Ponderables and Befuddlements
David Youd
Lulu Press, Inc.