Skip to content
View Maximilianos's full-sized avatar
:shipit:
Shipping
:shipit:
Shipping

Highlights

  • Pro

Organizations

@MozaikAgency
Block or Report

Block or report Maximilianos

Report abuse

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

Report abuse

Pinned Loading

  1. maxpanas.com maxpanas.com Public

    My universal js blog.

    JavaScript 6

  2. MozaikAgency/wp-theme-starter MozaikAgency/wp-theme-starter Public

    WordPress theme starter-kit, build tools included 😄

    PHP 391 71

  3. benchkit benchkit Public

    Helper library for verifying and benchmarking algorithmic alternatives

    JavaScript 2

  4. eqheights eqheights Public

    Give all elements in a group of elements at least the height of the tallest element of the group

    JavaScript 3 1

  5. solve-conversion-path solve-conversion-path Public

    Given an array of converters with a 'from' and 'to' property and an array of available formats in strings, find the smallest number of conversions of the available formats required, in order to rea…

    JavaScript 2

  6. Examples of asynchronous patterns to... Examples of asynchronous patterns to achieve: 1. Parallel requests 2. Print each resolved value as soon as possible 3. Preserve order when printing
    1
    /// base functions
    2
    
                  
    3
    const files = {
    4
      file1: "first text",
    5
      file2: "middle text",