Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View dotbanana's full-sized avatar

Block or report dotbanana

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dragoonDorise/EmuDeck dragoonDorise/EmuDeck Public

    Emulator configurator for Steam Deck

    Shell 3.5k 255

  2. SteamGridDB/steam-rom-manager SteamGridDB/steam-rom-manager Public

    The bulk game importer and artwork manager for Steam!

    TypeScript 2.5k 149

  3. Add location to gnome weather Add location to gnome weather
    1
    #!/bin/bash
    2
    # Add location to gnome weather manually
    3
    
                  
    4
    if [[ ! -z "$(which gnome-weather)" ]]; then
    5
    	system=1
  4. CPU-BTC-Puzzle-Solver CPU-BTC-Puzzle-Solver Public

    Forked from mrv777/CPU-BTC-Puzzle-Solver

    CPU based attempt at solving the BTC puzzle

    Python