Skip to content

Instantly share code, notes, and snippets.

View zudsniper's full-sized avatar
🎲
snake eyes every time

zod zudsniper

🎲
snake eyes every time
View GitHub Profile
#base "../scripts/Crosshairs/crosshairs.res"
"Resource/HudLayout.res"
{
/////////////////////////////////////////////////////////////////////////////
// CUSTOMIZATION START /////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//CLOSECAPTIONS
@zudsniper
zudsniper / installDeb10Pt.sh
Last active December 14, 2022 13:20
Automatically install Pterodactyl panel on Debian 10.
#!/bin/bash
# zod.tf pterodactyl installation script
# based on https://pterodactyl.io/community/installation-guides/panel/debian10.html
# - debian 10
# - zodsuper's [`.bashrc` for Debian](https://gist.github.com/zudsniper/e5bbdb7d3384a2b5f76277b52d103e59)
# FLAGS
# [source](https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash)
@zudsniper
zudsniper / theminecrafthosting.md
Last active April 1, 2023 09:17
An overview of my experience using theminecrafthosting.com as a VPS host... Yeah, about as bad as it sounds.

UPDATE -- 04/01/2023

PayPal sided with me after deliberating on the chargeback. They (being TheMinecraftHosting ) replied once with what might be construed as a threat if it were coherent enough to be English. Glad this was dealt with!
image


@zudsniper
zudsniper / StackScript.sh
Last active February 2, 2023 05:26
my Linode StackScript for installing barebones utilities (spooky_deb2 on Linode)
#!/bin/bash
# by zudsniper@github
# ANSI COLOR ENVIRONMENT VARS
export A_RESTORE='\033[0m'
export A_RESET='\033[0m'
export A_BOLD='\033[1m'
export A_UNDERLINE='\033[4m'
@zudsniper
zudsniper / README.md
Last active December 23, 2022 07:03
trade_spookytf README.md by yours truly

trade_spookytf spell_ghost_small-10

by the illustrious pigzit on GitHub

"legendary creator of map, map, map, and map" @Pigzit u actually make any maps or? C:{

backdrop-info-img source: spooky.tf assets + map screenshot C:

Version History and Documentation of trade_spookytf TF2 Map

@zudsniper
zudsniper / get_gh.sh
Last active April 16, 2023 07:37
[DEPRECATED] check @zudsniper/bashbits | for some reason the command line tool for GitHub (gh, not git) is unnecessarily difficult to install on Linux. Here is a script where I attempt to do just that.
#!/bin/bash
set -e
# get_gh.sh
# by zudsniper@github
# -------------------
YES_FLAG="$1"
sudo apt install -y gnupg2;
@zudsniper
zudsniper / get_nvm.sh
Last active April 16, 2023 07:39
[DEPRECATED] check @zudsniper/bashbits | installs `nvm` for the user who executes the script. It must be manually installed for each user via build-script, it seems.
#!/bin/bash
set -e
# get_nvm.sh
# by zudsniper@github
# & ChatGPT 3.5
# -------------------
# `VERSION` 2.0.0
#
##########################
# `SOURCES` |
@zudsniper
zudsniper / discomailer.fail.md
Last active February 15, 2023 22:30
uh oh...

discomailer

is breaking my server computer!


terrifying


Seems like my rabbitmq message broker and your rusty plugin are interfering to the point where my tasks are completely maxed out...

@zudsniper
zudsniper / EXAMPLE.md
Last active February 27, 2023 23:38
Example markdown document

headers

this is description text.

Subheading

Subsubheading

Subsubsubheading ...


text decoration

@zudsniper
zudsniper / TWITCH_NOTIFY_GPT4.md
Last active April 5, 2023 17:21
A small program written in javascript to notify your server with a rich discord embed when any user starts to stream. Written by ChatGPT

TWITCH NOTIFY (by GPT4)

example of the difference between gpt-3 and gpt-4 generated 4/5/2023. took 1 query. a lot better. Fuck

BEGIN MADNESS


[USER PROMPT]

How do I write a discord bot which, for all users unless they have a "notifications muted" role, sends a message to a specified channel when a user starts streaming on Twitch. The Streaming activity on Discord should be used to check stream status. Techstack must be NodeJS, TypeScript, discord.js