Skip to content
View QuantumFluctuator's full-sized avatar
🦀
🦀

Block or report QuantumFluctuator

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
QuantumFluctuator/README.md

Hello and welcome to my GitHub!

Here I host various software and tools which I have created in previous years in addition to some forks of projects I found interesting.

My favourite projects:

  • Next Document Manager (my third year university group professionalism project developed for Next PLC Representatives)
  • Sorter (a fun project made to represent several sorting methods graphically in Java)
  • Bean Machine Simulator (a project made in my university Object Oriented Programming module to test C++ heap memory cleanup)
  • Simple Assembly Calculator (a simple calculator I made to test my assembly knowledge)
  • FoCA Encrypt (an assembly based project made in my Fundamentals of Computer Architecture Module)
  • RSA 'd' Calculator (a cross platform capable C++ tool I made to calculate the 'd' value when performing RSA)
  • BlackJack (a C# UK Blackjack game which I made using C# and aspects of .NET for my final project at A Level)

I am currently studying MSc Cyber Security with BSI accredited ISO 27001 at Sheffield Hallam University and I am looking to gain experience in the computing field.

My website: quantum.fluctuator.net

Contact me at: ecrab21@gmail.com

Pinned Loading

  1. Sorter Sorter Public

    Sorter for various algorithms

    Java 2

  2. RSA-d-Calculator RSA-d-Calculator Public

    Calculator for "d" in RSA encryption given "e" and the totient

    C++ 1

  3. Simple-Assembly-Calculator Simple-Assembly-Calculator Public

    A simple calculator written in C++ and with the main operations performed in x86_64 assembly

    C++ 1

  4. Bean-Machine Bean-Machine Public

    "Bean machine" simulator

    C++

  5. FoCA-Encrypt FoCA-Encrypt Public

    FoCA encryption assignment

    C++

  6. GSDP-Next-Document-Management GSDP-Next-Document-Management Public

    Repository for document management software for next

    PHP