Tagged Questions
The formats tag has no wiki summary.
10
votes
1answer
247 views
How to get all of the supported file formats from Graphics unit?
When any TGraphic descendant registering its own graphic file format with a class procedure TPicture.RegisterFileFormat(), they're all stored in Graphics.FileFormats global variable.
Too bad that ...
3
votes
4answers
206 views
How do you create a file format?
I've been doing some reading on file formats and I'm very interested in them. I'm wondering what the process is to create a format. For example, a .jpeg, or .gif, or an audio format. What programming ...
3
votes
2answers
263 views
C# - Parsing partial dates in different formats
For use in a search method i would like to parse partial dates in different formats.
I want to enable the user to search for day and month or month and year or also day and month and year.
But the ...
2
votes
1answer
63 views
Format statements in Fortran modules
I have a module with a number of subroutines that all use the same set of formats for output.
Right now, I have to declare the formats in every subroutine. Is there a way to declare them in the ...
2
votes
2answers
379 views
Best practice how to store HTML in a database column
I have an application that modifies a table dynamically, think spreadsheet), then upon saving the form (which the table is part of) ,I store that changed table (with user modifications) in a database ...
1
vote
1answer
90 views
What are the formats supported by MPMoviePlayerController?
Which formats does MPMoviePlayerController Support?
1
vote
3answers
189 views
Converting the date time to display milliseconds in C#
I want to show the milliseconds, but ToString shows the milliseconds as 00000.
I am providing the code below, with the output at each step.
String currentDateTime = DateTime.Now.ToString("G");
...
1
vote
2answers
158 views
HTML5 audio what audio formats are supported
I have short sound that I wish to play in my webapp using HTML5.
I save it in 3 formats. wav, mp3 and ogg
I created 3 tags to play in different formats.
<audio controls autobuffer>
<source ...
1
vote
2answers
37 views
mvc: serving same data into different formats (model or controller)
Lets say I have a web application and for some database table I want to return it´s data as an array/object collection to display in a webpage and as json to build an api for example.
My question is: ...
1
vote
1answer
408 views
What formats of video will play in emulator?
What formats of video file are supported in the Android emulator?
I understand that it probably won't play in real time, but what ones will play at all?
1
vote
2answers
618 views
Getting Easting & Northing Values from geopy
I have a table full of longitude/ latitude pairs in decimal format (e.g., -41.547, 23.456). I want to display the values in "Easting and Northing"/ UTM format. Does geopy provide a way to convert from ...
0
votes
0answers
51 views
mediaelement.js supported formats
Can mediaelement.js playback .WAV sound files?
Also, even though these are not specified in mediaelement.js website, since Flash is able to playback these formats, can mediaelement.js possibly ...
0
votes
0answers
18 views
Optimal format for in-browser acoustic instrument sounds
This is a two-part question, but I'd be grateful for your opinion on either
With a wide and growing range of open-source classical scores available in MusicXML format on the internet, I'm looking at ...
0
votes
3answers
129 views
problem with function printf()
Here is my program:
#include <stdio.h>
int main()
{
int a=0x09;
int b=0x10;
unsigned long long c=0x123456;
printf("%x %llx\n",a,b,c);//in "%llx", l is lowercase of 'L', not ...
0
votes
1answer
47 views
What graphic formats doesn't require a patent license?
I am working on my project that reads and display sequences of images of different formats,
for example: bmp, png, tga, tiff, jpg ...
I read that PNG and BMP are free from patent licences.
But I ...
0
votes
1answer
108 views
How to get a week number from a date in SQL Server 2005
for every row in TableA i have a date and a week number field. The date field is already populated and i was hoping there would be a way to automatically fill the Week number field aswell instead of ...
0
votes
1answer
64 views
Complete list of Supported Extensions - Android
Does anyone have this, or is able to point me in the direction of such a list? I'm doing a project on the openings of different types of extensions but only for those that Android is able to support ...
0
votes
0answers
55 views
Long term archive security with files being tar'ed gzip'ed, bzip2'ed or [closed]
We are implementing a file archive for scientific measured data. The files shall be accessible for over 10 years.
The files will be stored in their original format which will be one of several ...
0
votes
0answers
342 views
Best format for Video on iPhone, Blackberry, Android and Websites [closed]
Which is the best web format for video on almost all platforms and what will be the typical size of a 1 hour movie?
0
votes
1answer
76 views
what is the video format that gives 1mb per 1minute? [closed]
what is the video format that gives 1mb per 1minute ??
regards,
Buffon
0
votes
1answer
25 views
Difference between ANYFORMAT and ANYFORMAT_RTP
I want to know what's the difference in use between 2 formats, eg JPEG and JPEG_RTP. when do I choose the format ended in "_RTP"?
Thank's for help.
Regards!
0
votes
1answer
58 views
Date Time formats, change formats. [self-solved]
I have a TIMESTAMP in the database for pages, so in this format $d="2011-01-03 12:53:22"
And when i try to send that through date("c",$d) I only get 1970-01-01T10:33:31+10:00
I have read in the php ...
0
votes
2answers
36 views
Please suggest the Intermediate file format at conversion of PDF DOC RTF HTML
I'm going to write some converters.
I fought HTML is the best for that. For example:
- at first, i create HTML->PDF
- at second, i create DOC -> HTML (and get DOC->PDF also)
...so i will have 3 ...
0
votes
2answers
12 views
If i am making a image sharing service website using the standard file upload form what images can i say it supports, other then jpg, png, gif
If i am making a image sharing service website using the standard file upload form what images can i say it supports, other then jpg, png, gif. Is there a list that shows what browsers supports what? ...
0
votes
1answer
87 views
What language resource files are used in different programming languages/frameworks?
As the question suggests, I would like to know as many different language resource file name & formats as possible based on the programming language.
For example, in .net we have the .resx files ...
0
votes
1answer
149 views
Rails routing for render xml gives 404
I'm facing a problem I don't really understand.
This is my controller
def index
@resources = Resource.all(:limit => 10)
respond_to do |format|
format.html # index.html.erb
...
0
votes
1answer
144 views
Converter from IP based cameras to Flash player
I would like to know the file formats that IP based surveillance cameras produces. I would then need to build or use available codec/ source code to convert to a format Flash player 10 can support. ...
0
votes
1answer
93 views
0
votes
3answers
745 views
How to Make a exe files with Delphi?
I want to make a "Setup Maker" App with Delphi.
How can I create a exe files?
for example : Delphi Itself Compiler.
Tanks to All.
....NiliDelphi....