Skip to content
View discorev's full-sized avatar

Organizations

@Celaton-Ltd

Block or report discorev

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. colour-puzzle-solver colour-puzzle-solver Public

    A python solver for colour sorting puzzle games implementing both breadth-first and depth-first algorithms

    Python 15 4

  2. sprint-planning-poker sprint-planning-poker Public

    Sprint planning poker game using WebSockets

    TypeScript

  3. multi-k8s multi-k8s Public archive

    Exploration of Kubernetes with front-end and backend services

    JavaScript 1

  4. Artificial-life Artificial-life Public

    This is the website for my Swarm Intelligence & Artificial Life coursework.

    HTML 1 1

  5. C++ to use libtif to read a multi-pa... C++ to use libtif to read a multi-page tiff and convert it to an opencv matrix for manipulation
    1
    #include <opencv2/core/core.hpp>
    2
    #include <opencv2/imgcodecs.hpp>
    3
    #include <opencv2/highgui/highgui.hpp>
    4
    #include <opencv2/imgproc/imgproc.hpp>
    5
    #include <iostream>