I want to add fingerprint feature to my ASP.NET Core MVC application. I want staff to register their attendance by their thumb on a fingerprint scanner. Any ide
I have this code to save some csv data: if (textBox2.Text ==textBox3.Text) { string username = textBox1.Text; string password = textBox2.Text; strin
I have been trying to fetch an image from the s3 bucket to my react UI, my app is made of laravel and react, So I was able to activate the s3 for laravel, and i
im new to discord py i want a command that will send a random image from a file and send it but i can get it to work i tried to use Discord bot to send a random
I'm hoping someone might be able to point me in the right direction for this lil brain-teaser? Basically I'm working on a wordpress site which runs on both PHP
I have two tables Table A ID user price 1 A 10 2 A 10 1 C 15 3 A 15 Table B ID
I am not receiving the Content posted by the HTTPClient but I can read the other information such as Content-Length and other headers. Let me explain the code h
So I am currently playing with AWS AppSync and Amplify, and all is good except, with the new Transformer V2, I am struggling to get things to work. Here's my sc