I hereby claim:
- I am bryankennedy on github.
- I am bkennedy (https://keybase.io/bkennedy) on keybase.
- I have a public key whose fingerprint is AFEB 48D0 55DA C85C 4509 55BE B582 B789 077B 62C7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This scatterplot is constructed from a TSV file storing the dimensions of sepals and petals of various iris flowers. The chart employs conventional margins and a number of D3 features:
forked from mbostock's block: Scatterplot
These instructions were written for Ubuntu 12.04 LTS, herein referred to as guac-server
.
Once your Ubuntu 12.04 LTS VM has been installed and the network has been configured, you will need to install the tomcat server and the latest guacamole release. As of this writing, we are using the binary (.war) of Guacamole 0.8.3.
# apt-get update
# apt-get install tomcat6
# Compiled source | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages | |
# |
# Use the command line to get Mac hardware info, like the serial number. | |
# Returns a paragraph of basic hardware information | |
system_profiler SPHardwareDataType | |
# Returns a sentence on the serial number: | |
# Serial Number (system): <number> | |
system_profiler SPHardwareDataType | grep "Serial Number" | |
# Returns just the serial number |
<!DOCTYPE html> | |
<video id="my-video" src="video.mp4" ...></video> | |
<script type="text/javascript"> | |
/* play video twice as fast */ | |
document.getElementById("my-video").defaultPlaybackRate = 1; | |
document.getElementById("my-video").play(); | |
/* now play three times as fast just for the heck of it */ |