Skip to content
View damp11113's full-sized avatar
โค๏ธ
Love open source
โค๏ธ
Love open source

Organizations

@damp11113-software @Runout-team
Block or Report

Block or report damp11113

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

Hi there! ๐Ÿ‘‹ I'm Dharm ๐Ÿ‘จโ€๐Ÿ’ป๐ŸŽฎ๐Ÿ“ป

I'm a multi-disciplinary developer passionate about crafting immersive websites ๐ŸŒ, captivating games ๐ŸŽฎ, robust software applications ๐Ÿ’ป, and tinkering with radio-related projects ๐Ÿ“ป. With a creative mindset and a knack for problem-solving, I thrive on the excitement of diving into various realms of development.

๐Ÿ‘จโ€๐Ÿ’ผ What I Do

  • Website Development: Crafting engaging and responsive websites with a blend of aesthetics and functionality.
  • Game Development: Building interactive and entertaining games that bring ideas to life.
  • Software Engineering: Creating robust software solutions with an eye on efficiency and user experience.
  • Radio Projects: Exploring the intersection of technology and radio, including SDR, leveraging skills to innovate in this unique domain.

โ˜๏ธ Cloud & Hosting Expertise

I specialize in leveraging cloud technologies for seamless hosting and deployment of web applications. From configuring cloud infrastructure to optimizing hosting environments, I ensure efficient and scalable solutions tailored to specific project needs. Experienced in DPCloudev, I aim to create reliable and performant hosting environments for various projects.

๐Ÿ Python Project

  • damp11113: A Python library project aimed at providing an easy-to-use, all-in-one function, low-code solution.
  • PyserSSH - It's an scriptable ssh server for remote access to your functions/project.
  • PyVDE - A Desktop Virtual Environment.
  • qOpus Encoder - It's opus codec convert gui based on pyogg.
  • xHE-Opus - A Very High Performace Opus.

๐Ÿš€ What I'm Up To

  • ๐Ÿ”ญ Currently working on IDRB Project, an Internet Digital Radio Broadcasting system.
  • ๐ŸŒฑ Learning Advanced Python Programming to expand my toolkit and dive deeper into Artificial Intelligence.

๐Ÿ’ก What Drives Me

I'm fueled by the thrill of bringing concepts into reality through code, continuously exploring new technologies and methodologies to enhance my craft. Whether it's designing an elegant website interface, developing an engaging game mechanic, engineering reliable software, optimizing hosting environments, or delving into the world of radio tech, I love the challenge of creating something unique and impactful.

๐Ÿ“š Gists

Check out some of my code snippets and shorter projects on Gist!

  • ๐Ÿ“ Gist Profile: Explore my Gist profile for code snippets and smaller projects.

๐ŸŒŸ Let's Connect!

Feel free to explore my repositories and reach out for collaboration, discussions, or just to say hello! You can find me on:

๐ŸŒ Explore my Websites

Check out my websites to explore various projects and more!

  • ๐ŸŒณ TreeLink: Dive into my TreeLink site to explore various resources and projects.
  • โ›… Cloud Website: Visit my website to see some of my latest projects!
  • ๐Ÿต Gitea: For very big project!

Pinned

  1. PyserSSH PyserSSH Public

    python scriptable ssh server library. based on Paramiko

    Python

  2. xHE-Opus xHE-Opus Public

    Very High Performace Opus

    Python

  3. IDRB IDRB Public

    IDRB (Internet Digital Radio Broadcasting)

    Python

  4. qOpusEnc qOpusEnc Public

    Opus codec encoder with qt gui

    Python

  5. PyVDE PyVDE Public

    Virtual Desktop Environment write in python with pygame

    Python

  6. camouflage generator using cellular ... camouflage generator using cellular automata algorithm
    1
    import random
    2
    import numpy as np
    3
    from PIL import Image, ImageDraw
    4
    from damp11113.processbar import indeterminateStatus
    5