This repo is for testing your VPython code without setting any environment.
Here shows some examples how we use VPython to simulate the real physical problems!
VPhysics assignment
VP01 Free Fall Video
VP02 SHM, Collision, Pendulum, and Newton Cradle Video
How to use it
Kuàn-ka changed 4 years agoView mode Like Bookmark
Installation
Terminal
pip install vpython
or if you have installed conda package
conda install -c vpython vpython
IDE online
website: https://trinket.io/
Kuàn-ka changed 4 years agoView mode Like Bookmark
# SSH to Raspberry Pi
###### tags: `KC` `Termux` `Raspberry Pi`
## Ref
https://www.jianshu.com/p/0fda5460adf4
## Installation
Please remember to use the root user to excute command.
## Steps
1. First, excute this on Raspberry Pi.
```
sudo ./ngrok tcp 22
```
2. Then, you would get the information of Forwarding.

3. Finally, excute this on Termux.
```
ssh pi@0.tcp.ngrok.io -p 12526
```
Please change the port labele
Kuàn-ka changed 6 years agoView mode Like Bookmark
# 高等專題討論二 期末報告
###### tags: `學習` `完成` `高等專題討論二`
**Speaker**: `Prof. Pin-Jui Hsu 徐斌睿`
**Author**: `D06222003` `Kuan-Chia Chiu 邱冠嘉`
## Title
### Imaging and Manipulating Individual Magnetic Skyrmions by Spin-Polarized Scanning Tunneling Microscopy
## The content and My Understanding
### Introduction and Motivation
Magnetic skyrmions are a collective behavior of spins in a material formed by a domain wall. [^1] , AI, big data and digital curren
Kuàn-ka changed 7 years agoView mode Like Bookmark