I have a database of students with names and their gender, however the list contains repeats of students on different dates. How do I count the number of uniqu
I have my own server where I uploaded app installer via FTP. Its name is quickmargo Setup 1.0.0.exe and it's available at https://quickmargo.pl/dist/download/
This piece of code calculates the shift that the user will be on a given date. 3 x Shifts (Morning, Evening, Night) rotating every 5 weeks. Each shift has 2 x t
I created a react module and then a react app using create-react-app When I run the App I get the following error in the browser: Invalid hook call. Hooks can
I have this situation in this codepen: https://codepen.io/toniup/pen/KKZRLJm HTML <div class="container_text"> <a id="zona_1" href="#">ZONA 1</
I tried to set a loop that could get specific values from a confusion matrix, but it was impossible for me. This is the simple idea that I have in mind: knn_MaC
I'm learning Angular and trying to GET data from an API. The data object looks like { "count": 11, "docs": [ { "@context"
iam getting this two errors when i call a function of my Object "Inout arguments are not allowed to alias each other" "Overlapping accesses to 'tim', but modifi
using sed, i would like to extract the first match between square brackets. i couldn't come up with a matching regex, since it seems that sed is greedy in its r
How to pass commandline argument when running a python code in google colab? I have written a code which takes a file as input via sys.argv[]. How do I do this?