Skip to content
View serge1's full-sized avatar

Organizations

@vscode-plugins

Block or report serge1

Report abuse

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

Report abuse

Pinned Loading

  1. ELFIO ELFIO Public

    ELFIO and ARIO are robust, header-only C++ libraries designed to make binary file and archive manipulation effortless, efficient, and portable. Whether you are building compilers, linkers, binary a…

    C++ 832 177

  2. COFFI COFFI Public

    A header-only C++ library for accessing files in COFF binary format. (Including Windows PE/PE+ formats)

    C++ 207 34

  3. AnyELF AnyELF Public

    ELF File Viewer implemented as a Total Commander plugin

    C++ 10 7

  4. decenc decenc Public

    Binary-to-text encoding/decoding algorithms implemented in C++

    C++ 4 3

  5. Create ZIP files without specialized... Create ZIP files without specialized tools/utilities on Windows
    1
    cscript zip.vbs zip_file.zip file1.ext file2.ext file3.ext
  6. XSLT Transform by simple Java code XSLT Transform by simple Java code
    1
    import javax.xml.transform.*;
    2
    import javax.xml.XMLConstants;
    3
    import javax.xml.transform.stream.StreamResult;
    4
    import javax.xml.transform.stream.StreamSource;
    5
    import java.io.File;