Quard (QQxiaoming)

QQxiaoming

Geek Repo

Location:Shanghai, China

Home Page:https://quard.blog.csdn.net

Twitter:@Quard_D

Github PK Tool:Github PK Tool


Organizations
QuardCRT-platform

Quard's repositories

quard_star_tutorial

This project aims to build an Embedded Linux System, in order to analyze the chip from the power-on execution of the first instruction to the entire system running, based on qemu simulator development board. 本项目旨在真正从0开始构建嵌入式linux系统,为了剖析芯片从上电开始执行第一条指令到整个系统运行,基于qemu定制模拟器开发板。

quardCRT

Your All-in-One Tool for Terminal Emulation and Remote Desktop

Language:C++License:GPL-3.0Stargazers:57Issues:1Issues:10

YUVviewer

YUVviewer is a small tool for developers to view and preview various original image formats. It is based on Qt and opencv frameworks and supports windows/linux/macos.YUVviewer一款用于开发人员查看预览各种原始图像格式的小工具,其基于Qt和opencv的框架,支持windows/linux/macos。

Language:C++License:GPL-3.0Stargazers:21Issues:4Issues:2

gd32vf103_freertos

在GD32VF103移植FreeRTOSV10,支持使用中断栈机制,支持sysview

Language:CLicense:BSD-3-ClauseStargazers:17Issues:2Issues:1

game_box

GameBox is a retro console game emulator. This project only relies on the Qt framework and can be used on multiple platforms such as windows, macos, linux and even embedded linux. GameBox 是一款游戏家用机模拟器,本项目仅依赖Qt框架,可在windows、macos、linux甚至嵌入式linux等多平台使用。

Language:C++License:GPL-3.0Stargazers:14Issues:2Issues:0

TTFviewer

TTFviewer is a small tool for developers to view and preview various ttf font/icon image formats. It is based on Qt and supports windows/linux/macos.TTFviewer一款用于开发人员查看预览各种ttf字体/图标图像格式的小工具,其基于Qt,部分代码来源自项目: https://github.com/donbright/font_to_svg 和 https://github.com/QQxiaoming/YUVviewer ,支持windows/linux/macos,界面简单清晰,操作便携。

Language:C++License:GPL-3.0Stargazers:13Issues:4Issues:1

QFSViewer

QFSViewer is a small tool for developers to view the contents of various file system raw image files, which does not rely on the operating system mounting, does not require permission requests, and is completed entirely within the software application. Based on this feature, the tool can easily run on windows/linux/macos.

Language:CLicense:GPL-3.0Stargazers:6Issues:1Issues:0

vexpress_v2p_ca9

基于arm的vexpress_v2p_ca9x4开发板编写的裸机工程项目,可以使用qemu模拟器运行,旨在深入学习实践启动文件,多核管理,cache,mmu等相关内容以及学习使用Rust语言开发底层驱动。计划开发一个轻量化的操作系统微内核,打破传统的设计思路。

Language:CLicense:BSD-3-ClauseStargazers:6Issues:1Issues:0

virts

This is a software-simulated serial port ttyVIRT device driver. After loading the driver, two devices, /dev/ttyVIRT0 and /dev/ttyVIRT1, will be generated. Different applications can open these two serial devices to communicate with each other.virts是一个虚拟串口驱动程序,加载驱动后会产生两个软件模拟的串口ttyVIRT设备驱动,可以互相通讯。该项目的姐妹篇:virte:https://github.com/QQxiaoming/virte

Language:CLicense:GPL-2.0Stargazers:5Issues:2Issues:0

QCustomFileSystemModel

This is a custom file system model that can be used with the QTreeView control. Unlike QFileSystemModel, QCustomFileSystemModel can be inherited and can customize the data of the file system model, not the local file system.For example, when connecting to a remote host via SSH.

Language:C++License:LGPL-2.1Stargazers:4Issues:1Issues:1

FreeRTOS_On_Linux

这是将FreeRTOS V10.2.1移植到linux平台的移植层代码,参考早期freertosV6版本的移植代码,并修复一些bug

Language:CLicense:MITStargazers:3Issues:2Issues:0

quard_utils

QQxiaoming的个人工具代码

Language:ShellLicense:BSD-3-ClauseStargazers:3Issues:2Issues:0

rg35xx-app-DinguxCommander

DinguxCommander is forked from https://github.com/leonkasovan/DinguxCommander, compiled for rg35xx GarlicOS, and added some of its own fixes.

Language:C++License:BSD-3-ClauseStargazers:3Issues:0Issues:0

virte

This is a software-simulated ETH network card device driver. After loading the driver, two devices, veth0 and veth1, will be generated. 一个软件模拟的ETH网卡设备驱动,加载驱动后,会产生veth0和veth1两个设备,不同的应用程序分别打开这两个网卡设备可以互相通信。该项目的姐妹篇:virts:https://github.com/QQxiaoming/virts

Language:CLicense:GPL-2.0Stargazers:3Issues:2Issues:0

qxymodem

qxymodem is a XModem/YModem protocol implementation for Qt, which does not rely on any library other than Qt and can be used across platforms.The code passed the test on qt6.6, and it should work on other versions of Qt. Zmodem:https://github.com/QQxiaoming/qzmodem

Language:C++License:LGPL-2.1Stargazers:2Issues:1Issues:0

qzmodem

qzmodem is a ZModem protocol implementation for Qt, which does not rely on any library other than Qt and can be used across platforms.The code passed the test on qt6.6, and it should work on other versions of Qt. XYmodem:https://github.com/QQxiaoming/qxymodem

Language:C++License:LGPL-2.1Stargazers:2Issues:1Issues:0

rg35xx-app-template

Develop rg35xx application template project for yourself

Language:CLicense:BSD-3-ClauseStargazers:2Issues:0Issues:0

create-dmg-action

Build fancy DMGs on your Github Actions workflows with just one simple action

Language:TypeScriptLicense:MITStargazers:1Issues:1Issues:1

QTelnet

fork 自https://github.com/silderan/QTelnet.git 我做了一些工作: 增加了WebSocket的支持

Language:C++Stargazers:1Issues:0Issues:0

qvncclient

使用Qt的vnc客户端基础库,仅包含一个类,可以方便的移植到任何平台。 fork 自https://bitbucket.org/amahta/qvncclient.git 增加了WebSocket的支持,并且使用状态机优化握手链接,以适应qt for WebAssembly,修复了在macos上渲染的颜色错误

Language:C++Stargazers:1Issues:0Issues:0

rg35xx-app-iotester

iotester forked from https://github.com/Apaczer/iotester, compiled for rg35xx GarlicOS, and added some of my own modifications.

Language:CLicense:BSD-3-ClauseStargazers:1Issues:0Issues:0

rg35xx-app-st

Simple terminal forked from https://github.com/leonkasovan/st, compiled for rg35xx GarlicOS with some modifications of my own.

Language:CLicense:BSD-3-ClauseStargazers:1Issues:1Issues:0

uio_universal

This is a universal device driver using uio. After loading the driver, a /dev/uioX device will be generated. Users can write corresponding device drivers through user mode applications.

Language:CLicense:GPL-2.0Stargazers:1Issues:1Issues:0
Language:C++Stargazers:0Issues:0Issues:0

ptyqt

Qt/C++ 对WinPty、ConPty和标准Unix Pty的封装易用库。从 https://github.com/kafeg/ptyqt fork 而来,为了自己的一些开源项目而修改。复用了大量原始代码但同时也大量修改了很多,因此只能作为一个单独的项目存在。

Language:C++License:MITStargazers:0Issues:0Issues:0

qextserialport-qt6

Automatically exported from code.google.com/p/qextserialport

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

QGoodWindow

QGoodWindow - border less window for Qt 5 and Qt 6

Language:C++License:MITStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:1Issues:0

qtermwidget

一个易于集成的基于Qt的终端小部件。从 https://github.com/lxqt/qtermwidget fork 而来,为了自己的一些开源项目(quardCRT/quard_star_tutorial)而修改。复用了大量原始代码但同时也大量修改了很多,因此只能作为一个单独的项目存在。

Language:CLicense:GPL-2.0Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0