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.

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

Pinned Loading

  1. ABL ABL Public

    Atmospheric Boundary Layer

    HTML

  2. SpectralBL SpectralBL Public

    A high-order Spectral Finite Element (p-FEM) framework for metric-consistent wave-turbulence decomposition and regime identification in highly stratified nocturnal boundary layers.

    TeX

  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