GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#c_lang #auto_install #bootable_usb #bsd #chromeos #iso_files #legacy #linux #multiboot #persistence #secure_boot #uefi #unattended #unix #usb #windows

Ventoy is a free and easy-to-use tool that helps you create a bootable USB drive from ISO, WIM, IMG, VHD(x), and EFI files. You don't need to format the USB drive each time; just copy the image files and boot them. It supports many operating systems like Windows, Linux, ChromeOS, and more. Ventoy also allows you to browse and boot files from your local disk, and it works with various BIOS and UEFI systems. This makes it very convenient for testing or installing different operating systems without the hassle of constantly formatting your USB drive.

https://github.com/ventoy/Ventoy
#rust #auto_generated #compile_time #documentation #generated #openapi #openapi_documentation #openapi31 #rest #rest_api #rest_api_documentation #rust #swagger

Utoipa is a tool that helps you create OpenAPI documentation for your Rust REST APIs automatically. It saves you time by generating the documentation from your code, so you don't have to write it manually. Here’s how it benefits you Utoipa is simple to integrate with various web frameworks like Actix, Axum, and Rocket, or even without one.
- **Automatic Documentation** You can customize the documentation with various features and support for different data types.
- **Efficient**: It focuses on being minimal, simple, and fast, allowing you to concentrate on writing the actual API logic.

Overall, Utoipa makes documenting your API easier and more efficient.

https://github.com/juhaku/utoipa
#python #auto #iptv #ipv4 #ipv6 #tv #tvbox

This tool helps you update your IPTV live channels automatically. You can customize the channel menu using templates, and it will fetch and update the latest live stream interfaces for you. It supports various types of sources, checks the speed and quality of the streams, and filters out invalid ones. The tool can run at set times each day and offers multiple ways to use it, such as through a workflow, command line, interface software, or Docker. This makes it easy to get and watch your favorite TV channels with the best quality available.

https://github.com/Guovin/TV
#python #auto_regressive_model #autoregressive_models #diffusion_models #generative_ai #generative_model #gpt #gpt_2 #image_generation #large_language_models #neurips #transformers #vision_transformer

VAR (Visual Autoregressive Modeling) is a new way to generate images that improves upon existing methods. It uses a "next-scale prediction" approach, which means it generates images from coarse to fine details, unlike the traditional method of predicting pixel by pixel. This makes VAR models better than diffusion models for the first time. You can try VAR on a demo website and generate images interactively, which is fun and easy. VAR also follows power-law scaling laws, making it efficient and scalable. The benefit to you is that you can create high-quality images quickly and easily, and even explore technical details through provided scripts and models.

https://github.com/FoundationVision/VAR
👍1😁1
#python #algorithmic_trading #auto_quant #deep_learning #finance #fintech #investment #machine_learning #paper #platform #python #quant #quant_dataset #quant_models #quantitative_finance #quantitative_trading #research #research_paper #stock_data

Qlib is an open-source platform for quantitative investment that uses AI technologies. It supports various machine learning models and helps in finding valuable signals in financial data, adapting to market dynamics, and optimizing trading strategies. Here are the key benefits Qlib introduces RD-Agent, a tool that automates factor mining and model optimization, making it easier to develop quant investment strategies.
- **Diverse Machine Learning Models** It covers the entire chain of quantitative investment, including data processing, model training, backtesting, and order execution.
- **Customizable Workflows** Qlib's data server is optimized for performance, allowing fast data processing and retrieval, which is crucial for real-time trading decisions.

Overall, Qlib simplifies the process of building and optimizing quant investment strategies, making it a powerful tool for researchers and investors.

https://github.com/microsoft/qlib
#python #auto_formatter #cleaner #cli #formatter #hacktoberfest #isort #linter #python #python_utility #python3 #sorting_imports

isort is a tool that helps you organize and sort your Python import statements automatically. It sorts imports alphabetically, separates them into sections, and supports various editors. You can install it using `pip install isort` and use it from the command line or within your Python code. This saves you time and effort, keeping your code clean and consistent. It also integrates with tools like pre-commit hooks to ensure code quality before committing changes. Overall, isort makes managing imports easier and more efficient.

https://github.com/PyCQA/isort
🔥1