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

Block or report thommyhh

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

Pinned

  1. JavaScript delayed promise JavaScript delayed promise
    1
    // Sometimes it is helpful/necessary to create a promise, that delays the execution.
    2
    // This snippet returns a promise, that is resolved after a given timeout.
    3
    // The `min` and `max` arguments are used to calcuate a random delay in the range between `min` and `max`
    4
    let delay = (min, max) => {
    5
    	return new Promise(resolve => {
  2. webcoast-dk/nawork-uri webcoast-dk/nawork-uri Public

    Awesome URLs for TYPO3!

    PHP 9 4

  3. webcoast-dk/versatile-crawler webcoast-dk/versatile-crawler Public

    Extendable and easy to use crawler extension for TYPO3 CMS

    PHP 7 5

  4. webcoast-dk/typo3-base-setup webcoast-dk/typo3-base-setup Public

    PHP

  5. webcoast-dk/versatile-search webcoast-dk/versatile-search Public

    Extendable and easy to use search extension for TYPO3 CMS

    PHP 1