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

Block or report unki2aut

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 Loading

  1. go-mpd go-mpd Public

    Forked from mc2soft/mpd

    Go library for parsing and generating MPEG-DASH Media Presentation Description (MPD) files

    Go 22 7

  2. go-xsd-types go-xsd-types Public

    XML Schema Definition Primitive Types for GO

    Go 2 1

  3. loadfxt loadfxt Public

    Javascript library to load fixtures of different formats

    TypeScript

  4. iso8601duration iso8601duration Public

    Forked from ChannelMeter/iso8601duration

    ISO8601 Duration Parser for Golang

    Go 1

  5. trie.js trie.js Public

    Trie data structure for client based autocompletion

    JavaScript

  6. median of a continuous frequency dis... median of a continuous frequency distribution
    1
    const amount = 10000; // the smaller the amount, the more the bucket median is off
    2
    const data = generateValues(amount, 300);
    3
    
                  
    4
    console.log({
    5
      amount,