Tagged Questions
0
votes
1answer
20 views
How i can find the file format in linux programatically?
I need to upload the timezone data file to target board through FTP. The timezone data file name is renamed or modified as 'time_zone_info'. So i need to verify the uploaded file is timezone data ...
0
votes
3answers
79 views
C#, parsing multiple numbers on the same line
If I got a line like this:
6 3 3 3 33 3 3 3 3 7 2 1 1 1 11 1 1 1 13 2 2 1 1 1 1 1 1 21 1 2 2
How would I parse this into a int array in C#? The thing is I don't have a determinate amount of numbers ...
0
votes
0answers
15 views
Some videos causing android media player to crash
While testing an app that I was making to play videos in a loop from a playlist using the MediaPlayer, I found that one video caused my app to freeze. It didn't force close or anything just froze. ...
0
votes
1answer
24 views
Add (media) files to a file of custom format in C++
I made a game in C++, however I've noticed that most video games add all the media files they use (sprite sheets, XML tables, mp3) inside a file of custom format to avoid being tampered.
I don't want ...
1
vote
0answers
87 views
How to read latest SPSS .por file format
Does anyone know the format of SPSS .por files? I am maintaining a utility that reads .por files. It worked perfectly up until v12 of SPSS. It no longer reads .por files created with the latest ...
1
vote
1answer
66 views
Best File format to import data into remote MySQL from a local software
Let me clarify what I am exactly looking for. I am building a dynamic website for a school on php mysql platform which will require certain data to be updated from the local offline software that the ...
2
votes
3answers
49 views
How to write a whole string to a file in Python and where does the file go?
I am doing an assignment on text formatting and alignment (text wrapping) and I need to write my formatted string to new file. But once I have written to the file (or think I've written) where does ...
-4
votes
1answer
56 views
What is the purpose of .ZIP files? [closed]
Now, I understand how they work. For ex, a string like 'the dog is in the dog' we notice 'the' and 'dog' appear twice and could be assigned single-character variables or something. But, once you have ...
0
votes
1answer
43 views
Does anyone know how to convert maestro chn format into ascii?
I have a lot (over 200) .chn spectra from maestro that I cannot read and need to be converted into a format readable by excel. Maestro had the ability to convert to ascii but I don't have access to it ...
0
votes
0answers
7 views
Looking for Open Standard File Format similar to Nginx
Rather than roll my own new file format, I'm looking for a standard configuration file format that's similar to nginx. I like how JSON has become a standard and it's great for data-exchange but not ...
1
vote
3answers
87 views
Export from Excel to txt preserving especial date format
I had been using a code to copy data from excel to .txt removing any unwanted characters, for input to another application:
Public DirRoot As String
Public CasNam As String
Public Sub Export()
...
2
votes
1answer
160 views
Fortran - Write and Read from same file using formats
The program is very stupid, but it is just a test to understand how reading from files works in Fortran. I wrote the following example:
program manipolazione
implicit none
integer, parameter :: ...
1
vote
1answer
182 views
Want to compress a folder in application/x-zip-compressed format
I have a folder inside that folder I have css file and images.. I want to compress that folder in application/x-zip-compressed format. But I am unable to compress it..
What I have tried I compress it ...
0
votes
3answers
92 views
Designing a database file format [closed]
I would like to design my own database engine for educational purposes, for the time being. Designing a binary file format is not hard nor the question, I've done it in the past, but while designing a ...
0
votes
1answer
157 views
digital forensics: what can i get out from my .raw file?
i have a file with .raw extension (raw image format), but i cannot open it. i tried to analyze it with the commands file filename.raw, exiv2 print, exiftool, ufraw, dcraw. since it appears to be a ...
1
vote
1answer
133 views
Different record formats within the same format file - T-SQL (Bulk Upload - BCP)
I have experience using XML format files created with BCP command line and then using that for bulk files with only one record format.
My question is, is there a way to insert a conditional statement ...
0
votes
2answers
97 views
a clear understanding of file, file encoding, file format
I lack a clear understanding of the concepts of file, file encoding and file format. Google helped up to a point.
From what I understand so far, all the files are binary, i.e., each byte in such a ...
2
votes
1answer
77 views
How to save data to a text file in a specific format in Matlab?
I am a beginner in Matlab and I need help to output my X and Y coordinates in such a format:
X-142232Y77639
X-148878Y63979
X-154215Y49757
X-158196Y35097
It is a column of X and Y strings.
Now I ...
2
votes
2answers
240 views
PNG File format and Image bytes?
I am currently trying to write a program to encode text into a png file only changing the least significant bit for each letter i want to encode in the picture, example
I have a 'A' which is 65 and I ...
1
vote
2answers
51 views
How to save a text file without format string in C
I want to save text into a file with this function that:
void wl (char* buff[],char lp[],char mt[])
{
FILE *fp;
fp=fopen(lp, mt);
fprintf(fp, buff);
fclose (fp);
...
0
votes
1answer
320 views
PE File Format Section Add On
I'm confused on why they use - 1 here. Can someone explain what this line is doing in very very very very low level detail please... Not o its subtracting 1 structure.... I need to know more...about ...
1
vote
2answers
120 views
Need to match string to line in file in Python
my first time asking something here. I have a text file of names, 1 name per line, that i'm reading in to a list, and then duplicating that list twice, the first time to remove \n's and a second time ...
0
votes
4answers
186 views
StringBuilder to file maintaining format [closed]
in c#, how can i do to export to file a stringbuilder that has multiple lines, mantaining the lines. here's my code:
StringBuilder builder = new StringBuilder();
using (SqlCommand command = new ...
0
votes
1answer
40 views
I need to use the format method to substitute an unknown number of parameters into a text file
The pagesubs() function reads a text file into a string,then uses Python's format() to substitute for arguments given in the subs parameter.
Here are examples:
My attempt was as follows:
def ...
0
votes
1answer
136 views
Choose which audio file format to use between Android and IOS?
In my app,I want to make sure user can record his sound and sent to other user to listen to it.
In android platform I choose .amr ,it's not too big and easy to record.
Then I realized I should make ...
0
votes
1answer
318 views
Displaying an Elevation grid in ParaView
I'm new to ParaView and completely lost with all the different data formats. All I want to do is display an elevation grid which is produced by a program. I store the elevation grid in a two ...
0
votes
4answers
91 views
Unsupported format while using the correct format
Im getting a "NotSupportedExeption was unhandled by user code - the specified path format is not supported" error, even thou I use a string as is requered.
string path = folder + "/" + filename;
...
0
votes
1answer
92 views
UIImagePicker: what file format is used when saving a movie?
When I use an UIImagePicker to record video and then want to save it to disk, what file format is used? In other words.. when I have the file on disk and want to transport it over to a server, what ...
-3
votes
1answer
54 views
How to remove a column from a data file in C
I am trying to remove a column from a data set.My file looks as below.how can i accomplish this?
Input-
1,2,3,4
2,3,4,5
3,4,5,6
Output-
2,3
3,4
4,5
0
votes
0answers
30 views
Is it possible to locate the macro address in the MS-Office document's header?
newbie here. I wanna know is there have a way that I can locate the macro/subroutine address in the document header? (For all versions of MS-Office document)
Well, I'm trying to make a simple scanner ...
0
votes
0answers
133 views
Hex workshop ASCII to CSV format
I would like to reverse engineer binary files containing data. I would like to write a Python script to convert rapidly a type a files (I know the extension) into readable .csv files.
With Hex ...
0
votes
1answer
51 views
File layout as table in python
Is there a simple way in Python (or other) to format nicely a file that looks like this :
Type Count Number
aaa 26 (-15) 5963206
bbb 0 (0)
ccc 347 (170) 4831807 4831907
ddd 0 (0) ...
2
votes
4answers
102 views
Choosing the right file format
I am working on an application, that should have the possibility to save/load data. Most of the data is stored in instances of a class. The data in the instances consist of:
a double[][] array
some ...
0
votes
2answers
241 views
How to create file format with metadata
I am trying to make a new file format for music. It needs to be a file that actually stores multiple audio files, for example a zip file. I am looking for a way to turn the zip file into this new file ...
0
votes
0answers
115 views
picture file color bit reverse engineering
I am trying to reverse engineer a folder of many .spr sprite file . I am trying to retrieve the images stored in them
I tried opening it up with a hex editor and am trying to figure out its image ...
0
votes
2answers
453 views
Android. How to get audio file format?
Is there any way to get a format of a local audio file by given uri or file path?
2
votes
2answers
273 views
What is the TREC format?
I'm looking for the specifications of the TREC format. I've been googling a lot but I didn't find a clue.
Does any one know where to find any information about it?
Thank you!
0
votes
1answer
117 views
File format need for inverted indexing
i have been working on Inverted indexing, which index documents collection, store each term with information and also store its reference in posting file (document id, location, etc.).
Currently i ...
0
votes
2answers
371 views
validating format video file with HttpPostedFileBase
Is there a way to use the HttpPostedFileBase elements to find out if its a valid video file fomart (except of validating the extension). Im using aspnet mvc 3 by the way.
2
votes
1answer
71 views
How to design a document file format?
I would like to design a file format which includes content like inks (saved as points), texts, pictures, records and so on.
I can't find any useful guidelines about how to design a file format. ...
-1
votes
2answers
115 views
Spring.. why configuration in XML file format
Why Spring uses the configuration in ".xml" file format,
Is there any possibility to configure in ".properties" file?
2
votes
1answer
104 views
Processing files in C under different operating systems
I am working with files in C. They are very, very huge files.
I read and write to these files (they are just formatted text files).
I give no extension to them;
I just say fopen("filename","r").
Now ...
-1
votes
1answer
393 views
C - Fgets &Scanf to read from a text file
#include <stdio.h>
int main() {
FILE *f;
unsigned int num[80];
int i=0;
int rv;
int num_values;
f=fopen("values.txt","r");
if (f==NULL){
printf("file doesnt exist?!\n");
return 1;
}
...
0
votes
1answer
119 views
Can someone determine what kind of file is this? I got it from a BLOB Field
I got this file from a BLOB field through a database query. There are a lot of '%HEX' values which I'm kinda confused what it's for. Is anybody familiar wih this file format? I need to revert it back ...
-1
votes
1answer
53 views
Basics of file formats
I know that it might sound silly but, while working on project at some time I feel the need of knowing the very basics of file formats.
I know every thing is stored in binary 1-0 in hard disk and ...
1
vote
1answer
183 views
Read JungUm Global (Samsung) file
I need to read plain text from JungUm Global (another named as "samsung") document (.GUL extension) but didn't found any spec on this format.
Please advice any resource / solution to achieve this!
...
1
vote
1answer
205 views
JMF Plugin for .mkv file type?
Is there one anywhere? I know that JMF is outdated, but I'm using it for a little application, and it can't read mkv files by default.
Alternatively, is there a method for converting the mkv format ...
1
vote
3answers
2k views
Read large txt file in c++
I'd like to read a file of about 5MB in memory ...
the file has this format (it is a text file)
ID 3: 0 itemId.1 0 itemId.2 0 itemId.5 1 itemId.7 ........................ 20 itemId.500
ID 50: 0 ...
0
votes
1answer
151 views
What is the name of this file format (cfg file of a AVM Fritz!Box VPN server)?
I want to write a tool to generate and modify the cfg file of the VPN server that runs in the AVM Fritzbox router.
To be able to search for a parser - do you know the name of this file format?
...
3
votes
1answer
389 views
Visio Coordinates Format
I develop a tool which works with process diagrams. I need to write an export feature for the tool, that will save current process in Visio VDX format.
I found that Visio saves shapes coordinates in ...

