Wednesday 24 March 2010

Blogo-domain works!

My changes became applied.
Now this blog is available from
dector.org.ua and www.dector.org.ua!

It'll be main domain name of this blog.

Tuesday 16 March 2010

Play HQ video on slow CPU with mplayer

It is integerstion. If you have slov CPU, but would like to play HQ video on it, you, may be, had some problems with it. Like small FPS (Frames per second) or situation, when image is more slover than sound.
If your ansver is "No" - you are happy. :)

Others, try to start mplayer with this parameters:

$ mplayer -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all Your_HQ_Video.mkv

It was helpfull for me. Wish same your's.

Monday 8 March 2010

Spring is coming

Today is the 8th of March.
As you know - it is International Women's Day.

I would like to congradulate all women with this holiday.
And I want to wish them strong health and be so beautiful, as they are.



Also I would like to congradulate all with comming of spring.
Dear girls and women, give your love to us and we will present it to you :)

Have a nice day!

Sunday 7 March 2010

Hello World!

import java.io.*;

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}