chatgpt prompt for todo-list

1
2
3
write code for to-do list website using html,css and javascript. it also support remove any list item. press CR also mean add list

for each item add remove button, and add function can select/unselect for doing already
閱讀全文 »

QR code API

add virtual machine

1
2
3
4
5
6
7
8
py --version
Python 3.11.0
py --list
-V:3.11 * Python 3.11 (64-bit)
-V:3.10 Python 3.10 (64-bit)
-V:3.9
py -3.10 -m virtualenv myenvflask_310
d:\app\python_env\myenvflask_310\Scripts\activate
閱讀全文 »

1st example

install openai

1
npm install openai
閱讀全文 »

KDP 1st color book

閱讀全文 »

install

1
2
3
4
5
6
7
# install jupyter
pip install jupyter

# upgrade pip
python.exe -m pip install --upgrade pip

pip install pandas
閱讀全文 »

MongoDB install to docker

get image

1
docker pull mongo
閱讀全文 »

說明

command

閱讀全文 »