Finding bias in PRNG

Biased scaling First things first. How to find a bias in random number generator? But not that bias that all statistical tests search for in…

Read more...

Git survival cheat sheet

First, introduce yourself Create your local repo and publish Find a gitignore file for your stack on https://gitignore.io After you created…

Read more...

Elegant C code

What the result of this code will be? Answer The output of this program will be a rectangular grid of ASCII characters, where each character…

Read more...

IRC "hype" chat

Countdown To create a range loop that iterates from 5 down to 1 in Rust, you can use the rev method on a range. Here's an example: we use a…

Read more...

Little file systems

Writing your own file system is not that scary as you may think. It's just a way of organizing chunks of storage on the big piece of storage…

Read more...

Simple Python TCP client

Features nonblocking socket server messages divided by a newline, broken packages concatenated before parsing sending messages to server…

Read more...

Topics

Linux

Tips and tricks for Linux users. Something commands carefully crafted, some knowledge found from the first source when no documentation is not available.

Also this section is dedicated to custom linux development.

C++

Develop skills in C++ language by taking easy questionarries.

Gamedev

I dreamed about game developement since school. And now I'm professionally developing games for slot machines.

Projects

My coding projects

Ideas

Ideas for new projects.