If I store data that isn't intended to be edited with a text editor, I use sqlite. For configuration settings, I use Windows registry for Windows and dot files for Unix.
And if you don't have a hex editor, maybe you should get one.
Name:
Anonymous2013-06-16 8:58
>>9
He means to use the Creative Commons Zero license.
Name:
Anonymous2013-06-16 9:06
This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.