A collection of projects, experiments, and notes from my programming learning journey. This repo serves as a place to practice new concepts, test ideas, and track my progress as I explore different languages, tools, and development techniques.
README.md: main repository overview.LICENSE: project license.ThisisArt.jpg: repository artwork/banner image.
C/: C learning material and exercises.C/HackerRank/: small C solutions for HackerRank practice.C/Learning/: C experiments covering pointers, memory, arrays, loops, structures, and file handling.C/Learning/Small-Encoder/: a small C encoder project withsrc/,include/,Makefile, and its ownREADME.md.
Python/: Python utilities and notes.Python/PDF-Encryptor/: a command-line utility that applies password protection to PDF files usingpypdf.
PowerShell/: PowerShell tooling scripts.PowerShell/Invoke-WindowsSearch/: a Windows Search index querying tool for local or remote keyword hunting.
Bash/: Bash tooling scripts.Bash/Keyrings-Reader/: a Bash utility that scans/proc/keysforuserkeys and attempts to dump them withkeyctl.
TXT/: text-based notes, helper lists, and search material.TXT/Dorks.txt: saved search dorks.TXT/searchstrings.txt: keyword list used for search workflows.TXT/Secret-Regex: regex-related notes or patterns.
