Skip to content
View K1ntus's full-sized avatar
📝
📝
Block or Report

Block or report K1ntus

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. Vision-3D-Robot Vision-3D-Robot Public archive

    University project where we had to manage the robot's vision using multiple technologies as depth map, image framing, ...

    C++

  2. Nicolas-Cage-Space-Simulator Nicolas-Cage-Space-Simulator Public archive

    2D strategy game. Java project for the third year at university. Inspired by GalCon.

    Java 1

  3. Operating-System Operating-System Public

    Creation of an OS almost from scratch using NachOS. Implementation of fork, threads, asynch console and pagination, etc

    C++

  4. Othello-Solver Othello-Solver Public

    An artificial intelligence for the game of Othello (with a grid of 10x10) in Python. Multiples approach used, A-B, multi-threading, bloom's filter, ...

    Python

  5. Langage-Parser Langage-Parser Public

    University Project where we add to write a code parser and translater from LEA (a simple basic language) to Java, with generation of intermediary code almost completely implemented in y86.

    Java

  6. Computational-Complexity Computational-Complexity Public

    Solving a graph NP-problem using Sat-Solving (libz3) approach.

    C