Pinned Repositories
2048
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
atlas-app-toolkit
atlas-cli
atlas-contacts-app
Example application.
codingame-2022-spring
bot for Codingame Spring 2022 Challenge: https://www.codingame.com/contests/spring-challenge-2022
mcts
Exploration with a simple generic Monte Carlo Tree Search algorithm in C#
TCSS_558_HW3
Build a distributed key-value storage system, or something
TCSS_558_HW4
Continuation of implementation of the Chord protocol, now with 20% less suck!
TCSS_558_HW5
final homework assignment for introducing redundancy to the Chord protocol
dmacthedestroyer's Repositories
dmacthedestroyer/mcts
Exploration with a simple generic Monte Carlo Tree Search algorithm in C#
dmacthedestroyer/codingame-2022-spring
bot for Codingame Spring 2022 Challenge: https://www.codingame.com/contests/spring-challenge-2022
dmacthedestroyer/TCSS_558_HW3
Build a distributed key-value storage system, or something
dmacthedestroyer/TCSS_558_HW4
Continuation of implementation of the Chord protocol, now with 20% less suck!
dmacthedestroyer/TCSS_558_HW5
final homework assignment for introducing redundancy to the Chord protocol
dmacthedestroyer/2048
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
dmacthedestroyer/atlas-app-toolkit
dmacthedestroyer/atlas-cli
dmacthedestroyer/atlas-contacts-app
Example application.
dmacthedestroyer/atlas-gentool
Docker image to generate the Go source code from Protocol Buffer schemes
dmacthedestroyer/atlas-pubsub
dmacthedestroyer/bots-experiment
fun little experiments on building an automata-based game
dmacthedestroyer/codingame-fall2020
Typescript bot for the CodinGame Fall 2020 Challeng: https://www.codingame.com/contests/fall-challenge-2020
dmacthedestroyer/codingame-pacman
Codingame Spring Challenge Bot: https://www.codingame.com/contests/spring-challenge-2020
dmacthedestroyer/codingame-spring2021
Typescript bot for CodinGame Spring 2021 Challenge
dmacthedestroyer/ConnectFour
Implementation of an evolutionary algorithm for optimizing a heuristic to play Connect Four
dmacthedestroyer/gorm
The fantastic ORM library for Golang, aims to be developer friendly
dmacthedestroyer/goswagger-import-example
dmacthedestroyer/goswagger-multiplefiles
a simple demonstration of generating code from a swagger spec split across files using go-swagger
dmacthedestroyer/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
dmacthedestroyer/jqueryui_tabs_ajaxcomplete
used to demonstrate an issue with jQuery UI remote tabs and the timing of the ajaxComplete event
dmacthedestroyer/material-ui-icon-picker
dmacthedestroyer/Minesweeper
Homework assignment for TCSS 435: AI
dmacthedestroyer/paperauthor
TCSS 555 final project: the KDD Cup 2013 challenge, matching authors with papers
dmacthedestroyer/protoc-gen-gorm
dmacthedestroyer/RoboticHand
My 2007 undergraduate capstone project: Lloyd's Lethal Left!
dmacthedestroyer/ToyStockTrader
Homework assignment for TCSS 435: AI
dmacthedestroyer/ts-react-starter
boilerplate project for TS + React projects
dmacthedestroyer/warlight2
a bot for The AI Games Warlight AI Challenge 2: http://theaigames.com/competitions/warlight-ai-challenge-2
dmacthedestroyer/zod-fields-bug
recreating issue with zod objects having optional fields by default