Skip to main content

Projects

2023


As part of the FIT3144 unit, I extended (available on GitHub) a browser-based tool (Wagner et al., 2023) named ELEA used for building evolutionary algorithms in educational settings.

Markus Wagner
supervisor
Markus Wagner

2022


A social media scraper that is interfaced via a server-side rendered HTML user interface (or a CLI), and is managed by a REST API and a NoSQL database.

raker’s Logo References #

A cross-platform file-watcher that can run a command after each file-system operation on a given files or simply wait once until a file is changed.

A cross-platform re-implementation of the macOS utility caffeinate that keeps the screen turned on either until stopped, for a set duration of time or while another process still runs.

2021


A Discord bot for MonSec’s Discord server, that fetches statistics about competing Capture the Flag teams from CTFtime, and displays them in the Discord interface.

As part of the FIT2082 unit, I contributed to an existing codebase, based on prior research by (Gange, Harabor and Stuckey, 2021) about Lazy CBS, their Multi-Agent Path Finding (MAPF) algorithm.

  • I modified the Lazy CBS codebase such that the algorithm also outputs the final set of constraints that is used to rule out paths, such that the Lazy CBS is formally an Explainable Multi-Agent Path Finding (XMAPF) algorithm.
  • I enabled Python-to-C++ bindings, such that the compiled Lazy CBS codebase can be used as a Python-facing library for future projects.
Daniel Harabor
supervisor
Daniel Harabor
Mor Vered
supervisor
Mor Vered

2020


My first attempt at building a Minecraft server plugin. This plugin adds the requirement that the player supplies the password (via a server command) before proper server interaction is allowed, and as long as the password isn’t provided, the currently-unauthorized player is blinded and immobile.

2019


My previous attempt at building a full-stack social media scraper, which is built with Angular on the front-end, and Nest on the back-end.

My previous attempt at building a CLI social media scraper, which is built with OCLIF.