file-format
Container Format
What is the difference between File Formats开发者_如何学Go and Container Formats? Thank You,A container format is a file format, but one that concerns itself with how data is stored in the file and n[详细]
2023-01-03 15:10 分类:问答compressed archive with quick access to individual file
I need to come up with a file format for new application I am writing. This file will need to hold a bunch other text files which are mostly text but can be other formats as well.[详细]
2023-01-02 14:52 分类:问答How do you create jpg format video's?
I\'ve always thought .jpg was non-animated, but I\'ve recently found several animations in .jpg format.[详细]
2023-01-02 11:58 分类:问答Perfmon .blg file specification / parsing library
Where can I find a detailed, low-level spec for the Perfmon binary开发者_开发百科 .blg file format? Or even better, has anyone written a low level, open source library (preferably in C, but any langua[详细]
2023-01-02 05:58 分类:问答Packing a file into an ELF executable
I\'m currently looking for a way to add data to an already compiled ELF executable, i.e. embedding a file into the executable without recompiling it.[详细]
2023-01-01 02:32 分类:问答C++ question on file formats and od
I have the following simple code: ofstream output(\"test\"); output << \'a\'; When I do an octal dump of the file, I get this:[详细]
2022-12-31 16:06 分类:问答What is the best file format to parse?
Scenario: I\'m working on a rails app that will take data entry in the form of uploaded text-based files. I need to parse these files before importing the data. I can choose the file type uploaded to[详细]
2022-12-29 23:43 分类:问答How determine application subsystem from executable file
I\'m trying to detect console application from the list of the executables files installed on my computer.[详细]
2022-12-29 13:40 分类:问答Is it possible to change a exe's icon without recompiling it?
I have lot of executable that I have compiled (long time back) for many of which I don\'t have sourcecode now. But when I compiled them I didn\'t put any icons for them, so they all look like same dul[详细]
2022-12-29 04:31 分类:问答Android NinePatch .png file format?
Android NinePatch images seem to be standard .png files with extra information. Is there a spec for the format anywhere, as I\'d like to be开发者_如何学运维 able to implement this on other platforms?T[详细]
2022-12-28 11:22 分类:问答