Pinned Repositories
clj-cloud-playground
A project for understanding deployment of Clojure apps to the cloud.
clojure-north-2020
datascript-playground
java-calls-clojure
A simple example of how to call Clojure code from Java
keg-party
numerics
Numerical Analysis Library
partsbin
pirates
Clojure implementation of Cartagena.
replion
A guide to REPL-driven Datomic development
tetris
A simple Tetris-like game written in Clojure(Script)
markbastian's Repositories
markbastian/segway
Code for robots balancing on two wheels, made with various robotics platforms.
markbastian/clojure-makes-java
markbastian/datomic-playground
markbastian/machine_learning_club
markbastian/.lein
markbastian/aind2-cnn
AIND Term 2 -- Lesson on Convolutional Neural Networks
markbastian/aws-sig4
Middleware to add AWS signature v4 signing to clj-http requests.
markbastian/clj-http-fake
Helper for faking clj-http requests.
markbastian/clj-time
A date and time library for Clojure, wrapping the Joda Time library.
markbastian/clojure-lanterna
A Clojurey wrapper around the Lanterna terminal output library.
markbastian/compojure-api
Sweet web apis with Compojure & Swagger
markbastian/CS-HU390
CS-HU 390: Technical Interviews, Jobs and Careers
markbastian/deep-learning
Repo for the Deep Learning Nanodegree Foundations program.
markbastian/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
markbastian/dermatologist-ai
markbastian/dl4clj
markbastian/flocking
Reynolds Flocking Behaviors
markbastian/integrant-playground
markbastian/l-systems
markbastian/minesweeper
A simple minesweeper game.
markbastian/ordered
Ordered sets and maps, implemented in pure clojure
markbastian/paip-lisp
Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
markbastian/public-apis
A collective list of public JSON APIs for use in web development.
markbastian/reinforcement-learning
Reinforcement learning material, code and exercises for Udacity Nanodegree programs.
markbastian/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
markbastian/reloadable
markbastian/rl-cheatsheet
RL Notation and Pseudocode for Udacity's MLND program
markbastian/RL-Quadcopter-2
Teach a Quadcopter How to Fly!
markbastian/spyscope
Trace-oriented debugging tools for Clojure
markbastian/ud120-projects
Starter project code for students taking Udacity ud120