I'm currently building a website which contains some tests. To initialize these tests some data is necessary. So I created a database with a table to store this
Abstract: I need to copy all elements of a struct containing a float array into a byte buffer, in order to send it out via UART. The next call of malloc after t
I am trying to create a VBA function which returns the most used words in a pre-defined Excel spreadsheet of over 82000 rows. I also understand how basic my kno
I have a project in java Spring that gets a subtitle file and translates its sentences to Persian. Now I need some dependency for translating these sentences. N
My configuration is python 3.9.7, pip 21.2.4, Mac version 12.3. detail about this Error: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ mpi4py Looking
I show a list of items using adapter and recyclerview. Each item shows only 4 lines of biography-textView. In order to see whole biography, user clicks 'expand'
I would like to create an abstract method in parent class which would be overridden in subclasses. This method would print all methods in the given subclass whi
I've made two dimensional array rows, columns = (5, 4) table = [["" for i in range(columns)] for j in range(rows)] now I want to insert every string character
I use the same component on different react router routes. Does anyone know how to unmount component on route change? Now when I change the route, component doe