面向网络安全从业者的知识文库🍃 0x01 关于文库 PeiQi文库是一个面对网络安全从业者的知识库,涉及漏洞研究,代码审计,CTF夺旗,红蓝对抗等多个安全方向,用于解决安全信息不聚合,安全资料不易找的难题。帮助网络安全从业者共同构建安全的互联网,快速验证并及时修复相关漏洞,为甲方等提出安全建设意见。 0x02 使用须知 & 关注公众号 由于传播、利用此文所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,文章作者不为此承担任何责任。文库内容中部分攻防技巧等只允许在目标授权的情况下进行使用,大部分文章来自各大安全社区,个人博客,如有侵权请立即联系公众号进行删除。若不同意以上警告信息请立即退出使用 0x03 快速搭建 Yarn源码搭建 (个人二次扩展,需要编译环境) git clone https://github.com/PeiQi0/PeiQi-WIKI-Book.git cd PeiQi-WIKI-Book yarn add vuepress-theme-antdocs -d yarn install yarn run dev Html源码搭建 (无需…
Multiplayer at the speed of light Multiplayer at the speed of light. What is SpacetimeDB? You can think of SpacetimeDB as both a database and server combined into one. It is a relational database system that lets you upload your application lo…
Microsoft Authentication Library (MSAL) for .NETMicrosoft Authentication Library (MSAL) for .NET, UWP, NetCore, MAUI, Xamarin Android and iOS The MSAL library for .NET is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect. The library also supports Azure AD B2C. Quick links: Conceptual documentation Getting Started Sample Code Library Refer…
Implementation of Denoising Diffusion Probabilistic Model in Pytorch Denoising Diffusion Probabilistic Model, in Pytorch Implementation of Denoising Diffusion Probabilistic Model in Pytorch. It is a new approach to generative modeling that may have the potential to rival GANs. It uses denoising score matching to estimate the gradient of the data distribution, followed by Langevin sampling to sample from the true distribution. This implementation was transcribed from the official Tensorflow vers…
A simple bot that uses selenium to farm Microsoft Rewards written in Python ███╗ ███╗███████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗██████╗ ████╗ ████║██╔════╝ ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗ ██╔████╔██║███████╗ █████╗ ███████║██████╔╝██╔████╔██║█████╗ ██████╔╝ ██║╚██╔╝██║╚════██║ ██╔══╝ ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝ ██╔══██╗ ██║ ╚═╝ ██║███████║ ██║ ██║ ██║██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚…
Radix Themes is an open-source component library optimized for fast development, easy maintenance, and accessibility. Maintained by @workos. Radix Themes An open-source component library optimized for fast development, easy maintenance, and accessibility. Documentation For full documentation, visit radix-ui.com/themes/docs. Releases For changelog, visit radix-ui.com/themes/docs/overview/releases. Authors Benoît Grélard (@benoitgrelard) Vlad Moroz (@vladyslavmoroz) Andy Hook (@Andy_Hook) Lucas…
Text-to-Audio/Music GenerationAudioLDM 2 This repo currently support Text-to-Audio Generation (including Music) TODO Add the text-to-speech checkpoint Add the text-to-audio checkpoint that does not use FLAN-T5 Cross Attention Open-source the AudioLDM 1 & 2 training code. Optimizing the inference speed of the model. Integration with the Diffusers library Web APP Prepare running environment conda create -n audioldm python=3.8; conda activate audioldm pip3 install git+https://gi…
Generative Agents: Interactive Simulacra of Human BehaviorGenerative Agents: Interactive Simulacra of Human Behavior This repository accompanies our research paper titled "Generative Agents: Interactive Simulacra of Human Behavior." It contains our core simulation module for generative agents—computational agents that simulate believable human behaviors—and their game environment. Below, we document the steps for setting up the simulation environment on your local machine and for re…
Terraform textual UITFTUI - The Terraform textual UI TFTUI is a powerful textual GUI that empowers users to effortlessly view and interact with their Terraform state. With its latest version you can easily visualize the complete state tree, gaining deeper insights into your infrastructure's current configuration. Additionally, the ability to inspect individual resource states allows you to focus on specific details for better analysis and management. Lastly, it's now possible to sele…