Skip to content

Instantly share code, notes, and snippets.

@loganwilliams
loganwilliams / inat.css
Last active September 5, 2022 05:50
iNaturalist hugo shortcode
.inaturalist {
border: 1px solid #999;
padding: 0.5em;
margin: 0.5em;
border-radius: 2px;
}
.inaturalist img {
max-width: 100% !important;
margin-left: auto !important;
@loganwilliams
loganwilliams / .block
Created April 29, 2021 15:39
fresh block
license: mit
3d modeling
À la carte food
Abbey
Abdomen
Abert's squirrel
Abrasive saw
Abseiling
Absolut vodka
Academic conference
Academic dress
from flask import Flask, request
from twilio.twiml.voice_response import VoiceResponse
import random
from waitress import serve
app = Flask(__name__)
facts = [
"A study conducted by a University of Florida researcher traces the existence of opossums as far back as the extinction of dinosaurs.",
"Due to an opossum's low body temperature and successful immune system, it's very rare for one to carry rabies.",
"In northern regions, opossums often have abnormally short tails - the ends are lost due to frostbite.",
@loganwilliams
loganwilliams / .block
Last active April 17, 2019 20:54
projection debugging
license: mit
@loganwilliams
loganwilliams / .block
Created December 6, 2018 00:04
fresh block
license: mit
@loganwilliams
loganwilliams / .block
Created December 5, 2018 23:53
fresh block
license: mit
@loganwilliams
loganwilliams / .block
Last active October 10, 2019 01:56
Basic D3 map (live mods) d3v5
license: mit
@loganwilliams
loganwilliams / .block
Created October 3, 2018 20:35
Basic D3 map (live mods) d3v4
license: mit
@loganwilliams
loganwilliams / .block
Last active October 3, 2018 20:07
gapminder with highlighting and click targets
license: mit