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.

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 Loading

  1. ELFIO Public

    ELFIO is a header-only C++ library for reading and generating ELF (Executable and Linkable Format) files.

    C++ 769 163

  2. COFFI Public

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

    C++ 192 30

  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++ 3 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;