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

Block or report vls-00

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
vls-00/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 TensorFlow NumPy Pandas

IDE's / Editors

IntelliJ IDEA PyCharm Visual Studio Code

Other

Git Docker Hibernate Apache JWT

Pinned Loading

  1. Constraint-Satisfaction-Problems Public

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

    Python 2

  2. 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 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 Public

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

    Lex 1

  5. LinkedIn-Clone Public

    ๐ŸŒ This is our implementation of a website like LinkedIn from scratch using Angular and Springboot.

    Java 5 1

  6. LL1-Calculator-Parser Public

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

    Java