371 skills found · Page 12 of 13
lucaspoffo / Bit SerializerBinary encoder / decoder with bit level control
RaulSimpetru / LinguaTechnisTranslatorSacred machine code to encode and decode binary information
Crigges / Prebuilt LGPL 2.1 FFmpeg With OpenH264Prebuilt LGPL v2.1 MinGW cross compiled binaries for Windows 64bit with OpenH264 for H264 encoding
christophhagen / ProtobufCodableA binary encoder/decoder for Swift largely compatible with Google Protobuf
marcransome / Plist ServicesmacOS Quick Actions for converting property list files between XML and binary encodings.
Uzi-Granot / PDF417BarcodeEncoderThe PDF417 barcode encoder class library is written in C#. The target framework is .NET Framework (net462) and .NET Standard (netstandard2.0). The encoder library allows you to create a PDF417 barcode image from a text string or a binary (byte) array. Two demo/test applications are included.
carusso / CodecEncoder/Decoder library for Elixir that makes it easy to deal with multi-layered binary packet formats
k0001 / Pipes BinaryEncode and decode binary streams using the pipes and binary libraries.
dgryski / Go BinpackBinary encoding with support for length-prefixed arrays
decafbad / Z85Rust library of Z85, ZEROMQ's binary-to-text encoding mechanism
wyhaines / Base58.crThis is a performance optimized implementation of base58 binary-to-text encoding algorithm.
noxthot / Erosion Dilation RleFast algorithms for morphological operations using run-length encoded binary images
ionite34 / Base2048Binary encoding with base-2048 in Python with Rust
jmillikin / Go IdolGo implementation of Idol, an IDL and binary encoding for zero-copy local IPC
domhofmann / Ilbc DecodeSimple binary that decodes iLBC encoded files to raw audio
dsehnal / BinaryCIFBinaryCIF is a data format for storing text based CIF files using a more efficient binary encoding.
weierstrass / Protobuf DecoderTool to convert google protocol buffers between human readable and encoded binary formats
saxbophone / Basest PythonArbitrary base binary-to-text encoder (any base to any base), in Python.
georgelviv / Hamming CodeHamming-code encode and decode binary strings with hamming linear error correcting codes algorithm
tuhinnn-py / ElysiumZ- algorithm for pattern matching, Trie-Aho-Corasick Automaton(FGREP), Hungarian Algorithm for the Munkres Assignment Problem, Binary Lifting, Eulerian Tour for Least Common Ancestor(LCA) using Sparse Table coupled with Farach-Colton and Bender optimization, Wellsh Powell Algorithm for Graph Coloring, Kahn's Agorithm for TopSort and Cycle detection in Graphs. Sparse Table for range queries. Johnson's Algorithm. AHU Encoding. Kosaraju's Algorithm for strongly connected components. Tarjan's Algorithm. Union Find. Fenwick Tree. Segment Tree. Ford Fulkerson. Edmonds-Karp. Dinic's Algorithm. Capacity Scalling. Push Relabel. Dijkstra's Algorithm. Bellman Ford's Algorithm. Floyd Warshall's Algorithm and much more..