Skip to content
View RonMondshein's full-sized avatar

Highlights

  • Pro

Block or report RonMondshein

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RonMondshein/README.md

About Me

πŸŽ“ Fourth-year Electrical Engineering and Computer Science student at Tel Aviv University.

πŸ’» Languages in my toolkit: C, C#, Java, Python, JS, CSS, HTML, Swift.

πŸ“« How to reach me: ronmondshein@mail.tau.ac.il

Pinned Loading

  1. SymNMF SymNMF Public

    Implementation of ML models, including the k-means algorithm and symNMF, in both C and Python πŸ’».

    C 1

  2. SIMP-Simulator-and-Assembler SIMP-Simulator-and-Assembler Public

    SIMP Processor project showcasing Simulator and Assembler (both implemented in C), along with Assembly Tests (in Assembly) 🧠.

    C 1 1

  3. Foreground_Segmentation_Poisson_Blending Foreground_Segmentation_Poisson_Blending Public

    This repository will contain the implementation of both GrabCut and Poisson Blending algorithms, including code and a detailed report.

    Python 1

  4. Ray_Tracing Ray_Tracing Public

    A Python-based ray tracer that simulates light interaction with 3D objects, supporting reflections, transparency, and soft shadows. Customizable through scene files defining surfaces, materials, li…

    Python

  5. Printable_Char_Counting_Server Printable_Char_Counting_Server Public

    A client-server application that counts the number of printable characters in a stream of bytes sent by the client.

    C

  6. Fibonacci-Heap Fibonacci-Heap Public

    This repository includes the implementation of a Fibonacci Heap, an advanced priority queue data structure with efficient support for operations like insert, deleteMin, meld, and decreaseKey. It al…

    Java