Pinned Repositories
chip8
A CHIP-8 emulator written in Zig
clustering
Clustering algorithms implemented in Go
cmd
A library for command-line parsing
compression-comparison
A small tool to compare compression with Brotli and gzip
computer-graphics
Implementing the concepts from the book Computer Graphics from Scratch
env
A library for loading environment variables
go-workshop
Women in Go workshop in January challenge
toydb
A relational database
winreg
Sample code using the Windows Registry from Go
winsvc
Sample code for a Windows service in Go
lfritz's Repositories
lfritz/clustering
Clustering algorithms implemented in Go
lfritz/cmd
A library for command-line parsing
lfritz/go-workshop
Women in Go workshop in January challenge
lfritz/toydb
A relational database
lfritz/compression-comparison
A small tool to compare compression with Brotli and gzip
lfritz/env
A library for loading environment variables
lfritz/go-geo-redis
A sample app that shows how to use Redis’s geospatial features with Go
lfritz/mazes
A Go library for generating and drawing mazes.
lfritz/python-type-inference
Approximate Type Inference for Python 3
lfritz/qtjsonhelper
QtJsonHelper is a set of classes for reading and writing JSON.
lfritz/chip8
A CHIP-8 emulator written in Zig
lfritz/computer-graphics
Implementing the concepts from the book Computer Graphics from Scratch
lfritz/winreg
Sample code using the Windows Registry from Go
lfritz/winsvc
Sample code for a Windows service in Go
lfritz/algorithms
Implementations of data structures and algorithms in Rust.
lfritz/clwrapper
A set of wrapper classes for the OpenCL API intended for programs written in C++ and using Qt.
lfritz/cracking
Solutions for exercises from Cracking the Coding Interview
lfritz/dailyprogrammer
Solutions for challenges from the dailyprogrammer reddit.
lfritz/data-mining-and-analysis
Implementations of algorithms from the book Data Mining and Analysis.
lfritz/fractals
Fractal-generating programs in Julia.
lfritz/go-sort
Sorting algorithms in Go.
lfritz/k-and-r
Sample code and exercises from Kernighan & Ritchie's The C Programming Language
lfritz/katcipis-playground
Playground with random stuff that I play with :-)
lfritz/markov
Markov Chain Text Generator
lfritz/notes
Notes on books and articles
lfritz/public
lfritz/script-server
A server that lets users upload scripts via an HTTP+JSON API.
lfritz/word
A very simple flashcard program