The easiest way to run WireGuard VPN + Web-based Admin UI.WireGuard Easy You have found the easiest way to install & manage WireGuard on any Linux host! Features All-in-one: WireGuard + Web UI. Easy installation, simple to use. List, create, edit, delete, enable & disable clients. Show a client's QR code. Download a client's configuration file. Statistics for which clients are connected. Tx/Rx charts for each connected client. Gravatar support. Requirements A host …
Building a community around a cheap ESP32 Display with a touch screenESP32-Cheap-Yellow-Display There is an ESP32 with a built in 320 x 240 LCD display with a touch screen called the "ESP32-2432S028R", since this doesn't roll of the tounge, I propose it should be renamed the "Cheap Yellow Display" or CYD for short. This display is only about $15 delievered so I think it's really good value. Features The CYD has the following features: ESP32 (With Wifi and Bluetooth) 32…
Forked Golang execution layer implementation of the Ethereum protocol.Go Ethereum Official Golang execution layer implementation of the Ethereum protocol. Automated builds are available for stable releases and the unstable master branch. Binary archives are published at https://geth.ethereum.org/downloads/. Building the source For prerequisites and detailed build instructions please read the Installation Instructions. Building geth requires both a Go (version 1.19 or later) and a C compiler…
The free & Open Source Alternative to DocuSignOpenSign™ The free open source alternative to DocuSign | PandaDoc | SignNow | Adobe Sign | Smartwaiver | SignRequest | HelloSign | Zoho sign. Website • Docs • Blog • Discord • Twitter • LinkedIn An Open-Source Alternative to DocuSign, PandaDoc, SignNow, Adobe Sign, Smartwaiver, SignRequest, and HelloSign Support us - Table of Contents Introduction Features Installation Usage Contribution Guidelines License Acknowledgments…
Genesis Smart Contracts for Sidra ChainGenesis Smart Contracts for Sidra Chain These are the genesis smart contracts designed specifically for the Sidra Chain. Libraries 1. Pausable.sol This library provides mechanisms to pause and unpause certain functionalities of a contract. It's essential for emergency situations or maintenance periods. Features: Pause and Unpause: Provides functions to pause and unpause the contract. Modifiers: Includes modifiers to easily check the pause status or o…
aidevs2 To install dependencies: bun install To run: bun run index.ts This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.
RSA attack tool (mainly for ctf) - retreive private key from weak public key and/or uncipher dataRsaCtfTool The RSA Multi-Attack Tool is a sophisticated utility designed to uncipher data from weak public keys and attempt to recover the corresponding private key. This tool offers a comprehensive range of attack options, enabling users to apply various strategies to crack the encryption. RSA security, at its core, relies on the complexity of the integer factorization problem. This project…
Lean 4 programming language and theorem proverThis is the repository for Lean 4. We provide nightly releases and have just begun regular stable point releases. About Quickstart Walkthrough installation video Quick tour video Homepage Theorem Proving Tutorial Functional Programming in Lean Manual Release notes starting at v4.0.0-m3 Examples External Contribution Guidelines FAQ Installation See Setting Up Lean. Contributing Please read our Contribution Guidelines first. Building from Source See…
Robust recipes for to align language models with human and AI preferencesThe Alignment Handbook Robust recipes to align language models with human and AI preferences. What is this? Just one year ago, chatbots were out of fashion and most people hadn't heard about techniques like Reinforcement Learning from Human Feedback (RLHF) to align language models with human preferences. Then, OpenAI broke the internet with ChatGPT and Meta followed suit by releasing the Llama series of language models…