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                3207 commits        ██████░░░░░░░░░░░░░░░░░░░   22.78 % 
🌆 Daytime                4099 commits        ███████░░░░░░░░░░░░░░░░░░   29.11 % 
🌃 Evening                4328 commits        ████████░░░░░░░░░░░░░░░░░   30.74 % 
🌙 Night                  2445 commits        ████░░░░░░░░░░░░░░░░░░░░░   17.37 % 

📅 I'm Most Productive on Wednesday

Monday                   1806 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.83 % 
Tuesday                  1791 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.72 % 
Wednesday                2400 commits        ████░░░░░░░░░░░░░░░░░░░░░   17.05 % 
Thursday                 1963 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.94 % 
Friday                   2271 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.13 % 
Saturday                 2100 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.92 % 
Sunday                   1748 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.42 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               11 hrs 36 mins      ████████████░░░░░░░░░░░░░   46.76 % 
PHP                      7 hrs 37 mins       ████████░░░░░░░░░░░░░░░░░   30.72 % 
GraphQL                  2 hrs 58 mins       ███░░░░░░░░░░░░░░░░░░░░░░   12.01 % 
JavaScript               26 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.80 % 
Bash                     23 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.61 % 

🔥 Editors: 
Zed                      24 hrs 45 mins      █████████████████████████   99.69 % 
Android Studio           4 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.31 % 

💻 Operating System: 
Linux                    24 hrs 50 mins      █████████████████████████   100.00 % 

I Mostly Code in JavaScript

JavaScript               32 repos            ██████░░░░░░░░░░░░░░░░░░░   22.07 % 
TypeScript               20 repos            ███░░░░░░░░░░░░░░░░░░░░░░   13.79 % 
HTML                     16 repos            ███░░░░░░░░░░░░░░░░░░░░░░   11.03 % 
Rust                     3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.07 % 
Kotlin                   3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.07 % 

Code Snippet

# Quirky Python trick: a 2-line quine that prints its own source code without reading the file.
# It exploits %r for the exact string representation and %% to escape the percent sign.
s='s=%r;print(s%%s)';print(s%s)

Challenge

Write a function in JavaScript that returns the weekday name (Mon–Sun) for any 'YYYY-MM-DD' string using Zeller's congruence; do not use Date, Intl, or third-party libraries.

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