Skip to content
View mrepol742's full-sized avatar
:shipit:
meow
:shipit:
meow

Sponsoring

@sindresorhus

Highlights

  • Pro

Block or report mrepol742

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

I’m constantly inspired by the fast-paced world of technology and love diving into new tools and frameworks that push the boundaries of what’s possible. Whether I’m learning something new or building creative solutions, I’m passionate about bringing fresh ideas to life and sharing what I discover with others. Let’s build something amazing together! 🚀

I'm an Early 🐤

🌞 Morning                3832 commits        ██████░░░░░░░░░░░░░░░░░░░   23.50 % 
🌆 Daytime                4718 commits        ███████░░░░░░░░░░░░░░░░░░   28.93 % 
🌃 Evening                5077 commits        ████████░░░░░░░░░░░░░░░░░   31.14 % 
🌙 Night                  2679 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.43 % 

📅 I'm Most Productive on Wednesday

Monday                   2162 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.26 % 
Tuesday                  2168 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.30 % 
Wednesday                2665 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.34 % 
Thursday                 2325 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.26 % 
Friday                   2562 commits        ████░░░░░░░░░░░░░░░░░░░░░   15.71 % 
Saturday                 2398 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.71 % 
Sunday                   2026 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.42 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               7 hrs 19 mins       ███████░░░░░░░░░░░░░░░░░░   27.90 % 
PHP                      6 hrs 26 mins       ██████░░░░░░░░░░░░░░░░░░░   24.49 % 
JavaScript               3 hrs 4 mins        ███░░░░░░░░░░░░░░░░░░░░░░   11.69 % 
Blade Template           2 hrs 23 mins       ██░░░░░░░░░░░░░░░░░░░░░░░   09.09 % 
GraphQL                  2 hrs 10 mins       ██░░░░░░░░░░░░░░░░░░░░░░░   08.27 % 

🔥 Editors: 
Zed                      24 hrs 9 mins       ███████████████████████░░   91.98 % 
Android Studio           2 hrs 6 mins        ██░░░░░░░░░░░░░░░░░░░░░░░   08.02 % 

💻 Operating System: 
Linux                    26 hrs 16 mins      █████████████████████████   100.00 % 

I Mostly Code in JavaScript

JavaScript               32 repos            ██████░░░░░░░░░░░░░░░░░░░   22.22 % 
TypeScript               19 repos            ███░░░░░░░░░░░░░░░░░░░░░░   13.19 % 
HTML                     16 repos            ███░░░░░░░░░░░░░░░░░░░░░░   11.11 % 
Rust                     3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.08 % 
Kotlin                   3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.08 % 

Code Snippet

# A tiny Python quine: prints its own source code without reading any files.
s = 's = %r
print(s%%s)'
print(s%s)

Challenge

JavaScript: Write a function isValidIPv4(str) that returns true if str is a valid IPv4 address in dotted-decimal notation without using regular expressions. Research what counts as a valid octet (0–255) and how to treat leading zeros and whitespace; think through tricky cases (e.g., '0.0.0.0', '255.255.255.255', '01.2.3.4').

Popular repositories Loading

  1. mrepol742.github.io mrepol742.github.io Public

    This portfolio website was made from scratch using vanilla PHP features to streamline code and enhance maintainability.

    PHP 27 22

  2. valentines valentines Public

    A simple valentine day card made using flipbook.

    JavaScript 20 8

  3. SMS-Bomber SMS-Bomber Public archive

    Open Source Code of SMS Bomber Android APK

    Java 16 4

  4. project-orion project-orion Public archive

    A Facebook Messenger Integrated Chatbot

    JavaScript 11 43

  5. facebook-chatgpt-bot facebook-chatgpt-bot Public archive

    Facebook chatbots based on Node.js

    JavaScript 10 9

  6. project-canis project-canis Public template

    A scalable, modular WhatsApp chatbot built in TypeScript. It leverages modern best practices, lean architecture, Prisma ORM, Dockerization, and environment-based configuration to deliver a robust, …

    TypeScript 9 13