Skip to content
View lukasbesch's full-sized avatar

Organizations

@dol-lab @MAAANYdevs @mainlydesign @bettertimes-de
Block or Report

Block or report lukasbesch

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lukasbesch/README.md

Hi there 👋

Pinned Loading

  1. bedrock-plugin-disabler bedrock-plugin-disabler Public

    Disable certain plugins in non-production environments using PHP constants.

    PHP 48 6

  2. laradock-bedrock laradock-bedrock Public

    Forked from laradock/laradock

    A Docker PHP development environment for Bedrock.

    Dockerfile 15 1

  3. woocommerce-advanced-order-filters woocommerce-advanced-order-filters Public

    Forked from bekarice/woocommerce-filter-orders

    Adds additional filters to the WooCommerce orders table.

    PHP 3

  4. shortcode-year-or-years shortcode-year-or-years Public

    Provides a shortcode to display the current year, and optionally a start year. Commonly used for copyright notices.

    PHP 1

  5. paternoster paternoster Public

    Simple HTML5 game

    JavaScript 1

  6. View progress of long-running disk c... View progress of long-running disk conversion tasks (en-/decryption) on macOS / OS X
    1
    function displaytime {
    2
      local T=$1
    3
      local D=$((T/60/60/24))
    4
      local H=$((T/60/60%24))
    5
      local M=$((T/60%60))