I hereby claim:
- I am proxa on github.
- I am arcsin (https://keybase.io/arcsin) on keybase.
- I have a public key ASAjlOJJJfxrQTQciblXkw-c7qNUJtOvaAjn0eb_pgcxQgo
To claim this, I am signing this object:
/** | |
* This method prepares a statement regardless of the type of data. I thought this | |
* was rather clever. If the object is of type String, the function will set all of | |
* the data passed in, into the appropriate slots of the PreparedStatement object. | |
* The same will happen if the passed data happens to be of type Integer. | |
* @param ps The PreparedStatement to populate with data | |
* @param objects An array of String or Integer objects to put into the PreparedStatement. | |
*/ | |
public void prepareStatement(final PreparedStatement ps, final Object... objects) { | |
checkConnection(); |
I hereby claim:
To claim this, I am signing this object:
; Chapter 6 Exercise 9 | |
; Blake Bartenbach | |
; Pin number validation program | |
include C:\Irvine\Irvine32.inc | |
WriteString PROTO | |
CrLf PROTO | |
WaitMsg PROTO | |
byteP typedef ptr byte |
package net.alureon.foundbiome; | |
import org.bukkit.block.Biome; | |
public class BiomeTranslation { | |
public static Biome translateBiome(String name) { | |
switch (name) { |
package net.alureon.foundbiome; | |
import org.bukkit.block.Biome; | |
public class BiomeTranslation { | |
public static Biome translateBiome(String name) { | |
switch (name) { |
package net.alureon.foundbiome; | |
import org.bukkit.block.Biome; | |
public class BiomeTranslation { | |
public static Biome translateBiome(String name) { | |
switch (name) { |
package net.alureon.foundbiome.handler; | |
import net.alureon.foundbiome.FoundBiome; | |
import org.bukkit.block.Biome; | |
import org.bukkit.entity.Player; | |
import org.json.simple.JSONArray; | |
import org.json.simple.JSONObject; | |
import org.json.simple.parser.JSONParser; | |
import org.json.simple.parser.ParseException; |
"achievement.exploreAllBiomes":{ | |
"value":0, | |
"progress":[ | |
"Sunflower Plains", | |
"Cold Taiga", | |
"Desert M", | |
"Roofed Forest", | |
"Birch Forest", | |
"MushroomIslandShore", | |
"Taiga M", |
package net.alureon.test; | |
import org.jsoup.Connection; | |
import org.jsoup.Jsoup; | |
import org.jsoup.nodes.Attribute; | |
import org.jsoup.nodes.Attributes; | |
import org.jsoup.nodes.Document; | |
import org.jsoup.nodes.Element; | |
import org.jsoup.select.Elements; |
execve("/usr/bin/idea.sh", ["idea.sh"], [/* 53 vars */]) = 0 | |
brk(NULL) = 0x1e5d000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=179098, ...}) = 0 | |
mmap(NULL, 179098, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff4b0904000 | |
close(3) = 0 | |
open("/usr/lib/libreadline.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000c\1\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0555, st_size=344904, ...}) = 0 |