How should I structure a C# application that reads & writes binary data?
I have to read and write binary “chunks” of approximately 1Mb each. The data can come in the form of a stream or a in-memory byte[]
.
How should I structure a C# application that reads & writes binary data?
I have to read and write binary “chunks” of approximately 1Mb each. The data can come in the form of a stream or a in-memory byte[]
.
Why many programming languages have only 2 data-structures: arrays and hashes?
Many programming languages have only those 2 structures, and even some languages that have more structures still only provide special syntax for those 2; usually, []
and {}
. Why is this? Is there anything special about those datatypes that is necessary for the completeness of the language?
Handling timeout in network application
How can I handle timeouts in a network application.
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.
Algorithm/Strategy or Data structure to capture priorities sub priorities in an app
I am working on a CMS that is starting to evolve a bit.