big-endian

There are 42 repositories under big-endian topic.

  • arithmetic-operations-for/integers-modulo-n-big-endian

    :mermaid: Modular arithmetic for JavaScript

    Language:JavaScript0171
  • Bubblemelon/detect_endianess

    A function that determines whether a machine is big or little endian written in C. Uses pointer casting and an unsigned integer.

    Language:C30
  • fakturk/restBigLittleEndian

    golang REST api for converting number to big endian and little endian binary numbers

    Language:Go20
  • OlivierLDff/Endn

    A cross platform C++ library to serialize scalar as little or big endian

    Language:C++303
  • reiver/go-endian

    Package endian provides tools for working with the Little Endian and Big Endian data (such as reading it, and writing it), or in other words, translating to and from numbers and byte sequences using Little Endian and Big Endian encodings, for the Go programming language.

    Language:Go30
  • sizet/sha

    SHA1 演算法, 計算字串或檔案的雜湊值.

    Language:C00