Skip to content
View aliardaeker's full-sized avatar

Block or report aliardaeker

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 Loading

  1. CPU-Simulator CPU-Simulator Public

    Simulation Program to realize an pipelined multiple stages CPU with LSQ, ROB, IQ and Rename Table in place

    C++ 1

  2. Well-Known-Algorithms Well-Known-Algorithms Public

    Programs to simulate many well known problems with their solutions written with C++. Exchange, insertion, merge, randomized quick sort. Heap sort with radix, large integer multiplication, strassen …

    C++ 1

  3. Eye-Tracker Eye-Tracker Public

    My second internship project. I am using this as a basis for my senior project now. It is a face detection program written in C++ using OpenCV libraries. It detects the face then captures the eyes …

    C++ 3

  4. Autonomous-Tetris-Player Autonomous-Tetris-Player Public

    My junior year project for artificial intelligence research. It is a self playing Tetris bot. Playing logic of the bot and artificial intelligence parts of the project is by me, other parts are con…

    C++ 1

  5. Classification-and-Clustering Classification-and-Clustering Public

    Program takes gray level bitmap images and performs Nearest Neighbor Classification and K-Means Clustering algorithms with different parameters. Then error rate is calculated. Application is develo…

    C++ 1

  6. Haskell-Trivials Haskell-Trivials Public

    4 Basic functional programs written with Haskell

    Haskell