Skip to content
View bdibon's full-sized avatar
🤖
🤖
Block or Report

Block or report bdibon

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. books-to-scrape books-to-scrape Public

    A python script that leverages asyncio to achieve a blazingly fast webscraping (with beautifulsoup).

    Python

  2. chess-tournament chess-tournament Public

    A python CLI app to manage chess tournaments, built with typer and TinyDB. Implemented with the MVC design pattern.

    Python 1

  3. corewar corewar Public

    A clone of the famous 80's programming game. #42

    C

  4. just-stream-it just-stream-it Public

    A webview for a REST API, made with HTML, vanilla JS, SASS and vite for development/build.

    JavaScript

  5. lem-in lem-in Public

    lem-in solves a multi-agent pathfinding problem. It involves optimisation and graph theory. #42

    C

  6. push_swap push_swap Public

    push_swap sorts efficiently two stacks of integers with a limited set of operations. It deals with complexity and sorting algorithms. #42

    C