Skip to content

Instantly share code, notes, and snippets.

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
@GoodGuyGregory
GoodGuyGregory / commonhub.md
Last active September 21, 2020 15:36
Hub Commands

Common Hub Commands

create a repo to host a new project on GitHub

git init
git add .
git commit -m "And so, it begins."
hub create
→ (creates a new GitHub repository with the name of the current directory)
git push -u origin HEAD

Getting Started

Mongo on Docker

Mongo Commands for Docker

  • Build the container

docker run --name some-mongo -v $PWD/data:/data/db -p 27017:27017 -d mongo

@GoodGuyGregory
GoodGuyGregory / Mac Chrome Application Shortcuts 2018-06.txt
Created April 24, 2020 17:45 — forked from yeutterg/Mac Chrome Application Shortcuts 2018-06.txt
How to enable Application Shortcuts on Chrome for Mac, as of June 2018
How to get "Application Shortcut" functionality on Chrome for Mac, as of January 2020:
1. Visit the web page you would like to turn into an application
2. Navigate to Settings > More Tools > Create Shortcut...
3. Give the app a name, make sure "Open as window" is enabled, and click Create
4. The folder Chrome Apps should open in finder. Drag the new app shortcut to the dock or another location for easy access
That's it! You can even quit the app (Cmd-Q) without closing other Chrome windows, as it acts like a separate Mac app.