Skip to content

Instantly share code, notes, and snippets.

View billyc's full-sized avatar
🌵

Billy Charlton billyc

🌵
View GitHub Profile
title: My Map
description: ''
type: layers
theme: dark
center: 13.331039817377233, 52.53263570729165
zoom: 10.195153394689488
bearing: -0.5161290322580645
pitch: 48
datasets:
billy-leipzig-1.output_trips: '#billy-leipzig-1.output_trips path/filename goes here #'
This file has been truncated, but you can view the full file.
title: My Map
description: ''
type: layers
theme: light
roads: below
zoom: 12.309235635765118
bearing: 0
pitch: 0
center:
- 13.364137392096548
This file has been truncated, but you can view the full file.
title: My Map
description: ''
type: layers
theme: dark
roads: below
zoom: 15.782509202754962
bearing: -5.606344283303723
pitch: 52.78097062579821
center:
- 12.373732033488919
This file has been truncated, but you can view the full file.
title: My Map
description: ''
type: layers
theme: dark
roads: below
zoom: 15.782509202754962
bearing: -5.606344283303723
pitch: 52.78097062579821
center:
- 12.373732033488919
This file has been truncated, but you can view the full file.
title: My Map
description: ''
type: layers
theme: dark
roads: below
zoom: 15.782509202754962
bearing: -5.606344283303723
pitch: 52.78097062579821
center:
- 12.373732033488919
This file has been truncated, but you can view the full file.
title: My Map
description: ''
type: layers
theme: dark
roads: below
zoom: 11.78251328471466
bearing: 0
pitch: 0
center:
- 13.365601615237127
version: 1
header:
title: Charts
config:
baseUrl: http://localhost:8000/
folder: /every-viz/dashboard
layout:
@billyc
billyc / dashboard-1.yaml
Created December 15, 2021 10:56
My Big Project
title: heey
@billyc
billyc / dashboard.yaml
Last active July 21, 2021 12:37
VW Dashboard Test 1
version: 1
config:
baseUrl: "http://localhost:8000/"
folder: "/vw/i501"
header:
title: VW Run Summary
description: "Some metrics that people find generally useful"
navigation:
@billyc
billyc / mini-file-server.py
Created May 5, 2021 10:16
Python 2/3 http file server with open CORS and Range Requests
#!/usr/bin/env python
import argparse
import os
import re
import sys
print("Mini-File-Server: serving with RANGE and CORS (open access)")
print("-----------------------------------------------------------")
print("Folder: " + os.getcwd())