View Algorithmic Islands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
SMELL GAME LEVEL TESTS | |
Jeff Thompson | 2013 | www.jeffreythompson.org | |
Ideas: | |
+ Run forest fire simulation to set terrain | |
*/ |
View Procedural Cave
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* PROCEDURAL CAVES | Jeff Thompson */ | |
final int w = 100; | |
final int h = 50; | |
final int numSteps = 10000; | |
final float noiseInc = 0.3; | |
boolean saveIt = false; | |
int[][] level; |
View Arduino 2d Array Generation Stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
LEVEL GENERATION TEST | |
Jeff Thompson | 2013 | www.jeffreythompson.org | |
A test to see how long it takes to generate levels of | |
various sizes and depths. | |
Statistics running on my Uno, from reset to | |
level finished being created: |
View Sort PDFs By Brightness
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
import subprocess | |
import os | |
from PIL import Image | |
''' | |
SORT PDFs BY BRIGHTNESS | |
Jeff Thompson | 2013 | www.jeffreythompson |
View Word Frequency Search the Internet Archive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
''' | |
MOST FREQUENT WORD SEARCH | |
Jeff Thompson | 2013 | www.jeffreythompson.org | |
A curatorial experiment through a residency with the Internet Archive. | |
REQUIRES: | |
+ Natural Language Toolkit (NLTK) |
View Words In The Periodic Table: Results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ac | |
AcCePt | |
AcCePtS | |
AcCEsS | |
AcCEsSeS | |
AcCrUAl | |
AcCRuAl | |
AcCrUAlS | |
AcCRuAlS | |
AcCrUEs |
View Every Word In The Periodic Table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
EVERY WORD IN THE PERIODIC TABLE | |
Jeff Thompson | 2013 | www.jeffreythompson.org | |
Takes as its input the abbreviations of the elements in the | |
periodic table and returns all possible words that can be | |
generated from that input*. | |
Idea occurred while sitting through a boring meeting in a | |
lecture hall, staring at a periodic table on the wall. |
View gist:f1d39aab9cfa04b17623
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SRT FILE FROM "COMPUTERS ARE PEOPLE, TOO!" (1982) | |
Timestamp information has been removed for | |
continuity. Hear the text-to-speech here: | |
https://soundcloud.com/jeffthompson/srt-file- | |
from-computers-are-people-too-1982 | |
------------------------------------------------- | |
miss |
View Every Javascript Variable On Amazon.com (Jan 11, 2015)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ | |
$a_carousel_container | |
$controls_el | |
$controls_links | |
$e | |
$h | |
$heroEl | |
$tgt | |
a | |
a_carousel |
View EveryServiceProvider-2014
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(not set) | |
*se2-drp* | |
*se3-drp* | |
*se6-drp* | |
*se6-ptk* | |
. nack design strategi scarlettrd | |
012 smile communications ltd. | |
013 netvision | |
013 netvision ltd | |
02 online (uk) |
OlderNewer