Skip to content

Instantly share code, notes, and snippets.

View despens's full-sized avatar
😅

Dragan Espenschied despens

😅
View GitHub Profile
@despens
despens / blink_is_back.css
Created August 8, 2014 20:10
Blink tags are back, thanks to @thxlt
@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 / 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 / 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
-- -- -- -- -- 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 / 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
@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 / 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,