Skip to content
View ruancomelli's full-sized avatar
🪄
Makin' magic
🪄
Makin' magic

Highlights

  • Pro

Organizations

@ImmunoLynk

Block or report ruancomelli

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. brag-ai Public

    Generate and maintain a brag document with the help of LLMs

    Python 2

  2. sourcery-ai/action Public

    A GitHub Action for running Sourcery.

    28 2

  3. boiling-learning Public

    Deep learning models for phase-change quantification and classification.

    Python 8 4

  4. funcy-stubs Public

    Type stubs for funcy

    Python 8 1

  5. learning-rust Public

    Solved exercises to learn Rust

    Rust

  6. A maintenance script to fix, clean a...
    1
    #!/bin/bash
    2
    
                  
    3
    # A script to upgrade all packages and check if a reboot is required
    4
    # Save this file as `up.sh` or add the function directly to `~/.bashrc` or `~/.zshrc`
    5
    # To make this script executable and accessible globally, move it to `/usr/local/bin/up` and run `chmod +x /usr/local/bin/up`