Skip to content
View elpideus's full-sized avatar
โญ
Heading to the stars...
โญ
Heading to the stars...

Block or report elpideus

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
elpideus/README.md

โ˜• Hello, I am elpideus ๐Ÿ–ฅ๏ธ

Discord YouTube Instagram Telegram Mail

spotify-github-profile

๐Ÿ˜„ I am a friendly guy from Italy.

  • ๐ŸŽ“ Currently studying trading and working on my business.
  • ๐ŸŒ Traveling the world is on my checklist
  • ๐ŸŒŸ Helping people change their lives for the better.
  • ๐Ÿค Always ready to meet new friends.
  • ๐ŸŽง Music Lover (especially orchestral/cinematic)
  • ๐Ÿ”ฎ Developing random stuff just for the fun of it.
  • ๐ŸŸฆ TypeScript enjoyer

๐Ÿ† How do I perform?

My Skills

Languages Technologies
Software Operating Systems

Pinned Loading

  1. tgbiofy tgbiofy Public

    Changes the Telegram bio, profile picture, first and last name to the song that the user is currently listening to.

    Python 45 6

  2. Singh Singh Public

    A challenging adventure-based modpack

    HTML

  3. NightcoreRadio/nightcorerad.io NightcoreRadio/nightcorerad.io Public

    The Spotify of nightcore music. No need to search anywhere else.

    TypeScript

  4. Demido-Ltd/Shell Demido-Ltd/Shell Public

    Hub interface for managing and updating all Demido services.

    TypeScript

  5. Simple Single Mouse Tracking Ball Simple Single Mouse Tracking Ball
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
        <head>
    4
            <meta charset="UTF-8">
    5
            <title>Tracking Ball</title>
  6. The Collatz Conjecture, Siracuse Pro... The Collatz Conjecture, Siracuse Problem or simply 3n + 1 in Python3
    1
    import time
    2
    
                  
    3
    
                  
    4
    def collatz(stop_loop: bool = True, slow: bool = True, show_delay: float = .3):
    5
        """