Skip to content
View mifsudmatthew's full-sized avatar
πŸ–₯️
do { work() } while ( ! empty(energy) ) ;
πŸ–₯️
do { work() } while ( ! empty(energy) ) ;

Highlights

  • Pro

Block or report mifsudmatthew

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mifsudmatthew/README.md

About me

Typing SVG

πŸŽ“I'm a Computer Science undergraduate from the University of Malta.

πŸ–₯️ All projects found here are built from the ground up, that is, from the design up to the implementation.


Languages πŸ‘¨β€πŸ’»

Python

JavaScript

C

C++

Java

HTML

CSS




Top Langs

Contact me βœ‰οΈ



Pinned Loading

  1. VUT-ITUe-MobileUI VUT-ITUe-MobileUI Public

    A mobile user interface for an officer to submit a report when an accident occurs.

    Python

  2. VUT-IFJe-ExpressionTransformer VUT-IFJe-ExpressionTransformer Public

    A program which reads user input (in terms of functions containing 2 parameters) and produces the equivalent mathematical expression.

    Python

  3. VUT-VCJ-A-TicTacToe VUT-VCJ-A-TicTacToe Public

    A tic tac toe implementation with custom board size and detection for unwinnable games.

    C++

  4. UM-CPS1012-TinyShell UM-CPS1012-TinyShell Public

    An implementation of a shell (supporting pipes and input/output redirection)

    C

  5. UM-CPS1011-MixedStack UM-CPS1011-MixedStack Public

    A stack accepting different types of data

    C

  6. UM-CPS1013-ExpenseTracker UM-CPS1013-ExpenseTracker Public

    A web based implementation of an expense tracker ( ExpenseTracker1 saves data in localstorage and ExpenseTracker3 saves data to DBMS)

    JavaScript