marklauter
Software Architect, A&P, Pilot, US Army veteran.
Cloud Architect @ Insight: Modern Apps & Data PracticeTampa, FL
Pinned Repositories
AppInsightsTelemetryChannel
Sample custom telemetry channel for Application Insights
cli-configuration-sample
C# command line args configuration sample.
lexi
A regex based lexer for dotnet.
plumber
A request-response middleware pipeline for dotnet
plumber.serilog.extensions
Serilog Extensions for Plumber: Dotnet Pipelines for AWS Lambda
pool
An object pool for dotnet.
sql-parser
SQL parser for Code Crafters SQLite challenge.
tello.io
DJI/Ryze Tello Drone SDK (3.0) for dotnet.
TelloAPI-SDK-2.0
Flight Controller for Ryze/DJI Tello Drone in C#
TelloLib
marklauter's Repositories
marklauter/TelloAPI-SDK-2.0
Flight Controller for Ryze/DJI Tello Drone in C#
marklauter/plumber
A request-response middleware pipeline for dotnet
marklauter/AppInsightsTelemetryChannel
Sample custom telemetry channel for Application Insights
marklauter/cli-configuration-sample
C# command line args configuration sample.
marklauter/giraffe
giraffe db
marklauter/interpreter-redux
Remembering how lexical analysis and recursive descent parsing works.
marklauter/superpower-delimited-combinator
Sample for https://github.com/datalust/superpower/issues/158
marklauter/advanced-algorithms
100+ algorithms & data structures generically implemented in C#.
marklauter/btree
In-memory BTree.
marklauter/distributed-systems
materials for distributed systems presentation
marklauter/GameOfLifeUnity
Port of Game of Life to Unity
marklauter/lexi
A regex based lexer for dotnet.
marklauter/plumber.serilog.extensions
Serilog Extensions for Plumber: Dotnet Pipelines for AWS Lambda
marklauter/pool
An object pool for dotnet.
marklauter/sql-parser
SQL parser for Code Crafters SQLite challenge.
marklauter/tello.io
DJI/Ryze Tello Drone SDK (3.0) for dotnet.
marklauter/buffer-pool
A buffer pool using LRU eviction policy.
marklauter/hash-n-chain
based on Erik Demain's MIT lecture on hashing & chaining - https://www.youtube.com/watch?v=0M_kIqhwbFo
marklauter/jsexpressions
Some really old code that uses an expression tree to run queries against javascript arrays. Uploading for a friend.
marklauter/kryptonite
Learning about parser combinators and functional programming.
marklauter/logsample
C# Serilog samples.
marklauter/marklauter
About me.
marklauter/md-journal
Simple Markdown Journal
marklauter/pages
experimenting with data pages
marklauter/pathfinding
AStar path finding in C#
marklauter/reverse-proxy
A toolkit for developing high-performance HTTP reverse proxy applications.
marklauter/serilog
Simple .NET logging with fully-structured events
marklauter/superpower
A C# parser construction toolkit with high-quality error reporting
marklauter/tdd
My notes and thoughts concerning test driven design.
marklauter/vga-icons
Decoding old-skool VGA planar format icons from the 1990s with dotnet.