Skip to content
View DavidEngland's full-sized avatar

Block or report DavidEngland

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 250 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

Pinned Loading

  1. reia-utilities-bundle reia-utilities-bundle Public

    A comprehensive WordPress maintenance and optimization plugin suite designed for Real Estate Intelligence Agency (REIA) and professional WordPress developers.

    PHP

  2. reia-hello-child reia-hello-child Public

    Forked from elementor/hello-theme-child

    Real Estate Intelligence Ageny Hello Child Theme

    CSS

  3. one-page-calendar one-page-calendar Public

    PhP HTML CSS grid one page calendar

    HTML

  4. Capitalizes the first letter of each... Capitalizes the first letter of each word in a string, with exceptions for certain words and prefixes. This function is particularly useful for formatting names and addresses.
    1
    /**
    2
     * Capitalizes the first letter of each word in a string, with exceptions for certain words and prefixes.
    3
     * This function is particularly useful for formatting names and addresses.
    4
     *
    5
     * @param {string} input The input string to be capitalized.
  5. ul csv ul csv
    1
    ul.bar
    2
      list-style: none
    3
      margin: 0
    4
      padding: 0
    5
      li
  6. Fluent-Regex Fluent-Regex Public

    Natural Language regex builder in PHP

    PHP