We, our, and us in this document refer to the SiROC staff I will have in the future.
These are some ideas I and SneakySN have discussed about SiROC.
#include <iostream> | |
#include <cstdlib> | |
#include <ctime> | |
using namespace std; | |
int main() { | |
unsigned char ip[4]; | |
srand(time(0)); | |
system("color a"); | |
while (true) { |
''' | |
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) | |
''' |