Click here to Skip to main content
15,861,125 members
Everything / Binary

Binary

binary

Great Reads

by Christ Kennedy
A graphically bouncy and colorful version of the popular numbers tile-sliding game
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Member 13376231
An overview of a tricky binary collision example when there are multiple definitions of symbols in linked binaries
by PIEBALDconsult
I wasn't going to publish this version, but I just used it a second time, so maybe someone else will need it too. This is very much like the second version above except that it uses a non-generic IList. Today, I used this to find and insert TreeNodes in a TreeNodeCollection, yesterday I used it...

Latest Articles

by Jovibor
Library for parsing internal structures of PE32/PE32+ binary files.
by Member 13376231
An overview of a tricky binary collision example when there are multiple definitions of symbols in linked binaries
by Christ Kennedy
A graphically bouncy and colorful version of the popular numbers tile-sliding game
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner

All Articles

Sort by Score

Binary 

6 Oct 2020 by Christ Kennedy
A graphically bouncy and colorful version of the popular numbers tile-sliding game
2 Jun 2012 by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
23 Jan 2019 by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
17 Feb 2015 by Alberto M.
This article describes the file format NBT and shows how can be implemented in a real application to store data.
16 Jan 2012 by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
21 Sep 2015 by Lao Chen
A lightweight method to process binary XML. As a general data representation technique, it simplifies the design of database and protocol with convenience.
27 Jan 2017 by wlf84k
This short article provides a method of calculating nth binary palindrome using some math in C# code.
6 Aug 2012 by Ravi Teja Pidaparthi
A Case Study to explore ways to customize and improve WCF by overriding the default serialization behaviour
1 Oct 2015 by Pavel Durov
In this article I’ll cover the basics of numeric bases by examples on four bases - decimal, binary, hex and octal.