Skip to content

Instantly share code, notes, and snippets.

View amyleew's full-sized avatar

Amy Lee Walton amyleew

View GitHub Profile
# Some good references are:
# http://russbrooks.com/2010/11/25/install-postgresql-9-on-os-x
# http://www.paolocorti.net/2008/01/30/installing-postgis-on-ubuntu/
# http://postgis.refractions.net/documentation/manual-1.5/ch02.html#id2630392
#1. Install PostgreSQL postgis and postgres
brew install postgis
initdb /usr/local/var/postgres
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
@amyleew
amyleew / SassMeister-input-HTML.html
Created February 5, 2014 22:46
Generated by SassMeister.com.
<div class="media">
<img class="media-src" src="http://lorempixel.com/200/200" alt="">
<div class="media-text">
<h2 class="media-heading">Media Heading</h2>
<p> Text Content. lorem ipsum, etc.</p>
</div>
</div>
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div id="content">
</div>
@amyleew
amyleew / jsbin.qufegimu.html
Created April 2, 2014 21:12
pulling in weather data within 5 different neighborhoods
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div id="content">
</div>
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div id="content">
</div>
@amyleew
amyleew / jsbin.qufegimu.html
Created April 2, 2014 23:34
code to pull in wunderground API
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div id="content">
</div>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#forecasts h2 {
font-size: 14px;
text-transform:uppercase;
margin-top: 45px;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#forecasts h2 {
font-size: 14px;
text-transform:uppercase;
margin-top: 45px;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#forecasts h2 {
font-size: 14px;
text-transform:uppercase;
margin-top: 45px;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#forecasts h2 {
font-size: 14px;
text-transform:uppercase;
margin-top: 45px;
}