Skip to content
View uriel-sofer's full-sized avatar

Block or report uriel-sofer

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
uriel-sofer/README.md

Hi there, I'm Uriel Sofer πŸ‘‹

Welcome to my GitHub profile!

I'm a Computer Science student with interests in software development, cybersecurity, and systems programming.
This GitHub contains a mix of personal projects, academic work, and experiments.


πŸ”₯ Featured Projects

  • 4 in a Row Game β€” Java console-based implementation of a dynamic grid Four-in-a-Row game with customizable size and winning conditions.
  • Mysh β€” A simple shell written in C, handling command execution and basic process management, built to practice Unix system calls.

🎯 About This GitHub

  • Personal Projects: Available publicly for showcasing.
  • University Assignments: Mostly private for neatness, available upon request.
  • Experiments and Tests: Exploring C, Java, and operating system concepts.

πŸ“š Current Focus

  • Improving skills in C/C++, Java, and Python.
  • Studying cybersecurity, systems programming, and algorithm design.
  • Building personal projects for practical experience.

πŸ“¬ Contact

Pinned Loading

  1. FourInARow FourInARow Public

    Year1 final project in Java.

    Java

  2. Mysh Mysh Public

    A simple Unix-like shell written in C. Supports built-in commands, background job control, I/O redirection, and piping.

    C