Skip to content

Instantly share code, notes, and snippets.

View tordans's full-sized avatar

Tobias tordans

View GitHub Profile
@tordans
tordans / fluid_gmail.js
Last active November 9, 2018 17:43 — forked from itod/fluid_gmail.js
Gmail Fluid App Userscript
// use for patterns:
// *gmail.com*
// *mail.google.com*
// *google.com*mail*
// Initialize Badge so we see that this works
window.fluid.dockBadge = 99;
// Updater
setTimeout(updateDockBadge, 1000);
@tordans
tordans / http http-diigo.com
Last active December 30, 2017 18:25
diigo.com domain errors
$ http http://diigo.com
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Connection: close
Content-Encoding: gzip
Content-Length: 474
Content-Type: text/html; charset=UTF-8
Date: Sat, 30 Dec 2017 18:21:14 GMT
Expires: Mon, 31 Dec 2001 7:32:00 GMT
@tordans
tordans / index.html
Last active January 1, 2018 16:56 — forked from oscarlorentzon/index.html
Sync viewer and map markers
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link rel='stylesheet' href='https://unpkg.com/mapillary-js@2.10.1/dist/mapillary.min.css' />
<link href='https://unpkg.com/leaflet@1.0.1/dist/leaflet.css' rel='stylesheet' />
@tordans
tordans / index.html
Last active May 11, 2018 11:48
Rallye: Spendenaktionen Mini-Übersicht
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
<title>Ralleys</title>

Notizen zu Tobias' Vortrag auf dem DataCycle Meetup am 15.01.2019.

Die Notizen sind nicht selbsterklärend. Aber wer da war, findet hier alle Links die ich gezeigt habe.

@tordans
tordans / README.md
Last active September 30, 2019 23:33
Vereinfachte Verkehrsordnungswidrigkeitenanzeige bei Halt- und Parkverstößen
@tordans
tordans / README.md
Last active December 21, 2021 13:40
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tordans
tordans / index.html
Last active May 10, 2024 15:36
iD Editor Preset Preview Experiment
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>iD Test</title>
<link rel="stylesheet" href="dist/iD.css" />
<link
rel="icon"
type="image/png"
href="data:image/png;base64,iVBORw0KGgo="