formats

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 decimal to UTM? I see in the code that it will parse UTM values, but I don't see how to get them back out and the geopy Google Group has g...

How to Make a exe files with Delphi?

Hi friends. 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.... ...

Where to get full list of libav* formats?

Where to get full list of libav* formats? ...

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 column named html_Spreadhseet,along with the rest of the form data. right now I'm just storing the html in a plain text format with basic ...

C# - Parsing partial dates in different formats

Hi there. 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 more problematic thing is that i want do this in all possible date formats depending on the country, the user is in. It's a ASP.NET...

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 language would you use (if you use a programming language at all)? The site warned me that this question might be closed, but that's just...

Converter from IP based cameras to Flash player

Hi, 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. These are formats other than the usual .FLV for my website which is run on JBoss with Flex 3. I would like to support as many file forma...

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 format.xml { render :xml => @resources } end end When i try to access the html page, everything works fine, but when i hit the .xml ...

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 in an XML format. Thank you ...