Pinned Repositories
8080JIT
This project is an 8080 emulator designed to prove out the idea of C# JIT emulation by pre-compiling a rom down to CLR IL
AdventOfCode2019-Excel
Attempting to solve the whole of advent of code 2019 using excel. Because someone has to.
confluence-python-lib
A python library wrapping the Confluence REST API
CreatureRogue
An attempt at re-imaging pokemon as an ascii roguelike
FreshdeskApiDotnet
A lightweight wrapper around the Freshdesk REST API as described here: https://developers.freshdesk.com/api
GBADotnet
A C#/net core GBA emulator
nes-emulator-rust
A NES emulator written in rust
ProceduralForest
A (repeatable) procedural algorithm for generating a forest
SopwithLibgdx
Port of very old biplane game to new scala model on libgdx (so Android & Desktop). Testing scala model.
TileMapAsciiConverter
A python application for converting tile based maps into ascii representations
DaveTCode's Repositories
DaveTCode/confluence-python-lib
A python library wrapping the Confluence REST API
DaveTCode/FreshdeskApiDotnet
A lightweight wrapper around the Freshdesk REST API as described here: https://developers.freshdesk.com/api
DaveTCode/GBADotnet
A C#/net core GBA emulator
DaveTCode/8080JIT
This project is an 8080 emulator designed to prove out the idea of C# JIT emulation by pre-compiling a rom down to CLR IL
DaveTCode/nes-emulator-rust
A NES emulator written in rust
DaveTCode/aoc2022
Advent of code 2022 - Psql Edition
DaveTCode/AdventOfCode2019-Excel
Attempting to solve the whole of advent of code 2019 using excel. Because someone has to.
DaveTCode/gameboy-emulator-dotnet
A gameboy (CGB & DMG) emulator written in dotnet core 3.1 C#8 with SDL/NAudio
DaveTCode/TogglApiDotNet
An API client for talking to both the Toggl API and the Toggl Reports API
DaveTCode/Atari26K
This project aims to faithfully replicate an Atari 2600 machine in a browser
DaveTCode/azure-service-tag-finder
For some reason there's no built in way to find out which service tags an IP lives in for Azure, this makes creating NSG/Firewall rules harder than it should be.
DaveTCode/chip8-emulator
Chip8 Emulator written in C# (core 3.1)
DaveTCode/AdventOfCode2020
Advent of code 2020 - F# solutions
DaveTCode/AOC2020-JITEmulator
The absolute best ever solution to day 8 of AOC 2020
DaveTCode/aoc2021
AOC 2021 in a variety of languages
DaveTCode/aoc2023-kql
Advent of Code 2023 - Implemented using KQL in Azure Data Explorer
DaveTCode/aoc2024
DaveTCode/Dapper
Dapper - a simple object mapper for .Net
DaveTCode/davetcode-gophercises
Learning go by running through some of the problems found on https://gophercises.com/
DaveTCode/davetcode.github.io
DaveTCode/latin_spreadsheet
A spreadsheet for learning Latin based on a course held at the University of Warwick ~2007
DaveTCode/linkerd2
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
DaveTCode/OneLoginClientDotNet
DaveTCode/personal-chocolatey-script
Setup a new PC
DaveTCode/SQLServerMockSchemaExporter
This repository contains code to take a SQL Server database and extract the shell of a schema so that it can be used to mock the real database in an SSDT project
DaveTCode/Synacor-Challenge
A solution to the synacor challenge written in C# with a little F# for company
DaveTCode/terraform-provider-pbs
Contains the start of a terraform provider and go client library wrapping qmgr for Altair PBS Professional/OpenPbs
DaveTCode/TopTrumps-PHPSymfony
A web server for creating top trumps style card decks written in PHP/Symfony (backend)
DaveTCode/Windows-Client-API
SendSafely API for Windows - Includes full support Sending and Receiving Packages, Working with Secure Workspaces, and SendSafely Contact Groups.
DaveTCode/zmachine-golang
A Z-Machine interpreter written in golang specifically to learn a little about golang and because it's fun