«Flexible» protocol buffer implementation.

Every body knows about protobuf from Google team. It is very useful and effective protocol for data exchanges.

«Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of  its internal RPC protocols and file formats.»

For my project I need to implement specific router for messages from different clients. So my router (receiver) should be able to read (parse) body of message in order to get information about for routing. But I couldn’t predict all protobuf message format on design phase, as result I should analyze message format on runtime.

Читать далее «Flexible» protocol buffer implementation.

[lang_ru]Доработанный sitemap генератор с поддержкой Polyglot[/lang_ru][lang_en]Updated plugin Google sitemap with Polyglot support[/lang_en]

[lang_ru]Для своего блога на WordPress доработал плагин Google XML Sitemaps (автор Arne Brachhold), теперь карта сайта содержит ссылки на страницы на всех языках что прописаны в Polyglot плагине (автор Martin Chlupac).[/lang_ru]

[lang_en] I have customize plugin for WordPress Google XML Sitemaps (author Arne Brachhold) in order to put in sitemap.xml all localized links to posts, my multilingual blog based on Polyglot plugin (author Martin Chlupac).[/lang_en]

Читать далее [lang_ru]Доработанный sitemap генератор с поддержкой Polyglot[/lang_ru][lang_en]Updated plugin Google sitemap with Polyglot support[/lang_en]