Pinned Repositories
algorithms
study how to use github
aries
aries协议
BerkeleyDB
unofficial mirror of BerkeleyDB cpp source code
c-algorithms
A library of common data structures and algorithms written in C.
database
implements by the oracle's lru algorithm and linux's thread that is used for reading the record
design-pattern
study
easyloggingpp
Single header only C++ logging library. It is extremely light-weight, robust, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
minix
MINIX 3 (mirror)
player
player
xv6
mirror of the source code of the Xv6 operating system
anders1556's Repositories
anders1556/player
player
anders1556/database
implements by the oracle's lru algorithm and linux's thread that is used for reading the record
anders1556/algorithms
study how to use github
anders1556/aries
aries协议
anders1556/BerkeleyDB
unofficial mirror of BerkeleyDB cpp source code
anders1556/c-algorithms
A library of common data structures and algorithms written in C.
anders1556/design-pattern
study
anders1556/easyloggingpp
Single header only C++ logging library. It is extremely light-weight, robust, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
anders1556/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
anders1556/glib
GLib
anders1556/gow
Unix command line utilities installer for Windows.
anders1556/GridOS
Grid Operating system
anders1556/HSQLDB
HSQLB Mirror - Currently Version 2.3.1
anders1556/httpd
Mirror of Apache HTTP Server
anders1556/klib
A standalone and lightweight C library
anders1556/leetcode
LeetCode Solutions
anders1556/libraries
Basic libraries all written in c by gozfree, including network, event, config, log, hash, ipc, rpc, mem, and so on
anders1556/linux_scripts
learn linux scripts
anders1556/log
Very simple, header file for logging output from C++
anders1556/netbsd-src
automatically converted from www.netbsd.org
anders1556/projectforge-webapp
ProjectForge is a web-based solution for project management including time tracking, team-calendar, financial administration, issue management, controlling and managing work-break-down-structures (e. g. together with JIRA as issue management system).
anders1556/qhttpd
Highly Customizable HTTP server in C (small apache httpd)
anders1556/seL4
The seL4 microkernel
anders1556/sorting
An implementation of 3 Patience sort based sorting algorithms as described in "Virtue: Revisiting Merge and Sort on Modern Processors" by Badrish Chandramouli and Jonathan Goldstein.
anders1556/SpringBootDemo
anders1556/StarterLearningPython
Learning Python: from Beginner to Master. http://www.itdiffer.com
anders1556/testmod
anders1556/tiny_cicd
用c++编写一个简单的cicd工具,此工具能够自动接收gitlab的webhook消息,或者检测编译日志文件修改操作,自动拉取gitlab代码,编译,上传,部署。
anders1556/use_vim_as_ide
use vim as IDE
anders1556/xv6-chinese
中文版的 MIT xv6 文档