I try to write a register file for updating and retrieving data from it. Here is my code module RegisterFile(input logic clk ,input l
A scatter plot was plotted using matplotlib as below pl.title('Test Case 2.1') pl.scatter(df2['Cross Section'],df2['Distance']) pl.xlabel('Radar cro
i have this problem: i want to make multiple fetch calls within a for-loop. The number of calls depend on the user input (in my example i have three). How can i
It is known that PKCE Flow is good solution for SPA or native app, rather than the standard Authorization Code Flow. However for the web app with server ("confi
I would like to understand what will be the difference in JS if I will call a function from an OOP including "instance" before calling the key/instance inside.
let´s say I have a document of blog posts that has fields "_id, userName, age". a user could have made more than one blog post, I want to find the users t
I am trying to use date data type as a variable in a select query , I would want to replace the date column name dynamically by declaring it as a variable but t
Core2 has a hook for validating options read from appsettings.json: services.PostConfigure<MyConfig>(options => { // do some validation // maybe t