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
// npm install @octokit/rest@"^18.3.1" @octokit/plugin-throttling@"^3.4.1" | |
const {Octokit} = require('@octokit/rest'); | |
const {throttling} = require('@octokit/plugin-throttling'); | |
const ThrottledOctokit = Octokit.plugin(throttling); | |
const octokit = new ThrottledOctokit({ | |
// TODO: replace with your token | |
// scopes I used (not all may have been needed): | |
// Full control of private repositories |
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
const fs = require('fs'); | |
const present = [] | |
/* | |
[ | |
[1, 0, 0, 0], | |
[1, 0, 0, 0], | |
[0, 0, 0, 0], | |
[1, 0, 0, 0] | |
]; |

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<!DOCTYPE html> | |
<script src="socket.io.js"></script> | |
<script src="messenger.js"></script> |
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
/* __x86.get_pc_thunk.bx */ | |
void __x86_get_pc_thunk_bx(); | |
void fun_80483f0(); | |
void _init() { | |
int32_t ebx1; | |
__x86_get_pc_thunk_bx(); |