Skip to content
View shreyas-a-s's full-sized avatar
⏳
Trying to find more time out out 24 hours
⏳
Trying to find more time out out 24 hours

Organizations

@Bharat-Genome-Database-BGDB
Block or Report

Block or report shreyas-a-s

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
shreyas-a-s/README.md

Hi, I'm Shreyas πŸ‘‹

class Shreyas:
    def __init__(self):
        self.name = "Shreyas"
        self.age = 22
        self.interests = ["coding", "reading", "learning", "linux", "tweaking the dev environment"]
        self.skills = [ "Linux Administration", "Bash", "Python", "Web dev", "JavaScript", "C"]

    def __str__(self):
        return f"πŸ‘‹ Hey, I'm {self.name}!\n\n I'm {self.age} years old and passionate about {', '.join(self.interests)}.\n\nπŸ’» My skills include {', '.join(self.skills)}.\n\nLet's connect and build something amazing together!"

shreyas = Shreyas()

print(shreyas)

Languages

Technologies & Frameworks

Tools

IDE

OS

Pinned

  1. oneclick-website-deployer oneclick-website-deployer Public

    Bash script to install and setup a basic working drupal website with tripal module installed and activated.

    Shell 1 1

  2. linux-tweaks linux-tweaks Public

    A curated list of customisations that will make your Linux experience more enjoyable

    Shell 3

  3. dotfiles dotfiles Public

    A collection of my dotfiles

    Shell

  4. code-needs-to-go code-needs-to-go Public

    A place to store some of the good code that I remove from my projects

    Shell

  5. linux-qemu linux-qemu Public

    Shell script to install and setup qemu & a VM manager on Linux

    Shell

  6. pipepipe-to-newpipe pipepipe-to-newpipe Public

    Convert PipePipe database to work with NewPipe

    Python 1