Skip to content

Instantly share code, notes, and snippets.

View SpencerCooley's full-sized avatar

Spencer Cooley SpencerCooley

View GitHub Profile
user$ bash < <(curl -sk https://rvm.beginrescueend.com/install/rvm)
user$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
user$ type rvm | head -1
rvm install 1.9.2
rvm install 1.8.7
<html>
<head>
<title>Exmaple Cafe - commuinity cafe in Newquay, Cornwall, UK </title>
<style>
p {
margin: 0.0px 0.0px 0.0px 0.0px;
font: 12.0px Helvetica;
}
<!doctype html>
<html>
<head>
<title>An HTML5 page</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
</head>
<!-- include the google maps api sensor => false-->
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<!--included js/map.js ; the file that has all of my maps javascript-->
<script type="text/javascript" src="js/map.js"></script>
<!doctype html>
<html>
<head>
<title>Map Sandbox</title>
<meta charset="utf-8" />
<!--linked the stylsheet-->
<link rel="stylesheet" type="text/css" href="style.css" />
<!--included jquery from remote server-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>