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
@zudsniper
zudsniper / TF_VALUATION.md
Created March 11, 2023 23:51
Example "Item Valuation" document by @zudsniper

🧮 TF2 Item Valuation

Compiled by @zod

key value
user REDACTED
trust Neutral
date_authored 2023/03/10

obviously it's easy to find out who this was for, just don't bother him please.

@zudsniper
zudsniper / .HOMEPAGE_CONTROL.md
Last active June 2, 2023 06:31
An explanation of how to force new tabs to show your desired page (in this case, fullscreen-for-googletasks.com) and then a set of styles which are applied via DarkReader.

WARNING: This is fairly inefficient due to the selectors in the injected css.

This is regarding the DarkReader snippet which is used to recolor and restyle the main fullscreen-for-googletasks.com.
This code uses so many absolute selectors which are unnecessary.

USE AT YOUR OWN RISK.


MY HOMEPAGE B****

by @zod

@zudsniper
zudsniper / README.md
Last active April 16, 2023 07:34
[DEPRECATED] check @zudsniper/bashbits | [ChatGPT-4] A tool to merge docker images simply on the command line via a multilayer Dockerfile.

Docker Image Merger

This repository contains two versions of a script that merges multiple Docker images into a single image by layering them on top of each other. It supports both local and Docker Hub images and provides options to reverse the layer order, disable cache when building, and output a Dockerfile instead of creating the merged image.

V1 Deprecated

Version 1 (v1)

@zudsniper
zudsniper / README.md
Last active April 13, 2023 06:19
[ChatGPT-4] A pterodactyl egg entirely based off of @parkervcp 's original node.js egg, but supporting typescript.

ts-node-ptero-egg.json

a pterodactyl egg built from @parkervcp's excellent node.js egg, but with typescript support.

Also written almost entirely by a robot.

⚠️ Warnings & Notes ⚠️

⭐ This REQUIRES a tsconfig.json which follows the /src/ and /dist/ paradigm

shown here in my TypeScript template.
tsconfig.json

@zudsniper
zudsniper / README.md
Last active April 10, 2023 01:39
[ChatGPT-4] Bash script to create Windows shortcuts (don't ask why bash I fucking hate Windows)

UPDATE

As of 04/09/2023, neither of these scripts work. ... so maybe we will have jobs for a bit longer.

make_shortcut.sh

generate Windows shortcuts with injected environment variables and a custom icon in the image formats PNG, JPEG, SVG, or ICO.

by ChatGPT-4
human involved being @zudsniper


@zudsniper
zudsniper / MARKDOWN_MEMOIR.md
Last active April 18, 2023 04:31
Markdown Memoir -- A primer of helpful tools and techniques I've learned when playing with the class of "Markdown" formatting languages -- or as the community refers to them, the Markdown Flavors.

MARKDOWN $MEMOIR$

markdown author  - zudsniper

INTRODUCTION

@zudsniper
zudsniper / SPOOKYTF.md
Last active June 17, 2023 03:14
⚫ CLOSED 2023-06-16 ⚫ | 💀 [SPOOKYTF] The situation that occurred with my previous organization, spooky.tf, from my perspective.

⚫ this situation is $CLOSED$. 2023-06-16

this matter has been dealt with by the involved parties and is therefore no longer an active situation. This document will remain for historical purposes. Feel free to reference it as you see fit.


🌐 LINKS

💾 Github Organization 💀
github.com/spookytf

STEAM PERMALINKS

@zudsniper
zudsniper / beautify_dir.sh
Last active April 16, 2023 07:32
[DEPRECATED] check @zudsniper/bashbits | [GPT-3.5] A small script to use the `beautify-js` package to beautify (unminify and unuglify) web files in directories recursively.
#!/bin/bash
# beautify_dir.sh
# ---------------
# by @zudsniper on github
# not really, its by chatGPT but i guess i get the credit
# DEPENDENCIES
# - js-beautify: does all the heavy-lifting
#
# TODO
# - add js-unuglifier for variable renaming
@zudsniper
zudsniper / install_gum.sh
Last active April 16, 2023 07:31
[DEPRECATED] check @zudsniper/bashbits | [GPT-3.5] Install `gum` CLI prettifier on whatever OS you're on (that is supported...)
#!/bin/bash
# install_gum.sh
# --------------
# @zudsniper
# written by ChatGPT3.5, almost entirely
# SOURCE OF ALL INSTALLATION INFORMATION
# https://github.com/charmbracelet/gum#installation
# --------------
@zudsniper
zudsniper / template.sh
Created April 14, 2023 13:15
my template for bash scripts
#!/bin/bash
# template.sh
# ---------------
# by @zudsniper on github
# not really, its by chatGPT but i guess i get the credit
# > im leaving this in the template
#
# DEPENDENCIES
# - thing: it is good
#