Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1HMuByQ9BTL5SBfFKB9XpLsiT6UFeiurNj https://explorer.blockstack.org/address/1HMuByQ9BTL5SBfFKB9XpLsiT6UFeiurNj
<!DOCTYPE html>
<html>
<head>
<title>Madlib With Hints</title>
</head>
<body>
<h1>Madlib With Hints</h1>
<div>
<label for="adjective1">adjective1</label>
<input id="adjective1" placeholder="" />
<!DOCTYPE html>
<html>
<head>
<title>Madlib Mayhem</title>
</head>
<body>
<h1 id="madlib-title"></h1>
<p id="madlib-target"></p>
<script>
function fillMadlib() {
<!DOCTYPE html>
<html>
<head>
<title>Madlib Mayhem</title>
</head>
<body>
<h1 id="madlib-title"></h1>
<p id="madlib-target"></p>
</body>
</html>
@danapplegate
danapplegate / parsec-azure-template.json
Last active November 22, 2023 08:26
An Azure template to automate the creation of a Parsec-ready server and network firewall Windows Server 2016 instance.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmName": {
"defaultValue": "parsec-azure",
"type": "string"
},
"userName": {
"defaultValue": "parsec",

Keybase proof

I hereby claim:

  • I am danapplegate on github.
  • I am danapplegate (https://keybase.io/danapplegate) on keybase.
  • I have a public key whose fingerprint is 6271 9998 7A4F 3ED4 E246 5A03 01F6 6688 036D 8EDF

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<title>Dan's Zombie Spectacular</title>
</head>
<body>
<h1>Welcome to Dan's Zombie Spectacular!</h1>
<div class="zombie-pen" id="business-pen">
</div>
<div class="zombie-pen" id="professor-pen">
<!DOCTYPE html>
<html>
<head>
<title>Tom Hanks - My favorite actor!</title>
</head>
<body>
<h1>Tom Hanks Fan Page!</h1>
<img src="http://www.thewrap.com/wp-content/uploads/2014/02/OscarWrap-Tom-Hanks.jpg">
<h3>Why I love Tom Hanks</h3>
<p>Tom Hanks is my favorite actor. He has had a long and impressive career playing everything from a boy trapped in an adult body in "Big", to a battle-hardened soldier in "Saving Private Ryan". I think my favorite part he played was as an AIDS patient in the critically-acclaimed movie "Philadelphia", for which he won both a Golden Globe and an Oscar. <a href="http://www.imdb.com/title/tt0107818/">Click here to learn more about "Philadelphia"</a>!</p>
<!DOCTYPE html>
<html>
<head>
<title>Tom Hanks - My favorite actor!</title>
</head>
<body>
<h1>Tom Hanks Fan Page!</h1>
<img src="http://www.thewrap.com/wp-content/uploads/2014/02/OscarWrap-Tom-Hanks.jpg">
<p>Tom Hanks is my favorite actor. He has had a long and impressive career playing everything from a boy trapped in an adult body in "Big", to a battle-hardened soldier in "Saving Private Ryan". I think my favorite part he played was as an AIDS patient in the critically-acclaimed movie "Philadelphia", for which he won both a Golden Globe and an Oscar. <a href="http://www.imdb.com/title/tt0107818/">Click here to learn more about "Philadelphia"</a>!</p>
<img src="http://farm4.static.flickr.com/3603/3475222867_193f5a8e16.jpg">
@danapplegate
danapplegate / Vagrantfile.rb
Last active September 14, 2015 22:54
Output of running vagrant up, for issue https://github.com/mitchellh/vagrant/issues/6267
base_path = 'htdocs/protected/config'
Vagrant::Config.run do |config|
config.vm.define :web, primary: true do |web_config|
web_config.vm.box = 'my_company'
web_config.vm.box_url = 'http://files.vagrantup.com/precise64.box'
web_config.vm.network :hostonly, '192.168.33.10'