Skip to content
View serge1's full-sized avatar

Organizations

@vscode-plugins

Block or report serge1

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. 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++ 825 174

  2. COFFI Public

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

    C++ 201 32

  3. AnyELF Public

    ELF File Viewer implemented as a Total Commander plugin

    C++ 10 7

  4. decenc Public

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

    C++ 4 3

  5. Create ZIP files without specialized...
    1
    cscript zip.vbs zip_file.zip file1.ext file2.ext file3.ext
  6. 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;