Skip to content

Instantly share code, notes, and snippets.

View keplersj's full-sized avatar
🐦
the birds work for the bourgeoisie

Kepler Sticka-Jones keplersj

🐦
the birds work for the bourgeoisie
View GitHub Profile
@keplersj
keplersj / Octomonster.geojson
Last active December 23, 2015 17:09
The Octomonster off the coast of Honoulu, as seen here: https://github.com/blog/1638-geojson-previewing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Starting Build
Settings evaluated using empty settings script.
Projects loaded. Root project using build file '/Users/kbsj/cloaked-batman/build.gradle'.
Included projects: [root project 'cloaked-batman']
Evaluating root project 'cloaked-batman' using build file '/Users/kbsj/cloaked-batman/build.gradle'.
:: loading settings :: url = jar:file:/usr/local/Cellar/gradle/1.6/libexec/lib/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
Starting Build
Settings evaluated using empty settings script.
Projects loaded. Root project using build file '/Users/kbsj/cloaked-batman/build.gradle'.
Included projects: [root project 'cloaked-batman']
Evaluating root project 'cloaked-batman' using build file '/Users/kbsj/cloaked-batman/build.gradle'.
:: loading settings :: url = jar:file:/usr/local/Cellar/gradle/1.6/libexec/lib/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
@keplersj
keplersj / dev.json
Last active January 1, 2016 19:49
For anyone who doesn't want to search for the LWJGL values that are causing ForgeGradle builds to fail... Here is mine.
{
"id": "@minecraft_version@-@project@@version@",
"time": "@timestamp@",
"releaseTime": "1960-01-01T00:00:00-0700",
"type": "release",
"minecraftArguments": "--version FML_DEV --tweakClass cpw.mods.fml.common.launcher.FMLTweaker",
"libraries": [
{
"name": "net.minecraft:launchwrapper:1.9",
"comment" : "Important for FML, we add this"
@keplersj
keplersj / Groovy.xclangspec
Last active March 16, 2020 08:54
Groovy syntax handling for Xcode
// groovy lang specs
(
/****************************************************************************/
// MARK: Groovydoc
/****************************************************************************/
{
Identifier = "xcode.lang.groovy.comment.groovydoc.keyword";
Syntax = {
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 2/17/14 4:38 PM
Description: Rendering Block Entity
java.lang.NullPointerException: Rendering Block Entity
at k2b6s9j.boatcraft.api.registry.ModifierRegistry$.getModifier(ModifierRegistry.scala:49)
at k2b6s9j.boatcraft.api.Boat$RenderCustomBoat.renderItem(Boat.scala:400)
at k2b6s9j.boatcraft.api.Boat$RenderCustomBoat.renderItem(Boat.scala:330)
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 4/30/14 4:50 PM
Description: Initializing game
java.lang.NoClassDefFoundError: thaumcraft/api/aspects/AspectList
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
at java.lang.Class.getDeclaredMethods(Class.java:1855)
require 'base64'
require 'json'
require 'net/http'
manifest = JSON.parse(IO.read('build/libs/manifest.json'))
req = Net::HTTP::Post.new('/builds.json', 'Content-Type' => 'application/json')
req['X-User-Email'] = ENV['HBD_EMAIL_PROD']
req['X-User-Token'] = ENV['HBD_TOKEN_PROD']
req.body = manifest.to_json
@keplersj
keplersj / Rubycraft.java
Created May 25, 2014 19:06
The Current JRuby Compiled Rubycraft class.
package k2b6s9j.rubycraft;
import org.jruby.Ruby;
import org.jruby.RubyObject;
import org.jruby.runtime.Helpers;
import org.jruby.runtime.builtin.IRubyObject;
import org.jruby.javasupport.JavaUtil;
import org.jruby.RubyClass;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
@keplersj
keplersj / gist:f47d9f6dbba5072fd2d9
Created July 3, 2014 00:56
The first running McBrew sandbox!
*[master][~MCBREW_DIRECTORY]$ irb rvm:ruby-2.1.2
2.1.2 :001 > require_relative 'sandboxes/vanilla/vanilla'
=> true
2.1.2 :002 > vanilla = Vanilla.new
=> #<Vanilla:0x007fe7c90dd870>
2.1.2 :003 > vanilla.run
[18:45:40] [Server thread/INFO]: Starting minecraft server version 1.7.10
[18:45:40] [Server thread/INFO]: Loading properties
[18:45:40] [Server thread/WARN]: server.properties does not exist
[18:45:40] [Server thread/INFO]: Generating new properties file