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

Block or report netanel-haber

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. checkers checkers Public

    Pure ts, html and css checkers. Vite. WebWorkers.

    TypeScript

  2. chatgpt-custom-instructions chatgpt-custom-instructions Public

    My chatgpt custom instructions

    HTML 2

  3. computerenhance computerenhance Public

    8086/8 Disassembler For Move Instructions Written in Deno

    TypeScript

  4. arrayFlatBenchmark.js arrayFlatBenchmark.js
    1
    // https://stackoverflow.com/questions/61411776/is-js-native-array-flat-slow-for-depth-1
    2
    // [--jsperf is down--] https://jsperf.com/flat-array-depth-1 - I added this jsperf benchmark after this gist was created and the SO question was asked.
    3
    
                  
    4
    let TenThouWideArray = Array(1000).fill().map(el => Array(10).fill(1));
    5
    let TenThouNarrowArray = Array(10).fill().map(el => Array(1000).fill(1));
  5. vanilla-jsx vanilla-jsx Public

    boilerplate for vanillajs JSX and modularity using webpack and babel

    JavaScript

  6. useInfiniteScroll useInfiniteScroll Public

    A hook and helper component that provide infinite scrolling capabilities for dynamically sized items. Demo: https://codesandbox.io/s/damp-mountain-78wnx

    JavaScript 5 1