Skip to content
View idan1356's full-sized avatar
👋
👋

Block or report idan1356

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

Pinned Loading

  1. HighTeach HighTeach Public

    Forked from redhat-beyond/HighTeach

    Part of Red Hat's Beyond course. Social network which enables tutors to expose themselves through dynamic connections with potential students, based on fields or special needs.

    Python

  2. Enigma-Java-Web-App Enigma-Java-Web-App Public

    a web app that consists of 3 Java-FX Http clients and an http tomcat server, where teams compete against each other in a brute-force decryption competition of an enigma machine message

    Java

  3. Fully-Connected-Neural-Network Fully-Connected-Neural-Network Public

    a fully connected neural-network implemented in python using numpy, with an option to save run as a JSON file. Network uses mini-batch gradient-descent

    Jupyter Notebook

  4. computer-networking-http-server computer-networking-http-server Public

    a TCP server based on HTTP built from scratch in C++. The server multiplexes the sockets to handle multiple connections at the same time. the parsing and creation of http requests/responses was don…

    C++