Skip to content
View arbel03's full-sized avatar
💭
main_v2_final_final_version-rev5-01_19-finished(1).py
💭
main_v2_final_final_version-rev5-01_19-finished(1).py
Block or Report

Block or report arbel03

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

    A simple kernel written in Rust for studying purposes.

    Rust 49 1

  2. bootloader bootloader Public

    Bootloader for my operating system written in Rust

    Assembly 10 1

  3. MinesweeperAI-Client MinesweeperAI-Client Public archive

    Forked from ripexz/python-tkinter-minesweeper

    Minesweeper game written in Python using Tkinter GUI library.

    Python 1

  4. Quad-Tree-Example Quad-Tree-Example Public

    This repository shows how to build a quad tree in a squared map. This data structure can be used to check for collisions super efficiently. Used mainly in games.

    JavaScript 2

  5. A customizable Swift class that trig... A customizable Swift class that triggers a dialog for asking the user to rate the app.
    1
    //
    2
    //  AppRater.swift
    3
    //  EasyGraphCalculator_iOS
    4
    //
    5
    //  Created by arbel03 on 23/03/2016.
  6. Swift extension of a URLRequest that... Swift extension of a URLRequest that add Basic Authentication to the authorization header of a HTTP request as per rfc7617: https://tools.ietf.org/html/rfc7617
    1
    //
    2
    //  BasicAuthenticationExtension.swift
    3
    //  ToCheckIn
    4
    //
    5
    //  Created by arbel03 on 25/08/2016.