Skip to content
View paulhondola's full-sized avatar
💭
0.1x Developer & DDOS-Driven-Developement
💭
0.1x Developer & DDOS-Driven-Developement

Highlights

  • Pro

Organizations

@DEM-Arduino-Project @UniHack2024 @Brigada-Inginerilor-Amarati

Block or report paulhondola

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
paulhondola/README.md

Hey there! 👋

🎓 Education

Undergraduate Student at Polytechnic University of Timișoara

Automation and Computers, Computer and Information Technology Branch

Main University Repository

View My Resume

👨‍💻 Projects

Vibecodium

Collaborative browser-based IDE with real-time multi-user editing (Yjs CRDT), an AI coding agent (SSE streaming), sandboxed Docker execution, Github integration and one-click Vercel deploys. Built with BHVR stack. iTEC 2026 hackathon entry.

My Skills

AtomC Compiler

Recursive-descent compiler frontend for a C-like language, written from scratch in Rust. Implements lexical analysis, tokenization, and syntax validation with save/restore backtracking.

My Skills

Java Decompiler

CLI tool that uses Java reflection to introspect compiled .jar files and generate yUML / PlantUML class diagrams.

My Skills

Gamebox System

A full stack monorepo for managing a game center, featuring a content management system with admin interface and user-facing web application. Features a profile page with friend system, game library, daily missions, tournaments and reservations system. Players feature an ability-based skill rating system based on recent matches, analyzed by an AI model.

My Skills

Multithreaded and Distributed Image Processing Benchmarking Toolkit

A high-performance hybrid parallel image processing framework utilizing OpenMP and MPI to apply complex convolution kernels to large datasets. Features comprehensive benchmarking across serial, multithreaded (shared memory), and distributed execution models (message passing, shared filesystem, task pool), complete with performance analysis tools.

My Skills

OpenMP Dense Matrix Multiplication Benchmark and Analysis

A comprehensive benchmarking suite implementing multiple dense matrix multiplication algorithms in serial and parallel forms using OpenMP.

My Skills

Underwater Robotics Summer Camp - Deepblue Maker, Hangzhou Dianzi University, China

My Skills

Top Languages GitHub Streak
github contribution grid snake animation

Pinned Loading

  1. atomc_compiler atomc_compiler Public

    Educational Compiler for C-Subset Language

    Rust

  2. Java-Decompiler Java-Decompiler Public

    Java Reverse Engineering Tool & UML Generator

    Java

  3. Bitdefender-AC-Labs Bitdefender-AC-Labs Public

    Reverse Engineering and Malware Analysis

    C 1

  4. MPI-OpenMP-Image-Processing MPI-OpenMP-Image-Processing Public

    Multi-threaded and Distributed Image Processing System

    C

  5. OpenMP-Dense-Matrix-Multiplication OpenMP-Dense-Matrix-Multiplication Public

    Custom Matrix Multiplication Benchmark Suite

    C