This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
#mapContainer { | |
height: 500px; | |
width: 800px; | |
border:10px solid #eaeaea; | |
} | |
</style> | |
<script src="http://maps.google.com/maps/api/js?sensor=false"> | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'test/unit' | |
class ChangeMachine | |
# Returns an array indicating the quantity of | |
# each denomination required. | |
# [pennies, nickels, dimes, quarters] | |
def issue_coins(amount) | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Buffering with points tutorial: http://maps.cga.harvard.edu/qgis/wkshop/buffer.php | |
Beginning QGIS: http://www.learnosm.org/files/beginning-qgis/Beginning_QGIS_en_v1.pdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#merchmart { | |
marker-width:60; | |
marker-fill:#008000; | |
marker-line-color:#008000; | |
marker-allow-overlap:true; | |
} | |
#cta_rail_stations[BRN = 'TRUE']::glow { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css">.olControlAttribution { bottom: 3px!important; }</style><script src="http://www.openlayers.org/api/OpenLayers.js"></script><script src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><div id="map" style="width:500px;height:400px;"></div><script type="text/javascript">var map; function showMap(){ map = new OpenLayers.Map("map"); var mapnik = new OpenLayers.Layer.OSM(); map.addLayer(mapnik); map.setCenter(new OpenLayers.LonLat(-87.6365131,41.8883776).transform(new OpenLayers.Projection("EPSG:4326"), new OpenLayers.Projection("EPSG:900913")), 12); map.addLayer(new OpenLayers.Layer.Markers()); var marker = new OpenLayers.Marker(map.getCenter()); marker.events.register("mousedown", marker, function(evt) { alert("Chicago\n222 West Merchandise Mart Plaza Chicago, IL 60654"); OpenLayers.Event.stop(evt); }); map.layers[map.layers.length-1].addMarker(marker); } showMap();</script><br><a style="font:7pt Arial;text-decoration:none;cursor:default;color:black;" href="http://www.m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chingon:hacktunes sean$ sudo gem install t | |
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid | |
Password: | |
Fetching: addressable-2.3.2.gem (100%) | |
Fetching: launchy-2.1.2.gem (100%) | |
Fetching: fastercsv-1.5.5.gem (100%) | |
Fetching: geokit-1.6.5.gem (100%) | |
Fetching: oauth-0.4.7.gem (100%) | |
Fetching: oj-1.4.3.gem (100%) |
NewerOlder