Skip to content
View Laithamr05's full-sized avatar

Block or report Laithamr05

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Laithamr05/README.md

hey, i'm laith

🪩 about me

  • 🇵🇸 palestine, west bank
  • 💻 cs @ birzeit university

🗂️ fav repos

name description
SQL-Schema-to-UML paste your sql tables, get back a full er diagram with relations. built in a weekend and kept growing.
Abaad-Contracting-Managment-System flask + relational models for a real contracting business — projects, employees, clients, suppliers, plus solar/building analytics.
StoreFront-Backend typescript express api over postgres with jwt and migrations. my "ok i actually get backend now" project.
HuffmanProject huffman coding compression in java with a javafx gui. custom bit i/o streams and a little visualizer for the encoding table.
32-bit-password-breaker genetic algorithm cracking 32-bit binary passwords. roulette selection, crossover, mutation, all in java + javafx.
News-Classifier tf-idf + logreg / decision tree to sort ag news headlines into 4 buckets.
Identify-Customer-Segments unsupervised learning on demographic data. pca + k-means, lots of jupyter scrolling.

🧰 stuff i use

python sql typescript java dart c postgres mysql pandas scikit-learn pytorch tensorflow node express flask react angular flutter git linux jupyter playwright vite

🌙 kudos

feel free to fork or copy anything in my repos.

📫 reach me

Pinned Loading

  1. Abaad-Contracting-Managment-System Abaad-Contracting-Managment-System Public

    comprehensive Flask-based database management system for a contracting company. Manages projects, employees, clients, suppliers, and provides analytics for building and solar projects."

    HTML

  2. Image-Processing-API Image-Processing-API Public

    A web API for fast and flexible image processing—resize, crop, convert, and manipulate images with simple HTTP requests. Perfect for integrating image operations into any app or service.

    TypeScript

  3. StoreFront-Backend StoreFront-Backend Public

    Backend API for an online storefront built with Node.js, Express, PostgreSQL, and JWT authentication.

    Jupyter Notebook

  4. News-Classifier News-Classifier Public

    News classification project using TF-IDF vectorization and scikit-learn (Logistic Regression & Decision Tree) to classify AG News headlines into 4 categories

    Jupyter Notebook

  5. birzeit-school-registration birzeit-school-registration Public

    Birzeit School Registration — SwiftUI app for COMP433 Group 6. Arabic RTL + English, eSadad payments, full UC1–UC10 coverage.

    Swift 3

  6. HuffmanProject HuffmanProject Public

    Java implementation of Huffman coding compression/decompression with JavaFX GUI. Features variable-length prefix codes, custom bit I/O streams, and encoding table visualization.

    Java 1