Handwriting Synthesis with RNNs ✏️ Handwriting Synthesis Implementation of the handwriting synthesis experiments in the paper Generating Sequences with Recurrent Neural Networks by Alex Graves. The implementation closely follows the original paper, with a few slight deviations, and the generated samples are of similar quality to those presented in the paper. Web demo is available here. Usage lines = [ "Now this is a story all about how", "My life got flipped turned upside d…
An Open-Ended Embodied Agent with Large Language ModelsVoyager: An Open-Ended Embodied Agent with Large Language Models [Website] [Arxiv] [PDF] [Tweet] voyager.mp4 We introduce Voyager, the first LLM-powered embodied lifelong learning agent in Minecraft that continuously explores the world, acquires diverse skills, and makes novel discoveries without human intervention. Voyager consists of three key components: 1) an automatic curriculum that maximizes…
kill anti-malware protected processes (BYOVD)Blackout leveraging gmer driver to effectively disabling or killing EDRs and AVs. it bypass HVCI fluently the sample is sourced from loldrivers https://www.loldrivers.io/drivers/7ce8fb06-46eb-4f4f-90d5-5518a6561f15/ usage Place the driver Blackout.sys in the same path as the executable The executable should be run in the context of an administrator Blackout.exe -p <process_id> for windows defender keep the program running to prevent t…
The official implementation of “Sophia: A Scalable Stochastic Second-order Optimizer for Language Model Pre-training”Sophia: A Scalable Stochastic Second-order Optimizer for Language Model Pre-training This is an official implementation of the Sophia-G optimizer in the paper https://arxiv.org/abs/2305.14342 and GPT-2 training scripts. The code is based on nanoGPT. Please cite the paper and star this repo if you find Sophia useful. Thanks! @article{liu2023sophia, title={Sophia: A Scalable Stoch…
这是一个ChatGPT的畅聊与增强插件。开源免费。不仅能解决所有报错不再刷新,还有保持活跃、取消审计、克隆对话、净化首页、展示大屏、展示全屏、言无不尽、拦截跟踪、日新月异等多个高级功能。让我们的AI体验无比顺畅、丝滑、高效、简洁。 中文文档 English README 项目简介 喜欢这个插件的小伙伴,可以给我的GITHUB项目 KeepChatGPT 点个⭐️STAR支持一下。 这是一款开源的、免费的、高效的ChatGPT畅聊插件,它可以让你的聊天无比丝滑,一劳永逸摆脱各种报错和警告,省去足足10个多余步骤,释放双手不再刷新网页,并且作者还在持续更新更多的增强功能,包括取消审计、克隆对话、净化页面、展示大屏、展示全屏、言无不尽、拦截跟踪、日新月异等等。 没有研发经费,纯用爱发电,欢迎关注。谢谢赞赏猫粮 展示 PC端,亮色主题,享受免费的KeepChatGPT畅聊用户专属金标,它代表着你的AI体验发生了骤变: PC端,暗色主题+展示大屏: PC端,暗色主题+展示全屏: 移动端: 功能简介 解决了报错:NetworkError whe…
https://www.codingame.com/contests/spring-challenge-2023SpringChallenge2023 Source code for CodinGame's Spring Challenge 2023 event. https://www.codingame.com/contests/spring-challenge-2023 Community starter AIs are located here: https://github.com/CodinGame/SpringChallenge2023/tree/main/starterAIs
Leetcode solutionsLeetcode solutions for 🚀 NeetCode.io This repo hosts the solutions found on NeetCode.io including the solutions shown on the NeetCode YouTube channel. The site will periodically be updated with new solutions from this repo! Solutions from these languages will be linked from NeetCode.io: Python, Java, JavaScript, C++, Go, Swift, C#, TypeScript, Rust, Kotlin, Ruby, C, Scala and Dart Solutions are also welcome for any other supported language on leetcode.com! Contributing Pl…
Keygen for Windows XPWindows XP Keygen! FAQ What does it do? This program allows you to generate endless Windows XP keys. You also can use it to check your already existing keys. How does it work? This program is based on this paper Basically, it uses a cracked private key from Microsoft to sign some stuff encoded in the 25-digit product key. It also does this process in reverse to check for the validation of the keys. How do I use it? It all comes down to four simple steps: 1. Use this p…
Another style of writing Vue components.Vue Vine 中文 README Another style of writing Vue components. Why this ? There are many discussions in community that hopes for a solution that supports writing multiple Vue components in a single file. That's why Vue Vine was born. Vue vine was designed to provide more flexibility of managing Vue components. It is a parallel style to SFC. Take a quick view: Get started warning: For now, Vue Vine is still under heavily development, please don't use…