Skip to content
View Whats-A-MattR's full-sized avatar
๐Ÿ’ป
Always Online, 60% Of the Time
๐Ÿ’ป
Always Online, 60% Of the Time

Sponsoring

@drizzle-team

Highlights

  • Pro
Block or Report

Block or report Whats-A-MattR

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
Whats-A-MattR/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @Whats-A-MattR, Senior Consultant @ IdentityXP, Business Owner @ TENSABYTE & Head of Product @ BOREHOG

  • ๐ŸŒฑ Building things with JavaScript, Go, Python, and PowerShell both professionally and for fun

  • ๐Ÿ“œ Automation, Systems Integration, Full Stack Dev

  • ๐Ÿ˜Ž Iโ€™m looking to collaborate on really anything I can, OpenSource all the things

  • ๐Ÿ“ซ How to reach me:

  • ๐Ÿ“‹ My Projects

    • VAC.watch - https://vac.watch A multi-page webapp that allows users to track Steam Accounts and Notifies the user if/when a tracked account receives a ban. Fullstack project, written in JavaScript with NodeJS API backend via Express, using Sequelize + PostgreSQL for Data, NuxtJS + Bootstrap for frontend, Steam authentication strategy with Session/cookie implementation.

    • SteamInviter - https://steaminviter.scriptedadventures.net/ An Electron Application that aims to restore ease to inviting lots of people to steam groups. Valve removed the bulk invite feature, so the best we can do now is automate the process in a way that still somewhat reflects a 'user' interaction. This is achieved by randomly assigned timeouts between invites being sent.

    • MonkBot - https://discordmonk.com/ ![] A Discord Bot That Heals Randomly Selected Channels and their Members
      Written in JavaScript with NodeJS
      Utilising Express, EJS, Mongoose/MongoDB and libraries for Discord including Discord.js and more

    • GitBounce - https://whats-a-mattr.github.io/git-bounce/
      A recreation of the old DVD Screensaver, using the GitHub logo, animated with Vanilla Javascript

    • Neon Snake - https://whats-a-mattr.github.io/Neon-Snake/
      A Vanilla JavaScript Snake Game with high scores (local only), music, and sound effects - and a menu to adjust them

Pinned

  1. DataBricks DeltaTable Merge() Exampl... DataBricks DeltaTable Merge() Example, with unique key discovery
    1
    # Assumptions;
    2
    # you have are working with CSVs that include useful headers
    3
    # you are using the 'inferSchema' option when reading those CSVs to DataFrames
    4
    # you are writing/updating Delta Tables with those DataFrames
    5
    
                  
  2. Handy script to cleanse a exif data ... Handy script to cleanse a exif data from an image, writing to a new file to avoid any missed properties
    1
    from PIL import Image
    2
    import os
    3
    import math
    4
    import multiprocessing
    5
    import threading
  3. VueJS + CountUp Component w/ Abbrev... VueJS + CountUp Component w/ Abbreviation (K,M,B)
    1
    <template>
    2
      <ICountUP 
    3
      v-if="loaded" 
    4
      :delay="delay" 
    5
      :endVal="shortNum" 
  4. Vue Email Validation using Vanilla J... Vue Email Validation using Vanilla JS / Regex
    1
    // this very simple example is referencing bootstrap, but the method will be the same if using other presentation frameworks
    2
    <template>
    3
        <div>
    4
            <div class="floating-form mx-auto">
    5
                // create a simple input field, but bound the imput to data property with v-model
  5. git-bounce git-bounce Public

    JS Animation inspired by the old DVD Logo Bounce

    HTML 1

  6. Neon-Snake Neon-Snake Public

    JavaScript 1