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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Hello, World

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! 🚀

Lines of code

I'm an Early 🐤

🌞 Morning                6862 commits        █████░░░░░░░░░░░░░░░░░░░░   21.78 % 
🌆 Daytime                9854 commits        ████████░░░░░░░░░░░░░░░░░   31.28 % 
🌃 Evening                9639 commits        ████████░░░░░░░░░░░░░░░░░   30.60 % 
🌙 Night                  5144 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.33 % 

📅 I'm Most Productive on Friday

Monday                   4518 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.34 % 
Tuesday                  4002 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.71 % 
Wednesday                4881 commits        ████░░░░░░░░░░░░░░░░░░░░░   15.50 % 
Thursday                 4167 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.23 % 
Friday                   5247 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.66 % 
Saturday                 4866 commits        ████░░░░░░░░░░░░░░░░░░░░░   15.45 % 
Sunday                   3818 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.12 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               5 hrs 47 mins       ███████░░░░░░░░░░░░░░░░░░   27.43 % 
PHP                      4 hrs 49 mins       ██████░░░░░░░░░░░░░░░░░░░   22.82 % 
HTML                     2 hrs 40 mins       ███░░░░░░░░░░░░░░░░░░░░░░   12.68 % 
Blade Template           2 hrs 2 mins        ██░░░░░░░░░░░░░░░░░░░░░░░   09.66 % 
JavaScript               1 hr 18 mins        ██░░░░░░░░░░░░░░░░░░░░░░░   06.17 % 

🔥 Editors: 
VS Code                  21 hrs 8 mins       █████████████████████████   100.00 % 

💻 Operating System: 
Linux                    21 hrs 8 mins       █████████████████████████   100.00 % 

I Mostly Code in JavaScript

JavaScript               49 repos            ████████░░░░░░░░░░░░░░░░░   31.01 % 
Java                     31 repos            █████░░░░░░░░░░░░░░░░░░░░   19.62 % 
PHP                      20 repos            ███░░░░░░░░░░░░░░░░░░░░░░   12.66 % 
Python                   4 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.53 % 
Blade                    2 repos             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.27 % 

Code Snippet

// Reverses your console log message... by reversing its arguments!
console.log.apply(console, [...'Hello, world!'].reverse().join(''))

Challenge

Write a function that takes a string and returns true if the string is a palindrome (reads the same forwards and backwards), ignoring case and spaces. Do not use built-in reverse methods.

Code Snippet

// Swaps two variables without a temp variable using array destructuring
[a, b] = [b, a];

Challenge

Write a function that takes a string and returns true if the string is a palindrome (the same forwards and backwards), ignoring case and non-alphanumeric characters.

Code Snippet

// Swap two variables without a temporary variable, using array destructuring!
[a, b] = [b, a];

Challenge

Write a function that, given a string, returns true if it is a palindrome (reads the same forwards and backwards), ignoring case and non-alphanumeric characters.

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 26 22

  2. valentines valentines Public

    A simple valentine day card made using flipbook.

    JavaScript 16 8

  3. project-orion project-orion Public archive

    A Facebook Messenger Integrated Chatbot

    JavaScript 11 42

  4. SMS-Bomber SMS-Bomber Public archive

    Open Source Code of SMS Bomber Android APK

    Java 10 4

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

    Facebook chatbots based on Node.js

    JavaScript 10 12

  6. Hello-World Hello-World Public

    "Hello World" Program in all known Computer languages

    Classic ASP 7 7