This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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[] = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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>; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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", |