Become a sponsor to Mark Seminatore
The objective is to create and maintain 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.
CBLAS is an ANSI-C implementation of a subset of the BLAS standard library.
testy is a minimalist C/C++ testing framework.
as09 is a (mostly) EDTASM+ compatible MC6809 Assembler using yacc/bison
as16 is an enhanced assembler and disassembler for the RiSC-16 Processor using YACC/Bison
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.
Featured work
-
mseminatore/ann
LIBANN is a fast, portable and easy to use neural network library written in pure ANSI-C
C 7 -
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 2 -
mseminatore/ParserKit
A C++ library for creating top-down recursive-descent predictive parsers for LL(1) grammars
C++