Skip to content
View Shy-Doge's full-sized avatar
๐Ÿ™ƒ
Modding is fun
๐Ÿ™ƒ
Modding is fun

Block or report Shy-Doge

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

๐Ÿ’ซ About Me:

๐Ÿ”ญ Iโ€™m currently working on nothing.
๐Ÿ‘ฏ Iโ€™m looking to collaborate on game modding.
๐ŸŒฑ Iโ€™m currently learning cybersecurity.

๐Ÿ’ป Tech Stack:

๐Ÿ‘จโ€๐Ÿ’ป Programming Languages

C C# C++ Java JavaScript Python PowerShell PHP Ruby

๐ŸŒ Web Development

Frontend

HTML5 CSS3 Bootstrap jQuery React React Query Three js WebGL

Backend / Frameworks

NodeJS NPM Socket.io .Net Blazor Electron.js Web3.js

๐Ÿ—„๏ธ Databases

MariaDB MongoDB MySQL Postgres Redis SQLite

โ˜๏ธ Hosting / Cloud

AWS Heroku Apache Nginx

๐Ÿ› ๏ธ Tools & Platforms

Anaconda Git GitHub GitLab Windows Terminal Cisco Bitwarden Tampermonkey

๐ŸŽจ Design

Adobe Photoshop Affinity Photo Canva

๐Ÿ”Œ Hardware / Embedded / Networking

Arduino Raspberry Pi Pi-Hole Jellyfin XFCE

๐ŸŽฎ Game Development

Godot Engine Unity Unreal Engine Itch.io Steam nVIDIA

๐Ÿ“Š GitHub Stats:



๐Ÿ† GitHub Trophies


๐Ÿ’ฐ You can help me by Donating

Ko-Fi

๐Ÿ› ๏ธ Commit History:

snake gif

Pinned Loading

  1. ScramMod ScramMod Public

    My modded scram game files

    2

  2. OldScramLauncher OldScramLauncher Public archive

    Old Scram Launcher.

    Visual Basic .NET

  3. SteamHelper SteamHelper Public

    A program that allows you to play other games using Steam features like Remote Play Together.

    C#

  4. Windows-10-Evil-Portal Windows-10-Evil-Portal Public

    An Evil Portal I made mimicking the Windows 10 WiFi notification.

    HTML

  5. RetroIRC RetroIRC Public

    Simple IRC Server and Client with SSL/TLS encryption I made when I was bored.

    Python

  6. A simple script that extracts all im... A simple script that extracts all images from a Word document and names them using the headings in the document.
    1
    import os
    2
    from docx import Document
    3
    from docx.oxml.ns import qn
    4
    
                  
    5
    def save_images_from_docx(docx_path, output_folder):