javascript
Ищем баги в коде браузера при помощи фаззинга

Наш браузер Ladybird неплохо справляется с качественно отформатированным веб-контентом, но я решил, что будет полезно проверить его инструментами для исследования безопасности. Поэтому сегодня мы воспользуемся Domato 🍅 — DOM-фаззером из Google Project Zero, чтобы провести стресс-тест Ladybird и устранить найденные в процессе ошибки.Работает это следующим образом: Domato генерирует рандомизированные веб-страницы со множеством по большей части валидного, но странного HTML, CSS и JavaScript. Я заг…

  • вторник, 14 мая 2024 г. в 00:00:14
github
modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.English | 中文 AgentScope Start building LLM-empowered multi-agent applications in an easier way. If you find our work helpful, please kindly cite our paper. Welcome to join our community on Discord DingTalk News [2024-04-30] We release AgentScope v0.0.4 now! [2024-04-27] AgentScope Workstation is now online! You are welcome to try building your multi-agent application simply with our drag-and-drop …

  • вторник, 14 мая 2024 г. в 00:00:11
github
Mega-Gorilla / Index_PDF_Translation

Indqx PDF 翻訳 概要 Indqx PDF 翻訳は、2024年5月31までwebにて翻訳サービスを提供していた、PDF翻訳のソースコードです。 サービス終了に伴い、Index PDF翻訳を、ローカルで実行可能なコードも提供しています。 Indqx PDF 翻訳は、PDFのフォーマットを崩さずに、翻訳することができる論文向けPDF翻訳サービスです。以下の機能があります。 本文自動認識機能により、論文データの数式やタイトルなどの翻訳不要部分を無視して本文のみを翻訳します。 本文認識はブロックの幅、文字数、フォントサイズにより、分析を行います。 本文ブロックを認識時、終了記号(.:/など)がない場合、複数ブロックを1ブロックとして翻訳します。これによりブロック間やページ間にて翻訳文が途切れる等の問題を解決します。 図や表の説明文のブロックを自動認識し、本文と分割して翻訳します。 ローカル版のインストール 本、レポジトリをクローン後、 以下のコマンドで必要ライブラリをインストールしてください。実行には、Python 3.11環境が必要です。 ライブラリーをインストール p…

  • вторник, 14 мая 2024 г. в 00:00:09
github
X-LANCE / AniTalker

AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding Demo     Paper     Code The weights and code are being organized, and we will make them public as soon as possible. Thank you for your attention. The paper is currently under peer review, and there may still be minor changes. We will update this repository after the official publication. Environment Installation conda create -n anitalker python==3.9.0 conda activate anitalker conda instal…

  • вторник, 14 мая 2024 г. в 00:00:08
github
linyiLYi / bilibot

A local chatbot fine-tuned by bilibili user comments.哔哩哔哩聊天机器人 由哔哩哔哩用户评论微调训练而成的本地聊天机器人。支持文字聊天,也可以通过 questions.txt 生成针对给定问题的语音对话。 本项目文字生成使用的基础模型为 Qwen1.5-32B-Chat,借助苹果 mlx-lm LORA 示例项目 对基础模型进行微调训练。语音生成部分基于开源项目 GPT-SoVITS,问题语音来自 B 站用户白菜工厂1145号员工训练的派蒙语音模型。 文件结构 项目主要脚本存放在 main/ 文件夹下,模型存放于 models/ 文件夹。提示词模板、问题列表存放在 text/ 文件夹下。tools/compress_model.py 可以对完整模型进行量化压缩,大大加快模型内容生成速度。 运行指南 本项目基于 Python 编程语言,程序运行使用的 Python 版本为 3.10,建议使用 Anaconda 配置 Python 环境。以下配置过程已在 macOS 系统测试通过。 配置环境 conda create -n bilibo…

  • вторник, 14 мая 2024 г. в 00:00:06
github
Alpha-VLLM / Lumina-T2X

Lumina-T2X is a unified framework for Text to Any Modality Generation $\textbf{Lumina-T2X}$: Transforming Text into Any Modality, Resolution, and Duration via Flow-based Large Diffusion Transformers         [📄 Lumina-T2X arXiv] [📽️ Video Introduction of Lumina-T2X] [👋 join our WeChat] [🤖️ Lumina-T2I 5B Checkpoints] [🤖️ Lumina-Next-T2I 2B Checkpoints (recommend)] [🕹️ GUI Demo for Lumina-T2I 5B model (node1)] [🔮 GUI Demo for Lumina-Next-T2I 2B model (node2)] [🔮 GUI Demo for Lumina-Next…

  • вторник, 14 мая 2024 г. в 00:00:05
github
rt64 / rt64

RT64 is an N64 graphics renderer for playing with enhancements in emulators and native ports.RT64 RT64 is an N64 graphics renderer for playing games with enhancements in emulators and native ports. Work in Progress Emulator Support (Plugin) and Ray Tracing (RT) are not available in this repository yet. This repository has been made public to provide a working implementation to native ports that wish to use RT64 as their renderer. Development of these features is still ongoing and will be added …

  • вторник, 14 мая 2024 г. в 00:00:04
github
Mr-Wiseguy / Zelda64Recomp

Static recompilation of Majora's Mask (and soon Ocarina of Time) for PC (Windows/Linux)Zelda 64: Recompiled Zelda 64: Recompiled is a project that uses N64: Recompiled to statically recompile Majora's Mask (and soon Ocarina of Time) into a native port with many new features and enhancements. This project uses RT64 as the rendering engine to provide some of these enhancements. Check out the latest release here. This repository and its releases do not contain game assets. The original game is…

  • вторник, 14 мая 2024 г. в 00:00:02
github
Mr-Wiseguy / N64Recomp

Tool to statically recompile N64 games into native executablesN64: Recompiled N64: Recompiled is a tool to statically recompile N64 binaries into C code that can be compiled for any platform. This can be used for ports or tools as well as for simulating behaviors significantly faster than interpreters or dynamic recompilation can. More widely, it can be used in any context where you want to run some part of an N64 binary in a standalone environment. This is not the first project that uses stati…

  • вторник, 14 мая 2024 г. в 00:00:01