Project Name: Motion Matching Implementation In Godot
My Name: Aditya Abhiram (aka DestinyGamer)
Mentors: Juan Linietsky(@reduz) and Thomas Herzog(@karroffel)
GIT Repo: godot-motion-matching
| 操作系统 | GVLK密钥 |
|---|---|
| Windows 10 Professional | W269N-WFGWX-YVC9B-4J6C9-T83GX |
| Windows 10 Professional N (N代表欧洲市场定制版) | MH37W-N47XK-V7XM9-C7227-GCQG9 |
| Windows 10 Education | NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 |
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NextCLoud with MariaDB/MySQL | |
| # | |
| # Access via "http://localhost:80" (or "http://$(docker-machine ip):80" if using docker-machine) | |
| # | |
| # During initial NextCLoud setup, select "Storage & database" --> "Configure the database" --> "MySQL/MariaDB" | |
| # Database user: nextcloud | |
| # Database password: nextcloud | |
| # Database name: ncdb | |
| # Database host: replace "localhost" with "maria-db" the same name as the data base container name. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;================================================== | |
| ;** 快捷键 Win+ESC 使当前窗口置顶/取消置顶 | |
| ;================================================== | |
| #Esc:: | |
| WinSet, AlwaysOnTop, toggle,A | |
| WinGetTitle, getTitle, A | |
| Winget, getTop,ExStyle,A | |
| if (getTop & 0x8) | |
| TrayTip 已置顶, 窗口标题: `n%getTitle%,10,1 | |
| else |