Lists (12)
Sort Name ascending (A-Z)
Stars
Flipper Zero Unleashed Firmware
This repository contains a Flipper Zero application that allows reading, writing, viewing, and saving UHF RFID Tags.
This template is a great way to get started on a new 2D Bevy game!
Rhai - An embedded scripting language for Rust.
Sioyek is a PDF viewer with a focus on textbooks and research papers
G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
Artefacts for blog post on finding CVE-2025-37899 with o3
Concatenate a directory full of files into a single prompt for use with LLMs
rbuilder is a blazingly fast, state of the art Ethereum MEV-Boost block builder written in Rust
Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2
assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!
The property-based testing library for Python
Hypothesis-like property testing for Rust
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
A safe and fast multi-producer, multi-consumer channel.
Website that provides concise answers to common questions about floating-point numbers.
Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
A hash table with consistent order and fast iteration; access items by key or sequence index
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step