Skip to content
View ndy7stillx86ihz's full-sized avatar
Bean
Bean

Highlights

  • Pro

Block or report ndy7stillx86ihz

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 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
ndy7stillx86ihz/README.md
ndy7stillx86ihz@github:~$ ./start.sh  
▗▖  ▗▖▗▄▄▄ ▗▖  ▗▖▗▄▄▄▖ ▗▄▄▖▗▄▄▄▖▗▄▄▄▖▗▖   ▗▖   ▗▖  ▗▖▄▄▄▄ ▄▄▄▄ ▗▄▄▄▖▗▖ ▗▖▗▄▄▄▄▖
▐▛▚▖▐▌▐▌  █ ▝▚▞▘    ▐▌▐▌     █    █  ▐▌   ▐▌    ▝▚▞▘ █  █ █      █  ▐▌ ▐▌   ▗▞▘
▐▌ ▝▜▌▐▌  █  ▐▌     ▐▌ ▝▀▚▖  █    █  ▐▌   ▐▌     ▐▌  █▀▀█ █▀▀█   █  ▐▛▀▜▌ ▗▞▘  
▐▌  ▐▌▐▙▄▄▀  ▐▌     ▐▌▗▄▄▞▘  █  ▗▄█▄▖▐▙▄▄▖▐▙▄▄▖▗▞▘▝▚▖█▄▄█ █▄▄█ ▗▄█▄▖▐▌ ▐▌▐▙▄▄▄▖
ndy7stillx86ihz@github:~$ cat about-me.py
INFO = [
    "Cybersecurity Engineer",
    "Identity and Access Management specialist",
    "Interested in networking and cryptography stuff",
    "I mainly code in Java (against my will)",
    "Python scripting lover to the bone",
    "Sometimes i develop tiny games as a hobbie"
]
ndy7stillx86ihz@github:~$ python3 -c "from duckutils import show_treasures; show_treasures()"
       ______________________________________________
      ( watch! some of my treasures lay down here... )
       ----------------------------------------------
       o
        o                            ____
         o >()__                    | v ||
            (___) __.  . .. .  . . --------

Pinned Loading

  1. oauth2-playground/oauth2-playground.github.io oauth2-playground/oauth2-playground.github.io Public

    OAuth2 Playground for testing the different grant types flows out of the box

    HTML 2

  2. hhotserve hhotserve Public

    Hot reload http server for serving static files in a folder.

    Shell

  3. django-oauth2-authentication-sample django-oauth2-authentication-sample Public

    Forked from mchesler613/OAuth2-Integration-with-OAuthlib-and-GitHub

    A sample Django app to show how to integrate OAuth2 IDP using oauthlib and requests.

    Python 1

  4. flappybird flappybird Public

    just another flappybird implementation, using (at least trying) solid principles

    Python 3

  5. A Bash function to shorten a file pa... A Bash function to shorten a file path using Python. This function converts a full directory path to a more concise format, keeping only the first letter of each directory in the path, except for the last one. Perfect for terminal users who want a cleaner display of file paths.
    1
    #!/bin/bash
    2
    
                  
    3
    # Function: shorten_path
    4
    # Description: This function shortens a given file path by abbreviating all directory names
    5
    #              except for the last one, using Python. It's useful for simplifying paths in terminal outputs.