tursodatabase/libsql
libSQL is an open source SQLite branch designed to support more use cases and allow open contributions. The project solves the problem of SQLite not accepting external contributions and allows the community to work together to improve and extend the database functionality.
- Embedded replica that allows to have replicated databases inside the application.
- The libSQL server provides remote access capabilities similar to PostgreSQL or MySQL.
- Multiple programming languages are supported, including Rust, JavaScript, Python, and Go.
- Provides the ALTER TABLE extension to modify column types and constraints.
- Randomized ROWID and WebAssembly user-defined function support.
- Provides a SQLite-compatible C API and maintains compatibility with its file format.
blacklanternsecurity/bbot
bbot is a recursive internet scanner designed for hackers. It is designed to automate reconnaissance, vulnerability bounties, and ASM to help users discover potential security issues more efficiently.
- Supports multiple scanning modules such as sub-domain enumeration, web crawlers and email collection.
- Provides real-time visualization for easy analysis of scanning results.
- BBOT is able to find 20%-50% more subdomains than other tools.
- Flexible configuration options are available to adjust parameters such as number of threads and depth as required.
- Can be used as a Python library for synchronous or asynchronous operations.
lump/coccus
kokkos is a C++ performance portable programming ecosystem.
- Provides a C++ programming model for writing performance-portable applications.
- Abstractions to support parallel code execution and data management.
- Complex node-oriented architecture with multi-level memory hierarchy and multiple execution resource types.
- CUDA, HIP, SYCL, HPX, OpenMP, and C++ threads can be used as a backend programming model, and other backends can be supported in development.
- Contains the Kokkos core libraries and is part of the Kokkos C++ performance portable programming ecosystem.
AppFlowy-IO/AppFlowy-Cloud
AppFlowy-Cloud is an open source alternative to Notion built with Flutter and Rust.
- Provides secure user authentication, file storage and real-time WebSocket communication
- User-defined data and functionality
- Written in Rust for an efficient collaboration experience
bghira/SimpleTuner
SimpleTuner is a generalized fine-tuning toolkit for Stable Diffusion 2.1, Stable Diffusion 3, DeepFloyd and SDXL. The project aims to optimize the training process by providing easy-to-use code to improve model training efficiency.
- Supports multi-GPU training for faster computation
- Cache image and caption features in advance to reduce memory consumption
- Supports various image size and aspect ratio adjustments
- LoRA training support for multiple models and reduced VRAM requirements
- DeepSpeed integration for full u-net training in low configurations
- Train directly from an S3-compatible storage provider, eliminating the need for expensive local storage
- Seamless integration with Hugging Face Hub for easy model uploads