Skip to content
View unamiral's full-sized avatar
🛰️
Alone in the space
🛰️
Alone in the space

Highlights

  • Pro
Block or Report

Block or report unamiral

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

    A Tux bot

    Python 2

  2. Synchronizing Arch Packages include ... Synchronizing Arch Packages include pacman and aur
    1
    import subprocess
    2
    x = input("Do you want Synchronizing package databases? [y/N]: ")
    3
    if x == "y":
    4
        subprocess.run(["sudo", "pacman", "-Syy"])
    5
        subprocess.run(["yay", "-Syy"])
  3. HandyProject HandyProject Public

    just for fun :)

    Jupyter Notebook 11