Skip to content

Instantly share code, notes, and snippets.

View dangreene0's full-sized avatar
🤡
there are 1,000 gigglebytes in a ticklebyte.

dani dangreene0

🤡
there are 1,000 gigglebytes in a ticklebyte.
View GitHub Profile
@dangreene0
dangreene0 / ReadMe.md
Created February 17, 2024 16:26
Read Only Inspector Decorator

Read Only Inspector Decorator

Allows you to view data or GameObjects in the editor.

It's best practice to place it in it's folder, I.e. Utilities.

# Uses
[ReadOnlyInspector] public GameObject currentSoldier;
[ReadOnlyInspector] [SerializeField] MeshFilter currentModel, assembledModel;
@dangreene0
dangreene0 / bareable_windows_software.md
Last active February 13, 2024 00:36
Software that makes Windows bearable

List of Software that replaces existing Windows Software or other functionality or extends Windows services

One-Time Payment

StartAllBack

  • https://www.startallback.com/
    • First Machine is $5.
    • Removes awful UI implementations in W11 and W10.
    • Restores useful form and functionality of Windows 7 era environment.
  • Removes terrible web search features.
@dangreene0
dangreene0 / flash_chromebook_rom.sh
Last active November 2, 2023 21:04
flash chromebook rom by John Lewis
#!/bin/bash
#
# Script to flash custom firmware to Intel chipset based Chromebooks
#
readonly URL_PREFIX=https://johnlewis.ie/Chromebook-ROMs
readonly MAINTENANCE=no
declare FLASHROM_CMD MODEL AREA R_OR_W LEGACY_FILE
readonly OPTION_1="
1. Modify my Chromebook's RW_LEGACY slot.
@dangreene0
dangreene0 / docker-compose.yml
Created October 27, 2023 02:32
docker compose for basic nginx file server
---
version: '3'
services:
nginx-autoindex:
container_name: nginx-autoindex
image: dceoy/nginx-autoindex:latest
ports:
- 80:80
volumes:
@dangreene0
dangreene0 / twitter-actually-good-chrome.md
Last active February 12, 2024 05:52
List of my GreasyFork and ViolentMonkey Scripts
@dangreene0
dangreene0 / pf2wserver16core.md
Last active July 24, 2023 07:26
PF2 on Windows Server 2016 (No Desktop Environment)

Windows Server 2016 Core

Install the OS

Make sure to select without a Desktop Environment! - Don't fear the command line!

Set admin password

Make sure the password has a capitol letter and number

Install prerequisites

You will need to open powershell to get this working.

@dangreene0
dangreene0 / index.html
Last active July 13, 2023 02:02
Website template for using GitHub pages as a FastDL server.
<!doctype html>
<html>
<body>
<p>This is a blank webpage.</p>
</body>
</html>
@dangreene0
dangreene0 / update_tf2v.bat
Created November 8, 2022 20:38
Batch Script to update TF2Vintage
@echo off
rem This is the location of the script
SET scriptdir=%~dp0
rem This checks to see if 7-Zip is installed
FOR /F "tokens=2* skip=2" %%a in ('reg query "HKEY_CURRENT_USER\Software\7-Zip" /v "Path"') do set zippath=%%b
reg query HKEY_CURRENT_USER\Software\7-Zip /v Path
if %ERRORLEVEL% EQU 0 (goto INSTALL) else (goto ERRORNOZIP)
@dangreene0
dangreene0 / How to migrate from GitLab to Github.md
Last active June 24, 2022 07:06
How to clean up Repo file size to migrate from GitLab to GitHub
@dangreene0
dangreene0 / README.md
Last active August 15, 2021 03:09
pyuic5 drag and drop converter

pyuic5 Ui2Py.py

This is an open-source drag and drop solution for people using Qt Designer and PyQt5.

Features

  • Ease of use!!!!

How to install

  1. Just unzip Ui2Py.py

How to use