Skip to content

Instantly share code, notes, and snippets.

View keanemind's full-sized avatar
🐾
tracking down bugs

Keane Nguyen keanemind

🐾
tracking down bugs
View GitHub Profile
@keanemind
keanemind / unwatch-repos.js
Last active March 3, 2021 03:08
Unwatch all repos in a GitHub organization (in this case EE422C), useful for GitHub Classroom
// 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
@keanemind
keanemind / life.js
Created December 18, 2019 23:49
Command Line Game of Life
const fs = require('fs');
const present = []
/*
[
[1, 0, 0, 0],
[1, 0, 0, 0],
[0, 0, 0, 0],
[1, 0, 0, 0]
];
@keanemind
keanemind / html5-2048.gif
Last active September 17, 2019 21:13
HTML5-2048
html5-2048.gif
@keanemind
keanemind / hackathon_locations.geojson
Last active May 21, 2021 21:50
Hackathons Attended (click me)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<script src="socket.io.js"></script>
<script src="messenger.js"></script>
/* __x86.get_pc_thunk.bx */
void __x86_get_pc_thunk_bx();
void fun_80483f0();
void _init() {
int32_t ebx1;
__x86_get_pc_thunk_bx();