Skip to content
View serge1's full-sized avatar

Organizations

@vscode-plugins
Block or Report

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.

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

    ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library

    C++ 675 142

  2. COFFI COFFI Public

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

    C++ 174 26

  3. AnyELF AnyELF Public

    ELF File Viewer implemented as a Total Commander plugin

    C++ 6 8

  4. decenc decenc Public

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

    C++ 3 2

  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;