Skip to content

Instantly share code, notes, and snippets.

View despens's full-sized avatar
😅

Dragan Espenschied despens

😅
View GitHub Profile
@despens
despens / files.sql
Created March 14, 2012 16:40
Table to store all leftover Geocities Files, existing ones and collections that still might pop up.
-- Table: files
-- DROP TABLE files;
CREATE TABLE files
(
-- Natural key for version ID.
-- Immutable for file and metadata.
-- Md5 checksum of concatenated fields
-- file_id, mime_type, mime_subtype, encoding, path_local,
@despens
despens / table-agents.sql
Created March 21, 2012 09:16
Geocities Database
CREATE TABLE agents
(
-- Each agent is identified by its name
id text NOT NULL,
-- Flag indicating that the agent is a human.
human boolean NOT NULL DEFAULT false,
-- The agent's weight. Agents with a higher weight
-- can overrule information set by lower agents.
@despens
despens / geo-torrent-checksums.pl
Created April 2, 2012 12:50
Automatic completion of geocities.archiveteam.torrent
#!/usr/bin/perl
our $VERSION = 1.00;
=pod
This script compares checksums of local files belonging to the Archive Team's
Geocities Torrent with checksums published on archive.org. It can generate
shell scripts that complete an aborted torrent download by getting
missing/broken parts from archive.org
-- -- -- -- -- 1000 years -- -- -- -- -- --
--
-- See the future, in your computer.
--
-- Only for MacOs 10.7.x
-- with the leather calendar.
--
-- Thanks to Olia Lialina for
-- preventing me from
-- making this into a
@despens
despens / 1000years.scpt
Created August 23, 2012 21:48
1000 years
-- -- -- -- -- 1000 years -- -- -- -- -- --
--
-- See the future, in your computer.
--
-- Only for MacOs 10.7.x
-- with the leather calendar.
--
-- Thanks to Olia for
-- preventing me from
-- making this into a
@despens
despens / 1000years.scpt
Created August 23, 2012 21:49
1000 years
-- -- -- -- -- 1000 years -- -- -- -- -- --
--
-- See the future, in your computer.
--
-- Only for MacOs 10.7.x
-- with the leather calendar.
--
-- Thanks to Olia for
-- preventing me from
-- making this into a
@despens
despens / gist:3442352
Created August 23, 2012 21:49
1000 years
-- -- -- -- -- 1000 years -- -- -- -- -- --
--
-- See the future, in your computer.
--
-- Only for MacOs 10.7.x
-- with the leather calendar.
--
-- Thanks to Olia for
-- preventing me from
-- making this into a
@despens
despens / blink_is_back.css
Created August 8, 2014 20:10
Blink tags are back, thanks to @thxlt
@despens
despens / embed.html
Last active December 6, 2019 16:04
Embed Theresa Duncan CD-ROMs into your web site!
<iframe width="640" height="480" src="https://sites.rhizome.org/theresa-duncan-cdroms/emulators/" scrolling="no" frameborder="no"></iframe>
I hate the Web.
It was all wrong from the start.
What the web should be is pristine simplicity.
But all these people who don't know anything about programming,
who don't know the difference between structure and style,
who make two <BR>s instead of one <P>,
they shouldn't be allowed to make web pages.
Never. Never.