Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Jakads's full-sized avatar
🤡
feeling epic

Kim Changmin Jakads

🤡
feeling epic
View GitHub Profile
@Jakads
Jakads / SiROC Ideas.md
Created November 8, 2021 17:53
Various ideas about SiROC

We, our, and us in this document refer to the SiROC staff I will have in the future.

SiROC Ideas

These are some ideas I and SneakySN have discussed about SiROC.

Keymodes & Difficulties

#include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
int main() {
unsigned char ip[4];
srand(time(0));
system("color a");
while (true) {
@Jakads
Jakads / nps.py
Created May 5, 2021 15:20
nps graph visualizer
'''
nps graph visualizer by Jakads
should work with any modes i think
also prints max nps and when it happens
bonus feature pog
open .osu with this .py (i.e. drag .osu into the .py)
install matplotlib beforehand (pip install matplotlib)
'''