Skip to content

Instantly share code, notes, and snippets.

@junevm
junevm / Microsoft.PowerShell_profile.ps1
Last active August 27, 2023 04:40
My Windows Terminal Settings
# 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
@junevm
junevm / statuses.md
Created February 3, 2023 15:56 — forked from vkostyukov/statuses.md
HTTP status codes used by world-famous APIs
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
@junevm
junevm / scoop.md
Created August 27, 2023 04:34
🪣 Scoop Buckets

Scoop Buckets Collection 🪣

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.

Scoop Buckets

  • ACooper81/scoop-apps: A Scoop Bucket maintained by ACooper81, containing a collection of useful command-line applications.
@junevm
junevm / defaultGraph.js
Last active January 19, 2024 06:47
ComfyUI Photomaker default workflow (https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker)
export const defaultGraph = {
last_node_id: 18,
last_link_id: 18,
nodes: [
{
id: 15,
type: "LoadImage",
pos: [1130, 2570],
size: {
0: 390,