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 is supported. This note will only be visible to 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                3493 commits        ██████░░░░░░░░░░░░░░░░░░░   23.12 % 
🌆 Daytime                4363 commits        ███████░░░░░░░░░░░░░░░░░░   28.88 % 
🌃 Evening                4681 commits        ████████░░░░░░░░░░░░░░░░░   30.99 % 
🌙 Night                  2569 commits        ████░░░░░░░░░░░░░░░░░░░░░   17.01 % 

📅 I'm Most Productive on Wednesday

Monday                   1934 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.80 % 
Tuesday                  1964 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.00 % 
Wednesday                2558 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.93 % 
Thursday                 2114 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.99 % 
Friday                   2475 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.38 % 
Saturday                 2257 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.94 % 
Sunday                   1804 commits        ███░░░░░░░░░░░░░░░░░░░░░░   11.94 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               20 hrs 53 mins      ████████████░░░░░░░░░░░░░   46.49 % 
PHP                      12 hrs 35 mins      ███████░░░░░░░░░░░░░░░░░░   28.04 % 
Blade Template           3 hrs 6 mins        ██░░░░░░░░░░░░░░░░░░░░░░░   06.92 % 
YAML                     1 hr 59 mins        █░░░░░░░░░░░░░░░░░░░░░░░░   04.44 % 
Markdown                 1 hr 48 mins        █░░░░░░░░░░░░░░░░░░░░░░░░   04.02 % 

🔥 Editors: 
Zed                      44 hrs 55 mins      █████████████████████████   100.00 % 

💻 Operating System: 
Linux                    44 hrs 55 mins      █████████████████████████   100.00 % 

I Mostly Code in JavaScript

JavaScript               32 repos            █████░░░░░░░░░░░░░░░░░░░░   21.48 % 
PHP                      21 repos            ████░░░░░░░░░░░░░░░░░░░░░   14.09 % 
TypeScript               21 repos            ████░░░░░░░░░░░░░░░░░░░░░   14.09 % 
HTML                     17 repos            ███░░░░░░░░░░░░░░░░░░░░░░   11.41 % 
Python                   4 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.68 % 

Code Snippet

// This Python snippet uses the walrus operator to create a concise while loop that reads input until an empty line is entered.

user_inputs = []
while (line := input("Enter text (empty to stop): ")):
    user_inputs.append(line)
print("You entered:", user_inputs)

Challenge

Write a function in Python that takes a list of integers and returns the longest subsequence of consecutive numbers (numbers that follow each other incrementally, e.g., 3,4,5,6). You cannot sort the list or use any built-in function for finding consecutive sequences.

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