This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
A 3D virtual head control system for VTuber in Unity with smooth motion and robust facial expressions
A webcam face detector based on dnn built with python for scholar purpose.
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
The new Windows Terminal and the original Windows console host, all in the same place!
An easy demo based on Qt to achieve some functions in an embedded device with touchscreen.
A simple program that loads C-like code file and executes lexical analysis
编译原理实验,一个读取LL(1)型文法,推算出first集与follow集并生成文法表的程序,同时利用文法表分析输入串是否符合此文法