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

Block or report c8se

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. Arthas.me Arthas.me Public

    my personal site

    TypeScript 8 1

  2. ArGL ArGL Public

    personal webgl helper library

    TypeScript 4

  3. pcf2ttf pcf2ttf Public

    convert pcf font file to pixelated ttf font file

    JavaScript 9

  4. Weight of the World Weight of the World
    1
    const PI2 = Math.PI * 2
    2
    
                  
    3
    const keyToFrequency = n => Math.pow(2, (n - 49) / 12) * 440
    4
    
                  
    5
    const generateAudioSignal = (frequency, duration, time) => {