Tagged Questions
3
votes
5answers
788 views
Simple data storing in Python
I'm looking for a simple solution using Python to store data as a flat file, such that each line is a string representation of an array that can be easily parsed.
I'm sure python has library for ...
1
vote
1answer
50 views
Handling File Contents Before Writing to Disc C#
So I have decrypted a file and am left with a byte array containing this (Uni-encoded):
Content-Type: text/plain;
name="testfile.txt"
Content-Transfer-Encoding: binary
Content-Disposition: ...