Posted inPython Convert Python into EXE file Posted by By Haneef Puttur October 10, 2019 Scenario : We want to convert a python application into standalone windows application. Required…
Posted inFree Software General NodeJs Portable kepler.gl Posted by By Haneef Puttur October 8, 2019 Requirement: Implement Kepler in a portable way so that it can be used without installation…
Posted inASP.Net General MVC MVC C# Session Time Out Popup Posted by By Haneef Puttur September 24, 2019 Challenge : Develop an application which will alert the user the session is going to…
Posted inASP.Net General MVC Google 2 Step Authenticator – MVC 5.0 ASP.Net C# Posted by By Haneef Puttur August 2, 2019 Requirement : Implement google 2 step authentication in any existing MVC C# Project. Features :…
Posted inArduino General ESP-12E Based Weather Station – NodeMCU 12-E, BME280 and Yaler Posted by By Haneef Puttur July 20, 2019 Preface : Develop a Weather Station which can be accessed through the internet Advantage :…
Posted inPython Python – Check TensorFlow Using GPU Posted by By Haneef Puttur July 10, 2019 To check weather Tensorflow using GPU follow these steps: from tensorflow.python.client import device_lib print(device_lib.list_local_devices())…
Posted inASP.Net C++ MVC SB Admin 2 Bootstrap Theme – Visual Studio 2017 Posted by By Haneef Puttur September 16, 2018 I have updated the SB Admin 2 theme to match with Visual Studio 2017 .…
Posted inAndroid Install 2 Whatsapp in One Android Phone – Parallel Space Posted by By Haneef Puttur March 16, 2018 We always carry two mobile phones just for sake of 2 different accounts. Sometime we…
Posted inFree Software General Internet Unix WeBid Integrating Google Recaptcha to Webid – Auction Script Posted by By Haneef Puttur February 10, 2018 Webid do not have built in support for new google Recaptcha . If use enable…
Posted inASP.Net MVC SignalR – Real-time web communication between Client and Server Easy c# [Part 1 of 2] Posted by By Haneef Puttur February 2, 2018 What is SignalR ? ASP.NET SignalR is a new library for ASP.NET developers that makes…