I hereby claim:
- I am hedgehog1029 on github.
- I am obw (https://keybase.io/obw) on keybase.
- I have a public key ASAGp0_cHugHbpTv93StTTtsz9Z3PLbfcoIezgUNg4Y6DQo
To claim this, I am signing this object:
| <html> | |
| <head> | |
| <script type="text/javascript" src ="https://cdn.firebase.com/js/client/1.0.15/firebase.js"></script> | |
| <script type="text/javascript"> | |
| var planner = new Firebase("https://sociame.firebaseio.com/users/JohnSmith/planner"); | |
| planner.on('value', function(snapshot) { | |
| document.getElementById("title").innerHTML(snapshot.value().name); | |
| } | |
| </script> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| <script type='text/javascript' src='https://cdn.firebase.com/js/client/1.0.17/firebase.js'></script> | |
| </head> | |
| <body> | |
| <img src="" id="profileimg"></img> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
| # hedgehog1029's theme | |
| # Color shortcuts | |
| R=$fg_no_bold[red] | |
| B=$fg_no_bold[blue] | |
| M=$fg_no_bold[magenta] | |
| RESET=$reset_color | |
| local return_side="%(?..%{$R%}%? ↵ %{$RESET%})" |
I hereby claim:
To claim this, I am signing this object:
juggle - a tiny language designed for text documents
Juggle's syntax is designed to be minimally invasive, simply by taking up only 1 line and a small amount of space. Juggle works by looking for two-character actions at the start of a line. These actions are:
#@ - denotes a global command
#? - denotes a boolean
## - denotes a comment (will be removed from final output)
#! - denotes a bang, a command which modifies the next line
| package offbeatwitch.example; // replace with your own package path, obviously | |
| import net.minecraft.entity.player.EntityPlayer; | |
| import net.minecraft.entity.player.EntityPlayerMP; | |
| import net.minecraft.inventory.Container; | |
| import net.minecraft.inventory.Slot; | |
| import net.minecraft.item.ItemStack; | |
| import net.minecraft.network.play.server.SPacketOpenWindow; | |
| import net.minecraft.util.text.TextComponentString; | |
| import net.minecraftforge.items.IItemHandler; |
| #!/usr/bin/env python3 | |
| from subprocess import Popen, PIPE | |
| import time | |
| import os.path | |
| import socket | |
| import sys | |
| import tempfile | |
| import json |