I would like some help regarding the adjustment of the second code. Codes are intended to do the same thing. The first code is generating the output table corre
I have a script written in nodejs using puppeteer and its working fine locally in headless mode. However, once I deploy it on my aws ec2 (ubuntu server), it sto
Why am I getting same set of topics # words in gensim lda model? I used these parameters. I checked there are no duplicate documents in my corpus. lda_model = g
I mean to get a terminal in an Ubuntu 20.04LTS server via ssh under PS 5.1 in Win 10. I know I can work with native support for OpenSSH, and I have already done
The json that I have to send looks like this: { "id": 0, "height": 0, "name": "string", "list": [ { "klk": 0, "name": "string", "s
How to register a new user without passing by admin, keycloak offer an interface to register a new user URL for registering new users in the browser directly :
I created a docker-compose file to use s3. the file is a follows: version: "3" services: s3: image: "docker.example.com/minio/minio:latest" restart:
I am creating a speech-to-text generator gui in pyqt5. The program takes input from microphone and sets the text of the text area accordingly
So I was just playing around and created this simple Shell script: TestScript.sh #!/bin/bash read -p "read or write? " INP if [[ "${INP}" == "write" ]] then
I have this code that is supposed to render the PayPal buttons. <Head> <script src="https://www.paypal.com/sdk/js?client-id=KEY"></scri