Skip to content

Instantly share code, notes, and snippets.

View robbender's full-sized avatar
🐜
Working hard!

Robert Bender robbender

🐜
Working hard!
  • Freelance Developer
  • Phoenix
View GitHub Profile
@robbender
robbender / street-suffix-abbreviations.json
Created February 3, 2020 17:29 — forked from mick-io/street-suffix-abbreviations.json
C1 Street Suffix Abbreviations from USPS. The keys represent the USPS standard abbreviations, the arrays contain primary and commonly used suffixes and abbreviations.
{
"ALY": [
"ALLEY",
"ALLEE",
"ALLY"
],
"ANX": [
"ANEX",
"ANNEX",
"ANNX"
@bradtraversy
bradtraversy / docker-help.md
Last active October 29, 2025 05:12
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@Yousha
Yousha / .gitignore
Last active August 17, 2025 12:00
.gitignore for PHP developers.
##### Windows
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #