python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why can't I set the WIA Scanner "Page Size" property to auto size?
I can seem to do everything else just fine with my scanner, using WIA and VBA, but when I try to set my scanner to detect the page size, I get an error message "The parameter is incorrect." ...
SixSigmaGuy
Votes: 0
Answers: 0
Camera not working in Android 12 using Scan plugin
In my flutter app, I am using the scan plugin for barcode scanning and facing the below issue.
I have given permission according to the plugin which they provided but the Camera is not open in android...
khanjan dave
Votes: 0
Answers: 0
Removing ambiguity in a grammar
I have a grammar with one production rule:
S → aSbS | bSaS | ∈
This is ambiguous. Is it allowed to remove the ambiguity this way?
S → A|B|∈
A → aS
B → bS
This makes it unambiguous.
Another grammar:
...
Millennial
Votes: 0
Answers: 1
Log Reuqests made by OWASP ZAP API scanning
I have a local OpenApi schema that I want to scan with OWASP ZAP using their docker image. However, the report I get does not show me whether ZAP forms correct request bodies. Is there any way to log ...
Moritz
Votes: 0
Answers: 0