Original question I have about 80-100 images such as (A). Each image is composed of shapes that were filled with black color after marking the outline in ImageJ
I tried using the input color tag but i have to click twice on the tag to change the color any way to fix this <!DOCTYPE html> <html lang="en"> &l
As the title says I want to programmatically check if a DNS response for a domain are protected with DNSSEC. How could I do this? It would be great, if there i
Is there any way I can disable all external CSS in a browser (Firefox, Chrome...)? When using slower internet connection, sometimes only the bare HTML is loade
I'm trying to connect a phpmyadmin container to a nginx container with mariadb downloaded. I can access to phpmyadmin web site, but I can't log in to. An error
I have this code: @PostMapping("foobar") public ResponseEntity<SaveLogsResult> foobar(@RequestPart("file") MultipartFile log, @RequestPart("env") Multipar
I'm loading URL on the webview with image webView.loadUrl(url) and I'm waiting then URL will finished webView.webViewClient = object : WebViewClient() { o