Skip to content

Instantly share code, notes, and snippets.

View mall1's full-sized avatar

mall mall1

  • CodeTalkTech
  • 23:46 (UTC +08:00)
View GitHub Profile
;==================================================
;** 快捷键 Win+ESC 使当前窗口置顶/取消置顶
;==================================================
#Esc::
WinSet, AlwaysOnTop, toggle,A
WinGetTitle, getTitle, A
Winget, getTop,ExStyle,A
if (getTop & 0x8)
TrayTip 已置顶, 窗口标题: `n%getTitle%,10,1
else
@mall1
mall1 / docker-compose.yml
Created June 29, 2021 16:40 — forked from ichiTechs/docker-compose.yml
NextCloud with Maria DB docker-compose file
# 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.
#
@mall1
mall1 / activate_win10.md
Created May 25, 2021 04:29 — forked from l-qq/activate_win10.md
win10 GVLK通道激活命令
操作系统 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

https://www.landiannews.com/archives/18661.html

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX

@mall1
mall1 / final_sub.md
Created April 23, 2021 02:38 — forked from Aa20475/final_sub.md
Motion Matching Implementation for Godot - Final Summary

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

Motion Matching Implementation in Godot!