Skip to content

Instantly share code, notes, and snippets.

View aglorei's full-sized avatar

Tienlong Pham aglorei

  • Slalom Build
  • Chicago, IL
View GitHub Profile
@aglorei
aglorei / setup.txt
Last active January 29, 2022 16:41
winget install --exact --id BraveSoftware.BraveBrowser
winget install --exact --id Canonical.Ubuntu
winget install --exact --id DebaucheeOpenSourceGroup.Barrier
winget install --exact --id Discord.Discord
winget install --exact --id EVGACorporation.EVGAPrecisionX1
winget install --exact --id Inkscape.Inkscape
winget install --exact --id Microsoft.PowerToys
winget install --exact --id Microsoft.Teams
winget install --exact --id Microsoft.WindowsPCHealthCheck
winget install --exact --id Microsoft.WindowsTerminal
@aglorei
aglorei / settings.json
Last active August 17, 2020 06:28
Windows Terminal Settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"copyOnSelect": false,
"copyFormatting": false,
"initialCols": 200,
"initialRows": 50,
"keybindings": [
{
"command": {
@aglorei
aglorei / keybase.md
Created January 4, 2020 19:21
Keybase

Keybase proof

I hereby claim:

  • I am aglorei on github.
  • I am aglorei (https://keybase.io/aglorei) on keybase.
  • I have a public key ASAqUS6NVFwjXHgYf4hUZ79RLW1jHzWO-9HrEOlRtn9o3wo

To claim this, I am signing this object:

#!/usr/bin/env python3
import http.client
import json
DOMAIN = 'challenge.curbside.com'
SESSION_PATH = '/get-session'
class RequestError(Exception):
def __init__(self, status, reason, body):