Skip to content

Instantly share code, notes, and snippets.

View Azure-Agst's full-sized avatar
😅
Job huntin'

Andrew Augustine Azure-Agst

😅
Job huntin'
View GitHub Profile
@Azure-Agst
Azure-Agst / README.md
Created December 29, 2023 05:53
How much gil in total?

sum_msq_gil.py

A quick script to sum up all of the gil that you get from FFXIV's MSQ, using data scraped from the wiki.

Spoiler alert, It's somewhere around 1,109,491 gil.

@Azure-Agst
Azure-Agst / discordlib.py
Last active July 28, 2022 02:21
Minimal Discord Library
import socket
import requests
from enum import Enum
from datetime import datetime
# These should be imported from wherever
from ..version import __version__
BOT_NAME = "fsu-classbot"
BOT_PFP_URL = ""
@Azure-Agst
Azure-Agst / exfat_recover.bat
Created January 28, 2022 04:44
Botched Switch Update Recovery Seript
@echo off
:: Check for all tools
set tools=hactool.exe bincmp.exe BCPKG2-1-Normal-Main.bin prod.keys
for %%f in (%tools%) do (
if NOT EXIST %%f (
echo ERROR: '%%f' is not in this directory!
goto END
)
)
@Azure-Agst
Azure-Agst / .nanorc
Created August 14, 2021 03:57
My go to nanorc :) (Thanks @ariadneconill)
# set spacing options
set tabstospaces
set tabsize 4
set smarthome
set autoindent
# set line wrap
set fill 120
set atblanks

Keybase proof

I hereby claim:

  • I am azure-agst on github.
  • I am azure_agst (https://keybase.io/azure_agst) on keybase.
  • I have a public key ASB7R80onzrUBPr_g8ylO67ctUTFRKHF_nNtAi8iidkkbAo

To claim this, I am signing this object:

@Azure-Agst
Azure-Agst / guide.md
Last active May 28, 2021 02:13
Azure's VoG Guide for Sherpas and Weenies

Azure's VoG Guide for Sherpas and Weenies


Shoutout to Sjasper, Hollow, Arcsi, and everyone who was on my day one team!


Preface

@Azure-Agst
Azure-Agst / VoG Day One Notes.md
Last active May 23, 2021 06:25
good luck gamers

Azure's VOG Day One Notes

hey look its me

hey gamers good fucking luck



0.) Building the spire

@Azure-Agst
Azure-Agst / alerts.css
Created November 30, 2019 23:23
Stream Alerts
#alert {
margin-top: 20px;
display: inline-block;
width: 700px;
height: 160px;
transform: translateX(40px);
}
#alert .bottom {
Verifying my Blockstack ID is secured with the address 1G5sdw3M65VqTk2vQiqNZQ9ByS3ckoCVKU https://explorer.blockstack.org/address/1G5sdw3M65VqTk2vQiqNZQ9ByS3ckoCVKU
@Azure-Agst
Azure-Agst / response.json
Created September 10, 2019 00:40
Example response from the Bungie API
{
"Response": {
"profile": {
"data": {
"userInfo": {
"crossSaveOverride": 0,
"applicableMembershipTypes": [
4
],
"isPublic": true,