Implementation of contracts for ERC-4337 account abstraction via alternative mempool. Resources Vitalik's post on account abstraction without Ethereum protocol changes Discord server Bundler reference implementation Bundler specification test suite
Apple BLE proximity pairing message spoofingAppleJuice Apple BLE Proximity Pairing Message Spoofing 🔴 Disclaimer These scripts are an experimental PoC that uses Bluetooth Low Energy (BLE) to send proximity pairing messages to Apple devices. This project is created for educational purposes and cannot be used for law violation or personal gain. The author of this project is not responsible for any possible harm caused by the materials of this project. Updates Flipper Zero Thanks to the amazing …
Challenges & docs from JS Algorithms & Data Structures courseTraversy JS Challenges: Data Structures & Algorithms This is the sandbox for my 70+ JS Challenges: Data Structures & Algorithms Course. Just about all of the concepts that are included, also exist in other languages. So, if you are not a JavaScript developer, you can still follow along and learn from this course/repo. This course/repo goes over everything from basic loop challenges, high order array methods, recursion, time &a…
Toy Gaussian Splatting visualization in UnityToy Gaussian Splatting playground in Unity SIGGRAPH 2023 had a paper "3D Gaussian Splatting for Real-Time Radiance Field Rendering" by Kerbl, Kopanas, Leimkühler, Drettakis that looks pretty cool! Check out their website, source code repository, data sets and so on. I've decided to try to implement the realtime visualization part (i.e. the one that takes already-produced gaussian splat "model" file) in Unity. The original paper c…
gpt-author This project utilizes a chain of GPT-4, Stable Diffusion, and Anthropic API calls to generate an original fantasy novel. Users can provide an initial prompt and enter how many chapters they'd like it to be, and the AI then generates an entire novel, outputting an EPUB file compatible with e-book readers. A 15-chapter novel can cost as little as $4 to produce, and is written in just a few minutes. A few output novel examples are provided in this repo. To read one, you can download…
Command-line JSON processorjq jq is a lightweight and flexible command-line JSON processor akin tosed,awk,grep, and friends for JSON data. It's written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. Documentation Official Documentation: jqlang.github.io/jq Try jq Online: jqplay.org Installation Prebuilt Binaries Download the latest releases from the GitHub release page. Docker Image Pull the jq image to start quic…
PTAHDAO PtahDAO, As the world's first DAO governance asset trust program, Incubated by LMR Partners-web3.0 Technology Lab, Is a groundbreaking combination of blockchain technology and financial investment, Which deeply implements the logic and rules of DAO governance, Realizing the concept of inclusive financial services and driving financial innovation.
🥖 | Rinha de compiladores (ou interpretadores kkkk Introdução O ideal da rinha é fazer um interpretador ou compilador que rode em uma maquina com 2 núcleos e 2G de RAM. O seu interpretador ou compilador deve trabalhar com algo chamado "árvore sintática abstrata" que está armazenada no formato JSON. Essa árvore sintática abstrata será gerada por nós usando uma ferramenta específica disponível neste repositório. Sua responsabilidade na tarefa é receber esse JSON que contém a árvore abst…
DiffBIR: Towards Blind Image Restoration with Generative Diffusion Prior Paper | Project Page Xinqi Lin1,*, Jingwen He2,*, Ziyan Chen2, Zhaoyang Lyu2, Ben Fei2, Bo Dai2, Wanli Ouyang2, Yu Qiao2, Chao Dong1,2 1Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences2Shanghai AI Laboratory ⭐If DiffBIR is helpful for you, please help star this repo. Thanks!🤗 📖Table Of Contents Visual Results On Real-world Images Installation Pretrained Models Quick Start (gradio demo…