Become a sponsor to Mark Seminatore
The primary objective is to create and maintain several open-source libraries that are useful to others.
ann
is a small, fast, and portable training and runtime for Artificial Neural Networks written in ANSI-C.
bintools
is a library and tools for working with a.out format object files. Example tools include and assembler, linker, dumpbin, strip and a CPU emulator for a simple 8-bit processor.
cfirth
is a small, highly portable and embeddable programming language in ANSI C heavily inspired by FORTH.
crtl
is a small, portable ANSI-C runtime library.
dsktools
is a library and tools for working with virtual disk files in the JVC DSK format.
fpgacoding
is a companion site to my fpgacoding.com blog where I discuss and develop reusable open-source circuit components in Verilog.
ParserKit
is a C++ library for creating recursive-descent parsers.
syntaxhighlighter-verilog
is a WordPress plugin that adds Verilog support to SyntaxHighlighter Evolved.
'testy' is a minimalist C/C++ testing framework.
1 sponsor has funded mseminatore’s work.
Featured work
-
mseminatore/ann
LIBANN is a fast, portable and easy to use neural network library written in pure ANSI-C
C 4 -
mseminatore/crtl
A small, portable ANSI C runtime library implementation
C -
mseminatore/bintools
Code and tools (asm, ln, dumpbin, emulator, strip) for working with a.out format object files
C++ -
mseminatore/testy
An absolute minimalist unit test framework for C/C++
C -
mseminatore/cfirth
Firth is an experimental programming language heavily inspired by Forth
C 1 -
mseminatore/ParserKit
A C++ library for creating top-down recursive-descent predictive parsers for LL(1) grammars
C++