Skip to content
View Vovan-VE's full-sized avatar

Organizations

@cubux-net
Block or Report

Block or report Vovan-VE

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. supaplex-levels-editor supaplex-levels-editor Public

    SpLE - Supaplex Levels Editor, web and desktop

    TypeScript 12

  2. go-lr0-parser go-lr0-parser Public

    LR(0) Parser fo Go

    Go

  3. cubux-net/ts-readonly-map cubux-net/ts-readonly-map Public

    A bunch of helper functions to work with read-only maps

    TypeScript

  4. cubux-net/effector-persistent cubux-net/effector-persistent Public

    Persist data in `effector` store.

    TypeScript

  5. JSON Uglify (Bash) JSON Uglify (Bash)
    1
    #!/bin/bash
    2
    
                  
    3
    SELF="$( basename "$0" )"
    4
    
                  
    5
    # new-line char is skipped here
  6. mysqldump to pg_dump mysqldump to pg_dump
    1
    # `dump-my2pg`
    2
    
                  
    3
    Read data from MySQL like `mysqldump` does, but output data to STDOUT like `pg_dump` does.
    4
    
                  
    5
    **Notice:** Only data will be dumped with `COPY` query. Nothing else.