Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am markbiesheuvel on github.
  • I am markbiesheuvel (https://keybase.io/markbiesheuvel) on keybase.
  • I have a public key whose fingerprint is 83A5 A41F 4EDD AB2F 216D B4A6 8856 7123 BD93 E406

To claim this, I am signing this object:

@MarkBiesheuvel
MarkBiesheuvel / quine.sql
Created April 25, 2013 14:15
A quine in SQL.
SET SESSION group_concat_max_len = 1600;
DROP TABLE IF EXISTS `list`;
CREATE TABLE `list` (
`id` INT(10) NOT NULL AUTO_INCREMENT,
`var` VARCHAR(120) NOT NULL,
PRIMARY KEY (`id`)
);
INSERT INTO `list` (`var`) VALUES
("SET SESSION group_concat_max_len = 1600;"),
("DROP TABLE IF EXISTS `list`;"),
@MarkBiesheuvel
MarkBiesheuvel / LICENSE.txt
Created March 26, 2012 14:38 — forked from 140bytes/LICENSE.txt
140byt.es -- Card drawer
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE