Skip to content
View LtVaios's full-sized avatar
  • Athens, Greece

Block or report LtVaios

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

Languages

Java C C++ Python TypeScript HTML5

Databases

Oracle MySQL MariaDB Postgres

Frameworks

Spring Vue.js

Operating Systems

Kali Linux Windows

Machine Leargning

scikit-learn PyTorch NumPy Pandas

IDE's / Editors

IntelliJ IDEA PyCharm Visual Studio Code

Other

Git Docker Hibernate Apache JWT

Pinned Loading

  1. Constraint-Satisfaction-Problems Constraint-Satisfaction-Problems Public

    ๐Ÿ” ๐Ÿ“ป Solving the radio link frequency assignment problem (RLFAP) by implementing various contraint satisfaction algorithms.

    Python 2

  2. MiniJava-Compiler MiniJava-Compiler Public

    ๐Ÿ‘“ ๐Ÿ’ป For this project I made my own compiler for a language called MiniJava which is a subset of Java.

    Java 2

  3. Berkeley-Pacman-Project Berkeley-Pacman-Project Public

    ๐Ÿ‘ป ๐ŸŽฎ This is my implementation in the famous Berkeley pacman artificial intelligence project: http://ai.berkeley.edu/project_overview.html.

    Python 2 1

  4. Java-Translator Java-Translator Public

    ๐Ÿ’ฌ This is my implementation of a programm that translates peudocode into java code.

    Lex 1

  5. My-LinkedIn My-LinkedIn Public

    ๐ŸŒ This is our implementation to make a website like LinkedIn from scratch using angular and spring backend.

    Java 4 1

  6. LL1-Calculator-Parser LL1-Calculator-Parser Public

    โ™จ๏ธ ๐Ÿ”€ In this project I built an LL1 (leftmost derivation) recursive calculator as an intoduction to compilers.

    Java