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

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                3552 commits        ██████░░░░░░░░░░░░░░░░░░░   23.21 % 
🌆 Daytime                4426 commits        ███████░░░░░░░░░░░░░░░░░░   28.91 % 
🌃 Evening                4728 commits        ████████░░░░░░░░░░░░░░░░░   30.89 % 
🌙 Night                  2601 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.99 % 

📅 I'm Most Productive on Wednesday

Monday                   1975 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.90 % 
Tuesday                  1965 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.84 % 
Wednesday                2586 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.89 % 
Thursday                 2156 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.09 % 
Friday                   2484 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.23 % 
Saturday                 2282 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.91 % 
Sunday                   1859 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.14 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               23 hrs 4 mins       ███████████████░░░░░░░░░░   58.40 % 
PHP                      11 hrs 1 min        ███████░░░░░░░░░░░░░░░░░░   27.89 % 
JavaScript               1 hr 19 mins        █░░░░░░░░░░░░░░░░░░░░░░░░   03.35 % 
YAML                     1 hr 2 mins         █░░░░░░░░░░░░░░░░░░░░░░░░   02.62 % 
Bash                     32 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.37 % 

🔥 Editors: 
Zed                      39 hrs 31 mins      █████████████████████████   100.00 % 

💻 Operating System: 
Linux                    39 hrs 31 mins      █████████████████████████   100.00 % 

I Mostly Code in JavaScript

JavaScript               32 repos            █████░░░░░░░░░░░░░░░░░░░░   21.33 % 
TypeScript               22 repos            ████░░░░░░░░░░░░░░░░░░░░░   14.67 % 
PHP                      20 repos            ███░░░░░░░░░░░░░░░░░░░░░░   13.33 % 
HTML                     17 repos            ███░░░░░░░░░░░░░░░░░░░░░░   11.33 % 
Python                   5 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   03.33 % 

Code Snippet

// This snippet uses Python's "else" clause on a for-loop — a quirky feature that runs code only if the loop wasn't broken.
for i in range(5):
    print(i)
    if i == 3:
        break
else:
    print("Loop completed without break")  # This won't run because of the break

# Try removing the break to see the else clause execute!

Challenge

Write a function in Python that finds the first recurring character in a string. If there is no recurring character, return None. This requires you to think about efficient ways to track characters without scanning the string multiple times.

Updates

Webvium Browser

The Fastest, The Lightest and The Tightest android web browser.

Website: melvinjonesrepol.com/webvium-browser


PROJECT DEEP

AI Driven blog spot about technology, businesses and related topics.

*website: projectdeep.vercel.app


DevPulse

Monitor your coding activity, create custom leaderboards, and compete with your team or the community.
DevPulse brings WakaTime stats into a sleek, collaborative leaderboard experience.

Website: devpulse-waka.vercel.app


Floating Console Extension

A browser extension that provides a floating console for developers to easily access logs while browsing the web.

Website: melvinjonesrepol.com/floating-console-extension


Deploy Your Own Shortlink App

Get your link. Shorteeeeeen!

Website: go.melvinjonesrepol.com

Need help?

If you have an idea, let's make that idea come true! From development, production to deployment. We can do that.

Pricing - Contact me

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 7

  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 10 13