Skip to content
View vehlwn's full-sized avatar
🌲
🌲
Block or Report

Block or report vehlwn

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

    Detect motion on webcam video stream with cv::BackgroundSubtractorMOG2 algorithm and write it to a file

    C++ 4 1

  2. brute-sudoku-rs brute-sudoku-rs Public

    Recursive descent sudoku algorithm in Rust

    Rust 1

  3. chess-alpha-beta chess-alpha-beta Public

    Alpha-beta pruning algorithm for chess game in Rust

    Rust 1

  4. genetic-circle genetic-circle Public

    Finds position for a circle that spans the maximum number of given points

    Python