JMeter Internal server Error, Response Code : 500 on posting a form. I am trying to load test our banking application with JMeter.I have successfully logged in
The password of my pi has been input correctly, i am trying to access my pi through the windows run prompt. my goal is to connect to my share definition created
I am working on a NextJS + chakra-UI project and so far I couldn't find any information on how to get jest and react-testing library to understand the way chakr
I am working with the following class that has a member to construct a list which can be subclassed with a template. class dynamic_list { template <typenam
I am going to use liquid swipe package for my android app. ( https://github.com/Cuberto/liquid-swipe-android ). So I did every thing step by step according to t
I'm working on a Flutter App and want to include some Tutorial Videos, which all Users have unlimited access to, so they can rewatch it any time. The Videos wil
For learning purposes I’m creating an Android app that does the following: When a person arrives at school, he/she can check a button in the app and he/sh
I use ESLint with Angular v13. I got the following lint error while using // @ts-ignore: Do not use "// @ts-ignore" comments because they suppress compilation e
That's the code: #include <iostream> #include <string.h> using namespace std; class List; class Node{ char data; public: Node(char d):data