I am using an Auth Context Provider in my App, which is initialised in this file: authState.js import React, { useReducer, createContext, useContext } from "rea
I have two tables messages and groups messages id, content, group_id, created_at groups id, created_at I want to find the n number of groups sorted by the most
I am working on my dataset and I have to plot the cdf of it. I already did but due to large number of data the x-axis showing some overwritten values. Could any
I am facing problem with understanding how input from tag can be converted in JSON and then posting it to my api. My Frontend code is <div> <form
I need make Pascal Triangle matrix using vectors and then print it. This algorithm would work with arrays, but somehow it doesn't work with matrix using vectors
I'm trying to export my workbook to a text file but my code adds quotes in the exported file if the cells has commas in it. Below is my code. Any help is apprec
I tried running remote commands with sshd open locally on Mac. For example $ ssh username@localhost ls Command like this work just fine. But $ ssh username@loc
I have created a gallery app for learning. Images are fetched from different source like Pixabay, Unsplash, Imgur etc. I want to map each paging result to my o
I want to check similarity in between 2 images: to Using code below, I get Difference Percentage-->8.132336061764388. First I resize images to be on the sa