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

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
IPlayZed/README.md

profile for Balázs Börcsök on Stack Exchange, a network of free, community-driven Q&A sites

Pinned Loading

  1. ESP32-IoT-thesis ESP32-IoT-thesis Public

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

    C++ 1 1

  2. 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);
  3. reversi-ai reversi-ai Public archive

    A Java based Othello AI for a university project.

    Java

  4. cutting-stock-optimization cutting-stock-optimization Public

    Optimize the cutting stock problem on your phone.

    Kotlin

  5. microscope-table-viewer microscope-table-viewer Public

    C# 1

  6. SUNIX SUNIX Public

    A UNIX-like custom kernel.

    C++