Debug remotely and easily like chrome devtools. Page Spy English | 中文 介绍 PageSpy 是一款用来调试远程 Web 项目的工具。 基于对原生 API 的封装,它将调用原生方法时的参数进行过滤、转化,整理成格式规范的消息供调试端消费;调试端收到消息数据,提供类控制台可交互式的功能界面将数据呈现出来。 何时使用? 任何无法在本地使用控制台调试的场景,都是 PageSpy 可以大显身手的时候!一起来看下面的例子: 本地调试 H5、Webview 应用:以往有些产品提供了可以在 H5 上查看信息的面板,但移动端屏幕太小操作不便、显示不友好,以及信息被截断等问题; 远程办公、跨地区协同:传统沟通方式如邮件、电话、视频会议等,沟通效率不高、故障信息不全面,容易误解误判; 用户终端上出现白屏问题:传统定位问题的方式包括数据监控、日志分析等,这些方式依赖排障人员要理解业务需求场景、技术实现; 此类问题的共同点是开发者无法像使用控制台一样查看运行信息。 对此 PageSpy 提供项目运行现场…
5Ghoul - 5G NR Attacks & 5G OTA Fuzzing Proof of Concept (PoC) of 5G NR Attacks against commercial smartphones, CPE routers, USB Modems, etc. Fuzzer included⚡. 5Ghoul is family of implementation-level 5G DoS vulnerabilities affecting Qualcomm and MediaTek mobile platforms. For more details, see https://asset-group.github.io/disclosures/5ghoul/ Table of Contents 📋 Requirements ⏩ Quick Start ☢️ Launching a 5Ghoul attack 3.1. Summary of Available Attacks 3.2. Create your own 5G explo…
LLMCompiler: An LLM Compiler for Parallel Function CallingLLMCompiler: An LLM Compiler for Parallel Function Calling [Paper] LLMCompiler is a framework that enables an efficient and effective orchestration of parallel function calling with LLMs, including both open-source and close-source models, by automatically identifying which tasks can be performed in parallel and which ones are interdependent. TL;DR: The reasoning capabilities of LLMs enable them to execute multiple function calls, using…
An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation PatchFusion An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation Zhenyu Li, Shariq Farooq Bhat, Peter Wonka. KAUST DEMO Our official huggingface demo is available here! You can have a test with your own high-resolution image, even without a local GPU! It only takes 1min for depth prediction plus controlnet generation! Thanks for the kind support from hysts! …
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust ast-grep(sg) ast-grep(sg) is a CLI tool for code structural search, lint, and rewriting. Introduction ast-grep is a AST-based tool to search code by pattern code. Think it as your old-friend grep but it matches AST nodes instead of text. You can write patterns as if you are writing ordinary code. It will match all code that has the same syntactical structure. You can use $ sign + upper case…
一个简单的 Python 脚本,可以通过语音与本地大语言模型进行对话。语音助手 一个简单的 Python 脚本,可以通过语音与本地大语言模型进行对话。 macOS 安装指南 以下为 macOS 的安装过程,Windows 与 Linux 可以使用 speech_recognition 与 pyttsx3 来替代下文中的 macOS 的 hear 与 say 指令。 创建环境 conda create -n VoiceAI python=3.11 conda activate VoiceAI pip install langchain CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python # 安装音频处理工具 brew install portaudio pip install pyaudio hear 语音识别模块 使用 hear 指令可以直接调用 macOS 的语音识别模块。注意要开启电脑设置里的键盘听写选项:设置 -> 键盘 -> 听写(开启开关)。 模型文…
MapUp - Python Assessment Overview This assessment is designed to evaluate your proficiency in Python programming, data manipulation, and analysis, as well as your ability to work with Excel. Below, you'll find details on each component of the assessment and the tasks you should complete. Best of luck! Important Points to Note: The assessment will be tested using our internal set of test cases. Scripts must be developed in accordance with the template shared. Please use the following templ…
Official code for the paper "LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes". 😴 LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes 😴 demo_trim2.mp4 LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes *Jaeyoung Chung, *Suyoung Lee, Hyeongjin Nam, Jaerin Lee, Kyoung Mu Lee *Denotes equal contribution. ⚡ Usage We offer several ways to interact with LucidDreamer: A demo is availab…