Coding
Minimal Keypad For Web & Mobile – PINpad
A tiny jQuery based virtual pin pad (also called numeric keypad) that can be useful in your credit card form to accept password strings or personal identification number. Demo Download source
A tiny jQuery based virtual pin pad (also called numeric keypad) that can be useful in your credit card form to accept password strings or personal identification number. Demo Download source
Learn Development at Frontend Masters I was recently looking for a way to perform scrolling effects on a project and I stumbled on the Locomotive Scroll library. It lets you perform a variety of scrolling Read more…
Heyy I’m pretty new to php. It’s easy to create a table and populate it with random data. But how do I use existing 5k rows to generate 1 mil rows. Loop thru the 5k Read more…
I apologize if this is a trivial question but I’ve been a-googling since last night and cannot find what I’m looking for. I have a customer that is running a web-app and encountered a NullReferenceException. Read more…
I’m a bit confused if Serilog creates it’s own ILOgger object or uses the .net core ILogger<T> can anyone help me please? Serilog has its own set of interfaces, but there is a bridge into Read more…
Posted by Iliyan Malchev (Project Treble Architect), Amith Dsouza (Technical Account Manager) , and Veerendra Bhora (Strategic Partnerships Manager) Extending Android updates on Qualcomm’s Mobile Platforms In the past few years, the latest Android OS Read more…
I am Implementing Data Driven Unit Testing using xUnit. This removed lot of repetitive code from my unit test but in case of failure it’s hard to debug. I have 10-15 data variation and i Read more…
GCD Program in Java The GCD program in Java outputs the greatest common divisor of the given numbers. GCD is an acronym that stands for Greatest Common Divisor. It is also known as HCF (Highest Read more…
andranik123 – stock.adobe.com There are reports of doom and gloom in the retail sector almost weekly. Earlier this year, analyst Forrester predicted that in 2020, there would be a significant decline in global retail sales, Read more…
I want to start a powershell script from c# dotnet core, I am using psexe and process.start but I am able to see a process ID, but how do I print what that process is Read more…