Storing of floating point numbers in memory
In one of my previous article I mentioned about storing float point number.
So today, I am going to dive in the deeper details and share with you how exactly computer does it.
Writing filters for MacOS using kernel
I’ve been really interested in possibility of writing my own filters without using special libraries. When I started to search solution I found Apple doc which was rather helpful for me.
And this is about using of kernel language.
Specific computation of floating point values
Hi all! My professor wrote on the board simple numbers and asked the class to calculate it at home.
DidReceiveRemoteNotification is not called on iOS 10
Hi all! Just faced with the issue that Push Notifications stopped work on iOS 10.
So I would like to write the article what has been changed in new version and how to fix it.