Skip to content
View bodoque-01's full-sized avatar
😤
Oranging
😤
Oranging

Highlights

  • Pro

Block or report bodoque-01

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. chatgpt-chat-categorizer chatgpt-chat-categorizer Public

    Chrome extension that allows you to categorize chatgpt conversations

    JavaScript

  2. evolution_ai_flappy evolution_ai_flappy Public

    AI that learns to play Flappy Bird by simulating natural selection

    Python

  3. some_algos some_algos Public

    A few algorithmic stuff. A* maze runner, a 3D rotating cube and a simple linear regression algorithm from scratch

    Python

  4. CS50AI CS50AI Public

    My code for some of Harvard's CS50 AI course projects I enjoyed the most. A crossword solver, a minesweeper AI, a Tic-Tac-Toe AI, a Nim AI and a neural network example.

    Python

  5. Shell-in-C Shell-in-C Public

    POSIX Shell implemented in C. Coded just to get a better grasp on how to use syscalls (and general memory in C), as a CodeCrafters challenge. Made in two days too, I accept no complains (jk, I do).

    C

  6. JWT-Protected-REST-API JWT-Protected-REST-API Public

    Implements a JWT protected, documented and cached REST API, using Spring Security, OpenAPI and Redis respectively. Manually creates database using mySQL.

    Java