Skip to content

Instantly share code, notes, and snippets.

View Dereku's full-sized avatar
💭
🤔

Dereku

💭
🤔
View GitHub Profile
@Dereku
Dereku / genesis_public_key
Created March 11, 2018 17:11
genesis_public_key
0465d1f01c3d69950e3646f8e1a2343fdc7915a71d6f752eb5c0af48004bc88fe89ce1e40b821d649003097a10cda111f8a72aa0cdc6e9714ca35933f456a03990;DontLookAtMe
@Dereku
Dereku / Unpack XZ to file.java
Last active June 1, 2017 03:20
Распаковка pack.xz в файл. Наркоманы какие то.
//Dependencies: org.tukaani.xz
/**
* Распаковка файла в файл
*
* @param input файл для распаковки
* @param output во что распаковывать
* @throws IOException
*/
public static void unpackXZ(File input, File output) throws IOException {
@Dereku
Dereku / Locale.java
Last active April 28, 2023 00:48
Simple locale implementation for bukkit plugins
/*
* The MIT License
*
* Copyright 2016 Dereku.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is