Skip to content

Instantly share code, notes, and snippets.

View IIpepeII's full-sized avatar

Péter Szarka IIpepeII

View GitHub Profile
@ruario
ruario / README.md
Last active May 11, 2022 00:16
HTML5 MP4 (H.264/AAC) video issues with Vivaldi for Linux snapshots
@halfmanhalfdonut
halfmanhalfdonut / NestopiaExtractor.php
Created April 24, 2013 00:32
Stat Extractor for Tecmo Super Bowl (NES)
<?php
class NestopiaExtractor {
//private vars for storage of stats
var $home;
var $away;
//hex locations for stats
const SCORE_LOC = 0x3CD;