ch4rum

ch4rum

User data from Github https://github.com/ch4rum

GitHub:@ch4rum

ch4rum's repositories

Keylogger

Educational, a simple Python-base keylogger that captures keystrokes and sends them to a Telegram bot in real time.

Language:PythonStargazers:5Issues:0Issues:0

algNumeric

Python and Go code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function.

Language:GoStargazers:0Issues:1Issues:0

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.

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

FwShell

A simple Forward Shell, for establishes a remote shell session that allows the execution of commands on the server interactively.

Language:PythonStargazers:0Issues:1Issues:0

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.

Language:PythonStargazers:0Issues:0Issues:0

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.

Language:PythonStargazers:0Issues:0Issues:0

Sort

Python and Go script designed to analyze and compare different sorting algorithms, such as Bubble, Selection, Insertion, Mergesort and Quicksort algorithms.

Language:PythonStargazers:0Issues:1Issues:0

SQLpy-DB

Python code provides a command line interface ( C L I ) for managing and querying data in a SQL database.

Language:PythonStargazers:0Issues:1Issues:0