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
anal | |
analannie | |
analsex | |
anus | |
areola | |
argie | |
aroused | |
arse | |
arsehole | |
assbagger |
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
# Empty | |
# MUST BE LOCATED IN /etc/restic |
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
import com.google.common.io.ByteArrayDataOutput; | |
import com.google.common.io.ByteStreams; | |
import org.bukkit.Bukkit; | |
import org.bukkit.plugin.Plugin; | |
public class MessageProvider { | |
@SuppressWarnings("UnstableApiUsage") | |
private ByteArrayDataOutput output = ByteStreams.newDataOutput(); |
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
Acucanu,e7a9f4d6-2c5f-4971-aa57-3db8cfe99575 | |
aestqetic,91135673-1403-4695-8a8b-ee684a9d89df | |
AmberRains,98b636f4-9a6b-44d5-bb61-36b9f4b101d2 | |
Amorah,038ba37e-8ac8-4570-9f85-1f67a8898ec4 | |
anxiuos,f1459f89-2c6f-4ff2-8eab-f80a38ffa3d0 | |
ARDADEGERLINAS,e5801818-e9df-4cc1-8223-37dbc413dca3 | |
Avatar_Blue,12d8a340-ea74-4d50-8587-51265eeb6010 | |
Bambooe,76e6418f-4daf-4ee4-a5a9-3c158653a17a | |
Blqckk,b4d5899f-6407-4213-8ca9-ee4cfa3d1be9 | |
Condenses,4df24faa-7ee4-4fd9-ab6d-65750f56bde5 |
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
package $package; | |
import java.util.TreeMap; | |
import java.util.NavigableMap; | |
import java.util.Random; | |
import java.util.concurrent.ThreadLocalRandom; | |
public final class RandomCollection<E> { | |
private final NavigableMap<Double, E> map = new TreeMap<>(); |