Pinned Repositories
Bignumber
大整数类(gmp大整数封装) BigNumber
CGraph
【A simple C++ DAG framework】 一个简单好用的、无任何三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork
ChessBY
Qt实现中国象棋
design-mode
23种设计模式的c++实现
ExcelToJson
python 转换excel为json程序
logRecord
C语言 日志库
QtXlsxWriterQuick
QtXlsxWriter 是一个开源的操作excel的库,现对它进行封装使它操作更加简便
QuickQR
QuickQR 是一个轻量级的Chrome扩展,可以将任何网页即时转换为带有网站图标的二维码。
tcpcapture
tcpcapture 是一个简单的 tcp 监听工具,可以用来监听 tcp 包,或者监听 tcp 包中的数据。支持自定义插件,可以用来解析自定义的协议。
Tinyftp
Tinyftpd是用c语言实现的简单、快速、高效的Linux FTP服务器,只需简单的配置,就可快速的将主机变成高效的FTP服务器。
vbirds's Repositories
vbirds/astar-jps
A* pathfinding with jump point search
vbirds/Bex
通用程序库, 作为boost的补充库而存在, 依赖于boost并与boost搭配使用.
vbirds/check_system
人脸识别签到Qt+OpenCV
vbirds/cJumpPointSearch
A C implementation of the Jump Point Search pathfinding algorithm
vbirds/csharpfacecore
人脸识别
vbirds/evcpp
A header-only C++ wrapper of libevent2
vbirds/flasker
This is a flasker creaked by python、flask and jinja2
vbirds/gitskills
vbirds/learngit
vbirds/libbittwiddle
A collection of bit manipulation routines for C++
vbirds/libfixmatrix
C library for fixed point matrix, quaternion and vector calculations
vbirds/movieRecommender
对电影进行个性化推荐,基于Mahout框架实现的,使用的协同过滤算法
vbirds/MySQL-Syncer
MySQL Syncer is a project which parse mysql binlog and sync to other datases, such as redis, mongodb and any other databases..
vbirds/netfox
Net Fox Game
vbirds/qhttpd
Highly Customizable HTTP server in C (small apache httpd)
vbirds/SmtpClient-for-Qt
An SMTP Client writen in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
vbirds/TDR
数据描述工具
vbirds/TSF4G
服务器开发工具
vbirds/voronoi
a C++ library to calculate voronoi diagrams for a given set of points