Encoding Preamble (mystic bytes at the begining of the utf-8,utf-16,utf-7 encoded stream)

Faced a problem with detecting file encoding when file is with no encoding preamble Bytes FE and FF (0xFE,0xFF) encoded useing given encoding. The problem was that flash movie, which uses xml data source as input parameter was not able to detect the encoding of the source. (.NET web form) I’ve solved this problem [...]

Xslt Transformer Windows Application (C# .NET)

This application is a very easy to use and a very small tool. It is used to transform XML file useing the given XSL file.

Application uses System.Xml, System.Xml.Xslt namespaces and their classes to perform this action.

Application requires Microsoft .NET framework to run.

Please report any bug’s or suggestions related to this easy [...]

Totem Video Player Do Not Play DiVx AVI Movies

My totem used not to play avi movies. The problem was that

sudo apt-get install totem

installs totem which is based on gstreamer (totem-gstreamer). After i did

sudo apt-get install totem-xine

(it also uninstalled totem-gstreamer) totem started to play divx avi movies. So as you see the totem setup process is easy:)