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 is supported. This note will only be visible to 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

CC#C++JavaJavaScriptPythonPowerShellPHPRuby

🌐 Web Development

Frontend

HTML5CSS3BootstrapjQueryReactReact QueryThree jsWebGL

Backend / Frameworks

NodeJSNPMSocket.io.NetBlazorElectron.jsWeb3.js

🗄️ Databases

MariaDBMongoDBMySQLPostgresRedisSQLite

☁️ Hosting / Cloud

AWSHerokuApacheNginx

🛠️ Tools & Platforms

AnacondaGitGitHubGitLabWindows TerminalCiscoBitwardenTampermonkey

🎨 Design

Adobe PhotoshopAffinity PhotoCanva

🔌 Hardware / Embedded / Networking

ArduinoRaspberry PiPi-HoleJellyfinXFCE

🎮 Game Development

Godot EngineUnityUnreal EngineItch.ioSteamnVIDIA

📊 GitHub Stats:



🏆 GitHub Trophies


💰 You can help me by Donating

Ko-Fi

🛠️ Commit History:

snake gif

Pinned Loading

  1. ScramModScramModPublic

    My modded scram game files

    4

  2. OldScramLauncherOldScramLauncherPublic archive

    Old Scram Launcher.

    Visual Basic .NET 1

  3. SteamHelperSteamHelperPublic

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

    C# 1

  4. Windows-10-Evil-PortalWindows-10-Evil-PortalPublic

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

    HTML 1

  5. RetroIRCRetroIRCPublic

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

    Python 1

  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
    importos
    2
    fromdocximportDocument
    3
    fromdocx.oxml.nsimportqn
    4
    5
    defsave_images_from_docx(docx_path, output_folder):