Skip to content
View therealbenpai's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@femdevs @BasementStudios-Organization @ShadowByte-Studios
Block or Report

Block or report therealbenpai

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

About Me

My Info

Hello! My name is Benjamin, but you may know me better as benshawmean or Benpai. I am a full-stack developer who owns and manage a few organizations including @FemDevs. I specialize in JavaScript and Python development but also have experience in Java and bash as well as a beginner-level understanding of C, C++, C#, VBScript, and JQuery. I mainly use the Node ecosystem for development with a high-level understanding of Express.js, Discord.js, and Sentry as well as an intermediate understanding of Pug.js. You can contact me at my email address.


Stats

My Details Most Used Programming Languages

User Stats

Pinned Loading

  1. DBB DBB Public

    Discord.js Bot Builder made by therealbenpai

    JavaScript 1

  2. femdevs/femdev-website femdevs/femdev-website Public

    Source Code for the Official FemDevs Website

    JavaScript 1 1

  3. Matrix Matrix
    1
    function x() {
    2
        const letter = String.fromCharCode(Math.floor(Math.random() * 26) + 65);
    3
        const element = document.createElement('p');
    4
        element.style.left = `${Math.random() * 100}%`;
    5
        element.style.top = `${Math.random() * 100}%`;
  4. Ad-free Minesweeper Ad-free Minesweeper
    1
    <html lang="en">
    2
    
                  
    3
    <head>
    4
        <meta charset="utf-8">
    5
        <meta name="google" content="notranslate">
  5. Wordle Exploit Wordle Exploit
    1
    # Wordle Game Solver Script
    2
    ***Note:*** You require to be on a PC for this to work
    3
    1) Go to the [Wordle Game](https://nytimes.com/games/wordle/index.html)
    4
    2) Press **Ctrl+Shift+I**
    5
    3) Go to the tab labeled "_Console_"
  6. loggingTags.js loggingTags.js
    1
    class cLogs {
    2
        constructor() {
    3
            this.cmethods = new Map()
    4
        }
    5
        static TagCSS = (t, b) => `color:${t};border:1px solid ${t};border-radius:12px;font-size:11px;font-family:arial;background-color:rgba(${b.join(', ')},0.2);padding: 0px 3px`