Charlie Parker
Computer Science

Repository
Icon

Fake News detector 🏆

Python · NLP · regex
AstonHack winner. Collaberating with three others, we generated browser extensions which use several collated metrics, including natural language processsing, Majestic’s API and other user’s votes to try and assign some truth value to sites on the internet.
Repository
Icon

Idle Incremental Game

HTML / CSS · JavaScript / jQuery · Bootstrap
A browser game built to practice basic web development skills and familiarity with the DOM. I endeavored to keep the UI simple, uncluttered and responsive.
Repository
Icon

History Scraper 🏆

Python · Beautiful Soup · Matplotlib
HackNotts winner. I spent the coding sprint developing functions to scrub websites, mainly focusing on Wikipedia, a rich but poorly standardized repository of information. The animated pie chart shows how the UK's cumulative percentage of war victories and defeats has changed from 1707 (formation) to present day.
Repository
Icon

Rise of Nations Script

XML · BHS [derivative of C and JavaScripts]
Rise of Nations is an incredible Real-time strategy game with it's own scripting language and even an IDE. I wrote a script which turns the game into a tower defense, composing and marching increasingly strong waves at the player. The script can be used in conjunction with other game mods.
Repository
Icon

Fractional Calculator

C++
Simple CLI program that parses input using a primitive grammar that can make calculations using fractions. Primarily an exercise in grammar design and implementation.