Skip to content

Instantly share code, notes, and snippets.

const unitTypes = [ // https://public-dhhs.ne.gov/nfocus/HowDoI/howdoi/usps_address_unit_types.htm
'APT',
'BLDG',
'BSMT',
'DEPT',
'FL',
'FRNT',
'HNGR',
'KEY',
'LBBY',
@MegaSpaceHamlet
MegaSpaceHamlet / states.js
Created September 15, 2023 16:56
Javascript object mapping every U.S. state as it is spelled correctly to their respective, two-letter couterparts
const states = {
'Alabama': 'AL',
'Alaska': 'AK',
'Arizona': 'AZ',
'Arkansas': 'AR',
'California': 'CA',
'Colorado': 'CO',
'Connecticut': 'CT',
'Delaware': 'DE',
'Florida': 'FL',
@MegaSpaceHamlet
MegaSpaceHamlet / starship.toml
Created August 3, 2023 13:59
Starship Configuration File
# Get editor completions based on the config file
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = true
continuation_prompt = "↪ "
command_timeout = 1000
# Replace the ">" symbol in the prompt with "λ"