Blog Blog
The Bellrock Project
Abstract There are millions of smartphones people carry around that support Bluetooth Low Energy. All these phones could be used...
Java tip: String.format() might have an impact on your performance
When writing to a file in Java (8), it is quite usual to see the following: try (final BufferedWriter writer...
Bit vs byte and metric vs binary prefix
Everyone with a bit of computer science education knows the difference between a bit and a byte: 1 byte consists...