Powerful system container and virtual machine managerIncus Incus is a modern, secure and powerful system container and virtual machine manager. It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. Incus supports images for a large number of Linux distributions (official Ubuntu images and images provided by the community) and is built around a very powerful, yet pretty simple, REST API. Incus scales from one instance on a single mac…
A minimal snake in assemblySnake This is a snake game in assembly made for DOSBox and Linux. You can view the online Demo (Use your arrow keys on pc or swipe on mobile). Inspired by Can you fit a whole game into a QR code? It was made in order to create the smallest "fun" game possible. To build and run it use: sudo apt update sudo apt install dosbox nasm -y git clone https://github.com/donno2048/snake cd snake nasm snake.asm -o snake.com -f bin dosbox -c "cycles 1" -c "moun…
免费的闯关式 SQL 自学教程网站,从 0 到 1 带大家掌握常用 SQL 语法,纯前端实现,简单易学~SQL 之母 - 闯关式 SQL 自学网 纯前端实现的闯关式 SQL 自学网 By 程序员鱼皮 ,一人全役 在线体验:http://sqlmother.yupi.icu 视频演示:https://www.bilibili.com/video/BV1pV4y1i7LW 项目介绍 一个完全免费的闯关式 SQL 自学教程网站,结合鱼皮自己的 SQL 学习实践经验,编写了 30 多个关卡,用户可以在线提交 SQL 代码做题闯关,目标是从 0 到 1 地带大家掌握常用的 SQL 语法。 此外,网站支持自由选择关卡、自定义关卡、SQL 在线练习广场等功能。 为什么做这样一个网站? 首先,SQL 知识极为重要,几乎是程序员、产品经理、数据分析同学的必备技能。 对于 SQL 的学习,比起看教程,更适合通过实战来入门。网上虽然也有类似的 SQL 自学网,但是要么收费、要么不够体系化。 所以鱼皮决定自己动手,搞一个开源的 SQL 学习网,一方面希望能够帮助大家更轻松地入门 SQL;另一方面,也希…
Multi agent system for AI-driven software development. convert natural language requirements into working software.DevOpsGPT: AI-Driven Software Development Automation Solution 💡 Get Help - Q&A 💡 Submit Requests - Issue 💡 Technical exchange - service@kuafuai.net Introduction Welcome to the AI Driven Software Development Automation Solution, abbreviated as DevOpsGPT. We combine LLM (Large Language Model) with DevOps tools to convert natural language requirements into working software.…
Official PyTorch Implementation of Magic123: One Image to High-Quality 3D Object Generation Using Both 2D and 3D Diffusion PriorsMagic123: One Image to High-Quality 3D Object Generation Using Both 2D and 3D Diffusion Priors arXiv | webpage Guocheng Qian 1,2, Jinjie Mai 1, Abdullah Hamdi 3, Jian Ren 2, Aliaksandr Siarohin 2, Bing Li 1, Hsin-Ying Lee 2, Ivan Skorokhodov 1,2, Peter Wonka 1, Sergey Tulyakov 2, Bernard Ghanem 1 1 King Abdullah University of Science and Technology (KAUST), 2 Snap In…
The official repo of Qwen-7B (通义千问-7B) chat & pretrained large language model proposed by Alibaba Cloud. Qwen-7B 🤖 | 🤗 | Qwen-7B-Chat 🤖 | 🤗 | Demo | Report 中文 | English We opensource Qwen-7B and Qwen-7B-Chat on both 🤖 ModelScope and 🤗 Hugging Face (Click the logos on top to the repos with codes and checkpoints). This repo includes the brief introduction to Qwen-7B, the usage guidance, and also a technical memo link that provides more information. Qwen-7B is…
🤖 Deploy a private ChatGPT alternative hosted within your VPC. 🔮 Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, Falcon, and GPT4All.🧺 RAGstack Deploy a private ChatGPT alternative hosted within your VPC. Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, Falcon, and GPT4All. Retrieval Augmented Generation (RAG) is a tech…
A simple way to access state while robust and testable. A state-management library that: catches programming errors at compile time rather than at runtime removes nesting for listening/combining objects ensures that the code is testable riverpod flutter_riverpod hooks_riverpod Welcome to Riverpod! This project can be considered as a rewrite of provider to make improvements that would be otherwise impossible. For learning how to use Riverpod, see its documentati…
Segmind Distilled diffusion 50% Smaller, Faster Stable Diffusion 🚀 Knowledge-distilled, smaller versions of Stable Diffusion. Unofficial implementation as described in BK-SDM. These distillation-trained models produce images of similar quality to the full-sized Stable-Diffusion model while being significantly faster and smaller. Components of this Repository: data.py contains scripts to download data for training. distill_training.py trains the U-net using the methods described in the…