I am creating a basic MCQ app where 2 MCQ's along with options are showed on a single page and the submit button shows the results on the second page in a textb
Here is my code for finding the maximum weight in a n x m matrix. public static int[][] maxSum(int[][] matrix, int m, int n) { int[][] totalWeight =
I am running a Django project with react redux (trying to implement authentication system) and the very weird thing i observed that my site is rendering properl
I would like to change the color of a single candle. For example only the 7th. I tried with barcolor and offset but it also points out all the previous ones of
I want to display a patch for a single file of a certain stash. Usually with git-diff you can append the -- <pathspec> to limit the output. Now the git-st
I have a dotnet 5 (isolated) Azure Function app that needs to access an Azure Sql Server database via EF Core 5. I would like to use the managed identity of the
I'm working on project with main theme - sales. So, for front end (React) and Backend(PHP). I had a problem understanding how to use my smart
How do we import plugins in PostCSS? Most of the articles I found online is using the following syntax: module.exports = { plugins: [ require('<plugi