Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
floppy-and-logic-analyzer
Python script for preserving floppy disks with a logic analyzer
-
usbsting
STinG driver for Asix USB-to-Ethernet adapters
C 4
-
ghidraScripts_for_Atari
Scripts to simplify analysis of Atari TOS code with Ghidra (software reverse engineering framework)
Python 4
-
gemlib
Forked from freemint/gemlib
Atari GEM bindings
C
-
coremark
Forked from eembc/coremark
CoreMark® is an industry-standard benchmark that measures the performance of central processing units (CPU) and embedded microcrontrollers (MCU).
C
-
PySnooper
Forked from cool-RR/PySnooper
Never use print for debugging again
Python
82 contributions in the last year
Contribution activity
May 2019
Created a pull request in mfro0/libcmini that received 2 comments
scanf - Return number of matched input items
libcmini's current scanf implementation only returns 0 (in case of any failure) or 1 (in case of success). However, scanf (and fscanf, sscanf, ...)…