Skip to content
View episage's full-sized avatar
📭
Leave a message after the tone
📭
Leave a message after the tone
Block or Report

Block or report episage

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. basarat/typescript-collections basarat/typescript-collections Public

    A generically typed set of collections for use with TypeScript

    TypeScript 1.2k 163

  2. next-page-chrome-extension next-page-chrome-extension Public

    JavaScript 16 3

  3. lzma-compressor lzma-compressor Public

    High compression ratio

    C# 12 6

  4. sharp-nfc sharp-nfc Public

    .NET wrapper for libnfc project

    C# 15 13

  5. ytstd ytstd Public

    YouTube subtitles downloader

    JavaScript

  6. Find fastest way to loop through an ... Find fastest way to loop through an array in Javascript
    1
    const { performance } = require('perf_hooks');
    2
    const assert = require('assert');
    3
    const DURATION_COLUMN = 'time[ns]';
    4
    
                  
    5
    // Create 1000 random numbers