Skip to content
View FahdSeddik's full-sized avatar
🛑
Location: GitHub.cpp, line 9 ('main()')
🛑
Location: GitHub.cpp, line 9 ('main()')

Highlights

  • Pro
Block or Report

Block or report FahdSeddik

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
FahdSeddik/README.md

// about.cpp
#include <iostream>
#include <interests.h>
#include <skills.h>
#include <tools.h>

int main(){
  for(auto info : me){
    std::cout << info << '\n';
  }
}
fahd@GitHub:~$ g++ about.cpp -o about.exe
fahd@GitHub:~$ ./about.exe > ABOUTME.txt

ABOUTME.txt

Hey , I'm Fahd. I'm passionate about machine learning🤖, software engineering👨‍💻, and game development🎮! I'm currently doing my bachelor degree🎓 in Computer Engineering at Faculty of Engineering, Cairo University🏫.

Tech

🔭 I’m currently learning problem solving techniques, Unity Game Engine, and ML

👥 I’m looking to collaborate on more machine learning projects

🤔 I’m looking for help with mobile development

📫 How to reach me fahdseddik@gmail.com or fahd.seddik02@eng-st.cu.edu.eg

Personal Website

🌐 Connect with me:

fahd-seddik fahdseddik fahd_seddik02 midniterayz midniterayz

💻 Languages:

c cplusplus csharp python html5 css3 javascript postgresql matlab mssql

🔨 Tools / Frameworks / Others:

tensorflow django git pandas scikit_learn unity xd opencv photoshop

View Count

View Count

Pinned

  1. PortalGL PortalGL Public

    A recreation of the game Portal written from scratch using OpenGL3.3

    C++ 6 2

  2. Company-Sentiment-Analysis Company-Sentiment-Analysis Public

    Streamlit app for company sentiment analysis based on tweets.

    Python 1

  3. Space-Shooter-Game Space-Shooter-Game Public

    This is a retro-style 2D space-shooter game written in Python (OOP) using Pygame library.

    Python 2 1

  4. School-E-Learning-Platform-DBMS School-E-Learning-Platform-DBMS Public

    An open-source website and desktop application designed to manage a school DB with an e-learning website for students and teachers.

    C# 1 3

  5. Chess-with-x86-Assembly Chess-with-x86-Assembly Public

    Forked from AbdulrahmanEl-Bedewy/Chess-with-x86-Assembly

    A LAN based speed chess game

    Assembly

  6. FeedForward-NeuralNetwork-from-scratch FeedForward-NeuralNetwork-from-scratch Public

    This is a Feed-Forward Neural Network with back-propagation written in C++ from scratch with no external libraries.

    C++ 3