Skip to content

Instantly share code, notes, and snippets.

@darkryder
darkryder / mfscli.c
Last active December 10, 2022 05:07
// Version 3
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
void main() {
return;
}
import time
import uinput
import socket
import sys
games = ['Mario', 'Contra']
game = games[1]
@darkryder
darkryder / record_taker.py
Last active August 29, 2015 14:15
Test records
import datetime
import os
class Checker(object):
""" Holder class for all checking/parsing
"""
@staticmethod
def try_int(number):
try: