| API | Status Codes |
|---|---|
| [Twitter][tw] | 200, 304, 400, 401, 403, 404, 406, 410, 420, 422, 429, 500, 502, 503, 504 |
| [Stripe][stripe] | 200, 400, 401, 402, 404, 429, 500, 502, 503, 504 |
| [Github][gh] | 200, 400, 422, 301, 302, 304, 307, 401, 403 |
| [Pagerduty][pd] | 200, 201, 204, 400, 401, 403, 404, 408, 500 |
| [NewRelic Plugins][nr] | 200, 400, 403, 404, 405, 413, 500, 502, 503, 503 |
| [Etsy][etsy] | 200, 201, 400, 403, 404, 500, 503 |
| [Dropbox][db] | 200, 400, 401, 403, 404, 405, 429, 503, 507 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Powershell | |
| Import-Module PSReadLine | |
| # Shows navigable menu of all options when hitting Tab | |
| Import-Module Terminal-Icons | |
| Set-PSReadLineOption -PredictionSource History | |
| Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete | |
| # oh-my-posh | |
| oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\amro.omp.json" | Invoke-Expression |
This GitHub Gist provides a curated list of Scoop Buckets that offer various software packages for the Scoop package manager. Scoop is a command-line installer for Windows that allows you to easily install and manage command-line software.
Feel free to explore these Scoop Buckets and discover new software to enhance your Windows experience.
- ACooper81/scoop-apps: A Scoop Bucket maintained by ACooper81, containing a collection of useful command-line applications.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const defaultGraph = { | |
| last_node_id: 18, | |
| last_link_id: 18, | |
| nodes: [ | |
| { | |
| id: 15, | |
| type: "LoadImage", | |
| pos: [1130, 2570], | |
| size: { | |
| 0: 390, |