Pinned Repositories
advent-of-rust-23
Advent of Code 2023 while learning Rust (it's not necessarily the most "Rusty" way)
arrow-datafusion
Apache Arrow DataFusion SQL Query Engine
basic_assembler_bash
An assembler written in bash for the basic computer proposed by Morris Mano in his Computer Systems Architecture textbook
basic_assembler_SQL
This is an assembler, written mainly in SQL, for the basic computer proposed by Morris Mano in his Computer Systems Architecture textbook.
htmx-tetris
Tetris in Go+HTMX because I was bored
Mist-Lang
Mist (Mild rust) is a simple programming language inspired by Rust's syntax and functional paradigm, written in Go
News-Recommender
A news recommendation project on docker. Uses scrapy, fastAPI, pytorch, sk-learn, gensim, airflow and a js frontend.
spotify-wrapped
Send weekly Spotify listening history reports, similar to Spotify's yearly wrapped. Hosted on AWS.
sqlparser-rs
Extensible SQL Lexer and Parser for Rust
US-accidents-analysis-notebooks
A Data Engineering process with Pyspark, kafka, PostgreSQL, and Apache Superset.
MohamedAbdeen21's Repositories
MohamedAbdeen21/News-Recommender
A news recommendation project on docker. Uses scrapy, fastAPI, pytorch, sk-learn, gensim, airflow and a js frontend.
MohamedAbdeen21/advent-of-rust-23
Advent of Code 2023 while learning Rust (it's not necessarily the most "Rusty" way)
MohamedAbdeen21/htmx-tetris
Tetris in Go+HTMX because I was bored
MohamedAbdeen21/Mist-Lang
Mist (Mild rust) is a simple programming language inspired by Rust's syntax and functional paradigm, written in Go
MohamedAbdeen21/spotify-wrapped
Send weekly Spotify listening history reports, similar to Spotify's yearly wrapped. Hosted on AWS.
MohamedAbdeen21/US-accidents-analysis-notebooks
A Data Engineering process with Pyspark, kafka, PostgreSQL, and Apache Superset.
MohamedAbdeen21/arrow-datafusion
Apache Arrow DataFusion SQL Query Engine
MohamedAbdeen21/basic_assembler_bash
An assembler written in bash for the basic computer proposed by Morris Mano in his Computer Systems Architecture textbook
MohamedAbdeen21/basic_assembler_SQL
This is an assembler, written mainly in SQL, for the basic computer proposed by Morris Mano in his Computer Systems Architecture textbook.
MohamedAbdeen21/csvutil
A fast and memory-efficient CLI tool for basic analysis and visualization of CSV files. Inspired by MapReduce and written in Go.
MohamedAbdeen21/sqlparser-rs
Extensible SQL Lexer and Parser for Rust
MohamedAbdeen21/US-Accidents-Analysis
A Data Engineering project using Pyspark, Pyspark Structured Streaming, PostgreSQL Kimball Data Warehouse, Kafka, and Superset.
MohamedAbdeen21/book
The Rust Programming Language
MohamedAbdeen21/Cpp_data_structures
Some of the C++ codes I wrote in the data structures course
MohamedAbdeen21/dpll-sat-solver
An implementation of the dpll algorithm in Go, with a Vue.js frontend.
MohamedAbdeen21/Excel_To_Graphs
A pipeline for plotting data scattered across multiple MS excel files. Customized for my MSE222 Materials Science Lab college course.
MohamedAbdeen21/LoL_auto_match_accept
A python script that accepts League of Legends matches using pyautogui and openCV modules
MohamedAbdeen21/LoL_pics_scrapper
A python script that downloads all of League of Legends champions loading screen arts from wiki.
MohamedAbdeen21/RC5-avr-asm
RC5 cipher with AVR assembly language.
MohamedAbdeen21/spark-practice
Some Spark (and Spark Streaming) I wrote as a practice.