A clash client for Windows, support clash core and Clash.Meta coreClashN A clash client for Windows, supports Clash core and Clash.Meta core How to use Download clashN.zip from releases Unzip to any folder you want Run ClashN.exe Tips You can also add v2ray subscription to ClashN, just enable Subcription conversion when you add a profile. Requirements Microsoft .NET 6.0 Desktop Runtime (or download this file directly: windowsdesktop-runtime-6.0.15-win-x64.exe) Clash core https://github.…
出版作品开源。深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误,谢谢提issue深入架构原理与实践 这是什么? 这是一本关于架构设计的开源书籍,预计 2024 年 3 月左右出版。目前内容还存在逻辑不清晰、内容组织结构不完整的地方,我将在这期间逐渐完成修正。 写作规划: 预计 11 月 30 完成分布式概论 预计 12 月 完成容器技术(含 ServiceMesh) 预计 2024 年 1 月完成 GitOps 预计 2024 年 2 月全书完成 如果阅读文章发现问题,欢迎在 github 给我提交 PR 或者 issue。 ⭐️ 为什么要写这个? 这几年互联网基础设施技术出现了很大的更新迭代,比如容器技术(Container、Kubernetes)、服务网格(ServiceMesh)、无服务器(Serverless)、高性能网络(DPDK、XDP) 等等,我对这些技术有一些浅薄的见解和实践,但也远没达到深刻理解的境界,我尝试使用 费曼学习法 把这些东西体系化地总结输出。一方面是加深自我的学…
Clash.Meta Dashboard, The Official One, XD
Yet Another Clash Dashboard Yet Another Clash Dashboard Usage The site http://yacd.haishan.me is served with HTTP not HTTPS is because many browsers block requests to HTTP resources from a HTTPS website. If you think it's not safe, you could just download the zip of the gh-pages, unzip and serve those static files with a web server(like Nginx). Docker image Docker Hub haishanh/yacd GitHub Container Registry ghcr.io/haishanh/yacd docker run -p 1234:80 -d --name yacd --rm ghcr.io/hais…
clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序The repository has been archived due to: README.md Clash for Windows Chinese Clash 汉化版 提供clash for windows的汉化版, 汉化补丁以及汉化版Clash安装程序 效果图 效果图的版本可能不是当前最新兼容的 支持的clash版本: 0.15.3 ~ 当前的最新兼容 基本特征&介绍: 使用安装程序(Clash.for.Windows.Setup. ** . ** . ** .exe)安装的汉化版CFW将劫持更新,之后可直接通过应用内置的更新方式进行汉化版/软件更新 使用安装包(Clash.for.Windows- ** . ** . ** -win.7z)请不要在解压时选择解压到当前文件夹,否则软件相关的所有文件将放到当前所在文件夹 app.asar需要替换掉对应版本的原版app.asar以完成汉化 使用7z格式压缩包(app.7z)需要先进行解压,然后提…
Bluetooth LE Spam This project focuses on utilizing the built-in Bluetooth Low Energy (BLE) functionality of Android smartphones to create Phantom Bluetooth Device Advertisements, similar to what is known, for instance, in the case of the Flipper Zero. While there are other apps available that provide similar functionality, the objective of this app is to enhance convenience and user-friendliness in the process. NOTE: This project is in its early stages of development. Contributions from any…
NekoBox for Android / sing-box / universal proxy toolchain for AndroidNekoBox for Android sing-box / universal proxy toolchain for Android. 一款使用 sing-box 的 Android 通用代理软件。 下载 / Downloads GitHub Releases 下载 Google Play 更新日志 & Telegram 发布频道 / Changelog & Telegram Channel https://t.me/Matsuridayo 项目主页 & 文档 / Homepage & Documentation https://matsuridayo.github.io 支持的代理协议 / Supported Proxy Protocols SOCKS (4/4a/5) HTTP(S) SSH Shadowsocks VMess VLESS WireGuard Trojan Trojan-Go ( …
🌀 A log file highlighter A log file highlighter Features 🪵 View (or tail) any log file of any format 🍰 No setup or config required 🌈 Highlights numbers, dates, IP-addresses, UUIDs, URLs and more ⚙️ All highlight groups are customizable 🧬 Easy to integrate with other commands 🔍 Uses less under the hood for scrollback, search and filtering Table of Contents Overview Installing Highlight Groups Watching folders Customizing Highlight Groups Working with stdin and stdout Using the pa…
Insanely Fast Whisper Powered by 🤗 Transformers & Optimum TL;DR - Transcribe 300 minutes (5 hours) of audio in less than 10 minutes - with OpenAI's Whisper Large v2. Blazingly fast transcription is now a reality!⚡️ Basically all you need to do is this: import torch from transformers import pipeline pipe = pipeline("automatic-speech-recognition", "openai/whisper-large-v2", torch_dtype=torch.float16, device="cuda:0")…