Yellow Rabbit

Frozen

Here is an active version

Yellow Rabbit Blog


Mobile Game Review Space Mercenary

Mobile Game Review Space Mercenary

It happens that having started a routine cleaning in the attic, you go through old things in boxes and suddenly you find toy from your childhood, and memories will overwhelm you and you’ll forget about everything for a minute. That how it was with the game “Space Mercenary”. [more...]

Low-pass Filter for Android Sensors - Practice

Low-pass Filter for Android Sensors - Practice

As was promised we move from the static smoothing to dynamic one in order to take into account the frequency variation of receiving data from device sensors on Android. [more...]

Low-pass Filter for Android Sensors

Low-pass Filter for Android Sensors

A sensors in our mobile phones have, among other things, an imperfect output signal quality. Well, it’s difficult to do something with the hardware, but one can play with software digital signal filters. [more...]

Web-engine in Lisp: Parse the Most Complex Element

Web-engine in Lisp: Parse the Most Complex Element

The most complicated element. Much more complicated than comments. We have opening and closing tags, attributes and their meanings, and everything else, the elements can still be nested. It even has a complex constructor :smile: [more...]

Web-engine in Lisp: Parse Comments

Web-engine in Lisp: Parse Comments

After we succeeded parse the text element of HTML, we move on to a more complex element - comments. [more...]