#!/usr/bin/python
# -*- coding: utf-8 -*-
class Me:
def __init__(self):
self.name = "Sahar Fathi"
self.role = "4th year in Software Engineering Co-op"
self.univeristy = "McGill University"
def say_hi(self):
print(f"hi, i'm {self.name}, thanks for dropping by!")
sahar = Me()
sahar.say_hi()
Pinned Loading
-
archerio
archerio PublicFinal project in CEGEP, integrating programming and physics within a bow and arch game. Made with Java and JavaFX.
Java
-
KitchenHelper
KitchenHelper PublicA website to track the food in user's fridge, and offer recipes (inputted by user) based on availability. Made with JavaScript, CSS, HTML, and Python.
JavaScript
-
McGill-ECSE321-Winter2024/FitHub
McGill-ECSE321-Winter2024/FitHub PublicSport Center Management Web Service. Made with Vue.js and PostgreSQL. Tested with Java.
Java 1
-
TJusab/QuestBit-v2
TJusab/QuestBit-v2 PublicGamified Task Management Android/IOS application. Made with TypeScript, React-Native and Appwrite.
-
mchacks-24
mchacks-24 PublicPet-to-owner matching IOS/Android application. Made with JavaScript, React-Native and Firebase.
JavaScript 1
-
AssetPlus
AssetPlus PublicForked from F2023-ECSE223/ecse223-group-project-p12
Desktop application for hotel asset management. Made with Java, JavaFX and JSON. Testing done JUnit and Gherkin.
Java
If the problem persists, check the GitHub status page or contact support.



