Skip to content
View cybersaad's full-sized avatar
🔏
Learning
🔏
Learning

Highlights

  • Pro

Block or report cybersaad

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
cybersaad/README.md


Computer Science student focused on practical skills and real-world systems
Strong grip on Java (OOP) and C fundamentals
Actively learning Cyber Security & Web Vulnerability Testing
Interested in how systems work internally — not just surface-level coding


Languages

Tools & Environment

Security Tools


Project Description Tech
Islamic Inheritance Calculator A fully functional inheritance calculator built in pure C, based on Islamic Law of Inheritance by Hamid Khan.

Key Features:
• Calculates fixed Qur'anic shares (spouse, children, parents)
• Handles Awl cases (proportional reduction when shares exceed 100%)
• Distributes residue to residuary heirs with smart validation
• Modular design — checkPrimaryHeirs(), calculateResidue()
• Menu-driven interface with frame-style console output
PDMS — Personal Diary Management System A modern Java Swing desktop app combining five modules into a polished dark-themed interface.

Modules: Diary (mood linking), Grocery (purchase tracking), Tasks (color-coded priorities), Mood Tracker (frequency summary), Memories (location-based entries)

Highlights:
• Three-layer architecture (GUI → Manager → Model)
• Base64-encoded file persistence — no database needed
• Standalone .exe packaging via jpackage

BitFlip — Number System Converter A modern, fully offline Android app for base conversion, binary arithmetic, and scientific calculations.

Core Features:
• Real-time base conversion with fractional support & step-by-step working
• Binary arithmetic (+, −, ×, ÷) with bit-level walkthroughs
• Scientific calculator (sin, cos, log, √, powers) with DEG/RAD modes

Highlights: AMOLED dark theme, glassmorphism UI, persistent history, MVVM architecture, privacy-first (100% offline core)



GitHub Stats Top Languages





Achievements



  • Data Structures & Algorithms
  • Web Security Testing (Burp Suite, Kali Linux)


"Security is not a product, it's a mindset."

Popular repositories Loading

  1. cybersaad cybersaad Public

  2. Personal-Diary-Management-System Personal-Diary-Management-System Public

    A modern Java Swing desktop app for organizing daily life — Diary, Grocery, Tasks, Mood Tracker & Memories in a polished dark-themed interface

    Java

  3. BitFlip BitFlip Public

    A sleek offline Android app for instant base conversions & binary arithmetic with step-by-step working. Built with Kotlin & Jetpack Compose.

    Kotlin