Skip to content
View al3xlapo's full-sized avatar

Block or report al3xlapo

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

Popular repositories Loading

  1. Computer-Security-Projects Computer-Security-Projects Public

    A project touching system security. The first party addresses buffer overflow attacks, the second TLS attacks, the third rainbow tables against password hashes and the fourth has to do with website…

    Python 2

  2. Vessel-Tracks-API Vessel-Tracks-API Public

    TSQL

  3. Compilers-Project Compilers-Project Public

    Creation of a parser and translator to Java, MiniJava semantic check using Java, JavaCC and JTB visitors and generation of intermediate Code from MiniJava to LLVM.

    Java

  4. Data-Mining-Projects Data-Mining-Projects Public

    A program in Python that was tasked to analyse a large amount of data and then classify tweets according to their sentiment to positive, neutral and negative. The data were cleared, stemmed and the…

    Jupyter Notebook

  5. Ngrams-Detection Ngrams-Detection Public

    Program in C++ which reads and stores ngrams (sorted) in a tree structure and then detects and prints the ngrams asked using binary search, a hashtable and a bloom filter while also performing algo…

    C++

  6. System-Programming-Projects System-Programming-Projects Public

    Server-client programs in C that utilize data structures(graphs), hashtables (dynamic hashtables, using buckets), threads, signals and pipes. Project one models a server(bank)-client(user) applicat…

    C