Universal local privilege escalation Proof-of-Concept exploit for CVE-2024-1086, working on most Linux kernels between v5.14 and v6.6, including Debian, Ubuntu, and KernelCTF. The success rate is 99.4% in KernelCTF images.
A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, like a Valkyrie.
Code examples and resources for DBRX, a large language model developed by Databricks
AniPortrait: Audio-Driven Synthesis of Photorealistic Portrait Animation
LlamaIndex is a data framework for your LLM applications🗂️ LlamaIndex 🦙 LlamaIndex (GPT Index) is a data framework for your LLM application. Building with LlamaIndex typically involves working with LlamaIndex core and a chosen set of integrations (or plugins). There are two ways to start building with LlamaIndex in Python: Starter: llama-index (https://pypi.org/project/llama-index/). A starter Python package that includes core LlamaIndex as well as a selection of integrations. Customize…
The React documentation websitereact.dev This repo contains the source code and documentation powering react.dev. Getting started Prerequisites Git Node: any 12.x version starting with v12.0.0 or greater Yarn: See Yarn website for installation instructions A fork of the repo (for any contributions) A clone of the react.dev repo on your local machine Installation cd react.dev to go into the project root yarn to install the website's npm dependencies Running locally yarn dev to start the…
pre-commit git hooks to take care of Terraform configurations 🇺🇦Collection of git hooks for Terraform to be used with pre-commit framework Want to contribute? Check open issues and contributing notes. Sponsors Automated provisioning of Terraform workflows and Infrastructure as Code. Cloud cost estimates for Terraform. If you are using pre-commit-terraform already or want to support its development and many other open-source projects, please become a GitHub Sponsor! Table of content Sp…
Transmit LoRa Frames Without a RadioLoLRa Transmit 900MHz LoRa frames surprisingly far without a radio Introduction Background LoRaWAN Limitations Future Work Resources Special Thanks Range Tests Introduction Firmware-only LoRa transmission, for a variety of processors. Send LoRa packets, without any radio, chips, external hardware or built-in radios at all on a variety of common, inexpensive processors. While not truly bit banging, this repository shows how using either a shift register (i.e…