-
Replied To a Post in Saving smartphone fingerprint id in mysql
You may want to do something but the stock fingerprint API (biometrics) doesn't appear to offer such. If you did manage to get around all that, someone will report the … -
Replied To a Post in Saving smartphone fingerprint id in mysql
I do have a background in the design and more for access systems such as what you might see at HID Global and more. I did design and coding for … -
Replied To a Post in Qr code scanner
Why not? Keep in mind we know nothing about your computer or camera. -
Began Watching Qr code scanner
Please can I use my normal computer camera to scan and decode a Qr code? -
Replied To a Post in Saving smartphone fingerprint id in mysql
Sorry but I was unclear. If you read the article noted it notes that by design the systems do not allow storing the fingerprint in external databases. Now it's quite … -
Gave Reputation to Stefce in How to create sitemap for +150k links
this is the website i was talking about that at the checkout was $1800 -
Replied To a Post in Delimiti or Docupilot
For me such would not work because of the rather onerous document specifications. This work was for hardware design documents and later, the user manuals. But for you, maybe such … -
Began Watching Delimiti or Docupilot
Which document automation tool is good for Word document automation? -
Gave Reputation to JamesCherrill in array declaration c++
Don’t know if this helps but… If your compiler has `__STDC_NO_VLA__` = 1 then it doesn’t support variable length arrays (C++ 11) -
Gave Reputation to Reverend Jim in Why my mouse is not working perfectly on Window 10?
My problem was the order in which you decided to look for problems. >Well now I guess you don't use your computer much Only 6+ hours a day. What do … -
Gave Reputation to Reverend Jim in Why my mouse is not working perfectly on Window 10?
I have never seen a case where a mouse problem was due to windows rot. I have also never had a problem with a wireless mouse having interference, even when … -
Gave Reputation to CurtisUN in Why my mouse is not working perfectly on Window 10?
It can be a windows issue, mouse, mouse driver, interference (if wireless), a hardware problem or just plain processor being over worked. If your computer has been used for a … -
Replied To a Post in array declaration c++
The code looks like a Console App. I'm reading https://learn.microsoft.com/en-us/cpp/build/vscpp-step-2-build?view=msvc-170 so you'll have to setup to make console apps per that tutorial. Here I used an online IDE and GCC … -
Replied To a Post in array declaration c++
Given the code ran fine on an online c++ IDE and compiler I'll have to have a better explanation of what the issue is. -
Replied To a Post in array declaration c++
I used a C++ online compiler and it didn't like the stray single quote on line 30 but for the number ten it did something. Could you have a compiler … -
Began Watching array declaration c++
Lexicographic algorithm I'm trying to make this algorithm work, but it keeps telling me that my declaration array is not correct because it needs to have a constant value. Array … -
Replied To a Post in C#: can't install webview2 package
So you need to make a support ticket or bug report. I can't help you because there is no error message. "Install failed..." is not enough to work with. Out … -
Replied To a Post in C#: can't install webview2 package
https://www.nuget.org/packages/Microsoft.Web.WebView2 has SIX install options. Each one has it's own command line. Let me be clear. If you are not following their directions, I don't expect it to work. -
Replied To a Post in Saving smartphone fingerprint id in mysql
Doesn't that break security if you store your own fingerprint information? I'm reading https://source.android.com/docs/security/features/biometric since it's a good project and primer on Android Biometrics. > biometric HAL guidelines to ensure … -
Began Watching Saving smartphone fingerprint id in mysql
Hello! I have created a project on Android studio, and i use java as langage, i want to create a biometric system with fingerprint, what i mean is that i … -
Replied To a Post in C#: can't install webview2 package
"Install failed" is not an error message. Also, which of the SIX command lines did you try? And did you elevate this install to run as Administrator? There's too many … -
Replied To a Post in C#: can't install webview2 package
I looked at the SIX install methods and not one mentioned using the "manage nuget packages" method. Try it per the web site instructions next time. -
Replied To a Post in C#: can't install webview2 package
First, no. I don't use this one but there's a nugget at https://www.nuget.org/packages/Microsoft.Web.WebView2 "The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications … -
Began Watching C#: can't install webview2 package
When I try to install webview2 package from nuget I get this output: Retrieving package 'Microsoft.Web.WebView2 1.0.1418.22' from 'nuget.org'. Adding package 'Microsoft.Web.WebView2.1.0.1418.22' to folder 'C:\Users\pc\Desktop\VS 2015 projects\dbtest\packages' Added package 'Microsoft.Web.WebView2.1.0.1418.22' … -
Replied To a Post in Invalid data source!
It's now 2 years since we permanently shuttered our last VB6 projects. The cost to develop was climbing as fewer and fewer programmers were available and then the final blow … -
Began Watching Invalid data source!
Hi everyone, Can someone help me about Vb6? I have 2 data reports that is connected into 1 data environment. my 1st data report works fine but the second one … -
Gave Reputation to john_111 in Where will Twitter be in a few months?
I find it unbelievable that Musk walks in on day one and says the code has faults here, here, and here (realy? is he the greatest coder ever born and … -
Gave Reputation to Frenco in Why is Social Media So Important Anyway?
Social media is important because it allows you to reach, nurture, and engage with your target audience — no matter their location. When a business can use social media to … -
Gave Reputation to pritaeas in DoublePrecision
You repeatedly say that PHP is (too) limited, but then why still use it? Pick a different language! It sounds too much like an XY problem to me. You're trying … -
Replied To a Post in Audio file and database
Given the tag Windows-9x it seems unlikely there are many folk left running that old a version of Access. I certainly would have no hope of trying anything or testing … -
Began Watching Audio file and database
How can I add an audio to a Access database. I have a Access "greeck dicionary" and word "Relaxed with the phrase in Greek and its audio -
Replied To a Post in Assembly Language Irvine32.inc
Frankly, this omits all the other details needed to craft said routines in assembly. The target system is unspecified and one might divine it's for some pre-EUFI 80x86 machine but … -
Began Watching Assembly Language Irvine32.inc
Write a program that counts the number of the given character in a user given string. The program must have a procedure called 'HowMany ' that will expect ECX hold … -
Gave Reputation to jwenting in How to make instagram bot in 2022
Most people who have instagram accounts are bots, whether they're computer programs or brainless humans. Just contact them and pay them to follow you. -
Gave Reputation to jwenting in What is Full Stack Development? What are the skills in Full Stack
It means someone who can do everything, frontend, backend, server administration, database administration, security, graphics design, everything. And don't expect to get away with being good at one thing on … -
Replied To a Post in Reading Data from MYSQL using Linux C
Thanks for clarification. Before we can proceed, there is no builtin API to C to get at MySQL directly so the First Order Of Business would be to find a … -
Replied To a Post in 9 Digital Marketing Secrets For Businesses in 2023
Those don't sound like secrets! -
Began Watching 9 Digital Marketing Secrets For Businesses in 2023
As only one and half months to go for New Year 2023, everywhere the excitements are very high. The preparations for the upcoming 2023 are in full swing including government, … -
Replied To a Post in What is Full Stack Development? What are the skills in Full Stack
Which brings me to the following saying. > Jack of all trades, master of none. Another problem is there is NO ACCEPTED DEFINITION of Full-Stack because the stack changes from … -
Began Watching What is Full Stack Development? What are the skills in Full Stack
Full-stack technology refers to the entire depth of a computer system application, and full-stack web developers are those who are capable of developing both the front end and the back … -
Replied To a Post in Reading Data from MYSQL using Linux C
So much left unspecified. Did you want to use MySQL from a C app? What's wrong with mysql_store_result? -
Began Watching Reading Data from MYSQL using Linux C
What is best way to get one row from a mysql table (with many columns) so I can use several several fields from that row for calculations in a C … -
Replied To a Post in CS Project Pension Date Calculator
Show the code. Maybe your code is reading a string and while we could attempt string to integer why not input the number? I'm reading the tutorial at https://www.javatpoint.com/how-to-get-input-from-user-in-java and … -
Began Watching CS Project Pension Date Calculator
I'm working on a class project where I am supposed to determine how long it will take for someone to be fully vested in their pension. I have to take … -
Replied To a Post in Where will Twitter be in a few months?
I have deep doubt that the changes were for "change in revenue model". At first I did some hope as Elon did speak about how WeChat had a pay with … -
Replied To a Post in Where will Twitter be in a few months?
This just in: "CBS NEWS SUSPENDS TWEETS COMPANY-WIDE ... Amid Twitter Uncertainty" -
Gave Reputation to Stefce in help with if/else
Try like this if($expiry==0) { echo "We're sorry but your contract has expired. Contact us immediately at propzmgmt@gmail.com"; } elseif($expiry >= 1) { header("location:sysnav.html"); } And format the SQL correctly … -
Replied To a Post in Where will Twitter be in a few months?
There was a glimmer of hope for Twitter in one lone Musk interview where a plan was told about adding a payment system similar to WeChat. For a moment I … -
Replied To a Post in Which the most litecoin purse?
Some told me FTX. I delayed and missed the ride. More at https://www.investopedia.com/ftx-exchange-5200842 -
Began Watching Which the most litecoin purse?
Which is this superior litecoin account Copay or buxtank.com ?
The End.