Skip to content
View vsDizzy's full-sized avatar
🏢
Working from the concentration camp
🏢
Working from the concentration camp
Block or Report

Block or report vsDizzy

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

    Chrome extension saving page as .mht

    TypeScript 74 23

  2. hash.ts hash.ts
    1
    export function hash(s: string) {
    2
      return [].reduce.call(s, (p, c) => (p << 5) - p + c.charCodeAt(0), 0)
    3
    }
  3. Generate string id from current time... Generate string id from current time in milliseconds.
    1
    export function generateId() {
    2
      return new Date().getTime().toString(36)
    3
    }
  4. audio-freq-sample audio-freq-sample Public

    Simple audio visualizer

    TypeScript

  5. fly-space fly-space Public

    Simple canvas effect

    TypeScript

  6. rpc-lib rpc-lib Public

    Custom RPC library

    TypeScript