Skip to content
View IPlayZed's full-sized avatar
:octocat:
Dₒᵢₙg ₛₒₘₑₜₕᵢₙg ₍ₚᵣₒbₐbₗy₎.
:octocat:
Dₒᵢₙg ₛₒₘₑₜₕᵢₙg ₍ₚᵣₒbₐbₗy₎.

Sponsoring

@Foxboron
@Homebrew
@thestinger
@starship
@bottlesdevs
@Heroic-Games-Launcher

Highlights

  • Pro
Block or Report

Block or report IPlayZed

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IPlayZed/README.md
  • 👋 Hi, I’m @IPlayZed
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned Loading

  1. SUNIX SUNIX Public

    A UNIX-like custom kernel.

    C++

  2. ESP32-IoT-thesis ESP32-IoT-thesis Public

    My bachelor's thesis on microcontrollers in an IoT setting.

    C++ 1 1

  3. MATLAB function for creating logarit... MATLAB function for creating logarithmically spaced row vector, with given length, between given numbers.
    1
    %Written by Balázs Börcsök, as of 12/10/2020.
    2
    %Licensed under GNU GPL v2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
    3
    function generatedArray=logarithmicIntervalN(low,high,N)
    4
        lowLog=log10(low);
    5
        highLog=log10(high);
  4. reversi-ai reversi-ai Public archive

    A Java based Othello AI for a university project.

    Java

  5. learn-opengl learn-opengl Public

    A small project of mine to learn OpenGL in C and C++ using GLFW 3 and Glad.

    CMake

  6. Automatic scanned image rotation/des... Automatic scanned image rotation/deskew with OpenCV
    1
    #Forked by Balázs Börcsök.
    2
    #Licensed under GNU GPL v2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
    3
    
                  
    4
    import cv2
    5
    import numpy as np