Not finding what you are looking for? Request a recipe!

  1. Not yet rated

    Modifying File That Contains Binary Data

    To get around this, the file needs to be read as binary and encoded to hexadecimal format. Any desired changes can be made. Then the file needs to be decoded from the hex to binary and rewritten. Note that you will be making your changes as the hexadecimal ASCII code and not the display character ...

  2. Not yet rated

    Creating An Exploded View Of Flat Hierarchal Data Using Cold ...

    Instead of multiple pass parsing of the data by starting at the root node and working to the extremities, one can explode the data into a complete structure in a single pass by working from extremities towards the node. This can be accomplished in a single pass as every node has an indeterminate nu ...

  • Results 1-2 of 2