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

Organizations

@cubux-net
Block or Report

Block or report Vovan-VE

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. supaplex-levels-editor supaplex-levels-editor Public

    SpLE - Supaplex Levels Editor, web and desktop

    TypeScript 13

  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.