Degrees of Lewdity 游戏的授权中文社区本地化版本Degrees of Lewdity 中文本地化发布库 简介 放在前面... 游戏作者 Vrelnir 的博客 游戏 wiki (英文) 游戏源码仓库 关于本仓库 -> 本仓库地址 <- 本仓库将会不定期放出游戏的简体中文本地化版本,仅供交流学习,请于下载后 24 小时内删除。仓库本身不含游戏相关内容,仅作为发布地址。对在其它平台下载的游戏文件不保证安全性,请谨慎下载。 游戏完全免费游玩,严禁将中文本地化版本用作商业盈利用途或公开大肆传播,对于商业盈利或公开传播导致的可能法律后果完全由使用者自行承担,与汉化成员无关。允许在小范围个人之间传播,传播时请附上原作者的相关信息。 如在游玩过程中遇到任何问题,或对汉化文本有建议,请发布 issue 反馈,反馈时请附上出现问题时的截图 + 游戏存档文件 / 游戏存档代码,在其它平台反馈问题可能得不到回应。 关于游戏发布 如无特殊情况,本仓库每周五晚上九点将会定期发布新版本,下载请见右侧的 releases 游戏发布时会自动部署到 Github…
PyTorch code and models for the DINOv2 self-supervised learning method.DINOv2: Learning Robust Visual Features without Supervision Meta AI Research, FAIR Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy V. Vo, Marc Szafraniec, Vasil Khalidov, Patrick Labatut, Armand Joulin, Piotr Bojanowski [Paper] [Blog] [Demo] [BibTeX] PyTorch implementation and pretrained models for DINOv2. For details, see the paper: DINOv2: Learning Robust Visual Features without Supervision. DINOv2 models produce high-…
A source code based low-code builder without private schema. Integrate low-code into your local development workflow seamlessly. Tango LowCode Builder A source code based low-code builder from NetEase Cloud Music Develop Team. English | 简体中文 📄 Documentation You can view the detailed usage guide through the following links: Document site: https://netease.github.io/tango/ Playground application: https://tango-demo.musicfe.com/designer/ ✨ Features Tested in the production environment o…
Create Customized Software with Natural Language IdeasCommunicative Agents for Software Development 📖 Overview ChatDev stands as a virtual software company that operates through various intelligent agents holding different roles, including Chief Executive Officer, Chief Technology Officer, Programmer, Tester, and more. These agents form a multi-agent organizational structure and are united by a mission to "revolutionize the digital world through programming." The agents within Cha…
BatteryML: An Open-Source Tool for Machine Learning on Battery Degradation Introduction The performance degradation of lithium batteries is a complex electrochemical process, involving factors such as the growth of solid electrolyte interface, lithium precipitation, loss of active materials, etc. Furthermore, this inevitable performance degradation can have a significant impact on critical commercial scenarios, such as causing 'range anxiety' for electric vehicle users and aff…
Vcenter综合渗透利用工具包 | Vcenter Comprehensive Penetration and Exploitation Toolkit 1. 使用说明(V 0.0.2) 1.1 安装与启动 推荐使用Python3.9,其余版本未测试,Linux和mac未测试。 pip install -r requirements.txt python VcenterKit.py 1.2 信息收集模块 直接输入url即可进行信息搜集,如果存在本地文件读取的话,程序会自动读取数据库文件;有些网站是没有sdk接口的,也就无法通过这种方式来查询信息,后续会研究其他的方法: 1.3 CVE-2021-21972模块 主要利用思维导图如下: 可以看到,并非所有情况下都能100%成功上传文件的,因此这里我把这些利用链(除了写authorized_keys)全部写在代码里面了,依次尝试。 这里放上之前测试利用搭建的环境的截图: 上传哥斯拉马: 1.4 CVE-2021-21985模块 需要注意的是,这里的RMI和Command只能二选一填写,目前rmi由于测试环境的问题,还没有进行测…
AIdea 是一款支持 GPT 以及国产大语言模型通义千问、文心一言等,支持 Stable Diffusion 文生图、图生图、 SDXL1.0、超分辨率、图片上色的全能型 APP。AIdea - AI 聊天、协作、图像生成 一款集成了主流大语言模型以及绘图模型的 APP, 采用 Flutter 开发,代码完全开源,支持以下功能: 支持 GPT-3.5/4 问答聊天 支持国产模型:通义千问,文心一言 支持文生图、图生图、超分辨率、黑白图片上色等功能,集成 Stable Diffusion 模型,支持 SDXL 1.0 开源代码: 客户端:https://github.com/mylxsw/aidea 服务端:https://github.com/mylxsw/aidea-server (即将开放) 微信技术交流群: 电报群:点此加入 下载安装地址 Android/IOS APP:https://aidea.aicode.cc/ IOS 国区目前不可用,除此之外所有区域都可以下载。 Mac 桌面端:https://github.com/mylxsw/aidea/re…
DSPy: The framework for programming with foundation models DSPy: Programming—not prompting—Foundation Models DSPy is the framework for solving advanced tasks with language models (LMs) and retrieval models (RMs). DSPy unifies techniques for prompting and fine-tuning LMs as well as improving them with reasoning and tool/retrieval augmentation, all expressed through a minimalistic set of Pythonic modules that compose and learn. To make this possible: DSPy provides composable and declarati…
A guidance language for controlling large language models. Where there is no guidance, a model fails, but in an abundance of instructions there is safety. - GPT 11:14 Guidance enables you to control modern language models more effectively and efficiently than traditional prompting or chaining. Guidance programs allow you to interleave generation, prompting, and logical control into a single continuous flow matching how the language model actually processes the text. Simple output st…