Skip to content

Instantly share code, notes, and snippets.

View dries007's full-sized avatar

Dries007 dries007

View GitHub Profile
@dries007
dries007 / gist:cff8e7e2c7d90d06a01f
Last active March 21, 2018 19:56
Filmpjes Computernetwerken
### Keybase proof
I hereby claim:
* I am dries007 on github.
* I am dries007 (https://keybase.io/dries007) on keybase.
* I have a public key whose fingerprint is 3805 6FF4 3C4E 6D47 4313 D3B2 23B0 78B5 B5F7 CB96
To claim this, I am signing this object:
@dries007
dries007 / Entworldv3.md
Last active December 4, 2015 13:06
Entworld v3

Entworld v3

This is a subserver for Deadpine, and thus you have to be a twitch subscriber to get whitelisted.

If you lose your spectre key, use the command /key to get a new one!

Possible performance increase? Click here

Curse issue fix

For jaredlll08/JSON-Ables#5

TC Modifiers

For the modifiers to work, they need to be specified separate per 1 modifier.

Be aware that the modifiers need to be able to be allied in the game itself for this trick to work! You cannot bypass 2 modifiers that lock each other out with this!

For example, to apply a total of 150 redstone to a tool, you have to do it in increments of 50 (the max per modifier) Like so:

@dries007
dries007 / p2sFileSystemChecker.md
Last active August 29, 2015 14:27
Pay2Spawn FileSystem Checker

Pay2Spawn FileSystem Checker

When enabled, p2s will check the folder set in the config for *.json files. Once processed the files will be removed from the folder.

Json format

Does not have to be in pretty print.

@dries007
dries007 / ark.sh
Last active September 17, 2015 19:04
ARK Survival Evolved Dedigated server run script
#!/bin/bash
#
# ARK SURVIVAL EVOLVED Dedigated server run script
#
# Assumed to be installed:
# - tmux,
# - steamcmd (in users home),
# - rcon (in user home, see second file on gist)
#
# MAKE SURE YOU ALWAYS RUN THIS AS THE SAME (NOT ROOT) USER!
@dries007
dries007 / CurseJavaArgs.md
Last active October 27, 2015 10:27
CurseJavaArgs

-XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -d64 -server -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled

@dries007
dries007 / K4.md
Last active November 16, 2015 23:18
K4's server

ELLLOOOO K4

This is a server for K4. If you want to join, you can become a patreon or pray for His Majesty the King K4 to allow you to be added to the whitelist.

Possible performance increase? Click here

The pack

@dries007
dries007 / EntworldV4.md
Last active July 10, 2016 10:32
EntworldV4

Entworld v4.2

Want the map? World download (7zip format, for v4.2.1)

This server is now OFFLINE See EntWorld v5 (aka PineFresh)

@dries007
dries007 / bmpToCeo.c
Last active January 4, 2020 06:42
BMP to COE
#include <stdio.h>
int main(int argc, char ** argv)
{
if (argc < 3) {
printf("Not enough arguments\n");
printf("Arg 1: Image file, BMP, 1 bit Monochrome!\n");
printf("Arg 2: Output\n");
return -1;
}