Skip to content

Instantly share code, notes, and snippets.

View joshbrown's full-sized avatar
💭
Tea. Code. Repeat.

Josh Brown joshbrown

💭
Tea. Code. Repeat.
View GitHub Profile
<?php
$states_caps = array(
'AL'=>'ALABAMA',
'AK'=>'ALASKA',
'AS'=>'AMERICAN SAMOA',
'AZ'=>'ARIZONA',
'AR'=>'ARKANSAS',
'CA'=>'CALIFORNIA',
'CO'=>'COLORADO',

Keybase proof

I hereby claim:

  • I am joshbrown on github.
  • I am joshmbrown (https://keybase.io/joshmbrown) on keybase.
  • I have a public key whose fingerprint is 9B86 64AD D70C 9AC2 39A6 1B6A DD35 5438 E3FA CB76

To claim this, I am signing this object:

@joshbrown
joshbrown / coderadio.scpt
Last active September 3, 2020 15:01
Quick Apple Script for listening to freeCodeCamp.org's Code Radio with QuickTime Player on macOS!
(*
Quick and simple Apple Script to listen to
freeCodeCamp.org's Code Radio using QuickTime Player on macOS.
Check out the web player here:
https://coderadio.freecodecamp.org
Josh Brown <josh@joshmbrown.com>