Pinned Repositories
algNumeric
Python and Go code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function.
Base_Lexer
Base-Lexer is a cross-platform Python analyzer that tokenizes and parses Go-like code into an AST with a user-friendly GUI. Designed for educational purposes to learn how compilers work.
ch4rum
FwShell
A simple Forward Shell, for establishes a remote shell session that allows the execution of commands on the server interactively.
Keylogger
Educational, a simple Python-base keylogger that captures keystrokes and sends them to a Telegram bot in real time.
NearestPair
NearestPair is a computational geometry project that efficiently finds the closest pair of points in a given set. This implementation leverages optimized algorithms such as the Divide and Conquer approach to achieve better performance than brute-force methods.
Puzzle4x4
An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.
Sort
Python and Go script designed to analyze and compare different sorting algorithms, such as Bubble, Selection, Insertion, Mergesort and Quicksort algorithms.
SQLpy-DB
Python code provides a command line interface ( C L I ) for managing and querying data in a SQL database.
ch4rum's Repositories
ch4rum/Keylogger
Educational, a simple Python-base keylogger that captures keystrokes and sends them to a Telegram bot in real time.
ch4rum/algNumeric
Python and Go code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function.
ch4rum/Base_Lexer
Base-Lexer is a cross-platform Python analyzer that tokenizes and parses Go-like code into an AST with a user-friendly GUI. Designed for educational purposes to learn how compilers work.
ch4rum/ch4rum
ch4rum/FwShell
A simple Forward Shell, for establishes a remote shell session that allows the execution of commands on the server interactively.
ch4rum/NearestPair
NearestPair is a computational geometry project that efficiently finds the closest pair of points in a given set. This implementation leverages optimized algorithms such as the Divide and Conquer approach to achieve better performance than brute-force methods.
ch4rum/Puzzle4x4
An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.
ch4rum/Sort
Python and Go script designed to analyze and compare different sorting algorithms, such as Bubble, Selection, Insertion, Mergesort and Quicksort algorithms.
ch4rum/SQLpy-DB
Python code provides a command line interface ( C L I ) for managing and querying data in a SQL database.