Geist Sans & Geist Mono Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio. Geist Sans is a sans-serif typeface designed for legibility and simplicity. It is a modern, geometric typeface that is based on the principles of classic Swiss typography. It is designed to be used in headlines, logos, posters, and other large display sizes. Geist Mono is a monospaced typeface that has been crafted to be the perfect partner to Geist Sans. It is designed …
A minimal programming example for a chat serverSmallchat TLDR: This is just a programming example for a few friends of mine. Long story follows. Yesterday I was talking with a few friends of mine, front-end developers mostly, that are a bit far from system programming. We were remembering the old times of IRC. And inevitably I said: to write a very simple IRC server is an experience everybody should do. There are very interesting parts in a program like that. A single process doing multiplexing…
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…