I have the following service class: public class SheetSorter { // sorts the sheet public static Sheet sortSheet(Sheet sheet) { List<String[]
I am unable to use the Apppium Inspector in iOS. When I load a desired capability set into Appium Inspector the app loads fine as shown below I am unable to do
I am using a NextJs app where I am using a simple fetch to send some POST data. We I used app on localhost it worked fine but when I put it on the server it got
I have remote postgres server link with all needed parameters. Every day i have to connect to remote server by pasting this -> psql -h <IP_Address> -p
I have an API which was developed using Laravel and i am trying to pass the data into vue js to display it. The data is like this electData: Object category:
const NodeMediaServer = require('node-media-server'); const config = { rtmp: { port: 1935, chunk_size: 60000, gop_cache: true, ping: 30,
I want to add socket.io on the index and it is like this i need to figure out how to do this with this code here and i want to emit the data when a route is cal
Dears, Simple question, I have a shell variable with the following values, myarr=["Life","is","good","when","you","learning"] It is an array of strings ! Here