Android: How to obtain the WiFi’s corresponding NetworkInterface
Let’s say for some odd reason in the world you do need to get the corresponding NetworkInterface object of the…
Let’s say for some odd reason in the world you do need to get the corresponding NetworkInterface object of the…
Recent conversations about completely unrelated technologies with my friend Alden had me coming back to the blog so I can…
I read on some email signature something along the lines of: “If I had a dollar for every for(int i=0;…
It had been ages since I didn’t play LEGO, after building a smaller project to see if we could get…
[c] #include <stdio.h> //Example to show how to pass //functions as parameters in C. //simple function that returns the sum…