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                3394 commits        ██████░░░░░░░░░░░░░░░░░░░   23.20 % 
🌆 Daytime                4235 commits        ███████░░░░░░░░░░░░░░░░░░   28.94 % 
🌃 Evening                4557 commits        ████████░░░░░░░░░░░░░░░░░   31.14 % 
🌙 Night                  2446 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.72 % 

📅 I'm Most Productive on Wednesday

Monday                   1891 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.92 % 
Tuesday                  1909 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.05 % 
Wednesday                2474 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.91 % 
Thursday                 2072 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.16 % 
Friday                   2355 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.09 % 
Saturday                 2186 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.94 % 
Sunday                   1745 commits        ███░░░░░░░░░░░░░░░░░░░░░░   11.93 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               8 hrs 50 mins       ██████████████░░░░░░░░░░░   57.42 % 
JavaScript               1 hr 53 mins        ███░░░░░░░░░░░░░░░░░░░░░░   12.30 % 
Markdown                 53 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   05.83 % 
PHP                      49 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   05.35 % 
YAML                     34 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   03.75 % 

🔥 Editors: 
Zed                      15 hrs 24 mins      █████████████████████████   100.00 % 

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

I Mostly Code in TypeScript

PHP                      14 repos            █████░░░░░░░░░░░░░░░░░░░░   20.29 % 
JavaScript               14 repos            █████░░░░░░░░░░░░░░░░░░░░   20.29 % 
Java                     3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   04.35 % 
Assembly                 2 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.90 % 
C                        1 repo              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.45 % 

Code Snippet

// This snippet demonstrates how to use Python's "Walrus Operator" (:=) inside a list comprehension to read lines until an empty line is encountered.
lines = [line for _ in range(10) if (line := input('Enter text (empty line to stop): ')) != '']
print('You entered:', lines)

Challenge

Write a function in Python that reads integers from a list until it encounters a number divisible by 7, then returns the sum of all numbers read (including the divisible number). The function should stop processing as soon as such a number is found.

Features Projects

Webvium Browser

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

URL: melvinjonesrepol.com/webvium-browser


Point of Sale System

A lightweight, web-based and offline-capable POS system built for flawless performance, supporting multi-department roles and full functionality.

URL: melvinjonesrepol.com/point-of-sale


Axleshift Freight Management

A comprehensive freight management solution designed to streamline logistics operations for businesses of all sizes.

URL: melvinjonesrepol.com/axleshift-freight-management


Ulisha Store Laravel

A modern and efficient e-commerce solutions tailored for small to medium-sized businesses specifically built with Laravel, enabling seamless setup and cost effective web hosting.

URL: melvinjonesrepol.com/ulisha-store-laravel


Discussion Platform

A content-first discussion platform where users can post structured protocols, create discussion threads, and engage through comments, reviews, and voting.

URL: melvinjonesrepol.com/protocol-discussion-platform


Canis Chatbot

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, flexible successor to Orion.

URL: melvinjonesrepol.com/canis-chatbot


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.

URL: devpulse-olive.vercel.app


Floating Console Extension

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

URL: melvinjonesrepol.com/floating-console-extension


Shortlink

The only shortlink you will ever need. Simple, lightweight and utilize Redis for transactions.

URL: go.melvinjonesrepol.com

Need help?

If you have an idea, let's make that idea earn money! From planning, building to production. 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 29 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 18 5

  4. project-orion project-orion Public archive

    A Facebook Messenger Integrated Chatbot

    JavaScript 12 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