Dotween states
you can control tweens with states: Flip, Complete, Goto, Kill, Pause, Play, Restart, Rewind, SmoothRewind, TogglePause, Playforward, PlayBackwards All the stuff, read the name you can understand what it means. Dotween link:
Using Dotween to make animation
You can use unity timeline to make animation, but compare to using code make animation, the computation cost is too much and also not flexibility. the following Shape.cs use the basic method to move the objects using sequence using async…
Use Ionic React to create a native QR code scanner
Recently, I want to create a QR Code Scanner with Ionic React. So I found the library: barcode scanner, a great library, the scan speed is very fast and also easy to use. But the problem is that it doesn’t…
Install jupyterlab with docker-compose
download the following “docker-compose.yml” file into your computer: make a directory download the “docker-compose.yml” file into this directory run “docker-compose up” in terminal go to the jupyterlab: “http://192.168.99.102:10000” set the password login success! commands: docker-compose start docker-comose stop
How to generate a random secure password with python
Here is the codes 🙂
jupyter notebook show enviornment
1. Anaconda version: my experience is only install nb_conda is enough 2. for normal pyhton version, you need to install ipykernel in each enviornment. (Notice: following code is example for mac and linux system.)