Skip to content

Instantly share code, notes, and snippets.

View jacksonhenry3's full-sized avatar

Jackson Henry jacksonhenry3

View GitHub Profile
@jacksonhenry3
jacksonhenry3 / code.js
Last active March 21, 2020 20:52
DND philosophy
adjectives = ['aback ','abaft ','abandoned ','abashed ','aberrant ','abhorrent ','abiding ','abject ','ablaze ','able','abnormal ','aboard ','aboriginal ','abortive ','abounding ','abrasive ','abrupt ','absent ','absorbed ','absorbing ','abstracted ','absurd ','abundant','abusive ','acceptable ','accessible ','accidental ','accurate ','acid','acidic','acoustic ','acrid ','actually ','ad hoc ','adamant ','adaptable ','addicted ','adhesive ','adjoining ','adorable ','adventurous','afraid ','aggressive','agonizing ','agreeable ','ahead ','ajar','alcoholic ','alert ','alike ','alive ','alleged ','alluring ','aloof ','amazing','ambiguous ','ambitious ','amuck ','amused','amusing','ancient ','angry ','animated ','annoyed ','annoying','anxious ','apathetic ','aquatic ','aromatic ','arrogant ','ashamed','aspiring ','assorted ','astonishing ','attractive','auspicious ','automatic','available ','average ','awake','aware ','awesome','awful ','axiomatic','bad ','barbarous ','bashful ','bawdy ','beautiful ','befitting ','
@jacksonhenry3
jacksonhenry3 / index.html
Last active August 29, 2015 14:04
webaudioTest
<!doctype HTML>
<html>
<head>
<meta charset='UTF-8'>
<meta name="viewport" content="width=device-width, height=device-height">
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</head>
<body id = 'a'>
</body>
<script type="text/javascript" src = 'webAudioTest.js'></script>
@jacksonhenry3
jacksonhenry3 / index.html
Created September 25, 2013 04:43
simple one way morse code translator
<html>
<link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
<style>
body
{font-family: 'Raleway', sans-serif;
background-color: #E74C3C;
color:white;
text-align:center;
}
body
{
background-color:#2AC56C;
text-align:center;
}
#main
{
font-family: 'Fauna One', serif;
padding:50px;
@jacksonhenry3
jacksonhenry3 / index.html
Last active December 19, 2015 03:39
a crazy sentance maker
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Fauna+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Unkempt' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
@jacksonhenry3
jacksonhenry3 / eliza.css
Last active December 19, 2015 03:38
a birthday present
body
{
background-color:#E74D3C;
text-align:center;
}
#main
{
font-family: 'Fauna One', serif;
padding:50px;
@jacksonhenry3
jacksonhenry3 / index.html
Created May 16, 2013 01:53
testing transitions
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="SHORTCUT ICON" href="favicon.ico">
</head>
<body>
<div id = "nav_bubble"></div>
</body>
</html>
@jacksonhenry3
jacksonhenry3 / index.html
Created May 16, 2013 01:52
testing_transitions
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="SHORTCUT ICON" href="favicon.ico">
</head>
<body>
<div id = "nav_bubble"></div>
</body>
</html>