- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package me.creepinson.plugin.util.gui; | |
import java.lang.reflect.Constructor; | |
import java.lang.reflect.Field; | |
import java.lang.reflect.InvocationTargetException; | |
import java.lang.reflect.Method; | |
import java.util.HashMap; | |
import org.bukkit.Bukkit; | |
import org.bukkit.entity.Player; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package me.creepinson.mod.client; | |
import net.minecraft.client.Minecraft; | |
import net.minecraft.client.settings.KeyBinding; | |
import net.minecraftforge.common.MinecraftForge; | |
import net.minecraftforge.fml.client.registry.ClientRegistry; | |
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; | |
import net.minecraftforge.fml.common.gameevent.InputEvent; | |
import org.lwjgl.input.Keyboard; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
!/src/ | |
!.gitignore | |
!gradlew* | |
!/gradle/ | |
!LICENSE | |
!/LICENSE.txt | |
!/README.md | |
!build.gradle | |
!.travis.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#user nobody; | |
#Defines which Linux system user will own and run the Nginx server | |
worker_processes 1; | |
events { | |
worker_connections 1024; | |
# worker_processes and worker_connections allows you to calculate maxclients value: | |
# max_clients = worker_processes * worker_connections |
You will need docker-compose and git for this to work. Now run the following command to install it for the first time:
curl https://gist.github.com/creepinson/7b02be76fc570eee992e2cef457819a4/raw/4ffa2be9c1b7cfcdba1c3894174a6660931a9b33/install.sh | sh
If it's already installed, use the following commands:
cd tsb
docker-compose up -d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#################################### | |
# | |
# Backup to NFS mount script. | |
# | |
#################################### | |
# What to backup. | |
backup_files="/srv/homelab/data /etc/nginx/sites-enabled" |
First, run apk add --no-cache curl
to install curl. Then run:
curl -L https://gist.githubusercontent.com/creepinson/fcd2dc09f614bf11c2aef6d3843d3b76/raw/318b451c5c350b7e159983cea435966770667c75/install.sh | bash
To install magic-wormhole.
OlderNewer