Skip to content
View AH11037's full-sized avatar
🐴
Silence is golden, but duct tape is silver
🐴
Silence is golden, but duct tape is silver
  • United Kingdom
  • 03:12 (UTC)

Block or report AH11037

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
AH11037/README.md

Hi, I'm AH11037 👋

How I'd Define Myself

#include <string>
#include <vector>

class AH11037 {
  public:
    int age = 19;
    std::string name = "AH11037";
    std::string location = "United Kingdom";

//Subclass for languages
class Languages {
  public:
    std::vector<std::string> programming = {"C++", "Python", "JavaScript (in progress)"};
    std::vector<std::string> spoken = {"English", "Arabic", "Somali", "Spanish (in progress)"};
};

//Subclass for interests
class Interests {
  public:
    std::vector<std::string> hobbies = {"Reading", "Problem Solving", "Learning", "Tinkering", "Games"};
};

About Me

I'm a computing student passionate about building practical software projects and exploring the technologies that drive them. Some of my recent work includes:

  • A Nth term Fibonacci Finder - implemented using matrix exponentiation (See Here)
  • A unit converter web app - converts units quickly in your browser (See Here)
  • A CLI task tracker - manage your daily tasks directly from the terminal (See Here)
  • And many more smaller projects exploring other concepts

I love problem-solving, building interactive tools, and experimenting with new technologies.

Pinned Loading

  1. fibonacciFAST fibonacciFAST Public

    Fibonacci N'th term finder but ✨𝒻𝒶𝓈𝓉✨

    C++

  2. fibonacciNthTermFinder fibonacciNthTermFinder Public

    The original, slower Fiboancci N'th term finder

    C++

  3. Snake Snake Public

    A small snake game

    Python

  4. TaskTrackerCli TaskTrackerCli Public

    A Task Tracker that utilizes a command line interface to be interacted with

    Python

  5. UnitConverter UnitConverter Public

    A web-based application that converts some units into other units (e.g. metres to inches)

    HTML

  6. smallProjects smallProjects Public

    ˢᵐᵃˡˡ ᵖʳᵒʲᵉᶜᵗˢ

    HTML