Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am smitty1egh on github.
* I am smitty1e (https://keybase.io/smitty1e) on keybase.
* I have a public key ASAstI1cN7yrG5fislotWU-Qf4hqgOpuyB19ckUSqtObNwo
To claim this, I am signing this object:
@smitty1eGH
smitty1eGH / d3-bar-chart.markdown
Last active November 28, 2019 15:07
D3 Bar Chart

D3 Bar Chart

A minimal demonstration of how to create an HTML bar chart with D3. Fork this template to create your own chart.

A Pen by Mike Bostock on CodePen.

License.

@smitty1eGH
smitty1eGH / index.html
Created November 23, 2019 18:10
SmithAssignment6
<div id='map'></div>
<div class='filter-ctrl'>
<input id='filter-input' type='text' name='filter' placeholder='Filter by pri_mo ' />
</div>
<div id='menu'></div>
### Keybase proof
I hereby claim:
* I am smitty1egh on github.
* I am smitty1e (https://keybase.io/smitty1e) on keybase.
* I have a public key ASAwjPqYJO2j_IOZKhiOkxZvDHGQj2jhb8SO4lkcjjfWpgo
To claim this, I am signing this object:
#!/usr/bin/env bash
apt-get update
echo mysql-server-5.5 mysql-server/root_password password PASSWORD | debconf-set-selections
echo mysql-server-5.5 mysql-server/root_password_again password PASSWORD | debconf-set-selections
apt-get install -y mysql-common mysql-server mysql-client
apt-get install -y apache2