An open API service indexing awesome lists of open source software.

https://github.com/davidingplus/linux-practice-projects

Linux 学习中自己写的一些小项目。
https://github.com/davidingplus/linux-practice-projects

linux linux-practice linux-project

Last synced: 7 months ago
JSON representation

Linux 学习中自己写的一些小项目。

Awesome Lists containing this project

README

          

# linux-practice-projects

Linux 学习中自己写的一些小项目,目前包括:

- web-server:简易的 Http 服务器(有 bug,在修)。

- chat-room:简易的聊天室,基本完成,但是还有自己的想法没有实现。

- file-transfer:简易的文件传输工具,最基本的功能完成了,但是需要后续的添加优化,放到服务器上之后会出现一些奇怪的问题,在修。

- database-system:老白课程的期末项目,写一个微型数据库系统,已经基本完成,等待后续自己进行完整的测试。

- nat-traversal:李老师布置的一个小作业,实现一个 nat 穿越。

- thread-sorter:一个线程池应用,可实现对海量数据排序。

目前加入了内存消毒器,chat-room 和 file-transfer 出现内存错误,需修改。。。