Top "Converter" questions

Converters can change data from one type to another, translate data based on cultural information, or modify other aspects of presentation.

selectonemenu jsf on objects with converter

Here is my SelectOneMenu <h:selectOneMenu value="#{bean.myObject}" > <f:ajax render="componentToRender" listener="#{bean.onSelect}"/> &…

jsf converter selectonemenu
How to convert video to `m4v` with `ffmpeg`?

I'm trying to encode a video to m4v, so I can play it using jplayer on my website, but …

streaming ffmpeg converter jplayer
How to convert HTML to XHTML?

I need to convert HTML documents into valid XML, preferably XHTML. What's the best way to do this? Does anybody …

c# .net html xhtml converter
basic java temperature converter

So I am trying to write a program to convert degrees C to F or vice versa. Every time I …

java converter temperature
convert Hsl to rgb and hex

I need a color converter to convert from hsl to rgb and hex value. I am going to do similar …

javascript jquery colors converter color-picker
Convert unsigned char[10] to QBytearray;

I've seen a lot o questions around this, but so far none worked for me. I've tried the 2 most common …

c++ qt converter unsigned-char qbytearray
How to convert .eap file?

I have a situation here: I have a .eap file and i have a tool available i.e., StarUML. I …

uml converter enterprise-architect xmi staruml
Are there any recent Lua to JavaScript converters or interpreters somewhere?

I need to find a good Lua to JavaScript converter; lua2js on luaforge.org is out of date (3 or …

javascript lua interpreter converter
How to convert string result of enum with overridden toString() back to enum?

Given the following java enum: public enum AgeRange { A18TO23 { public String toString() { return "18 - 23"; } }, A24TO29 { public String toString() { …

java enums enumeration converter
Custom JavaScriptConverter for DateTime?

I have an object, it has a DateTime property... I want to pass that object from an .ashx handler back …

.net javascript ajax converter