Skip to content

Instantly share code, notes, and snippets.

# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
State Under 5 Years 5 to 13 Years 14 to 17 Years
AL 310504 552339 259034
AK 52083 85640 42153
AZ 515910 828669 362642
AR 202070 343207 157204
CA 2704659 4499890 2159981
CO 358280 587154 261701
CT 211637 403658 196918
DE 59319 99496 47414
DC 36352 50439 25225
@woodsmur
woodsmur / cats-and-dogs.ipynb
Created December 4, 2018 11:45
cats-and-dogs.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
package main
import (
"fmt"
"sync"
"time"
)
type PayloadInt64 struct {
number int64