github
tjdevries / config.nvim

my nvim config

  • воскресенье, 19 мая 2024 г. в 00:00:12
github
lich0821 / WeChatFerry

微信逆向,微信机器人,可接入 ChatGPT、ChatGLM、讯飞星火、Tigerbot等大模型。Hook WeChat.WeChatFerry 一个玩微信的工具。更多介绍见:WeChatFerry: 一个玩微信的工具。 免责声明【必读】 本工具仅供学习和技术研究使用,不得用于任何商业或非法行为,否则后果自负。 本工具的作者不对本工具的安全性、完整性、可靠性、有效性、正确性或适用性做任何明示或暗示的保证,也不对本工具的使用或滥用造成的任何直接或间接的损失、责任、索赔、要求或诉讼承担任何责任。 本工具的作者保留随时修改、更新、删除或终止本工具的权利,无需事先通知或承担任何义务。 本工具的使用者应遵守相关法律法规,尊重微信的版权和隐私,不得侵犯微信或其他第三方的合法权益,不得从事任何违法或不道德的行为。 本工具的使用者在下载、安装、运行或使用本工具时,即表示已阅读并同意本免责声明。如有异议,请立即停止使用本工具,并删除所有相关文件。 后台回复 WCF 加群交流 如果你觉得有用 一起开发 🚫 非开发用户不需要往下看。 安装开发环境 点击查看 安装 vcpkg …

  • воскресенье, 19 мая 2024 г. в 00:00:11
github
Efficient-Large-Model / VILA

VILA - a multi-image visual language model with training, inference and evaluation recipe, deployable from cloud to edge (Jetson Orin and laptops) VILA: On Pre-training for Visual Language Models VILA arxiv / VILA Demo / VILA Huggingface 💡 Introduction VILA is a visual language model (VLM) pretrained with interleaved image-text data at scale, enabling video understanding and multi-image understanding capabilities. VILA is deployable on the edge by AWQ 4bit quantization and TinyChat frame…

  • воскресенье, 19 мая 2024 г. в 00:00:10
github
LayerZero-Labs / sybil-report

LayerZero Sybil Reporting The deadline to self-report as sybil has passed. The publication of the initial list of addresses that are not eligible for bounty hunting can be found here. Successful reports result in the sybil addresses receiving nothing and the bounty hunter receiving 10% of the sybil’s intended allocation. Bounty hunters can use the information below to produce a report; however, submissions after the deadline will not be considered. All transaction data prior to Snapshot #1 can …

  • воскресенье, 19 мая 2024 г. в 00:00:08
github
felangel / data_class

Experimental support for data classes in Dart using macros.data_class 🚧 Experimental support for data classes in Dart using macros. ✨ Features 🪨 const constructors with required, named parameters 🖨️ copyWith with optional, nullable, named parameters ✨ toString for an improved string representation ☯️ operator== and hashCode for value equality 🧑‍💻 Example import 'package:data_class_macro/data_class_macro.dart'; @Data() class Person { final String name; } void main() { // 🪨 Creat…

  • воскресенье, 19 мая 2024 г. в 00:00:07
github
Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices. name description languages products page_type urlFragment Chat with your data - Solution accelerator (Python) Chat with your data using OpenAI and AI Search with Python. python typescript bicep azdeveloper …

  • воскресенье, 19 мая 2024 г. в 00:00:06
github
ngc660sec / NGCBot

一个基于✨HOOK机制的微信机器人,支持🌱安全新闻定时推送【FreeBuf,先知,安全客,奇安信攻防社区】,👯Kfc文案,⚡备案查询,⚡手机号归属地查询,⚡WHOIS信息查询,🎉星座查询,⚡天气查询,🌱摸鱼日历,⚡微步威胁情报查询, 🐛美女视频,⚡美女图片,👯帮助菜单。📫 支持积分功能,⚡支持自动拉人,⚡检测广告,🌱自动群发,👯Ai回复,😄自定义程度丰富,小白也可轻松上手! NGCBot 一个基于✨HOOK机制的微信机器人,支持🌱安全新闻定时推送【FreeBuf,先知,安全客,奇安信攻防社区】,👯Kfc文案,⚡备案查询,⚡手机号归属地查询,⚡WHOIS信息查询,🎉星座查询,⚡天气查询,🌱摸鱼日历,⚡微步威胁情报查询, 🐛美女视频,⚡美女图片,👯帮助菜单。📫 支持积分功能,⚡支持自动拉人,⚡检测广告,🌱自动群发,👯Ai回复,😄自定义程度丰富,小白也可轻松上手! 感谢这么多兄弟喜欢我的项目,不过有很多兄弟们反馈微信客户端提示要升级,这个问题可以进群问群友,或者源HOOK作者(查克)大佬更新,一旦更新完此项目也…

  • воскресенье, 19 мая 2024 г. в 00:00:05
github
expo / react-conf-app

Conference App for React Conf 2024 This is the source code for the React Conf 2024 app. Download it from stores: Google Play, App Store. To run the app locally, clone the repo and install dependencies with yarn (yarn.lock was generated with Yarn v1). Next, either compile and run it locally or build and run it with EAS. Compile and run locally To compile the app locally, you will need to have Xcode (learn more) and/or Android (learn more) toolchains installed and configured. NoteIn order to be a…

  • воскресенье, 19 мая 2024 г. в 00:00:03
github
HigherOrderCO / Bend

A massively parallel, high-level programming languageBend Bend is a massively parallel, high-level programming language. Unlike low-level alternatives like CUDA and Metal, Bend has the feeling and features of expressive languages like Python and Haskell, including fast object allocations, higher-order functions with full closure support, unrestricted recursion, even continuations. Yet, it runs on massively parallel hardware like GPUs, with near-linear speedup based on core count, and zero expli…

  • воскресенье, 19 мая 2024 г. в 00:00:02