bondeje
Plasma Physics PhD working in semiconductor with interests in data engineering and statistics
Pinned Repositories
ASM
basic assembly programs
bondeje
Config files for my GitHub profile.
clmfit
refactoring of mpfit (a partial C port of MINPACK), mostly to reduce Fortran-isms, e.g. column major --> row major, and simplify memory management (6x speed boost in test cases)
ContLibs
Multi-platform library of containers and their associated algorithms. This is very much a work in progress; especially the readme.
DSP
Digital signal processing library including: polynomial fitting, filtering, etc. Where possible API facilitates real-time applications
dtlib
A small package of basic data structures and algorithms; currently focusing on BinaryTrees and structures that utilize BinaryTrees. This is very much in development, but please take a look at the README.md and tell me what you think
IOExt
Extensions to IO handling in C
lexre
A regex compiler using NFA/DFA conversion to build lexers on data streams
Linux_Driver_Tutorial
A Tutorial how to get started with Linux Kernel Modules and Linux Drivers.
peggy
PEG parser generator
bondeje's Repositories
bondeje/dtlib
A small package of basic data structures and algorithms; currently focusing on BinaryTrees and structures that utilize BinaryTrees. This is very much in development, but please take a look at the README.md and tell me what you think
bondeje/peg4c
PEG parser generator
bondeje/ASM
basic assembly programs
bondeje/bondeje
Config files for my GitHub profile.
bondeje/clmfit
refactoring of mpfit (a partial C port of MINPACK), mostly to reduce Fortran-isms, e.g. column major --> row major, and simplify memory management (6x speed boost in test cases)
bondeje/ContLibs
Multi-platform library of containers and their associated algorithms. This is very much a work in progress; especially the readme.
bondeje/DSP
Digital signal processing library including: polynomial fitting, filtering, etc. Where possible API facilitates real-time applications
bondeje/IOExt
Extensions to IO handling in C
bondeje/lexre
A regex compiler using NFA/DFA conversion to build lexers on data streams
bondeje/Linux_Driver_Tutorial
A Tutorial how to get started with Linux Kernel Modules and Linux Drivers.
bondeje/logger
simple logger facilities for my projects
bondeje/OOPC
OOPC (as in "oopsie") is a set of header files to facilitate object-oriented-like programming in C by boilerplate. Supports multiple-inheritance and the creation of interfaces
bondeje/Partial
An implementation of partial functions, similar to Python's functools.partial, for the C language (libffi wrapper)
bondeje/PDF_sam
PDF split and merge UI
bondeje/Plasma
bondeje/Stats
Statistical subroutines, especially for real-time analysis. Also will include some optimization and clustering algorithms
bondeje/ttkExt
useful tkinter objects
bondeje/cpocketfft
fork of an old version of pocketfft to adapt API for use in an embedded C environment
bondeje/cpolyfit
polynomial fitting in C via Gauss-Jordan Elimination of linear system equations
bondeje/ctpp
A C Template Preprocessor
bondeje/jcutils
Utilities for C
bondeje/jfcc
Hobby compiler for C in C
bondeje/PyCBuild
Build scripts for C in Python
bondeje/Scripts
bondeje/strings
bondeje/TypeMemPools
malloc manager for pools of a given type