GitHub / shaina-gh 1 Repository
shaina-gh/risk-prediction-engine
Language: Python - Size: 6.84 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

shaina-gh/agile-project-management-simulation
Size: 1.95 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

shaina-gh/project-portfolio-dashboard
This project is a dynamic and interactive dashboard built in Microsoft Excel to track and visualize the key metrics of a project portfolio. It is designed to provide project managers and stakeholders with an at-a-glance view of project health, financial performance, and timelines.
Size: 143 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

shaina-gh/supply-chain-frontend
This is the frontend for a full-stack Business Intelligence dashboard built with React. It provides an interactive interface for supply chain managers to analyze logistics data, identify inefficiencies, and make data-driven decisions.
Language: JavaScript - Size: 193 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

shaina-gh/supply-chain-backend
Language: JavaScript - Size: 834 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

shaina-gh/mental-health-reddit-analyzer
Tool for analyzing mental health discussions on Reddit with conversation sentiment trajectory analysis
Language: Python - Size: 61.5 KB - Last synced at: 6 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

shaina-gh/skill-swap
Connect with others to share and trade skills seamlessly. The platform features skill-based search, swap requests, availability tracking, and a built-in rating system to ensure trust and quality. 🔧 Tech Stack: TypeScript (frontend), Python (backend), MongoDB (database)
Language: TypeScript - Size: 407 KB - Last synced at: 28 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

shaina-gh/machine-code-generation
A C++ program that simulates compiler backend phases by converting infix expressions into postfix notation, quadruples, and machine-level code.
Language: C++ - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

shaina-gh/type-checking
A C++ program to implement type checking of variable assignments and expressions, simulating a part of the semantic analysis phase of a compiler.
Language: C++ - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

shaina-gh/construction-of-quadruples
A C++ program to convert infix expressions to postfix and generate intermediate code using quadruples for compiler design.
Language: C++ - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

shaina-gh/intermediate-code-generation
This repository contains a C++ implementation for converting infix expressions into postfix form and generating corresponding three-address intermediate code, a key step in compiler construction.
Language: C++ - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

shaina-gh/operator-precedence-parsing
A C implementation of Operator Precedence Parsing for validating arithmetic expressions using precedence tables in compiler design.
Language: C - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

shaina-gh/slr-parser
A C++ implementation of an SLR parser that constructs parsing tables and validates strings against a given grammar.
Language: C++ - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

shaina-gh/operator-precedence-table-constructor
Implementation of Operator Precedence Table construction using C with LEADING and TRAILING analysis.
Language: C - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

shaina-gh/LL1-parser-first-follow
A C++ implementation for computing FIRST and FOLLOW sets of a grammar to aid in LL(1) parser construction.
Language: C++ - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

shaina-gh/dfa-construction
A C++ implementation to simulate a DFA for the regular expression (a|b)*abb+
Language: C++ - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

shaina-gh/token-seperation-using-files
A C++ program for lexical analysis that classifies tokens from source code using file input.
Language: C++ - Size: 3.91 KB - Last synced at: 26 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

shaina-gh/shaina-gh
Config files for my GitHub profile.
Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

shaina-gh/Sorting-Visualizer Fork of ThatSINEWAVE/WebSort
Sorting Visualizer is an interactive project that visually demonstrates how sorting algorithms work. It provides a dynamic representation of the sorting process, allowing users to see how elements are rearranged in real-time.
Language: JavaScript - Size: 555 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

shaina-gh/SSL
A simple Java-based SSL client-server application demonstrating secure socket communication for educational purposes.
Language: Java - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/Diffie-Hellman--MITM
Simulation of Diffie-Hellman key exchange with a Man-in-the-Middle (MITM) attack demonstration in Java.
Language: Java - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/DSS
Java implementation of the Digital Signature Standard (DSS) for message integrity and authenticity verification.
Language: Java - Size: 6.84 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/HMAC-using-MD5--SHA256
Computes Message Authentication Codes (MACs) for messages of varying sizes using SHA-128 and SHA-256, and benchmarks time performance.
Language: Java - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/MD5-MAC
A Java-based tool to generate secure Message Authentication Codes (MACs) using HMAC-MD5 for verifying data integrity and authenticity. Features MD5 hashing, RFC 2104-compliant key adjustment, and inner/outer hash computation with ipad/opad. Ideal for learning cryptographic integrity checks, with sample key-message inputs and hex-encoded output.
Language: Java - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/RSA
A Java-based RSA encryption and decryption system for numeric and alphanumeric messages using public-key cryptography.
Language: Java - Size: 11.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/DES
Java-based implementation of the DES encryption algorithm using 64-bit key and block size for secure symmetric communication.
Language: Java - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/AES
A simplified Java implementation of AES-128 encryption and decryption for educational purposes.
Language: Java - Size: 10.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/Shaina-Portfolio
A personal portfolio showcasing my skills, projects, and experience with a modern, responsive design.
Language: JavaScript - Size: 22.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shaina-gh/Story2 Fork of angelabauer/Story
My masterpiece.
Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

shaina-gh/html-resume
Language: HTML - Size: 402 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shaina-gh/html-portfolio
Language: HTML - Size: 2.81 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0
