I hereby claim:
- I am peterix on github.
- I am peterix (https://keybase.io/peterix) on keybase.
- I have a public key whose fingerprint is A5CE B1DE 0468 2EB2 6072 930A 6111 18D2 4E3C D3EF
To claim this, I am signing this object:
| template <char Tseparator> | |
| class SeparatorPrefixTree | |
| { | |
| public: | |
| SeparatorPrefixTree(bool contained = false) | |
| { | |
| m_contained = contained; | |
| } | |
| /// insert an exact path into the tree | |
| SeparatorPrefixTree & insert(QString path) |
| { | |
| "+libraries": [ | |
| { | |
| "name": "cuchaz:m3l:1.8.3-0.2b", | |
| "url": "http://maven.cuchazinteractive.com/", | |
| "insert": "prepend" | |
| }, | |
| { | |
| "name": "net.minecraft:launchwrapper:1.8", | |
| "insert": "prepend" |
| { | |
| "+libraries": [ | |
| { | |
| "insert": "replace", | |
| "name": "org.apache.commons:commons-lang3:3.3.2" | |
| }, | |
| { | |
| "insert": "replace", | |
| "name": "com.google.guava:guava:17.0" | |
| }, |
| { | |
| "+libraries": [ | |
| { | |
| "insert": "prepend", | |
| "name": "org.ow2.asm:asm-all:5.0.3" | |
| }, | |
| { | |
| "insert": "prepend", | |
| "name": "net.minecraft:launchwrapper:1.12" | |
| }, |
| { | |
| "version":1, | |
| "name":"BMCLAPI", | |
| "mirrors": | |
| [ | |
| { | |
| "name":"assetsURL", | |
| "officialPrefix":"http://resources.download.minecraft.net/", | |
| "mirrorPrefix":"http://bmclapi2.bangbang93.com/objects/" | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| var MCLauncher; | |
| // if there's not a MCLauncher object, make a new one... an interface between js and native code | |
| if (!MCLauncher) | |
| MCLauncher = {}; | |
| // reassign all the interface functions anyway, no matter what | |
| ( | |
| function() | |
| { | |
| MCLauncher.writePreferences = function(config) | |
| { |
| #pragma once | |
| #include <cstddef> | |
| #include <memory> | |
| class Usable; | |
| /** | |
| * Base class for things that can be used by multiple other things and we want to track the use count. | |
| * |
| { | |
| "meta": { | |
| "formatVersion": 1, | |
| "name": "Minecraft", | |
| "releaseTime": "2014-05-14T17:29:23+00:00", | |
| "requires": { | |
| "org.lwjgl": "2.*" | |
| }, | |
| "type": "release", | |
| "uid": "net.minecraft", |
| { | |
| "+tweakers": [ | |
| "com.mumfrey.liteloader.launch.LiteLoaderTweaker" | |
| ], | |
| "libraries": [ | |
| { | |
| "name": "net.minecraft:launchwrapper:1.11" | |
| }, | |
| { | |
| "name": "org.ow2.asm:asm-all:5.0.3", |