Skip to content

Instantly share code, notes, and snippets.

View ari-party's full-sized avatar

ari ari-party

View GitHub Profile
@ari-party
ari-party / tracks
Last active April 5, 2026 00:00
tracks
Watch the Crown Fall 1.6h
Fall Apart 1.4h
DANGER 1.4h
REWIND 1.3h
CAREFUL WHAT YOU WISH FOR 1.2h
@ari-party
ari-party / artists
Last active April 5, 2026 00:00
artists
Sullivan King 19.1h
Ray Volpe 12.0h
Juelz 9.4h
Fred again.. 5.6h
Excision 4.8h
  • app – Application Server (non-web)
  • sql – Database Server
  • ftp – SFTP server
  • mta – Mail Server
  • dns – Name Server
  • cfg – Configuration Management (puppet/ansible/etc.)
  • mon – Monitoring Server (nagios, sensu, etc.)
  • prx – Proxy/Load Balancer (software)
  • ssh – SSH Jump/Bastion Host
  • sto – Storage Server
local ServerStorage = game:GetService("ServerStorage")
local UnitTests = ServerStorage.UnitTests
local erroredModules = {}
print("[UnitTests] Requiring unit tests")
for _, testModule in UnitTests:GetChildren() do
print(`[UnitTests] Requiring {testModule.Name}`)