Skip to content
View rafailsialakis's full-sized avatar

Block or report rafailsialakis

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

Rafail Sialakis

Computer Science student at the University of Macedonia with a focus on low level programming, algorithms, and cybersecurity. I enjoy building things close to the metal — from reimplementing Unix utilities in C to visualizing pathfinding algorithms. Currently exploring parallel computing and sparse matrix operations.

Pinned Loading

  1. jvm-compiler jvm-compiler Public

    This project demonstrates a full compiler made with Flex & Bison for Programming Languages & Compilers course

    C 1

  2. Bicubic-Spline-Interpolation Bicubic-Spline-Interpolation Public

    This repository implements the comparison of Bicubic Spline Interpolation in Python and C++, a powerful technique for smooth and accurate interpolation of images in two dimensions.

    C++ 1

  3. Prime-Gen Prime-Gen Public

    Prime Number Generator is a C-based program designed to generate prime numbers demonstrating parallel computing principles

    C 1

  4. ROP-Notes ROP-Notes Public

    Some notes i took while learning Return Oriented Programming principles. It is not finished yet, open for collaboration

    3