First, ensure the following tools are available on the local system and reasonably up to date:
- Git
- Git-flow
- RVM
- Bash
- SSH
//for http://codegolf.stackexchange.com/questions/64476/trump-needs-your-help-to-stop-the-starman#comment155887_64476 | |
{\.@\.5**+mq.m[=}J; | |
j4J\4_J@+1>:F; | |
45*J\45*_J@+1>:L;; | |
FL+"Travis"N?F0>L0=+"Ness"N?L0>F0=+"Lucas"N?F0=L0=+"Pippi"N? | |
1. 1 4. | |
4 1. 4 1 1. 1 1 4. 1 4 1. 1 4 1 1. 1 4 1 1 5. 1 4 5. 1 9. 1 3. 1 3 3. 1 1 | |
1 1. 1 1. 1 1 -4. 1 1 1. 1 2. 1 |
ise.eJ;2/m[(\($L;dJ{#\#+2/c}L;?o]; |
[i'(-')-", "/]{[[n'-/]{n#}d[$,.$.0=0={.@=0={;.@=0=}w;}{;;}?r]]{n{noTo}d}d}d |
{[$,;]*}K;{:B\:A<{AKBKAB-K*/}0?}J; |
/*jshint esnext: true */ | |
//Note labyrinth X Y are swapped! | |
//Syntax highlighting? | |
//Wall = black | |
//Bigint library? | |
//Use: https://developers.google.com/web/updates/2014/05/Web-Animations-element.animate-is-now-in-Chrome-36 | |
//Save option | |
//a => ASCII code (Explanation of the commands) | |
//Fix spider threads | |
var pointer; //pointer |
package xyz.jadonfowler.markdown; | |
import org.bukkit.Bukkit; | |
import org.bukkit.ChatColor; | |
import org.bukkit.event.EventHandler; | |
import org.bukkit.event.Listener; | |
import org.bukkit.event.player.AsyncPlayerChatEvent; | |
import org.bukkit.plugin.java.JavaPlugin; | |
public class Markdown extends JavaPlugin implements Listener { |
clock = 1 | |
rendx=400/2 | |
rendy=240/2 | |
BKC=RGB(16,16,16) | |
VAR NODE... | |
X=0 | |
Y=0 | |
Z=0 | |
CAMX=0 | |
CAMY=0 |
package xyz.jadonfowler.redhelp; | |
import net.minecraft.block.state.IBlockState; | |
import net.minecraft.client.Minecraft; | |
import net.minecraft.client.renderer.Tessellator; | |
import net.minecraft.client.renderer.vertex.DefaultVertexFormats; | |
import net.minecraft.entity.player.EntityPlayer; | |
import net.minecraft.util.BlockPos; | |
import net.minecraft.util.EnumFacing; | |
import net.minecraft.world.World; |
#!/usr/bin/env python | |
# NOTE: pass -d to this to print debugging info when the server crashes. | |
from flask import Flask, render_template, request, abort, Response, redirect | |
import sys, urllib.request, re | |
app = Flask(__name__.split('.')[0]) | |
@app.route('/<path:url>') | |
def proxy(url): | |
print("Connecting to " + url + "...") |