Skip to content
View GeorgeGrasu's full-sized avatar

Block or report GeorgeGrasu

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 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. Barcode-Reader-In-Scala Barcode-Reader-In-Scala Public

    This project is a functional programming application written in Scala 3, designed to process and decode EAN-13 barcodes from raw digital images. The application implements a complete image processi…

    Scala

  2. Lambda-Calculus-Interpreter Lambda-Calculus-Interpreter Public

    A Haskell implementation of a Lambda Calculus interpreter supporting Normal and Applicative reduction strategies. Features include a powerful REPL, macro definitions, and a standard library with Ch…

    Haskell

  3. Simple-Router-Implementation Simple-Router-Implementation Public

    This project implements the dataplane of a software router in C, designed to operate at Layer 3 of the OSI model. The router acts as a core network device, efficiently processing and forwarding IPv…

    Python

  4. Mini-libc-Implementation Mini-libc-Implementation Public

    Freestanding mini-libc implementation for Linux x86_64, serving as a minimal C runtime. Features a custom memory allocator using mmap, unbuffered I/O wrappers, process control, and standard string …

    C