Skip to content
View sDos280's full-sized avatar

Block or report sDos280

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

Hi, I'm Dor Shapira

I'm a passionate developer with a strong interest in systems programming, programming languages, mathematics, and applied computer science.

Most of my work is focused on learning by building: compilers, low-level software, graphics libraries, cryptography implementations, reinforcement-learning demos, and small experimental tools.

What I work with

  • Python
  • C#
  • C
  • Compilers and interpreters
  • Operating-system development
  • Graphics programming
  • Algorithms and mathematics

Selected projects

raylib-python-ctypes

A Python wrapper for the raylib graphics library. This project explores Python bindings, C interop, graphics programming, and library design.

SimplerC

A compiler for a simplified version of C. This project includes parsing, AST processing, code generation concepts, and compiler architecture.

MyOS

An experimental operating-system project. The goal is to better understand low-level programming, boot processes, memory management, drivers, and kernel development.

PY-AES-GCM

A Python implementation of the AES-GCM encryption algorithm. This project helps explore cryptography, authenticated encryption, and how security primitives work internally.

DQN-TicTacToe

A reinforcement-learning demo that trains an agent to play Tic-Tac-Toe using a Deep Q-Network approach.

Currently learning

  • Advanced mathematics
  • Compiler architecture
  • Operating-system internals
  • Low-level programming concepts

Pinned Loading

  1. raylib-python-ctypes raylib-python-ctypes Public

    Python 11 8

  2. DQN-TicTacToe DQN-TicTacToe Public

    my demo of DQN with TicTacToe

    Python

  3. SimplerC SimplerC Public

    my own compiler for a simpler version of c

    Python

  4. PY-AES-GCM PY-AES-GCM Public

    my own implementation of the aes gcm algorithm

    Python