Skip to content

Instantly share code, notes, and snippets.

View GoodGuyGregory's full-sized avatar

Greg Witt GoodGuyGregory

View GitHub Profile
@GoodGuyGregory
GoodGuyGregory / pdx_parks.csv
Last active December 22, 2025 19:27
Portland Parks Database CSV File
Gov. Tom McCall Waterfront Park South West 30.90 True True True True True False False False False False True False
Hoyt Arboretum South West 187 True True False True True False True True False False True False
Gabriel Park South West 90 True True False True True True True True False False False False
Tryon Creek State Natural Area South West 658 True True False True False False True False False False False True
Council Crest South West 42.95 False True True True True False True False False False True False
Couch Park North West 2.40 True True False True True True False False False False False False
Wallace Park North West 5.38 False True False True True True False False False False False False
Forest Park North West 5200 False True True True False False True False False False True False
Kelly Point Park North 104 True True True True True False True False True False False True
Cathedral Park North 21.85 True True True True True False False False True False False False
https://googlechromelabs.github.io/chrome-for-testing/latest-patch-versions-per-build-with-downloads.json
https://mkyong.com/web/how-to-pretty-print-json-output-in-curl/
https://stackoverflow.com/questions/61977076/how-to-fetch-data-from-api-using-python
@GoodGuyGregory
GoodGuyGregory / MacOS_Terminal_Commands.md
Last active March 3, 2021 21:43
Miscellaneous MacOS Commands

Finding a WiFi Password Via Terminal

security find-generic-password -wa ""

@GoodGuyGregory
GoodGuyGregory / notes.md
Created October 25, 2020 19:51
Deploying Angular Applications to GH-Pages
@GoodGuyGregory
GoodGuyGregory / bikepackinggear.md
Last active September 15, 2020 17:55
Bikepacking Gear List for Adventure Trail
@GoodGuyGregory
GoodGuyGregory / Notes.md
Last active November 12, 2020 20:58
Angular Notes

Angular Basics Notes

Adopted Typescript as its prefered language of choice. Typescript allows for syayic typing. Angular Applications are made up of a collection of modules. Angular applications can be written in Ts, JS and Dart.

CLI Documentation

Common Getting Started Commands

Decorators

@GoodGuyGregory
GoodGuyGregory / sshkey.md
Created May 9, 2020 19:12
SSH Key Configuration in Ubuntu