Skip to content
View Kallaf's full-sized avatar
🏊‍♀️
swim
🏊‍♀️
swim
Block or Report

Block or report Kallaf

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. Risk-game Risk-game Public

    Risk game is an AI project where I apply 4 different AI search agents (Greedy search, A* search,real time A* and minimax) and 4 non AI agents (Human agent,aggressive agent,passive agent and nearly …

    Java 3 2

  2. Solar-System Solar-System Public

    3D Simulation for the solar system, using c++ Opengl library.

    C 1 1

  3. 8-puzzle-solver 8-puzzle-solver Public

    An 8-puzzle game solver implementation in Python, uses multiple search algorithms.

    Python 2 1

  4. Image-Mosaics Image-Mosaics Public

    In this project, we have implemented an image stitcher that uses image warping and homo-graphies to automatically create an image mosaic. We have focused on the case where we have two input images …

    Python 1 1

  5. Stereo-Vision Stereo-Vision Public

    In this repository we implement and test some simple stereo algorithms. In each case we take two images Il and Ir (a left and a right image) and compute the horizontal disparity (ie., shift) of pix…

    Python 1

  6. stackoverflow-api stackoverflow-api Public

    RESTful api that exposes stackoverflow main APIs in rails and PostgreSQL

    Ruby