Skip to content
View ofekats's full-sized avatar

Block or report ofekats

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

Hi there, I'm Ofek

🖥️ I'm a B.Sc. graduate in Computer Science and Mathematics with a specialization in Cyber Security from Ariel University.

my skills:

Typing SVG

Python C C++ Java

My projects

🧮 Fair Allocation Algorithms

My final project for a Computer Science degree, focused on implementing five fair allocation algorithms for the open-source library Fairpyx using Python.

The project is split into three parts:

AWS Social Network User System

This project involves creating a social network with various AWS components using CDK.

The standout feature is the ability to upload posts via images, which are then processed using AWS Textract to extract and edit text. Additional functionalities include user management and profile picture handling.

Technologies: AWS Lambda, API Gateway, S3, SQS, DynamoDB, Amazon Textract.

Wordle_Logo Wordle

A fun project where I recreated my favorite game, Wordle, based on the popular NY Times game. This game allows players to guess a 5-letter word with feedback provided after each guess.

Play the game here!

🕸️ Bayesian Networks Algorithms

This project focused on implementing two key Bayesian network algorithms using Java.
  1. Bayes Ball
  2. Variable Elimination.

These algorithms are essential for determining conditional independence and performing probabilistic inference efficiently. The project provides a straightforward approach to compiling and running the algorithms via a command-line interface.

48 CopyCache Chrome Extension

This project is a Chrome extension that monitors clipboard activity and displays notifications for copied text. Implemented features to manage clipboard history, handle permissions, and interact with the active tab.

Skills Used:

  • JavaScript and Chrome Extensions API
  • Permissions Management
  • Clipboard Monitoring
  • Notifications

Image Description Shell

This project is a simple shell implementation written in C.

This project designed to provide fundamental shell functionalities. It supports command execution, variable management, input/output redirection, and piping between commands. Additionally, it features conditional execution with if, then, else, and fi statements. The shell also includes command history and prompt customization. Ideal for learning and experimentation, this shell demonstrates essential concepts in command-line interfaces and process control.

To all my projects

GitHub Stats

ofekats's Github stats ofekats's Language stats
Contribution Graph ofekats

Pinned Loading

  1. fairpyx fairpyx Public

    Forked from ariel-research/fairpyx

    Fair allocation algorithms in Python

    Python

  2. MoriyaEster/Shiftify MoriyaEster/Shiftify Public

    JavaScript 2