- Raleigh Tamland 2 (gravel bike)
- 40mm tires
- Two handlebar bags (https://www.thespindleatl.com/spindle-custom-bags/the-40oz-crusher)
- One half frame bag (like this but also custom made by the place above - https://www.blackburndesign.com/bags/outpost-frame-bag-large.html)
- Seat bag (https://www.apidura.com/product/saddle-pack-regular/)
- Front light (https://www.amazon.com/Distance-rechargeable-Bicycle-EdisonBright-Batteries/dp/B01ACHGGQW/)
- Backup batteries for front light
- Rear light (https://www.amazon.com/Cygolite-Hotshot-Bike-Tail-Light/dp/B01IO12OLO)
- Backup rear light (https://www.amazon.com/Cygolite-Micro-2-Watt-Shot-Light/dp/B00MDCIDZC)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Africa/Abidjan | |
Africa/Accra | |
Africa/Addis_Ababa | |
Africa/Algiers | |
Africa/Asmara | |
Africa/Asmera | |
Africa/Bamako | |
Africa/Bangui | |
Africa/Banjul | |
Africa/Bissau |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#pacmd set-default-sink alsa_output.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-stereo | |
#pacmd set-default-source alsa_input.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-mono | |
function switchAudio() { | |
case "$1" in | |
"logitech") | |
local sink="alsa_output.usb-Logitech_Logitech_G933_Gaming_Wireless_Headset-00.analog-stereo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "CREATING SUBSCRIPTION WITH QUEUE ARN" | |
set -e | |
ENDPOINT_URL="http://localhost:4100" | |
export AWS_DEFAULT_REGION="us-east-1" | |
export AWS_SECRET_ACCESS_KEY="fakefakefake" | |
export AWS_ACCESS_KEY_ID="faketyfakefake" | |
TOPIC_ARN=$(aws --endpoint-url $ENDPOINT_URL sns create-topic --name test-topic | jq -r ".TopicArn") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* utilities */ | |
.pull-left { | |
float: left; | |
} | |
.sr-only { | |
position: absolute !important; | |
clip: rect(1px, 1px, 1px, 1px); | |
padding: 0 !important; | |
border: 0 !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'uri' | |
base = 'http://google.com' | |
foo = 'foo' | |
bar = 'bar' | |
puts URI::join(base, foo) | |
puts URI::join(base, foo, bar) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Thing implements IThing { | |
constructor(private name: string) { } | |
public doStuff(): string { | |
return "hello"; | |
} | |
} | |
interface IThing { | |
doStuff(): string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quine.rb:1: syntax error, unexpected tINTEGER, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END | |
quine.rb:1: syntax error, unexpected tI... | |
^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0, -30, 30, 0, -30, 30, 0, -30, 30, 0] | |
[0, -30, 30, 0, -30, 30, 0, -30, 30, 0] | |
[0, -30, 30, 0, -30, 30, 0, -30, 30, 0] | |
user system total real | |
eager_map 0.400000 0.010000 0.410000 ( 0.413597) | |
lazy_map 1.640000 0.000000 1.640000 ( 1.642215) | |
composed 0.610000 0.000000 0.610000 ( 0.610857) | |
m_composed 0.140000 0.000000 0.140000 ( 0.136136) |
NewerOlder