I have two collections, Group and GroupChat. A group has a chatroom respectively. // group.model { name: string, desc: string } // group.chat.model { group:
Currently, I am developing a flutter web app using Provider and Firebase. I would like to develop others apps (for example and admin console) with the same data
I am in a bit of a bind. I have multiple cards.. with several click events possible (7) to be exact inside of each card. I've added the same class to them all (
I'd like to know which libraries are used by executables on my system. More specifically, I'd like to rank which libraries are used the most, along with the bin
How do I configure Veins to get the receiving vehicle's position (x and y) in a BSM message? I am using this configuration of veins: https://github.com/josephka
I have dynamic table in vue js where user in each row can enter images and other text or number inputs, I want to create function to change the uploaded images
I am trying to decode barcodes that appear on a region of interest, that is 80% of the screen width and 20% of the screen height and centered on both directions
I would like to split a webpage into 3 even segments (left middle right) and have them scale 105% when hovered on. Currently, my images are set evenly width-wis
So what I wanted to do was to also calculate the unit price according to what number was entered. I was already able to update the quantity of the product and t
the issue is that i have 3 users levels 1-superuser 2-jihawi 3-mahali, I would like to separate the veiw from the "Quantite" function by request.user models.py