I hereby claim:
- I am simontime on github.
- I am simontime (https://keybase.io/simontime) on keybase.
- I have a public key ASDhnJf97ZJw9x_Zr52-Isc1p4So7jIauURJ3GO8EGUfZQo
To claim this, I am signing this object:
| #include <stdint.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| uint16_t left9[0x400]; | |
| uint16_t right9[0x400]; | |
| uint16_t left12[0x10000]; | |
| uint16_t right12[0x10000]; | |
| uint32_t stack[0x100]; |
| #include <stdio.h> | |
| #include <stdint.h> | |
| #include <stdlib.h> | |
| #ifdef _MSC_VER | |
| #define __builtin_bswap32(x) _byteswap_ulong(x) | |
| #endif | |
| typedef struct | |
| { |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| static const char Key[] = "STarYZgr3DL11"; | |
| static const int KeyLen = 13; | |
| int main(int argc, char **argv) | |
| { | |
| FILE *in, *out; | |
| char *data; |
| #include <stdio.h> | |
| #include <stdint.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| typedef struct Header { | |
| uint32_t Magic; | |
| uint32_t NumFiles; | |
| } Header; |
| #include <stdio.h> | |
| #include <string.h> | |
| void main() { | |
| for (char i = 1, output[9]; i <= 100; i++, memset(output, 0, 9)) { | |
| if (!(i % 3)) strcpy(output, "Fizz"); | |
| if (!(i % 5)) strcpy(!output[0] ? output : output + 4, "Buzz"); | |
| printf("%d: %s\n", i, output[0] ? output : "N/A"); | |
| } | |
| } |
| using DSharpPlus; | |
| using System.Threading.Tasks; | |
| using System.Text.RegularExpressions; | |
| using System; | |
| using System.IO; | |
| class Program { | |
| static DiscordClient Client = new DiscordClient( | |
| new DiscordConfiguration { Token = File.ReadAllText("token.txt") }); |
| using System.IO; | |
| internal class Program | |
| { | |
| private static void Main(string[] args) | |
| { | |
| var buffer = new byte[0x4C]; | |
| int[] samples = new int[0x20], | |
| coeffs1 = new int[] { 0, 0xF0, 0x1CC, 0x188 }, |
| #define _CRT_SECURE_NO_WARNINGS | |
| #define ZLIB_WINAPI | |
| #include <direct.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <sys/stat.h> | |
| #include <zlib.h> |
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <string.h> | |
| #include <wmmintrin.h> | |
| #define u8 unsigned char | |
| #define i128 __m128i | |
| #define exp(k, rc) expand(k, _mm_aeskeygenassist_si128(k, rc)) | |
| #define c(b) b - (b < 58 ? 48 : 55) |