View this code at http://livecoding.io/5579759
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
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 ',' |
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
<!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> |
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
<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; | |
} |
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
body | |
{ | |
background-color:#2AC56C; | |
text-align:center; | |
} | |
#main | |
{ | |
font-family: 'Fauna One', serif; | |
padding:50px; |
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
<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> |
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
body | |
{ | |
background-color:#E74D3C; | |
text-align:center; | |
} | |
#main | |
{ | |
font-family: 'Fauna One', serif; | |
padding:50px; |
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
<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> |
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
<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> |
View this code at http://livecoding.io/5578416
NewerOlder