Lisa Burton (spacekitcat)

spacekitcat

Geek Repo

Company:Pentagon Duck ltd

Location:Glasgow

Home Page:https://www.spacekitcat.com

Github PK Tool:Github PK Tool

Lisa Burton's repositories

isometric-sdl-demo

An experimental isometric (2.5D) game with infinite, procedurally generated maps. The maps use a Perlin noise function to "decide" how to place water. The engine generates new map tiles as required until you run out of RAM; it will be fairly easy (my notebook is full of designs) to make it load from disk, but the engineering effort isn't the best use of time at this stage.

Language:C++Stargazers:2Issues:2Issues:0

BelindaBlueJay

[In progress] A game written in 6502 assembly code for the Nintendo Entertainment System (NES).

Language:AssemblyStargazers:1Issues:2Issues:0

do-the-apple-tv-shuffle

Takes a folder path, scans it recursively for MP4 files, finds the AirPlay device with Bonjour and plays to it. Repeats forever.

Language:JavaScriptStargazers:1Issues:3Issues:0

spacekitcat-nodejs-module-template

Node.js template for creating general purpose NPM modules. Comes preconfigured for Babel, Jest and eslintrc; Includes a template README and example test data.

Language:JavaScriptLicense:UnlicenseStargazers:1Issues:3Issues:0

CodingKata_RomanNumerals

My solution to the BBC Roman Numeral Kata for an interview, demonstrating Java, Spring Boot, TDD skills. I worked at the BBC for 4 years.

Language:JavaLicense:NOASSERTIONStargazers:0Issues:1Issues:0

convolve2d-conways-game-of-life

A Conway's Game of Life kata that employs convolution to calculate the cell neighbours

Language:PythonStargazers:0Issues:2Issues:0

cooley-tukey-fast-fourier-transform

Toy implementation of the Cooley-Tukey Fast Fourier Transform (FFT) with a comparison to the Numpy FFT and a DFT

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

lz77-nodejs-streams

Experimentation with LZ77 and a cache for dictionary lookups

Language:JavaScriptStargazers:0Issues:2Issues:0

aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

Language:TypeScriptLicense:Apache-2.0Stargazers:0Issues:1Issues:0

cloakroom-smart-buffer-proxy

This is designed to manage a stack-like buffer for a sliding window implemented around Buffers. It can be used to reduce the number of repeated lookups by providing a way to track items and offsets.

Language:JavaScriptStargazers:0Issues:1Issues:0

Cognitive-Services-Voice-Assistant

Welcome to the Microsoft Voice Assistant samples repository! Here you will find samples to help you get started building client application for your bot or Custom Command service. You will also be able to easily deploy a working Custom Command based Voice Assistant to your own Azure subscription

Language:C++License:MITStargazers:0Issues:0Issues:0

configure-await-deadlock-example

A small C# Xamarin app for MacOS that demonstrates a common deadlock bug

Language:C#Stargazers:0Issues:2Issues:0

cpp-class-creator

A simple vscode extension to create formatted cpp class.

Language:TypeScriptLicense:GPL-3.0Stargazers:0Issues:0Issues:0

fourier-exp-01

C program that does a time to frequency domain Fourier transform on PCM data

Language:CStargazers:0Issues:0Issues:0

go-snake

A snake game written in Golang with the Pixel graphics library. A quick and dirty kata to get me used to Go.

Language:GoStargazers:0Issues:2Issues:0

guitar-chord-flash-card-cli

Simple guitar chord flash card learning program for chord memorisation

Language:PythonStargazers:0Issues:0Issues:0

huffman-code-2019SEP10

A 'just for fun' implementation of the Huffman coding scheme (for compression)

Language:JavaScriptStargazers:0Issues:0Issues:0

minimax-tic-tac-toe-python

A Friday afternoon Minimax kata, applied to the game Tic Tac Toe

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

nice-n-szalay-http-client-unit-testing

A example project using Richard Szalay's Mock HTTP testing library

Language:C#License:UnlicenseStargazers:0Issues:0Issues:0

prototype-libz77

A prototype implementation of Lempel-Ziv 77 in Node.JS

Language:JavaScriptStargazers:0Issues:0Issues:0

pygame-random-walk

Random walk simulation written in Python as a kata

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

reinforcement-learning-tic-tac-toe

A tic-tac-toe game that uses reinforcement learning to generate good Tic Tac Toe strategies/policies (rather than something exhaustive like, say, minimax)

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

shannon-fano-code-2019SEP27

A 'just for fun' implementation of the Shannon-Fano coding scheme (for compression)

Language:JavaScriptStargazers:0Issues:0Issues:0

spacekitcat.github.io

This is my legacy site. When I made my new Ghost CMS based site, I decided to move the old one to a subdomain of the new site. This was a sort of exercise, an excuse to mess with route 53.

Language:JavaScriptStargazers:0Issues:2Issues:0
Language:HCLLicense:NOASSERTIONStargazers:0Issues:0Issues:0

tiny-toatie-cache

Prototype cache system for lookup operations performed against a Node.js Buffers. It should reduce the number of comparison operations required to find matches.

Language:JavaScriptStargazers:0Issues:0Issues:0

udp-level-dns-resolver

KATA: UDP (sockets) level DNS resolver program (like nslookup) that resolves A records for FQDNs.

Language:CStargazers:0Issues:0Issues:0

uk-petition-poller

A module for tracking the number of signatures on a given UK Government petition. It provides a lighweight polling system with low boilerplate.

Language:JavaScriptStargazers:0Issues:0Issues:0

wav-playback-kata

Plays LPCM encoded WAV files. This isn't production code, just for fun

Language:CStargazers:0Issues:1Issues:0

wbdm-proto-3

Little experiment with the Web Audio clock

Language:JavaScriptStargazers:0Issues:2Issues:0