Skip to content

Instantly share code, notes, and snippets.

View adam-weber's full-sized avatar
🛴
Scootering

Adam Weber adam-weber

🛴
Scootering
  • Ford Motor Co
  • SF Bay
View GitHub Profile
@adam-weber
adam-weber / column-grid.scss
Last active March 14, 2019 19:32
12 Column CSS Grid in 10 lines
.row {
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
@for $i from 1 through 12 {
.row > div.column-#{$i} {
width: ($i/12)*100%;
}
}
#!/bin/bash
# Adapted from this Adafruit script:
# https://learn.adafruit.com/read-only-raspberry-pi/
#
# The scripts for the above commands are in /bin/read_remount*
#
# The kernel panic watchdog is specifically for the bcm2835, found on RPi A, B, B+, CM, 0
#
# Options:
@adam-weber
adam-weber / map.geojson
Last active November 18, 2021 04:56
Grundschule Kretzerstrasse
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adam-weber
adam-weber / map.geojson
Last active November 18, 2021 05:02
Rheinschule
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adam-weber
adam-weber / map.geojson
Created November 18, 2021 04:58
Grundschule Kretzerstrasse
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adam-weber
adam-weber / map.geojson
Created November 18, 2021 05:01
Grundschule Hesshofstrasse
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adam-weber
adam-weber / map.geojson
Created November 18, 2021 05:28
Grundschule Pfaelzer Str.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adam-weber
adam-weber / map.geojson
Created November 18, 2021 05:30
Sankt-Nikolaus-Schule
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adam-weber
adam-weber / map.geojson
Created November 18, 2021 05:32
Freinet-Schule
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adam-weber
adam-weber / map.geojson
Created November 18, 2021 05:34
Grundschule Bachemer Str.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.