Social Networks Feeds getting duplicate posts
As social networks started to gain space in the net, they began to overlap with each other, that is, user of one service are also user of other. Soon they had to understand and recognize the other social networks their users were at, too! Mashups, pipes and other kind of combinations allowed a single post [...]
Google´s GO language left out Windows target developers, for now…
As soon as I heard the news, I got my hands on the (now) Google´s GO language. Tried it on my linux box (not VM) running openSUSE. Installation run clean and in no time I was out building little snippets with in. Albeit some comments I read on the net, I thought – why don´t [...]
Own dark Gmail theme.
When time allows, I am also an avid reader/updater of microblogging sites (mainly Twitter @mmmattos). Seesmic Web and Twiter Miner are my preferred online tools for tweeting online and both provide a very pleasant, easy on the eyes dark themes. Gmail, which I use as my personal email, has recently enabled canned themes, but unfortunately [...]
CPPUnit step by step example.
The idea here is to provide a basic introduction to the C++ unit testing framework, cppunit. During the last months I´ve been writing some cppunit based unit tests and I tried to show here the basic steps involved. To start with, you´ll need to install cppunit libraries and documentation. Let´s use apt-get for that purpose, [...]