-
Download xor, extract the content, modify the value
path[0]
to point to the executablexor.exe
. -
Download 7-Zip, extract the content, modify the value
path[1]
to point to the executable7z.exe
. -
Download quickbms, extract the content, modify the value
path[2]
to point to the executablequickbms.exe
. -
Download fmod_extractors, extract the content, modify the value
path[3]
to point to the executablefmod_extr.exe
.
This file contains hidden or 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
/* Uncomment ↓ for Stylus (don't forget to uncomment the brace at the end of the file!) */ | |
/* @-moz-document domain("github.com") { */ | |
:root { | |
--alternate-row: transparent; /* #e1e4e820 */ | |
--side-bar-order: table-row; /* table-footer-group for better sidebar ordering*/ | |
--border-radius-all: 0px; /* treat yourself */ | |
} | |
#options_bucket > div > form > div > div div div { |
This file contains hidden or 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
/** | |
* Represents an axix-aligned bounding box. | |
* | |
* @author Kristian | |
*/ | |
public class AABB { | |
public static class Vec3D { | |
/** | |
* Point with the coordinate (1, 1, 1). | |
*/ |