Pinned Repositories
ai-logic-grid-puzzle
An AI Script that solves a logic grid puzzle using Depth First Search
cosc240-a2
This program will utilise the fork() and wait() system calls to search multiple files for an instance of a given word, returning the names of the files that contain that word.
cv-website
A CV website created in my Web Programming unit at UNE.
cycle-save
Cycle Save app for android to track costs associated with cycling and calculate repayment progress
google-10000-english
This repo contains a list of the 10,000 most common English words in order of frequency, as determined by n-gram frequency analysis of the Google's Trillion Word Corpus.
hangman
simple client server hangman game played via sockets
hello-world
Nobody is the suppository of all wisdom
list-sorting
Playing around with some list sorting algorithms to get a better understanding of how to code each of them
monkeytype
The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.
repayment-calculator
This program compares the cost of a bicycle to how much money is saved by not spending money on public transport and tracks the progress of how long the bike will take to be repaid.
russell-knight's Repositories
russell-knight/ai-logic-grid-puzzle
An AI Script that solves a logic grid puzzle using Depth First Search
russell-knight/cosc240-a2
This program will utilise the fork() and wait() system calls to search multiple files for an instance of a given word, returning the names of the files that contain that word.
russell-knight/cv-website
A CV website created in my Web Programming unit at UNE.
russell-knight/cycle-save
Cycle Save app for android to track costs associated with cycling and calculate repayment progress
russell-knight/google-10000-english
This repo contains a list of the 10,000 most common English words in order of frequency, as determined by n-gram frequency analysis of the Google's Trillion Word Corpus.
russell-knight/hangman
simple client server hangman game played via sockets
russell-knight/hello-world
Nobody is the suppository of all wisdom
russell-knight/list-sorting
Playing around with some list sorting algorithms to get a better understanding of how to code each of them
russell-knight/monkeytype
The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.
russell-knight/repayment-calculator
This program compares the cost of a bicycle to how much money is saved by not spending money on public transport and tracks the progress of how long the bike will take to be repaid.
russell-knight/password-purgatory-api
This is the Cloudflare Worker public API for deliberately making password creation hell
russell-knight/Rainbow-Poem
This is a repo for my poem.
russell-knight/rational-number-class
A class written in C++ for storing and operating on rational numbers
russell-knight/thinklikeprogrammer
Repo to store exercises I'm completing in C++ as part of the Think Like A Programmer textbook