I have a bash script myscript.sh: #!/bin/bash while read line; do myprog.py done calling a python program myprog.py #!/usr/bin/env python import subproc
I want to write a function that simply validates the syntax of an XPath expression independent of any XML/HTML (so it would catch something like //p[text(}="Hel
I have a form in modal form , which gets data from user and the make an Object in Jquery and pass it to controller <div class="modal-body" id="myModalBody"
I've written a multi-threaded bot in Python that uses requests. I want to read and write the output to a file at the same time. You can think of it like an endl
i'm not good English hello Block sites through SNI filtering in Korea. (HTTPS site block) I can't tell Korean customers to use vpn. server status 1 IP and 1 sit
I am working on a trading bot and I wanted to train it by getting a list of my order history from Binance for a specific period of time. I looked at the API doc
Have two role permissions setup on registration: applicant and company. The account is deleting from the records in the terminal but is receiving a "Completed 5
I have an express.js application and I am trying to write a script to run mocha tests "npm run test" but I am getting an error message that "." is not recocnize
Just started to work with api platform with graphQl support enabled. If I understand correctly with graphQl I don't need to create routes like we need with REST