Cutting-Edge Projects in Tech & Development
Explore my collection of innovative solutions across AI, multimedia, security, and low-level programming. Each project represents a unique challenge and creative approach.

Slide for more
AI
PyFace3D
Real-time 3D face modeling application that generates textured mesh models from webcam input.
View Project
Game of Life AI
Implementing Conway's Game of Life with genetic algorithms to optimize patterns and explore emergent behaviors within the simulation.
View Project
Alpha Sudoku Go
An advanced C++ puzzle solver that leverages AI techniques of constraint satisfaction and backtracking algorithms to solve any puzzle, complemented by an interactive Qt5 GUI and Sudoku games.
View Project
Hopfield Net Core
An interactive tool for exploring Hopfield networks, showcasing neural dynamics, pattern recognition, and TSP optimization.
View Project
Simulation Earth
Implementation of a Cellular Automaton for a variety of cause-effect inferences, with simple GUI and graph support.
View Project
Deep Dark Blue MiniMax
Showcases AI decision-making in competitive games using the minimax algorithm with alpha-beta pruning.
View Project
Perceptual Binary Classifier
Utilizes perceptron neural networks to classify 21-digit binary numbers based on the presence of 'ones'.
View Project
Iris Net RBM
Explores generative learning through the classification of the Iris dataset with a user-friendly GUI.
View Project
Decision Tree AI
An innovative implementation of decision trees for machine learning, showcasing algorithmic learning from scratch.
View ProjectMultimedia

MooveFree
An offline, free app inspired by Moovit for planning bus routes in Israel.
View Project
Python Pixel Art
A comprehensive set of functionalities for an image editor, including color manipulation, pixelation, history tracking, and GUI components.
View Project
Psycho Timer
Recreating real exam environments, supplemented with voice functionalities.
View Project
Audio Visual Synth
Combining real-time graphics, audio synthesis, and interactive elements to create an engaging, cross-platform music visualizer.
View Project
15-puzzle
Demonstrating a Variety of Classic AI Search Algorithms with advanced visuals and modern coding.
View Project
CrossFinder
An innovative variant of Conway's Game of Life introduces advanced states and specialized rules designed to accurately detect cross-shaped patterns. - Dor-sketch/CrossFinder
View Project
Snakes and Ladders
Enhanced with Qt6, WebAssembly-ready, and simplified CMake builds.
View ProjectSecurity & Networking
Encrypted TCP
A robust and secure server-client architecture specifically tailored for real-time encrypted communication.
View Project
Backup Server
Server-client dynamics & efficient file parsing.
View Project
Meta Decorator
A Python script that demonstrates the dynamic injection of decorators into classes within a Python source file.
View Project
Anki Smart Review Pad
An Anki Add-on for effective reviewing.
View Project
ASLR Stack Sec Demos
Deep dives into ASLR and stack overflow vulnerabilities.
View Project
USocial
A C++ coursework project on social media system simulation.
View Project
LeetCode Solutions
Leveraging Selenium WebDriver to generate a categorized collection of your LeetCode solutions.
View ProjectLow-Level
Assembler
Thorough study of compiler architectures and translating assembly code.
View Project
XV6 PS Implementation
An implementation of the ps system call specifically for the xv6 operating system.
View Project
Complex Calculator C
Designed for complex number calculations, showcasing modular programming and efficient parsing techniques in ANSI C.
View Project
CBits
A collection of C functions designed for bit manipulation and analysis.
View Project
Assembly Collection
A collection of MIPS assembly language programs for CS students. - Dor-sketch/openu_course20471_asm
View Project