Pinned Repositories
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
airflow-contributions
Additions and modifications for airflow.
audio-dataset-builder
A collection of scripts to create an audio data-set with energy based segmentation.
aws-glue-delete-tables
A simple shell script to delete multiple tables based on table name prefix.
Code
A collection of useful code.
computer-availability-app
A computer availability app in progress. Developed in Java, HTLM5, CSS, Javascript, PHP, MySQL.
credstash
A little utility for managing credentials in the cloud
my-website
Personal website project using Hugo. Using an introduction template to learn the Hugo framework the goal here is to end up with a customised personal website.
space-jam
Spotify playlist-generator
TankAI
NPBehave AI script for the Tanks3D game in Unity.
freddyVandalay's Repositories
freddyVandalay/audio-dataset-builder
A collection of scripts to create an audio data-set with energy based segmentation.
freddyVandalay/aws-glue-delete-tables
A simple shell script to delete multiple tables based on table name prefix.
freddyVandalay/TankAI
NPBehave AI script for the Tanks3D game in Unity.
freddyVandalay/airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
freddyVandalay/airflow-contributions
Additions and modifications for airflow.
freddyVandalay/Code
A collection of useful code.
freddyVandalay/computer-availability-app
A computer availability app in progress. Developed in Java, HTLM5, CSS, Javascript, PHP, MySQL.
freddyVandalay/credstash
A little utility for managing credentials in the cloud
freddyVandalay/my-website
Personal website project using Hugo. Using an introduction template to learn the Hugo framework the goal here is to end up with a customised personal website.
freddyVandalay/space-jam
Spotify playlist-generator
freddyVandalay/file-copy-app
File copying application developed in VS.
freddyVandalay/hackerrank-solutions
A collection of solutions to various challenges on Hackerrank
freddyVandalay/kickback-code
Random bits and pieces of code for learning (and fun)
freddyVandalay/knn-implementation
Implementation of the k-Nearest Neighbour (denoted k-NN) algorithm on a sub-sample of the Adult / Census Income data. The model is to predict if a person earns more than 50k (see "earns" attribute). A description of the attributes can be found from the UCI data repository https://archive.ics.uci.edu/ml/datasets/adult.
freddyVandalay/rsa-implementation
Part of a coursework in Data Security.
freddyVandalay/spell_checker
A project where where I use my implementation of Levensthein to build a simple spell checker.
freddyVandalay/website-journeys-finder
Using apache-webserver.logs, the programs find the 10 most common website journeys by any user and can return all journey made by a specified user.