If I have a Verilog module 'top' and a verilog module 'subcomponent' how do I instantiate subcomponent in top? top: module top( input clk, input
import os import cv2 import pickle from sklearn.cluster import KMeans import numpy as np train_path = './Train/' class_list = os.listdir(train_path) for i i
I have basic enum enum Fruit { case APPLE; case ORANGE; case BANANA; } and some function that uses typing with that enum: function eatFruit (Fruit $fruit
I am trying to read various lines from the user using strtok but some kind of problem seems to be happenning and I can´t understand why the program doesn'
Here's my code. So far I've managed to get the background notification working. (Onmessage not working) "firebase": "^9.6.7", firebase-messaging-sw.js null App
We are taking over a site and before rebuilding it we need to fix a few issues using Laravel 5.8 Backpack crud 3.6 The dashboard shows all users (id, name, emai
In my table, I have two fields: book and reference. Neither are required to be unique on their own. However, the concatenated value of these two values must be
I am working on web application and using cypress to create testcase. That application is developed in angular, and I have to fill all the required fields and c