Skip to content
View WebilyBE's full-sized avatar
Block or Report

Block or report WebilyBE

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

Popular repositories

  1. belgian-phone-number-formatter belgian-phone-number-formatter Public

    This PHP code takes a Belgian phone number as input, removes non-numeric characters, and adds the country code (32) at the beginning, outputting the formatted phone number.

    PHP

  2. detect-language-api-integration-php-curl detect-language-api-integration-php-curl Public

    This PHP code sends a text to Detect Language API to determine its language. It uses cURL to make a POST request with the text and API key. The response is then decoded to get the result.

    PHP

  3. countdown-timer countdown-timer Public

    This code creates a countdown timer for specified date and time. It initializes countdown for elements with 'countdown' class. Set the countdown date using data-date attribute.

    JavaScript

  4. PHP-Email-Processing-Script-with-IMAP-Integration PHP-Email-Processing-Script-with-IMAP-Integration Public

    This PHP script is designed to process emails based on specific criteria, such as moving emails to different folders, automatically responding to emails, and performing certain actions depending on…

    PHP