This file contains 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
WebFusion Client Coupling Protocol 1.0 | |
Modified from MessHall 1.1 protocol. | |
Part 1: Common format of the package | |
As described in C struct: | |
typedef struct __MHBinaryPackage | |
{ | |
uint32_t magic; // = 0xEA5EEA5E ("Ease, ease") |
This file contains 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
1 | |
00:00:01,852 --> 00:00:04,878 | |
* Are you ready? Ooh. * | |
2 | |
00:00:05,297 --> 00:00:08,245 | |
* I know you see me standing here. * | |
3 | |
00:00:09,639 --> 00:00:12,409 |
This file contains 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
1 | |
00:00:01,213 --> 00:00:02,213 | |
* 准备好了没? * | |
2 | |
00:00:02,918 --> 00:00:08,435 | |
* 唔,你看见我站在屋檐下, * | |
3 | |
00:00:08,514 --> 00:00:12,545 |
This file contains 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
/**************************************************************************\ | |
| Toledo Nanochess (c) Copyright 2009 Oscar Toledo G. All rights reserved | | |
| 1257 non-blank characters. Evolution from my winning IOCCC 2005 entry. | | |
| o Use D2D4 algebraic style for movements. [email protected] Nov/20/2009 | | |
| o On promotion add a number for final piece (3=N, 4=B, 5=R, 6=Q) | | |
| o Press Enter alone for computer to play. | | |
| o Full legal chess moves. http://www.nanochess.org | | |
| o Remove these comments to get 1326 bytes source code (*NIX end-of-line) | | |
\**************************************************************************/ |
This file contains 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
#!/bin/bash | |
# | |
# IOCCC entry deobfuscator | |
# Copyright (c) 2013 Maxthon Chan <[email protected]> | |
# | |
# This tool tries to deobfuscate code of C programming language using tools from | |
# LLVM project, namely clang and clang-format. | |
# |
This file contains 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
/** | |
@file toledo-deobfuscated.c | |
@brief Toledo Chess 1, deobfuscated | |
@author Original: Óscar Toledo G. <[email protected]> | |
@author Deobfuscation: Maxthon T. Chan <[email protected]> | |
This is partly deobfuscated Toledo Chess, winning entry of 18th IOCCC. | |
*/ | |
#include <setjmp.h> |
This file contains 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
1 | |
00:00:04,871 --> 00:00:06,672 | |
准备好了没 老爸 | |
Almost ready, dad? | |
2 | |
00:00:06,674 --> 00:00:07,973 | |
我们得赶紧开始训练了 | |
We got to get a little practice in. |
This file contains 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
/* | |
* quesgen.c - Math question generator for elementary school pupils | |
* Copyright (c) 2014 Maxthon Chan <[email protected]> | |
* | |
* Compiling this program: Use your preferred C99 compiler. clang/LLVM is | |
* preferred, GCC is acceptable, MSVC is not guaranteed to work. | |
* clang quesgen.c -std=c99 -o quesgen | |
* No special library other than standard C library is required. | |
* | |
* Using this program: |
This file contains 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
1 | |
00:00:04,520 --> 00:00:06,980 | |
Hi, I am Dove Cameron, and this is who I am. | |
2 | |
00:00:07,400 --> 00:00:09,900 | |
Creativity has always been a huge part of my life. | |
3 | |
00:00:09,900 --> 00:00:11,980 |
This file contains 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
1 | |
00:00:04,820 --> 00:00:07,920 | |
Hey guys, I'm Ross Lynch, and this is who I am. | |
2 | |
00:00:10,060 --> 00:00:13,440 | |
Anything I know today, is either from my parents, or from my sister and my brothers. | |
3 | |
00:00:13,440 --> 00:00:16,920 |
OlderNewer