solution = [[1,0,0],[0,1,0], [1,0,0], [1,0,0]] I have the above nested list, which contain some other lists inside it, how do we need to get the unique lists i
You can see my dataset below. I want to transform this table and have the names of the columns in one column [Names] depending on that do these columns have som
I have a weird issue here. I was able to successfully execute the below pipeline. pipeline { agent any environment { DOCKERHUB_CREDENTIALS = cre
I could Dockerize my shiny app and push it in Docker hub but I cannot see it yet. I use localhost:8081, but it doesn`t work.
Normally when a parameter is passed to a shell script, the value goes into ${1} for the first parameter, ${2} for the second, etc. How can I set the default val
I'm trying to get nuxt with axios working. I do the following post request (store/index.js): login({ commit }, { username, password }) { const data = JSON.st
This is the source code of vsftpd-2.3.4-exploit #!/usr/bin/python3 import socket import sys import time def exploit(ip, port, command): """ Triggers vsftp
I am writing some python code to work with the Ethereum blockchain. After I send a transaction, I run a blocking call that waits for the transaction receipt to
When ever I create a strapi environment with npx create-strapi-app The server.js file in config folder has this admin jwt secret environment variable what is it