I have written a GitHub Actions workflow to build and unit test an ASP.NET Core 3.1 MVC app. The workflow makes it as far as building the app successfully (no e
I'm doing SVM code, but I got some trouble. The steps are: Step1. 80% of the information for the data for the training SVM model, and the remaining 20% is the t
I want to display a recycler view inside the ExpandableListView header item.But I am getting an issue my header is not clickable when I put a recycler view in i
Anybody know how to do add a global variable in Vue 3 ? in Vue 2 we use this in the main.js file: Vue.prototype.$myGlobalVariable = globalVariable
I've been trying to challenge myself to make an animated burger menu. I don't want to copy paste someone else's stuff and want to learn how to do this myself. I
i have record in mongoose which kinda look like this(demo) - { name:"son", email:"[email protected]", score:[40,100,30,5] } my model is - const uMode