Relative Content

Tag Archive for data-structures

Format text in a generic and reusable way

I would like to write some long text in some structure to allow a set of operations on that text. The question is which structure or format should I use, which suits best the use that I plan to do of that text?

About Artificial Intelligence [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Storing User Form Data

I am trying to come up with a data schema/methodology for storing the data collected from various different user application forms.

Storing User Form Data

I am trying to come up with a data schema/methodology for storing the data collected from various different user application forms.

Shift bytes through a fixed sized buffer

I’m writing an InputStream that processes data streams containing “trailer” data. That is, the final n bytes of the stream is a piece of data that must be handled separately and shouldn’t be returned from the read methods.