Skip to content

Instantly share code, notes, and snippets.

View bluebear94's full-sized avatar
🦊
fluffy fox

+merlan #flirora bluebear94

🦊
fluffy fox
View GitHub Profile
@bluebear94
bluebear94 / gist:c67078af3142167f24b4567ee0c0205c
Created March 24, 2017 04:20
100 longest entries in Wizard101's blacklist.
i gave it to you have last time why can not it be gently this time
under age boy looking old woman to my mother
lonely old man seeks willing young child
playing with the little man in the boat
you're not a cop or anything are you
robe has something coming out of it
against telling you're grandparents
your not a cop or anything are you
yore not a cop or anything are you
shouldn't tell you're grandparents
@bluebear94
bluebear94 / gist:1fb973268a299ee825ecf414a681448e
Created March 24, 2017 04:23
100 longest (by word count) entries in Wizard101's blacklist
i gave it to you have last time why can not it be gently this time
under age boy looking old woman to my mother
i eat all of my mo ms p ill
your not a cop or anything are you
you're not a cop or anything are you
yore not a cop or anything are you
yo not a cop or anything are you
playing with the little man in the boat
jake a a a a a a ash
jake a a a a a a as
@bluebear94
bluebear94 / human.emp
Last active June 22, 2017 02:20
ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
# components section -- defines the components of the model
@Components
=Component The human's torso.
Name: "torso"
Parent: "ground"
# The "ground" component is centred at the ground and has its axes at
# straight-east, straight-north and straight-up.
# To have our component face a different direction, we need to specify
# an offset angle.
# Since we're fine with the same axes anyway, we can just specify...
[20:42:11] [Client thread/INFO] [cubicchunks]: Initializing world net.minecraft.client.multiplayer.WorldClient@3edbd6e8 with type cubicchunks.world.type.CustomCubicWorldType@254b2da
[20:42:15] [Netty Epoll Client IO #0/ERROR] [FML]: FMLIndexedMessageCodec exception caught
io.netty.handler.codec.DecoderException: java.lang.NullPointerException: Undefined message for discriminator 6 in channel cubicchunks
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:4.0.23.Final]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel
[19:29:34] [Netty Epoll Client IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(18) + length(1) exceeds writerIndex(18): UnpooledHeapByteBuf(ridx: 18, widx: 18, cap: 18)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280) ~[ByteToMessageDecoder.class:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[ByteToMessageDecoder.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [ByteToMessageDecoder.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerCont
[20:56:43] [Netty Epoll Client IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(18) + length(1) exceeds writerIndex(18): UnpooledHeapByteBuf(ridx: 18, widx: 18, cap: 18)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280) ~[ByteToMessageDecoder.class:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[ByteToMessageDecoder.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [ByteToMessageDecoder.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerCont
@bluebear94
bluebear94 / xelto.c
Created September 25, 2017 12:31
Nias's (?) xelto program, converted to UTF-8, with compilation errors and warnings fixed.
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<stdbool.h>
#include<time.h> //棋譜の記録に使う
const int HACMNUM = 29;
const int SASTUNIT = 100; //千日手用ハッシュ配列の長さ単位
const char* NAMES[] =
@bluebear94
bluebear94 / changestyle.js
Created September 28, 2017 14:32
Paste into Discord console to dynamically change CSS
var rules = document.styleSheets[0].rules;
var subs = {
'Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif':
'"VL PGothic", sans-serif'
};
for (var i = 0; i < rules.length; ++i) {
var r = rules[i];
var cssText = r.cssText;
@bluebear94
bluebear94 / amisoark.pl6
Created October 21, 2017 23:22
Create CSVs showing frequency of initial and final consonant clusters in Arka words containing at least one vowel
#!/usr/bin/env perl6
use Archive::Libarchive::Constants;
use Archive::Libarchive::Raw;
use LibCurl::Easy;
use NativeCall;
my %startclus;
my %endclus;
my @alpha = <t k x s n v f m d g p b h y c r z j w l>;
@bluebear94
bluebear94 / nim.cpp
Last active December 11, 2017 01:39
#include <ctype.h>
#include <stddef.h>
#include <fstream>
#include <iostream>
#include <string>
const char* nimRattoren[] = {
"black", "red", "green", "brown",
"blue", "purple", "cyan", "silver",
"gray", "pink", "lime", "yellow",