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
default | |
{ | |
state_entry() | |
{ | |
llSay(0, "Hello, Avatar!"); | |
} | |
touch_start(integer total_number) | |
{ | |
llSay(0, "Touched."); |
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
Perl 5 Modules | |
AnyDBM_File | |
Apache::SOAP | |
Apache::SOAP | |
Apache::XMLRPC::Lite | |
Apache::XMLRPC::Lite | |
App::Prove | |
App::Prove::State |
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
{"textures":{"texture":"dimensionaltransponders:blocks/transponder","particle":"#texture"},"elements":[{"from":[0,0,0],"to":[16,1,16], | |
"faces": | |
{"down":{"uv":[16,16,0,0],"texture":"#texture"}, | |
"up":{"uv":[0,0,16,16],"texture":"#texture"}, | |
"north":{"uv":[0,15,16,16],"texture":"#texture"}, | |
"south":{"uv":[0,15,16,16],"texture":"#texture"}, | |
"west":{"uv":[0,15,16,16],"texture":"#texture"}, | |
"east":{"uv":[0,15,16,16],"texture":"#texture"}}}, | |
{"from":[1,1,1],"to":[15,2,15], | |
"faces": |
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
[12:10:39] [Client thread/INFO]: Max texture size: 16384 | |
[12:10:41] [Client thread/INFO]: Created: 512x512 textures-atlas | |
[12:10:42] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
[12:10:42] [Client thread/ERROR]: The following texture errors were found. | |
[12:10:42] [Client thread/ERROR]: ================================================== | |
[12:10:42] [Client thread/ERROR]: DOMAIN minecraft | |
[12:10:42] [Client thread/ERROR]: -------------------------------------------------- | |
[12:10:42] [Client thread/ERROR]: domain minecraft is missing 1 texture | |
[12:10:42] [Client thread/ERROR]: domain minecraft has 3 locations: | |
[12:10:42] [Client thread/ERROR]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default |
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 com.github.theresajayne.ovlreader; | |
import java.io.*; | |
import java.nio.ByteBuffer; | |
/** | |
* Created by Theresa on 02/06/2015. | |
*/ | |
public class OvlReader { |
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 io.github.tster.oregen2; | |
import java.io.File; | |
import java.util.*; | |
import org.bukkit.Material; | |
import org.bukkit.event.EventHandler; | |
import org.bukkit.event.Listener; | |
import org.bukkit.event.block.BlockFromToEvent; | |
import org.bukkit.plugin.java.JavaPlugin; |
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 com.github.theresajayne.thepeople.game; | |
import com.github.theresajayne.thepeople.utilities.Util; | |
import static org.lwjgl.opengl.GL11.*; | |
import static org.lwjgl.opengl.GL15.*; | |
import static org.lwjgl.opengl.GL20.*; | |
/** | |
* Created by Theresa on 27/12/2014. |
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 com.github.theresajayne.thepeople.game; | |
import com.github.theresajayne.thepeople.rendering.Window; | |
import org.lwjgl.input.Keyboard; | |
/** | |
* Created by Theresa on 27/12/2014. | |
*/ | |
public class Game { |
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 com.github.theresajayne.thepeople.game; | |
import com.github.theresajayne.thepeople.rendering.Window; | |
import com.github.theresajayne.thepeople.utilities.RenderUtil; | |
import com.github.theresajayne.thepeople.utilities.Time; | |
import org.lwjgl.Sys; | |
import org.lwjgl.input.Keyboard; | |
import static org.lwjgl.Sys.getTimerResolution; | |
import static org.lwjgl.opengl.GL11.*; |
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
"C:\Program Files\Java\jdk1.7.0_40\bin\java" -Djava.library.path=D:\projects\ProBenders\build\natives\windows -Didea.launcher.port=7533 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.0.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.7.0_40\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\jfxrt.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.7.0_40\jre\lib\ext\jaccess.jar;C:\ |