A specific focus of stochastic processes theory are so-called Markov processes. They were first introduced by a Russian mathematician Andrey Markov, who built a concept of tracking state transitions in terms of the theory of probability and presented it…
We finished the last post finishing parsing Ints. But JSON numbers can also be floating points. So let’s resume where we left and move to green phase.
Recently a friend was in need to parse a file that has a custom format, and asked me how would I…
If you have ever worked in software product development you have probably asked yourself (or been asked by software engineers) the following questions:
In my recent iOS project I’ve had a view where content was presented as vertically scrollable cards and each of them could be expanded to show more details.
I would like to show you a simple application of Markov chain algorithm — generating random texts based on an actual corpus. Readers unfamiliar with Markov chains may find a lot of research on the topic online or read this article by me.