heres a image of my database: heres my code Query countQuery = databaseReference.child("evacuation").orderByChild("evacuationNumber"); List<Places> plac
Is it possible to have questions and answers exported to a text file such as result.txt? I answer all the questions and at the end - all the information is save
I need to make SonarCloud import a coverage report made by JaCoCo during the build in the CI pipeline. The coverage is done on java binaries (jar file) not on p
I'm working with a piece of data and need to structure it into a parent/child kinda thing. Here is the data I have. The title and content have been modified for
I am currently having an issue with trying to use the -mlarge flag with the MSPGCC compiler on an MSP430, its throwing the following error for all the generated
I am learning OOPS in Python. I encountered this piece of code during my course. class Point(object): def __init__(self,x,y): self.x=x self.y=y class
I've been trying to get data from website url = 'https://ytbsbilgi.teias.gov.tr/ytbsbilgi/frm_istatistikler.jsf' after checking the parameters, i understand I
I'm trying to read lines from an Arduino board with a very simple code (for the sake of showcasing the problem) on Linux. Python code: # arduino.py import ser
I have multiple JSON-files on a server, which can only run batch-scripts or command-line tools. The JSON files all aren't formatted properly, meaning there are
In a project, I need to process audio data acquired by a microphone which is displayed in a edge device(with limited computer capacity). And to improve the perf