Skip to content

Instantly share code, notes, and snippets.

View william-v4's full-sized avatar
🎉
removed the "exe" from my username

William william-v4

🎉
removed the "exe" from my username
  • the openSUS foundation
  • Sus City, Sussus County
  • 01:41 (UTC -06:00)
View GitHub Profile
@william-v4
william-v4 / palemoon.sh
Created November 28, 2021 20:25
palemoon install on debian 10+
#!/bin/bash
echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL https://download.opensuse.org/repositories/home:stevenpusser/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon
@william-v4
william-v4 / .gitlab-ci.yml
Last active June 7, 2022 20:50
basic Gitlab pages setup (put index.html and stuff at root)
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
@william-v4
william-v4 / spawn_bonus_chest.json
Created July 13, 2021 16:50 — forked from Dinnerbone/spawn_bonus_chest.json
This is an example of the current spawn bonus chest loot table in Minecraft, in the (possibly) new loot table data format.
[
{
"item": "minecraft:stick",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"min": 1,
"max": 3
}
The wz4 (William.exe_v4.0) license
Copyright © <year> <name>
Basically, by getting your hands on a copy of this software and associated parts of it,
you are free to use, copy pasta, modify, merge, publish, redistribute, sublicense, and/or even sell copies of it
without any limits. The sky is the limit except that the copyright has to be included in all parts of the software.
Please remember that this software is given to you "as is" without any warranty whatsoever
and we are not responsible for damages. In other words, don't blame us if you blow up the world with our software.