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
| public class ExitTrigger : MonoBehaviour | |
| { | |
| [SerializeField] private string levelName; | |
| private void OnTriggerEnter(Collider other) | |
| { | |
| if (other.tag == "Player") | |
| { | |
| GameEvents.InvokeSceneChange(levelName); | |
| } |
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/env python3 | |
| # Convert vtkUnstructuredGrid VTK file to Wavefront OBJ file or STL file | |
| import sys | |
| import os | |
| import vtk | |
| if len(sys.argv) != 3: | |
| print('Usage: ', sys.argv[0], 'in.vtk out.obj') | |
| sys.exit() |
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
| fun RepositoryHandler.enableMirror() { | |
| all { | |
| if (this is MavenArtifactRepository) { | |
| val originalUrl = this.url.toString().removeSuffix("/") | |
| urlMappings[originalUrl]?.let { | |
| logger.lifecycle("Repository[$url] is mirrored to $it") | |
| this.setUrl(it) | |
| } | |
| } | |
| } |
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
Show hidden characters
| { | |
| "log": { | |
| "level": "info", | |
| "output": "sing-box.log", | |
| "timestamp": true | |
| }, | |
| "dns": { | |
| "servers": [ | |
| { | |
| "tag": "cloudflare", |
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
| // ==UserScript== | |
| // @name ChatGPT / Gemini / Claude Width | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.11 | |
| // @description increase chatgpt, gemini and claude box width | |
| // @author bitmunja | |
| // @license MIT | |
| // @match https://gemini.google.com/* | |
| // @match https://chat.openai.com/* | |
| // @match https://chatgpt.com/* |
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
| import { | |
| mobile, | |
| backend, | |
| creator, | |
| web, | |
| javascript, | |
| typescript, | |
| html, | |
| css, | |
| reactjs, |
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
| btkitty | |
| 知名的BT磁力搜索,资源很多 | |
| http://cnbtkitty.com/ | |
| 备用域名:http://btkitty.fyi/ | |
| idope.se | |
| 资源丰富的BT磁力搜索,并且大多数速度下载速度很快 | |
| https://idope.se/ |
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
| // ==UserScript== | |
| // @name Recaptcha Solver (Automatically solves Recaptcha in browser) | |
| // @namespace Recaptcha Solver | |
| // @version 2.1 | |
| // @description Recaptcha Solver in Browser | Automatically solves Recaptcha in browser | |
| // @author engageub | |
| // @match *://*/recaptcha/* | |
| // @connect engageub.pythonanywhere.com | |
| // @connect engageub1.pythonanywhere.com | |
| // @grant GM_xmlhttpRequest |
NewerOlder