Skip to content
View Ron-Zilber's full-sized avatar
Block or Report

Block or report Ron-Zilber

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

Hi!

I'm Ron Zilbershtein,

Ben-Gurion University of the Negev Student

Electrical and Computer Engineering

Graduate 2024.

Specializations : Computers and Computer Networks.

Main Skills:

Go, C++, C, Python, TCP/IP, Linux, Erlang.

CONTACT

[email protected]

linkedin.com/in/ron-zilber

Available to work at the south and the center districts. (Israel)

Pinned

  1. BDD_Tree BDD_Tree Public

    The provided Erlang code builds a reduced Binary Decision Diagram (BDD) tree from a given boolean function. It recursively constructs the BDD by splitting the tree based on the variables in the fun…

    Erlang

  2. Topics-at-Data-Structures Topics-at-Data-Structures Public

    A menu based interface that allows the user to perform basic operations on DSs such as mathematical set, stack and a queue. * Given as an assignment in Systems Programming course at Ben-Gurion Univ…

    C++

  3. ASCII-Dictionary ASCII-Dictionary Public

    A menu-based word manipulation system. * It includes functions for inserting words, printing the words in the system, sorting the words by different criteria, and calculating the ASCII sum and aver…

    C

  4. Messages-Spreading Messages-Spreading Public

    This Erlang code utilizes process-oriented programming to create a mesh (or ring) where each node is a process and enables efficient spreading of messages from a root to all other processes.

    Erlang

  5. Vending-Machine Vending-Machine Public

    Menu-based interface of a vending machine with an inside cashier and storage management. * Given as an assignment in Systems Programming course at Ben-Gurion University.

    C++

  6. Watching-Details-Server Watching-Details-Server Public

    This Program receieve watching details from two broadcast companies (two files) and creates a data base and a unified watching details file. *Need n.txt and s.txt files to be in same dir as the cod…

    C