Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
5answers
5k views

Why do Objective C files use the .m extension?

Since I started learning Objective C and Cocoa, I've been wondering why did they choose the extension .m for the implementation files - was it supposed to mean something, or was it just a random ...
6
votes
6answers
4k views

List of ALL MimeTypes on the Planet, mapped to File Extensions?

Is there a resource that lists ALL the mimeTypes in existence? I have found a few places with under 1000 mimeTypes, but then they still don't include common ones like .rar, .fla, .rb, .docx! Does ...
3
votes
5answers
304 views

For a .Net project, what file extensions should I exclude from source control?

Everytime I start a project I have to think carefully about which files to exclude from source control. Has someone made a list of the criteria so I can look it up from the beginning? I work on my own ...
3
votes
5answers
495 views

Is using .h as a header for a c++ file wrong?

Is using .h as a header for a c++ file wrong? I see it all over the place, especially with code written in the "C style". I noticed that Emacs always selects C highlighting style for a .h header, but ...
2
votes
4answers
196 views

Directory sizes and extensions

I'd like to create python command line code that is able to print directory tree with sizes of all subdirectories (from certain directory) and most frequent extensions... I will show the example ...
2
votes
2answers
2k views

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 with a .c extension. What's the corresponding convention for CUDA-specific header ...
1
vote
1answer
72 views

Change file extensions of multiple files in a directory with terminal/bash?

I'm developing a simple launchdaemon that copies files from one directory to another. I've gotten the files to transfer over fine. I just want the files in the directory to be .mp3's instead of ...
1
vote
2answers
50 views

Python Deleting Certain File Extensions

I'm fairly new to Python, but I have gotten this code to work, and in fact, do what it's intended to do. However, I'm wondering if there is a more efficient way to code this, perhaps to enhance the ...
1
vote
2answers
461 views

PHPExcel save a CSV is adding the webpage HTML as well

I have a webpage that has a radio group as the options for the file format you wish to save. Options are: .xls .xlsx .csv All work but the .csv as it also adds the page HTML to the bottom of the ...
1
vote
3answers
31 views

Is there a file extension to file description script available for PHP?

What I'm looking for is something which will take any file extension given to it and return a description of that extension. For example : $extension = 'PNG'; $description = ...
1
vote
2answers
323 views

How to compile different extension files as C++ in Visual Studio C++ 2010?

In my Visual Studio 2010 project I have files with .mm file extension, that need to be compiled as normal C++ files. Is there a way to make a build rule for new extensions or something like that? In ...
1
vote
1answer
242 views

How does youtube have URL's like these?

YouTube has URL's like these: http://www.youtube.com/watch?v=zKqeCtjFGFc When I create a PHP page mine would be like these: watch.php?v=zKqeCtjFGFc How does YT hide the PHP extension, and I know ...
0
votes
3answers
205 views

Adding multiple filenames to listBox, but without extensions? C#

I'm making a program that adds executable files to a listBox in C#. I'm trying to add the items to the listBox without the .exe extension. This is the code I had previously: ...
0
votes
3answers
96 views

Save file to the local system using browser with the specified filename and extension using html & javascript without server interaction

We are using HTML5 and javascript in one of our applications. The requirement is when the user clicks on a button we should download a file containing all the user entered data. There should be no ...
0
votes
1answer
54 views

Powerflex Database File extentions

I am trying to understand the different file extensions for the pfxplus powerflex database. Could someone please help telling me briefly what each file is for? .k1 .k2 .k3 ... .k13 .k14 .k15 .fd .def ...
0
votes
3answers
330 views

New to CakePHP - Blog Tutorial Question: Why does index.ctp render as text and not html/php?

I tried researching this question on my own for awhile, but can't seem to pinpoint the solution. I'm working through the CakePHP Blog Tutorial, and at this section: ...
0
votes
2answers
250 views

Can Drupal change the template used based on a file extension in the url?

I am using Drupal 6.16 with a number of modules installed. I was trying to find out if there is a way to change the output of a node when a different file extension is added to the url. For example: ...