Skip to content

Instantly share code, notes, and snippets.

View thekeenant's full-sized avatar

Keenan thekeenant

View GitHub Profile
@thekeenant
thekeenant / Profile.java
Last active August 29, 2015 14:15
Search Minecraft profiles by name or UUID. Requires Gson.
import com.google.gson.Gson;
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
@thekeenant
thekeenant / LogitechGamepad.java
Created August 28, 2015 15:54
For use with FRC robots.
/*
* See class javadoc for usage instructions.
*/
package org.usfirst.frc.team2508.robot.lib;
import edu.wpi.first.wpilibj.GenericHID;
import edu.wpi.first.wpilibj.Joystick;
/**