Skip to content
View abara15's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report abara15

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
abara15/README.md
  • 👋 Hi, I’m @abara15
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Popular repositories Loading

  1. simple-search-engine simple-search-engine Public

    This C program built to search a collection of 'web pages' using the Weighted PageRank algorithm. I built a graph structure and calculated Weighted PageRanks, ranking pages based on these values.

    C 4 4

  2. weathermetrics weathermetrics Public

    This is a Flask Web App built as a group uni project. Using the AccuWeather API, relevant weather data is pulled and displayed to the user on a HTML template.

    HTML 1

  3. abara15.github.io abara15.github.io Public

    This is my personal portfolio I built in React.js and Sass.

    HTML 1

  4. chatbot chatbot Public archive

    This is a real-time iOS messaging app I developed for my HSC Major Work. This app is powered by a Firebase back-end and allows users to log in and send photos and texts to their friends!

    Swift

  5. slackr slackr Public archive

    This is a Slack-like platform made as part of a uni group project. Using a pre-built front-end, we wrote functions in the Python back-end dealing with authentication, search, messaging, channels, a…

    Python

  6. emu emu Public

    This C program emulates the MIPS assembly language, and prints and executes MIPS instructions.

    C