Skip to content
View Wingysam's full-sized avatar

Highlights

  • Pro

Block or report Wingysam

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

👋 Hello! I'm Wingy!

Some of my open-source projects:

  • Christmas Community is a wishlist management platform for families. While building this, I learned about web applications, their security, and balancing client-side performance with network performance.
  • Galaxy Info compiles, calculates, and provides access to statistics about my game called Galaxy.
  • RobloxHandleCloser allows opening multiple instances of the game platform Roblox. I learned about Windows handles.
  • autopause automates mining cryptocurrency with NiceHash while not gaming, but not mining while gaming. I learned about using obscure APIs to get the result I need.
  • Power Remote for OpenLP is an alternative web remote for OpenLP to streamline the presenter experience. I improved my knowledge of Svelte and TypeScript.

Libraries/Frameworks:

  • Blockheads Welcome Message Framework is a way to simplify the HTML welcome messages on the iOS game "The Blockheads". I learned about creating and parsing DSLs.
  • paper is an IRC bot framework. I learned about the strengths of OOP and the pitfalls of overusing it.

Microservices:

  • git-ls-remote is a microservice to interface my Git Archiver userscript to the git ls-remote command.

Userscripts:

  • Git Archive automatically mirrors any git repositories I view. I learned about Userscripts and better understood git while making this.
  • HN Portal adds an HTML <portal> of the article to the comments of Hacker News posts. I learned about CSP.

Archival Projects:

  • ttgdl downloads categories of files from The Tech Game. I learned about using puppeteer to download files.
  • strawpoll.me Archive is a project to download all strawpoll.me polls. I learned about distributed computing.

Please hire me.

ko-fi

Pinned Loading

  1. Christmas-Community Christmas-Community Public

    Christmas lists for families

    TypeScript 254 41

  2. ttgdl ttgdl Public

    The Tech Game DL

    JavaScript 1

  3. Git Archive Git Archive
    1
    // ==UserScript==
    2
    // @name         Git Archive
    3
    // @namespace    http://wingysam.xyz/
    4
    // @version      2.4
    5
    // @description  Mirror every git repo you look at to gitea
  4. HN Portal HN Portal
    1
    # [INSTALL](https://gist.github.com/Wingysam/4e4279cfcd00e14d918c1f8d9f5c74c4/raw/hnportal.user.js)
    2
    
                  
    3
    Click the portal to navigate to it.
    4
    ![Screenshot](https://i.imgur.com/KZzNeJl.png)
  5. wm-framework wm-framework Public

    Blockheads Welcome Message Framework

    JavaScript 1

  6. docker docker Public

    My docker-compose files

    TypeScript