Skip to content
View gioisco's full-sized avatar

Block or report gioisco

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 Loading

  1. sossoldi sossoldi Public

    Forked from RIP-Comm/sossoldi

    "Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.

    Dart

  2. An automatic backup of bashrc on loa... An automatic backup of bashrc on load bash and after 10 minutes from the last edit of .bashrc
    1
    # START AUTOBACKUP .bashrc
    2
    how_old_is_file_from_now() {
    3
      if [[ ! -r $1 ]]; then
    4
        echo 0
    5
      else
  3. usebruno/bruno usebruno/bruno Public

    Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

    JavaScript 30.1k 1.4k

  4. .bash_functions .bash_functions Public

    Contains useful function for bash, like sort flatpak list

    Shell