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
#!/bin/bash | |
# k3d 多节点安装 istio 和 devops | |
# 文件位置:$HOME/k3d_install.sh | |
# 系统版本:Ubuntu 22.04.1 LTS x86_64 | |
# 以 root 权限运行 | |
# 一键脚本: | |
# bash -c "$(curl -fsSL https://gist.githubusercontent.com/Tsanfer/2434c43607fe9828a7ce5e8b080ea265/raw/228c9606cfbdd53b026ed1059f0a5ecfd5b0b378/k3d_install.sh)" | |
# bash -c "$(wget https://gist.githubusercontent.com/Tsanfer/2434c43607fe9828a7ce5e8b080ea265/raw/228c9606cfbdd53b026ed1059f0a5ecfd5b0b378/k3d_install.sh -O -)" | |
# 更新 apt 仓库 |
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
#!/bin/bash | |
# 安装 KubeSphere 脚本(All-in-One 模式) | |
# 文件位置:$HOME/kubesphere_install.sh | |
# 系统版本:Ubuntu 22.04.1 LTS x86_64 | |
# 以 root 权限运行 | |
# 一键脚本: | |
# bash -c "$(curl -fsSL https://gist.githubusercontent.com/Tsanfer/d59b8f9fb6215310ab6ab2e014b1d280/raw/f4927eb3b30f1c77809bfe64484d1f930dbbe993/kubesphere_install.sh)" | |
# bash -c "$(wget https://gist.githubusercontent.com/Tsanfer/d59b8f9fb6215310ab6ab2e014b1d280/raw/f4927eb3b30f1c77809bfe64484d1f930dbbe993/kubesphere_install.sh -O -)" | |
# 更新 apt 仓库 |
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
# 在 Powershell 中获取多个网易云音乐歌单的歌曲消息 | |
# 使用到的网站服务:https://yyrcd.com/n2s/ | |
# 打印网易云音乐全部歌单的地址,javascript 代码:https://gist.github.com/Tsanfer/1706abe0cdcdb67200bbd4a8b97ba66a | |
##################用户自定义项################# | |
# 歌单地址 | |
$urlList = @( | |
"https://music.163.com/playlist?id=000000000", | |
"https://music.163.com/playlist?id=111111111", | |
"https://music.163.com/playlist?id=222222222", |
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
/** | |
* 打印用户全部歌单地址(包括“我喜欢的音乐”歌单) | |
* 在网易云音乐用户界面按 F12 后,在 console 里输入下面脚本 | |
*/ | |
// 延迟函数(单位:ms) | |
function delay(n) { | |
return new Promise(function (resolve) { | |
setTimeout(resolve, n); | |
}); |
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
########## 最新获取多个网易云音乐歌单的歌曲消息链接:https://gist.github.com/Tsanfer/cd10a64a8ecb885fe555b7949b6076d2 | |
# -*- encoding=utf8 -*- | |
# 使用 Airtest 导出网易云音乐用户所有歌单 | |
# 文件结构: | |
# neatease-music-list-export.air | |
# └── neatease-music-list-export.py | |
__author__ = "author" |
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
# 增量下载网易云音乐多个歌单音乐。 | |
# | |
# 为安装下载工具,最好准备好科学上网环境 | |
# | |
# 以管理员权限,在 powershell 中,运行此脚本 | |
# | |
# 使用以下命令允许 powershell 中运行脚本: | |
# Set-ExecutionPolicy RemoteSigned | |
# | |
# 请将 Powershell 的版本至少升级到 7 |
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
<?xml version="1.0" encoding="utf-8"?> | |
<CheatTable CheatEngineTableVersion="42"> | |
<CheatEntries> | |
<CheatEntry> | |
<ID>3</ID> | |
<Description>"AOB"</Description> | |
<Options moHideChildren="1"/> | |
<LastState Activated="1"/> | |
<VariableType>Auto Assembler Script</VariableType> | |
<AssemblerScript>{ Game : Kingdom Rush.exe |
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
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
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
{"version":1,"resource":"file:///e%3A/Sources/Code/Game_Cheat_Script/.git/COMMIT_EDITMSG","entries":[{"id":"uJTr","timestamp":1657898410349}]} |