Skip to content
View fox3000foxy's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Fox3000foxy Studios

Highlights

  • Pro

Organizations

@Croissant-API @Clarity-Studio @Protofox-Digital-3PROJ @BelleSMP

Block or report fox3000foxy

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

Profile Views GitHub followers GitHub stars


Typing SVG

Website     GitHub     YouTube     Discord     Gists     Instagram     Twitch


About Me  ·  Tech Stack  ·  Stats  ·  Analytics  ·  Library  ·  Gists


 About Me

class Person {
  constructor(username, job, codingLanguages) {
    this.username = username;
    this.job = job;
    this.codingLanguages = codingLanguages;
  }

  details() {
    console.log(`Hello, my name is ${this.username}`);
    console.log(`I'm a ${this.job}`);
    console.log(`I work with ${this.codingLanguages.join(', ')}`);
  }
}

const me = new Person('fox3000foxy', 'Independent Developer', ['JavaScript', 'TypeScript', 'Node.js', 'HTML/CSS']);
me.details();

Discord Presence

fox3000foxy

Independent Developer passionate about building things with code.

JavaScript & TypeScript enthusiast
Open Source contributor
Always learning new things
Game dev hobbyist


 Tech Stack

Languages

JavaScript TypeScript HTML5 CSS3 Python

Frameworks

Node.js React Express Discord.js

Tools

Git GitHub VS Code npm Linux


 GitHub Stats

Stats Top Languages Repos per Language
Productive Time GitHub Streak
GitHub Readme Stats Top Languages Compact
Contribution Graph Profile Details

 Repo Analytics

Repobeats analytics image

 Contribution PacMan

pacman contribution graph

 The Fox Library


HOW THE FUCK DID I KNEW ALL MY REPOS BACK IN 2021?!

 My Favorites — Hand-Picked Gems

2gf bareiron email-autoreply foxyspoofers tor-fetch hologram-smart-miku ImmersiveManhunt OVPN-Configs-scraper redondancy-systems VPN-GUI weights.gg-api nausicaa-game.github.io SMPsystm DungeonsInstances AutoUnloadWorlds deploy-from-private-to-github-pages FakeData-npmeleven-gen


Top Shelf — Most Starred

flux-discord-bot virtualcam-extension


Games & Minecraft — 21 books

online_mario mario superMarioMaker MouseParty ImmersiveSMP FPS2 isometrifier jal-server web-minecraft webmc webminecraft.github.io MinecraftInWeb MinecraftNodeJS MCDash MCGalaxyServer WebsiteForMCServer repacked Repacked-1 Multiverse-Inventories Minetest_S-Nanny Minetest_S-Nanny_mod

Discord Bots — 15 books

Discord-Aura TalkForBot DiscordMovieMaker DiscordMC_IRC DiscordCli Discord-Console-hacks Vencord CustomVoiceFilterPlugin completeDiscordQuest decorbeta peanuts-bot MaceBot forms2roles fakesinvites RVC-Discord-Bot


Web & Sites — 12 books

actu-esport belle-delphine-site itsrealfortune-site theupsilongirl-cloudflare-pages elixlens-site StreamPage StreamChat panoramaViewer foodexpress personalemoji ProjectDreamTeamTheory DreamTeam

Tools & Utilities — 10 books

vtuber-camera-javascript Ts-Project-Maker express-honeypot-middleware filelocker node-api APIPersonnesReactTypescript subscriber-checker WH2H server-fs cmdgame


VPN — 2 books

FreeVPN Free-VPN

Audio — 3 books

hatsunemiku-aimlchatbot Reclist-Gyroflex-FRA sheplays

Experiments — 14 books

fake-block totally-not-malware Anime-Girls-Holding-Programming-Books Video-Pre-Training stochalt Farmer test-repo avatarException FoxOS they-were-here chillgift timeless-esports flying-serv online-mario-heroku


School — 2 books

3web-exercice-1 exercice-introduction-react


 My Gists

Gist Description
setup-ssh-signing.sh SSH commit signing setup script with key import/export and history re-signing controls
pokerManager.ts TypeScript poker manager snippet
key-sys.js JavaScript key system utility
createProxy.js Proxy creation utility
weights-api.ts Weights unofficial API TypeScript module
buld-download-url.js Download URL builder utility
honeypotMiddleware.js Honeypot middleware for bot traffic filtering
gistfile1.txt Short text gist
Discord Experiments.js Discord experiments snippet
ruin_for_ai.py / ruin_move.py Ruin project scripts
project.py Python project gist
eratz.py / main.py / mainpy.py Python multi-file gist

Visitors



Made with ❤️ Open Source


Random Dev Quote

Random Dev Quote

Pinned Loading

  1. hologram-smart-miku hologram-smart-miku Public

    Hatsune Miku Hologram Version Assistant that acts like Amazon Alexa

    JavaScript 2 1

  2. Nausicaa-game/nausicaa-game.github.io Nausicaa-game/nausicaa-game.github.io Public archive

    JavaScript 1 1

  3. ImmersiveSMP ImmersiveSMP Public archive

    JavaScript 2

  4. pokerManager.ts pokerManager.ts
    1
    import { EventEmitter } from "events";
    2
    import { Hand } from "pokersolver";
    3
    
                  
    4
    // --------------------- CONSTANTS ---------------------
    5
    const SUITS = ["h", "d", "c", "s"];
  5. p2r3/bareiron p2r3/bareiron Public

    Minimalist Minecraft server for memory-restrictive embedded systems

    C 4.2k 227

  6. Eminium-Games/DungeonsInstances Eminium-Games/DungeonsInstances Public

    Java 1