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/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.
devshorts/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
devshorts/ytools
Yarn workspace tools
devshorts/markov
A simple scala markov chain generator
devshorts/autoderp
Auto derp with cv2
devshorts/EnvZ
Shareable zsh module environment
devshorts/typescript-tests
A playground I used to experiment with typescript and react
devshorts/onoffswitch
A back port of my old blog (missing image assets) because GoDaddy corrupted my entire install
devshorts/scaff
A simple project scaffolder
devshorts/tableau_web_conn_example
devshorts/blueprint-downloader
A downloader for the blueprint website, made for my friend
devshorts/bundles
devshorts/ComposableRegex
Build out composable regular expressions from simple sub blocks in a BNF type syntax. Check http://composableregex.apphb.com/ for a demo
devshorts/design-patterns
A simple discussion of design patterns
devshorts/graphql
Sample Graph Analysis
devshorts/jira-cli-tooling
Ruby JIRA CLI wrappers
devshorts/kroppchain
Sometimes you gotta blockchain
devshorts/local-env
My local env managed by EnvZ
devshorts/lru
Scala LRU and BinPacking for fun
devshorts/ns-g
devshorts/organizeit
devshorts/react-native-samples
Toy react native stuff
devshorts/scala-implicits-error
devshorts/scrooge
A Thrift parser/generator
devshorts/sql-engine
A tiny sql engine in go to query newline delimited json files
devshorts/terraform-aws-ecs-task-definition
A Terraform module for creating Amazon ECS Task Definitions
devshorts/tictacgo
Learnin go with tic tac toe
devshorts/uiprogress
A go library to render progress bars in terminal applications
devshorts/wsrun
Command runner for Yarn workspaces. Dependency aware.
devshorts/zipkin-finagle
Integration between Finagle tracing to Zipkin transports such as http and kafka