Skip to content

Instantly share code, notes, and snippets.

View dkastl's full-sized avatar

Daniel Kastl dkastl

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dkastl
dkastl / vroom_db.sql
Last active June 25, 2021 13:24
VROOM schema for PostgreSQL
--
-- Setup some tables for VROOM
--
CREATE EXTENSION IF NOT EXISTS postgis;
DO $$ BEGIN
CREATE TYPE step_types AS ENUM ('start', 'job', 'pickup', 'delivery', 'break', 'end');
EXCEPTION
WHEN duplicate_object THEN null;
END $$;
@dkastl
dkastl / reuse.md
Created March 6, 2021 07:54
Reuse sample commands

A memo of REUSE commands

Find out more about the REUSE project.

  • Initialize a project
reuse init

This Gist confirms the Linked Identity in my OpenPGP key which links it to this Github account.

[Verifying my OpenPGP key: openpgp4fpr:032b892fe65d04e5823ed80778e1e6493fcc11b4]

This is an OpenPGP proof. For details check out https://metacode.biz/openpgp/proofs

BEGIN MESSAGE.
yB3mAatwmHHM4ub 6EZuSkUNgf7fHmc ohtTva0xKn03uVo a4NuLcLsaN4WhtU
oE1vt8RSpjaOyNg gau3V28GNJMTCKq 6Xr2MZHgg4ZrxJJ qsT5JpaqAMIsNnV
OL9AsJLutQsvoeF bbiU2WgAh6gSufA CsHQXpRLZeTGbnq 0MYp4ZHRnJjkW36
1BsfBb4YZxwIufV Qra2J2VBkmK0ZEh GIxLG21.
END MESSAGE.
@dkastl
dkastl / 広島県東広島市_estat.geojson
Created September 19, 2018 12:40
広島県東広島市
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dkastl
dkastl / 広島県広島市東区.geojson
Created September 19, 2018 12:09
広島県広島市東区
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dkastl
dkastl / chiba.geojson
Last active June 15, 2018 07:04
National Boundaries
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dkastl
dkastl / chiba-chuo-inage.geojson
Last active May 16, 2018 16:59
Chiba Boundaries
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.