Skip to content

Instantly share code, notes, and snippets.

View Ichbinjoe's full-sized avatar

Joe Hirschfeld Ichbinjoe

View GitHub Profile

Keybase proof

I hereby claim:

  • I am Ichbinjoe on github.
  • I am ibj (https://keybase.io/ibj) on keybase.
  • I have a public key whose fingerprint is 2483 953E 6B7E AE27 2D2C CFD1 D69D 6521 96C6 C9DD

To claim this, I am signing this object:

@Ichbinjoe
Ichbinjoe / crash.txt
Last active February 22, 2016 21:35
SooprBooprCrash
[16:30:52] [Server thread/INFO]: Ichbinjoe issued server command: /sooprboopr
[16:30:52] [Server thread/WARN]: Excessive velocity set detected: tried to set velocity of entity #68 to (1.0E8,1.0,1.0E8).
[16:30:52] [Server thread/WARN]: java.lang.Throwable
[16:30:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.setVelocity(CraftEntity.java:213)
[16:30:52] [Server thread/WARN]: at io.ibj.sooprboopr.SooprBoopr.onCommand(SooprBoopr.java:19)
[16:30:52] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[16:30:52] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:143)
[16:30:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666)
[16:30:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1189)
[16:30:52] [Server thread/WARN]: at net.minecraft.server
aksldnvaojvnoepwiengpoiubfposdifnzpowienfzpoignpwobinqpoibnqpwoeifnsdalkjvnlzidubespwofiun
This is a group chat made for anyone involved within the Minecraft server content creation / management community.
By participating in the group, you acknowledge and you will follow these rules at all times.
It's YOUR responsibility to keep well-informed on the contents of this page.
If a rule isn't mentioned, use common sense.
What isn't allowed in this group chat:
- Anything that "pings" the chat, this includes sending contacts, sending images,
changing the topic, and changing the picture of the group.
- Keep flaming to a minimum, if you're asked to take it to PM; you do so.
- No money making URLs.
@Ichbinjoe
Ichbinjoe / pfsense
Last active September 27, 2016 03:32
Grok pattern for pfSense
PFSENSE_PASS_OR_BLOCK (pass)|(block)
PFSENSE_DIRECTION (in)|(out)
PFSENSE_IPVERSION (4)|(6)
PFSENSE_TCP_FLAGS S?A?\.?F?R?P?U?E?W?
PFSENSE_ICMP_TYPE_ECHO (?:request)|(?:reply)
PFSENSE_ICMP_TYPE_UNREACHPROTO unreachproto
PFSENSE_ICMP_TYPE_UNREACHPORT unreachport
PFSENSE_ICMP_TYPE_OTHERUNREACH (?:unreach)|(?:timeexceed)|(?:paramprob)|(?:redirect)|(?:maskreply)
@import 'constants.scss';
.monospace-parent {
background-color: $code-background-color
}
{
"template": "pfsense-*",
"mappings": {
"pfsense": {
"properties": {
"rule": "int",
"subrule": "int",
"anchor": "string",
"tracker": "int",
"real-interface": "string",
#include <iostream>
#include <string>
using namespace std;
char Baseify(int i)
{
if (i < 10)
return '0' + i;
else
package io.ibj;
import net.minecraft.server.RegionFile;
import java.util.concurrent.Callable;
/**
* Created by joe on 7/10/17.
*/
public class MaybeARegionFile {
for cacheSize in range(1, 8):
s = "12342156212376321236"
cache = []
fault = 0
for i in range(len(s)):
r = s[i]
found = False
for k in range(len(cache)):