Here is a minimal working example: I have a python script test.py that contains: print("Hello") and I have a bash script test.sh that calls that python functio
I have just installed an Android Emulator - which is Pixel 4 API 28 - on my Windows 11 computer. I have a project in Expo and I want to test it on Android Emula
hello may i know the sql query based on the link images's requirement? can everyone give me the answers? can everyone check mine answers correct ? select prod
The method scipy.stats.rv_continuous.fit finds the parameters that maximise a log likelihood function which is determined by the input data and the specificatio
I have an array of products that are input into a state called "products" that are the filtered versions of "baseProducts" formatted like this { "data": {
I have a dataset of tweets and the year they were posted. I want to get a count of the most frequently occurring words each year. My dataset looks like this: ye
I am developping a static blog using Gatsby. It use gatsby-transformer-remark and gatsby-plugin-i18n plugin to support multiple languages. I am managing the ar
I'm new to Docker and I'm using this Microsoft SQL Server Docker Image sudo docker pull mcr.microsoft.com/mssql/server:2019-latest I've run the container on my
First: protected function isValid($orderIds) { ...... $orderCount = Some Calculation... ; return ( $orderCount == count($orderIds) ); }