Skip to content

Instantly share code, notes, and snippets.

View joerglohrer's full-sized avatar

Jörg Lohrer joerglohrer

View GitHub Profile
@joerglohrer
joerglohrer / videoaufgaben.html
Last active November 12, 2015 18:36 — forked from anonymous/index.html
jQuery UI Tabs - Open on mouseover// source http://jsbin.com/qatafi/3
<head>
<meta charset="utf-8">
<title>jQuery UI Tabs - Open on mouseover</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#tabs" ).tabs({
@joerglohrer
joerglohrer / index.html
Last active November 9, 2015 17:37 — forked from anonymous/index.html
Keep Talking and Nobody Explodes v. 1// source http://jsbin.com/cinapi
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Keep Talking and Nobody Explodes v. 1</title>
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';
@joerglohrer
joerglohrer / csv-to-geojson.geojson
Created April 27, 2015 20:53 — forked from anonymous/csv-to-geojson.geojson
Kirchengemeinden social media
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.