View Verbs-ForCreativeProgramming1.txt
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
abandon | |
abbreviate | |
abet | |
absorb | |
accelerate | |
accept | |
accommodate | |
accompany | |
accomplish | |
accrue |
View AnnualProjected-Modeled.csv
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
year | rcp45_weighted_mean | rcp45_min | rcp45_max | rcp85_weighted_mean | rcp85_min | rcp85_max | |
---|---|---|---|---|---|---|---|
2006 | 63.5 | 59.9 | 66.7 | 63.5 | 60.9 | 65.4 | |
2007 | 64 | 61.3 | 66 | 63.5 | 60.3 | 66.5 | |
2008 | 63.4 | 58.6 | 68.5 | 64 | 62 | 69.1 | |
2009 | 63.4 | 61.5 | 67 | 63.5 | 59.8 | 67.8 | |
2010 | 63.8 | 58.4 | 66.9 | 63.8 | 61.3 | 67.1 | |
2011 | 64.2 | 60.8 | 68.5 | 64.1 | 62.1 | 66.2 | |
2012 | 63.9 | 61.4 | 68.3 | 64.1 | 62.1 | 66.7 | |
2013 | 64 | 61.4 | 68 | 64.3 | 62.4 | 66.2 | |
2014 | 64.8 | 61.5 | 68.1 | 64.3 | 61.3 | 67.5 |
View ShakespeareSonnets_ALL.txt
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
From fairest creatures we desire increase, | |
That thereby beauty's rose might never die, | |
But as the riper should by time decease, | |
His tender heir might bear his memory: | |
But thou contracted to thine own bright eyes, | |
Feed'st thy light's flame with self-substantial fuel, | |
Making a famine where abundance lies, | |
Thy self thy foe, to thy sweet self too cruel: | |
Thou that art now the world's fresh ornament, | |
And only herald to the gaudy spring, |
View AllBagelPlacesInNewJersey.csv
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
BUSINESS_NAME | ENTITY_ID | CITY | BUSINESS_TYPE | DATE_INCORPORATED | |
---|---|---|---|---|---|
A & A BAGEL CO. | 0100814320 | (NOT LISTED) | DP | 4/18/2000 | |
A & A BAGELS, INC. | 0100639675 | (NOT LISTED) | DP | 9/19/1995 | |
A & A HOT BAGEL, LLP. | 0600104048 | SOUTH ORANGE | LLP | 12/13/2000 | |
A & B BAGEL AND DELI III L.L.C. | 0450427131 | MORRIS PLAINS | LLC | 10/15/2019 | |
A & B BAGEL II LLC | 0450093808 | RANDOLPH | LLC | 7/29/2016 | |
A & B BAGELS & DELI II INC | 0100790450 | (NOT LISTED) | DP | 8/3/1999 | |
A & B BAGELS & DELI, INC. | 0100735913 | NEWTON | DP | 2/18/1998 | |
A & C BAGELS, INC. | 0100576056 | UNION | DP | 1/24/1994 | |
A & D BAGEL, LLC. | 0600192148 | MONTVALE | LLC | 2/4/2004 |
View WordWrap.pde
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
/* | |
WORD-WRAP (with hyphenation and text-box height) | |
Jeff Thompson | 2019 | jeffreythompson.org | |
A word-wrap function for Processing with hyphenation! Great for weirdo text, | |
URLs, etc. Returns overall height of resulting text block, which is super helpful | |
for times where you want to add something directly below a bunch of text. | |
OPTIONS: |
View ThingsUsedInDivination.txt
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
by a baby's crawling | |
by a basin of water | |
by a divining rod | |
by a letter in a written language | |
by aerial visions | |
by altars | |
by animal behavior | |
by animal excrement | |
by animal horoscope | |
by animal shoulder blades |
View LargestNumberOfZerosICouldCount.py
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
''' | |
LARGEST NUMBER OF ZEROS I COULD COUNT | |
Jeff Thompson | 2018 | jeffreythompson.org | |
After a breakfast conversation with Angeles, this script calculates | |
a number with so many zeros you couldn't count them in your lifetime. | |
RESULTS | |
8 hrs/day: 1 with 300,318,091 zeros |
View RandomPath.pde
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
/* | |
RANDOM PATH | |
Jeff Thompson | 2017 | jeffreythompson.org | |
Generates a random path between two predefined points. | |
*/ | |
import java.util.Date; // imports for timestamp |
View TrumpWikipediaEdits_Deletions.txt
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
214739: trump | |
92232: donald | |
75604: 2016 | |
74504: news | |
72717: http | |
69936: title | |
66900: cite | |
66443: date | |
65369: 2015 | |
46124: accessdate |
View TrumpWikipediaEdits_Additions.txt
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
213077: trump | |
91662: donald | |
75669: 2016 | |
74596: news | |
72122: http | |
69864: title | |
66856: date | |
66778: cite | |
64664: 2015 | |
45687: accessdate |
NewerOlder