Skip to content

Instantly share code, notes, and snippets.

@ETHproductions
ETHproductions / 50th-answer-per-lang.txt
Created November 14, 2018 03:57
The date of the 50th newest answer in each language on PPCG, as of 14 Nov 2018 04:00 UTC. koth, tips, and polyglot questions not included
Python: Nov 4
JavaScript: Nov 4
Perl: Nov 3
Jelly: Oct 26
05AB1E: Oct 24
PowerShell: Oct 24
C: Oct 18
APL: Oct 17
Japt: Oct 16
Ruby: Oct 8
@ETHproductions
ETHproductions / sortable.txt
Created December 12, 2016 17:42
All sortable numbers less than 1e5 (see http://oeis.org/A215014)
0
1
2
3
4
5
6
7
8
9
@ETHproductions
ETHproductions / PPCGUserscript.user.js
Last active January 29, 2016 05:45
A customizable userscript for redesigning the PPCG website.
// ==UserScript==
// @name CustomizablePPCGUserscript
// @namespace ETHproductions
// @version 1
// @author ETHproductions
// @grant none
// ==/UserScript==
function qS(x){return document.querySelector(x)}