joshmarlow
Flexible programmer that primarily lives in the backend. Tentatively full stack. Preferred languages are Python, Rust and OCaml.
Chattanooga TN
Pinned Repositories
ai_kit-rs
A library of classic AI algorithms that aim to be ergonomic and easily used.
django-ztask
A simple framework for backgrounding tasks with Django, built on top of ZeroMQ.
gym
A toolkit for developing and comparing reinforcement learning algorithms.
symbolic_math
A Rust library for performing symbolic mathematics. Supports basic arithmetic operations, expression simplification, and expansion, and evaluation.
joshmarlow's Repositories
joshmarlow/ai_kit-rs
A library of classic AI algorithms that aim to be ergonomic and easily used.
joshmarlow/gym
A toolkit for developing and comparing reinforcement learning algorithms.
joshmarlow/symbolic_math
A Rust library for performing symbolic mathematics. Supports basic arithmetic operations, expression simplification, and expansion, and evaluation.
joshmarlow/airflow
Airflow is a system to programmatically author, schedule and monitor data pipelines.
joshmarlow/ambition-python-template
A template for open-source python projects
joshmarlow/behold-rs
Simple contextual debugging library
joshmarlow/bitcointranscripts.github.io
joshmarlow/cargo-test-junit
Converts cargo test output into a junit report
joshmarlow/chipchat-dev-documents
The repo stores all documents for ChipChat backend and frontend design
joshmarlow/config-rs
Layered configuration system for Rust applications (with strong support for 12-factor applications).
joshmarlow/dbmigrate
PostgreSQL/MySQL migration tool in rust
joshmarlow/django-app-template
The template used for standalone opensource Django apps in Ambition
joshmarlow/django-db-mutex
Acquire a mutex via the DB in Django
joshmarlow/django-storages
(redux) Python3 compatible fork of django-storages from BitBucket with actual uploads to PyPi
joshmarlow/eurisko
Doug Lenat's EURISKO from SAIL archives circa 1981
joshmarlow/haversine
haversine implemented in rust
joshmarlow/hyper
An HTTP library for Rust
joshmarlow/irmin
Irmin is a distributed database that follows the same design principles as Git
joshmarlow/juniper
GraphQL server library for Rust
joshmarlow/kmatch
A language for filtering, matching, and validating Python dictionaries
joshmarlow/language_shootout_2013
2013 Language Shootout
joshmarlow/maplit
Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
joshmarlow/nom
Rust parser combinator framework
joshmarlow/permutohedron
joshmarlow/qe2e
Quick end to end testing
joshmarlow/RsGenetic
Genetic Algorithm library in Rust
joshmarlow/rust-postgis
postgis helper library.
joshmarlow/sate-ocaml
Simple AI Testing Environment
joshmarlow/sexp
S expression parser for rust
joshmarlow/sqlalchemy
Mirror of SQLAlchemy