Skip to content

Instantly share code, notes, and snippets.

View procrastinatio's full-sized avatar
💭
Post Tenebras Spero Lucem

Marc Mönneråt procrastinatio

💭
Post Tenebras Spero Lucem
View GitHub Profile
@procrastinatio
procrastinatio / 0_reuse_code.js
Created October 25, 2013 08:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@procrastinatio
procrastinatio / index.html
Last active October 10, 2015 18:27
Most simple GeoAdmin possible example
<body onload="init();">
<div id="map"></div>
<script type="text/javascript" src="https://api.geo.admin.ch/loader.js"></script>
<script type="text/javascript" src="simple.js"></script>
<link href="simple.css" />
</body>