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
FROM python:2.7 | |
RUN useradd -m inumuta | |
RUN mkdir -p /home/inumuta/.willie/ | |
VOLUME /home/inumuta/.willie/ | |
CMD willie | |
# Hacks to keep caching | |
ADD dev-requirements.txt / |
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
for (MavenDependency[] dependencies : launcher.getNeededDeps().values()) { | |
for (MavenDependency dep : dependencies) { | |
DepDownloader.downloadDepdency(dep.getDownloadURL(), FMLInjectionData.data()[6] + "/mods/" + dep.getDownloadURL().getFile().substring(dep.getDownloadURL().getFile().lastIndexOf("/"))); | |
} | |
} |
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
root@RX-FILE-V1:~/duperemove# make | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c duperemove.c -o duperemove.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
duperemove.c: In function ‘populate_hash_tree’: | |
duperemove.c:543:3: warning: implicit declaration of function ‘g_get_num_processors’ [-Wimplicit-function-declaration] | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c hash-tree.c -o hash-tree.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c results-tree.c -o results-tree.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c rbtree.c -o rbtree.o -L/l |
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
root@RX-FILE-V1:~/duperemove# make CFLAGS="-I /usr/src/linux-headers-3.18.9-rx14/include/" | |
gcc -I /usr/src/linux-headers-3.18.9-rx14/include/ -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c duperemove.c -o duperemove.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
In file included from /usr/include/linux/fiemap.h:14:0, | |
from duperemove.c:35: | |
/usr/src/linux-headers-3.18.9-rx14/include/linux/types.h:14:26: error: conflicting types for ‘fd_set’ | |
In file included from /usr/include/i386-linux-gnu/sys/types.h:220:0, | |
from duperemove.c:18: | |
/usr/include/i386-linux-gnu/sys/select.h:78:5: note: previous declaration of ‘fd_set’ was here | |
In file included from /usr/include/linux/fiemap.h:14:0, | |
from duperemove.c:35: |
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
FROM java:8-jdk | |
MAINTAINER RX14 | |
ADD . /mewtwo-src/ | |
WORKDIR /mewtwo-src/ | |
RUN ./gradlew fatJar | |
ONBUILD ADD . /mewtwo-modules/ | |
ONBUILD WORKDIR /mewtwo-modules/ |
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
/* | |
* Forge Mod Loader | |
* Copyright (c) 2012-2013 cpw. | |
* All rights reserved. This program and the accompanying materials | |
* are made available under the terms of the GNU Lesser Public License v2.1 | |
* which accompanies this distribution, and is available at | |
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html | |
* | |
* Contributors: | |
* cpw - implementation |
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
mods/ | |
mod1/ | |
build.gradle | |
settings.gradle | |
src/ | |
main/ | |
java/ | |
resources/ | |
mod2/ | |
build.gradle |
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
MultiMC version: 0.4.5 | |
Minecraft folder is: | |
/home/rx14/.multimc5/instances/1.7.10-NOVA/minecraft | |
Java path is: | |
java | |
Java Arguments: | |
[-Xms512m, -Xmx3072m, -XX:PermSize=128m, -Duser.language=en, -jar, /usr/lib/multimc5/jars/NewLaunch.jar] |
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
### Keybase proof | |
I hereby claim: | |
* I am RX14 on github. | |
* I am rx14 (https://keybase.io/rx14) on keybase. | |
* I have a public key whose fingerprint is 2DE2 7C5E 10DA 3DDC D61D B3E6 46D3 6B51 665D EBD0 | |
To claim this, I am signing this object: |
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
java.io.IOException: No such file or directory | |
at java.io.UnixFileSystem.createFileExclusively(Native Method) | |
at java.io.File.createNewFile(File.java:1012) | |
at net.minecraftforge.gradle.FileLogListenner.<init>(FileLogListenner.java:33) | |
at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:86) | |
at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:49) | |
at org.gradle.api.internal.plugins.DefaultPluginContainer.providePlugin(DefaultPluginContainer.java:188) | |
at org.gradle.api.internal.plugins.DefaultPluginContainer.addPluginInternal(DefaultPluginContainer.java:137) | |
at org.gradle.api.internal.plugins.DefaultPluginContainer.apply(DefaultPluginContainer.java:103) | |
at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.applyPlugin(DefaultObjectConfigurationAction.java:115) |