Skip to content
View GeorgeVasilakopoulos's full-sized avatar
🔥
🔥
Block or Report

Block or report GeorgeVasilakopoulos

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

Pinned

  1. Functional-Problem-Solving Functional-Problem-Solving Public

    Efficient solutions to interesting algorithmic problems/competitive programming tasks. Implemented in the second greatest language of all! (the first being λ-Calculus)

    Haskell 1

  2. eclass-pentest eclass-pentest Public

    Penetration testing of an old and vulnerable version of our university's web portal. Threats considered were XSS attacks, CSRF's, RFI's and SQLi's.

    PHP 1

  3. IMDb-Sentiment-Analysis IMDb-Sentiment-Analysis Public

    Sentiment classification of IMDb movie reviews / Deep Learning for Natural Language Processing

    Jupyter Notebook 1

  4. Client-Server-TCP Client-Server-TCP Public

    Implementation of a multi-threaded poller server. Client-Server communication through TCP. Thread synchronization with mutexes and condition variables

    C

  5. Unix-Shell Unix-Shell Public

    Implementation of a unix-like shell in C. Assignment for K24 Systems Programming

    C

  6. Unix-Process-Synchronization Unix-Process-Synchronization Public

    Multiple child processes (readers) request to read lines from a file. The parent process (writer) loads segments into the shared memory. Readers that seek lines from the loaded segment may access t…

    C 3