This file contains 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 com.examplemod.network; | |
import io.netty.buffer.ByteBuf; | |
import net.minecraft.world.World; | |
import cpw.mods.fml.common.network.simpleimpl.IMessage; | |
import cpw.mods.fml.common.network.simpleimpl.IMessageHandler; | |
import cpw.mods.fml.common.network.simpleimpl.MessageContext; |
This file contains 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
/* | |
Copyright © 2014 RainWarrior | |
Permission is granted to anyone to use this software for any purpose, | |
including commercial applications, and to alter it and redistribute it | |
freely, subject to the following restrictions: | |
1. The origin of this software must not be misrepresented; you must not | |
claim that you wrote the original software. |
This file contains 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
#!/bin/bash | |
killall alsa_out | |
killall alsa_in | |
#screen -A -m -d -S alsa_in_1 chrt 5 zita-a2j -L -d hw:8,1,0 -j loop_in -c 2 -r 44100 -p 1024 -n 3 | |
screen -A -m -d -S alsa_in_1 chrt 5 alsa_in -d aloop1_out -j loop_in -c 2 -r 44100 -p 512 -n 3 | |
#screen -A -m -d -S alsa_out_1 zita-j2a -L -d hw:8,1,1 -j loop_out -c 2 -r 44100 -p 1024 -n 3 | |
#screen -A -m -d -S alsa_in_2 chrt 5 zita-a2j -L -d hw:8,1,1 -j pulse_in -c 2 -r 44100 -p 1024 -n 3 |
This file contains 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 scala.Predef.; | |
import scala.collection.immutable.Range.Inclusive; | |
import scala.reflect.ScalaSignature; | |
import scala.runtime.BoxesRunTime; | |
@ScalaSignature( | |
bytes = "\u0006\u0001\r2A!\u0001\u0002\u0001\u000b\t!A+Z:u\u0015\u0005\u0019\u0011a\u0002\u001ff[B$\u0018PP\u0002\u0001\'\t\u0001a\u0001\u0005\u0002\b\u00155\t\u0001BC\u0001\n\u0003\u0015\u00198-\u00197b\u0013\tY\u0001B\u0001\u0004B]f\u0014VM\u001a\u0005\u0006\u001b\u0001!\tAD\u0001\u0007y%t\u0017\u000e\u001e \u0015\u0003=\u0001\"\u0001\u0005\u0001\u000e\u0003\tAQA\u0005\u0001\u0005\u0002M\tA!\\1j]R\u0011Ac\u0006\t\u0003\u000fUI!A\u0006\u0005\u0003\tUs\u0017\u000e\u001e\u0005\u00061E\u0001\r!G\u0001\u0005CJ<7\u000fE\u0002\b5qI!a\u0007\u0005\u0003\u000b\u0005\u0013(/Y=\u0011\u0005u\u0001cBA\u0004\u001f\u0013\ty\u0002\"\u0001\u0004Qe\u0016$WMZ\u0005\u0003C\t\u0012aa\u0015;sS:<\'BA\u0010\t\u0001" | |
) | |
public class Test { |
This file contains 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
--- ../Tessellator.orig 2014-04-23 03:53:04.774228361 +0400 | |
+++ ../Tessellator.new 2014-04-23 03:51:58.706227799 +0400 | |
@@ -10,8 +10,10 @@ | |
import java.util.Arrays; | |
import java.util.PriorityQueue; | |
import net.minecraft.client.shader.TesselatorVertexState; | |
+import net.minecraft.client.Minecraft; | |
import net.minecraft.client.util.QuadComparator; | |
import org.lwjgl.opengl.GL11; | |
+import org.lwjgl.opengl.GL20; |
This file contains 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
[05:22:56] [main/INFO] [FML/]: Forge Mod Loader version 7.2.156.1057 for Minecraft 1.7.2 loading | |
[05:22:56] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_11, running on Linux:amd64:3.13.4, installed at /usr/lib/jvm/j2sdk1.7-oracle/jre | |
[05:22:56] [main/DEBUG] [FML/]: Java classpath at launch is /home/rainwarrior/minecraft/forge-1057/bin:/home/rainwarrior/minecraft/forge-1057/src:/home/rainwarrior/minecraft/forge-1057/run:/home/rainwarrior/minecraft/forge-1057/jars/minecraft-1.7.2.jar:/home/rainwarrior/minecraft/forge-1057/jars/libraries/lzma-0.0.1.jar:/home/rainwarrior/minecraft/forge-1057/jars/libraries/codecwav-20101023.jar:/home/rainwarrior/minecraft/forge-1057/jars/libraries/libraryjavasound-20101123.jar:/home/rainwarrior/minecraft/forge-1057/jars/libraries/launchwrapper-1.9.jar:/home/rainwarrior/minecraft/forge-1057/jars/libraries/icu4j-core-mojang-51.2.jar:/home/rainwarrior/minecraft/forge-1057/jars/libraries/soundsystem-20120107.jar:/home/rainwarrior/minecraft/forge-1057/j |
This file contains 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 org.lwjgl.{ BufferUtils, opengl } | |
import opengl.{ Display, DisplayMode, GL11 } | |
import GL11._ | |
import java.nio.FloatBuffer | |
/*class BasicApplet { | |
val serialVersionUID = 1L; | |
def init() { | |
//setSize(16*17*3, 16*17*3); |
This file contains 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
o Block | |
v 0.5 0.5 0.5 | |
v 0.5 0.5 -0.5 | |
v 0.5 -0.5 0.5 | |
v 0.5 -0.5 -0.5 | |
v -0.5 0.5 0.5 | |
v -0.5 0.5 -0.5 | |
v -0.5 -0.5 0.5 | |
v -0.5 -0.5 -0.5 | |
vt 0.0 0.0 |
This file contains 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
.bytecode 50.0 | |
.class synchronized net/minecraft/client/renderer/ThreadDownloadImageData$1 | |
.super java/lang/Thread | |
.field final synthetic 'theThreadDownloadImageData' Lnet/minecraft/client/renderer/ThreadDownloadImageData; | |
.method public run()V | |
.catch java/lang/Exception from L0 to L1 using L2 | |
.catch java/lang/Exception from L3 to L4 using L2 | |
.catch all from L0 to L1 using L5 |
This file contains 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
// GPL3+ | |
package asmstuff | |
import collection.JavaConversions._ | |
import org.objectweb.asm._ | |
import tree._ | |
import java.nio.file._ | |
import attribute.BasicFileAttributes | |
import java.net.URI |