Skip to content
View Axxoy's full-sized avatar
💭
Learning...
💭
Learning...

Highlights

  • Pro
Block or Report

Block or report Axxoy

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
Axxoy/README.md
  • 💻 | Hey everyone! I am @Axxoy
  • 🌊 | I am a Computer Science Graduate currently working on Java. My aim is to post any projects and/or assignments here.
  • 📷 | My interests include photography, digital art, illustration and music.
  • ☎️ | If you would like to work together on any projects, let me know!
  • 📫 | How to reach me: Feel free to DM us on instagram @tales.in.code

    Anurag's GitHub stats

Pinned

  1. Personal-Website Personal-Website Public template

    The first version of my personal website (axoy.me), which serves as a short introduction about myself, who I am and links to socials.

    HTML 1

  2. Axxoy Axxoy Public

    Config files for my GitHub profile.

  3. Doubly-Linked-List Doubly-Linked-List Public

    This is a short and simple project about the implementation of Doubly Linked Lists in Java. Currently it only contains three methods; insert() remove() and search().

    Java

  4. SinglyLinkedList-Modules SinglyLinkedList-Modules Public

    A simple implementation of Singly Linked Lists based on a real life example. Completed as a course assignment.

    Java