GithubHelp home page GithubHelp logo

openopj's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mdzimmerman

openopj's Issues

Discussion

It seems that we understand the format wrong. Here are some ideas (unproven and untested, just some ideas for now).

There is a design pattern when designing a file format. Called TLV, tag-length-value.

  1. A file may be it is just a sequence of blocks. But special blocks. tag \n value \n tag is a string from predefined list of strings. if it is not, if it is u4 (uint32_t), then it is size.
  2. if it is size, and if we are not in a section, then tag is in the first 2 bytes of header, but it is binary one. I feel like 0xfffc stands for a file header, and 0x0001 stands for column header. then header means entering a section.
  3. when in a section subsequent blocks types are determined from the algorithm of parsing of that section. I mean that algo consumes blocks and probably section header contains count of blocks to consume. Or maybe consume untill null block. IDK for now.

Again, these all are untested, just sharing some thoughts because I have not so much time to dive into it now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.