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/django-ztask
A simple framework for backgrounding tasks with Django, built on top of ZeroMQ.
joshmarlow/AIQ
Algorithmic Intelligence Quotient
joshmarlow/ambition-slack
Slack integration for Ambition
joshmarlow/cffi-wordnet
Common Lisp interface to WordNet 3.0 using CFFI.
joshmarlow/cl-travis
Travis-CI scripts for testing Common Lisp software
joshmarlow/crowdpact
joshmarlow/django-crud-filters
Role-based filters for Django Rest Framework
joshmarlow/django-data-schema
Data Schemas for Django Models and Dictionaries
joshmarlow/django-datum
joshmarlow/django-issue
An app for tracking ongoing issues within your web application. In a nutshell: a ticketing system for use by software components!
joshmarlow/flike
Using various techniques to evolve/generate programs in a simple Forth-like language.
joshmarlow/High-Frequency-Trading-Model-with-IB
A high-frequency trading model using Interactive Brokers API with pairs and mean-reversion in Python
joshmarlow/lisp-koans
Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.
joshmarlow/racket-clones
To better learn Racket (a Scheme variant), I am re-implementing various applications in Racket.