Top "File-extension" questions

A suffix appended to the end of a filename, in order to identify the type of file.

CUDA source files get a .cu extension. What do header files get?

The standard convention seems to be to give CUDA source-code files a .cu extension, to distinguish them from C files …

cuda header-files file-extension
What is the difference between *.sqlite and *.db file?

What is the difference between a *.sqlite and a *.db file?

sqlite file-extension
Assembly Code File Extension

I'm just beginning to learn assembly code, and am still unsure about something; what file extension would assembly code source …

assembly file-extension
Is there a standard file extension for gnuplot files?

I have seen .gnu, .plt, and .gplot as file extensions for gnuplot scripts. I know Linux doesn't care about file …

gnuplot file-extension
Determining file extension given a FileStream

Is there any way to know the type of the FileStream. I have a function that takes a FileStream object …

c# filestream file-extension
complete list of mime-type <-> file extension mapping

I can't find a complete list of mime-type mappings on the internet. I would like to have a list that …

http mime-types file-extension
Python: saving objects and using pickle. extension of filename

Hello I´m trying using the next piece of code: import pickle object = Object() filehandler = open(filename, 'w') pickle.dump(…

python object save pickle file-extension
Finding a file with a specific name with any extension

Please note that I want the compartment number to change. <?php $compartment = "1"; /* HERE I NEED SOME SCRIPT TO FIND …

php file-extension file-exists
What is the complete list of valid file extensions for images?

And the images I'm referring to are the ones that can be embeddable in a web browser not .tif, .psd, …

php image file-upload file-extension
How to get the format(ex:jpen,png,gif) of image file (BufferedImage) in java

i want to get the buffered image format or type of image using java, InputStream stream = request.getResponseStream(); BufferedImage image= …

java bufferedimage file-extension image-formats