Pinned Repositories
bluise
Corewar
A reproduction of the Core War game. Assembly compiler and Virtual Machine, made from scratch!
correctingBias
Exploring ensembles as a strategy to correct bias when using an unbalanced dataset in classification.
explorations-graph-processing
Explorations in graph processing using Hadoop MapReduce and Spark GraphX
fillit
A tetris-like backtracking program, which takes tetris pieces and fits them to the smallest possible square.
finola_pensonal_website
Lem-in
a path-finding, graph traversal project in the form of ants crossing an ant farm.
mlp
A multi layer perceptron network with back-propogation and varying activations/cost-functions written from scratch in Python3
pushswap
A boutique sorting algorithm, sorting data on two stacks, with a limited set of instructions, and the smallest number of moves.
snap
A My Little Pony themed card game written in Java with a Java FX UI. All the OOP and a control/model/view design pattern. See included JavaDoc for further details.
finolacahill's Repositories
finolacahill/Corewar
A reproduction of the Core War game. Assembly compiler and Virtual Machine, made from scratch!
finolacahill/pushswap
A boutique sorting algorithm, sorting data on two stacks, with a limited set of instructions, and the smallest number of moves.
finolacahill/bluise
finolacahill/correctingBias
Exploring ensembles as a strategy to correct bias when using an unbalanced dataset in classification.
finolacahill/explorations-graph-processing
Explorations in graph processing using Hadoop MapReduce and Spark GraphX
finolacahill/fillit
A tetris-like backtracking program, which takes tetris pieces and fits them to the smallest possible square.
finolacahill/finola_pensonal_website
finolacahill/Lem-in
a path-finding, graph traversal project in the form of ants crossing an ant farm.
finolacahill/mlp
A multi layer perceptron network with back-propogation and varying activations/cost-functions written from scratch in Python3
finolacahill/snap
A My Little Pony themed card game written in Java with a Java FX UI. All the OOP and a control/model/view design pattern. See included JavaDoc for further details.
finolacahill/get_next_line
A function that reads line by line from a file descriptor.
finolacahill/heterogeneousEnsemble
finolacahill/init
An introduction to system and network administration.
finolacahill/just-the-docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
finolacahill/just-the-docs-template
WIP: template to use just-the-docs on GitHub pages
finolacahill/language-markdown
Add support for Markdown to Atom (including Github flavored, Markdown Extra, CriticMark, YAML/TOML front-matter, and R Markdown), and smart behavior to lists.
finolacahill/libft
An initial C library. Recoding of certain standard library functions, with additional original functions.
finolacahill/lunarlander
finolacahill/rd_sql_database
Created a development and prod database for a hypothetical food and drinks company. Database is normalised to fourth form and includes a number of triggers and procedures to ensure ease of use.