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

Block or report diegocardoso93

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

    Rust

  2. sled-snow sled-snow Public

    godot isometric game

    GDScript 1 1

  3. CodinGame-challenges CodinGame-challenges Public

    my solutions for some codingame challenges

    JavaScript

  4. simple localstorage hook abstraction simple localstorage hook abstraction
    1
    export default function usePersist(target) {
    2
      const setItem = (key, value) =>
    3
        localStorage.setItem(key, JSON.stringify(value));
    4
    
                  
    5
      const set = target
  5. aquarium-jess aquarium-jess Public

    http gateway to control aquarium light

    1

  6. AlgoLua AlgoLua Public

    Lua 2