devshorts
Developer, enthusiast. Functional, imperative. Most of my code is now published at github.com/paradoxical-io
@copperSeattle, WA
Pinned Repositories
Inter-process-mutex
A safe wrapper on top of inter process locking with named mutexes
LanguageCreator
A homebrew toy programming language. Constructs an AST and validates scoping rules. Has type inference, supports functions and currying, classes with constructors (but no inheritance), while and for loops, if/elseif/else conditionals, exceptions, dynamic objects, and more
markov
A simple scala markov chain generator
MonadicNull
A monadic null chain checker
ParsecClone
A tiny subset clone of parserc/fparsec combinators that supports string and binary parsing and is in extensible in what stream source is available.
Playground
Random fun stuff!
StronglyTypedSignalr
A project demonstrating how to strongly type signalR using dynamic proxies
TypeScript-Dependency-Builder
Builds out aggregate .d.ts files for a group of paths, so you can reference everything with a single reference path instead of many reference paths. Also adds all the dependent javascript script blocks into a configured html page
TypescriptLocaleGenerator
A typescript locale generator written in F#
ytools
Yarn workspace tools
devshorts's Repositories
devshorts/TypeScript-Dependency-Builder
Builds out aggregate .d.ts files for a group of paths, so you can reference everything with a single reference path instead of many reference paths. Also adds all the dependent javascript script blocks into a configured html page
devshorts/TypescriptLocaleGenerator
A typescript locale generator written in F#
devshorts/Inter-process-mutex
A safe wrapper on top of inter process locking with named mutexes
devshorts/RtmpWatcher
Realtime AMF parser using raw sockets
devshorts/trakkit_legacy
Unfinished project using node and typescript to track generic data with a chart
devshorts/FileSystemTraversal
Iterate and extract zip files in memory recursively. No need to dump zip files to disk to get at their contents.
devshorts/DcMetroLib
A C# library to use for querying the DC Metro rail and bus API
devshorts/FTicTac
Functional tic tac toe with human and computer players and variable sized boards
devshorts/MetroPhone
Windows phone DC metro app
devshorts/netduinos
Random netduino code. Includes LCD writer wrappers, a web server with url paramter definable routes, thread pool implementation, TTL camera with motion jpeg encoding for live streaming
devshorts/BlockingCollectionWrapper
A .net wrapper to allow for simple asynchornous producer/consumer patterns
devshorts/BrainFuckSharp
A brainfuck parser and interpreter
devshorts/GeneticSummer
Given some population dynamics finds a set of doubles that sum to the target value using a genetic algorithm
devshorts/KMeans
nDimesional k-means clustering implemented in F#
devshorts/LL1
A simple LL(k) test lexer and tokenizer with a language validation parser
devshorts/Locale-parser
Locale parser written in f# using fparsec. [outdated - check TypescriptLocaleGenerator for a more up to date version]
devshorts/MessageHandler
F# async messaging handler
devshorts/SqlBuilder
Computational expression for SQLite with transactional support
devshorts/Throttled-Object
A simple object wrapper to allow for intermittent caching and re-fetching