Here is how you can check what data of yours has Google gathered: https://www.google.com/maps/timeline?pb Google stores your location (if you
Continue reading
My experiment using code
Here is how you can check what data of yours has Google gathered: https://www.google.com/maps/timeline?pb Google stores your location (if you
Continue readingFacebook in past few weeks has seen the biggest onslaught both from media and from users. Facebook is accused of
Continue readingLogging is the most important part of any system. They give you insights about the application, what kind of errors
Continue readingThe Push API allows a web app to receive messages pushed by a server, even if the web app is
Continue readingIn the past few years, Microsoft has pulled a few aces from up their sleeves. They open-sourced .NET, joined the
Continue readingSome people have asked me for a code snippet to get Youtube Video Title from Url. Here is how you
Continue readingCortana is the intelligent personal assistant for Windows Phone 8.1 and Windows 10, for both work and personal use. It
Continue readingHere is how you can get property name and value from the dynamic object using C#. let’s assume the dynamic
Continue readingHere is code snippet which can help to get IP Address from the request using C#: public string GetCurrentIpAddress(HttpContextBase httpContext)
Continue readingHere is how you can implement Face detection with Python and OpenCV in less than 25 lines of code: Install
Continue reading