Advanced Python Mastery (course by @dabeaz)Advanced Python Mastery A course by David Beazley (https://www.dabeaz.com) Copyright (C) 2007-2023 Synopsis An exercise-driven course on Advanced Python Programming that was battle-tested several hundred times on the corporate-training circuit for more than a decade. Written by David Beazley, author of the Python Cookbook, 3rd Edition (O'Reilly) and Python Distilled (Addison-Wesley). Released under a Creative Commons license. Free of ads, tracki…
A blazing fast multi-language serialization framework powered by jit and zero-copy Fury is a blazing fast multi-language serialization framework powered by jit(just-in-time compilation) and zero-copy, providing up to 170x performance and ultimate ease of use. https://furyio.org Features Multiple languages: Java/Python/C++/Golang/Javascript. Zero-copy: cross-language out-of-band serialization inspired by pickle5 and off-heap read/write. High performance: A highly-extensible JIT framework to…
Multi-chain golang signature sdk, supports bitcoin, ethereum, aptos, cosmos, etc.go-wallet-sdk This is a Go language wallet solution that supports offline transactions. We currently support various mainstream public blockchains, and will gradually release the source codes for each blockchain. Supported chains BTC: Supports transaction creation and signing. Also Supports BRC20-related functions, including inscription creation, BRC20 buying and selling. Ethereum: Supports transaction creation an…
Fast and memory-efficient exact attentionFlashAttention This repository provides the official implementation of FlashAttention and FlashAttention-2 from the following papers. FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness Tri Dao, Daniel Y. Fu, Stefano Ermon, Atri Rudra, Christopher Ré Paper: https://arxiv.org/abs/2205.14135 IEEE Spectrum article about our submission to the MLPerf 2.0 benchmark using FlashAttention. FlashAttention-2: Faster Attention with Better Pa…
Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)Stalwart Mail Server Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable. Key features: JMAP server: JMAP Core (RFC 8620) JMAP Mail (RFC 8621) JMAP over WebSocket (RFC 8887) JMAP for Sieve Scripts (DRAFT-SIEVE-13) IMAP4 server: IMAP4rev2 (RFC 9051) full compliance. IMAP4rev1 (…
🦄 Gasless ERC20 swap settlement protocol 🦄UniswapX UniswapX is an ERC20 swap settlement protocol that provides swappers with a gasless experience, MEV protection, and access to arbitrary liquidity sources. Swappers generate signed orders which specify the specification of their swap, and fillers compete using arbitrary fill strategies to satisfy these orders. UniswapX Protocol Architecture Reactors Order Reactors settle UniswapX orders. They are responsible for validating orders of a specifi…
Send emails from your terminal 📬Pop Send emails from your terminal. Text-based User Interface Launch the TUI pop Command Line Interface pop < message.md \ --from "me@example.com" \ --to "you@example.com" \ --subject "Hello, world!" \ --attach invoice.pdf To use pop, you will need a RESEND_API_KEY. You can grab one from: https://resend.com/api-keys. Environment To avoid typing your From: email address, you can also set the POP_FROM…
Open source implementation of the ChatGPT Code Interpreter 👾Code Interpreter API A LangChain implementation of the ChatGPT Code Interpreter. Using CodeBoxes as backend for sandboxed python code execution. CodeBox is the simplest cloud infrastructure for your LLM Apps. You can run everything local except the LLM using your own OpenAI API Key. Features Dataset Analysis, Stock Charting, Image Manipulation, .... Internet access and auto Python package installation Input text + files -> Receive …
Official implementation of the paper "Semantic-SAM: Segment and Recognize Anything at Any Granularity"Semantic-SAM: Segment and Recognize Anything at Any Granularity In this work, we introduce Semantic-SAM, a universal image segmentation model to enable segment and recognize anything at any desired granularity. We have trained on the whole SA-1B dataset and our model can reproduce SAM and beyond it. 🍇 [Read our arXiv Paper] 🍎 [Try Gradio Demo1] 🍎 [Try Auto Generation Demo] 🚀 Features 🔥 Rep…