https://github.com/prodesire/simpleprojects
Practice of server, desktop tool and so on.
https://github.com/prodesire/simpleprojects
Last synced: 9 months ago
JSON representation
Practice of server, desktop tool and so on.
- Host: GitHub
- URL: https://github.com/prodesire/simpleprojects
- Owner: Prodesire
- Created: 2016-03-19T00:50:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T15:02:51.000Z (over 8 years ago)
- Last Synced: 2025-02-07T16:15:36.900Z (11 months ago)
- Language: Python
- Size: 20.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleProjects
Practice of server, desktop tools and so on.
## Overview
The Directory structure os **SimpleProjects** shows below:
* **downloader** - Download file from a given URL in multi-threads.
* **learnserver** - Learning how server runs and advantages and disadvantages of different implementations.
* **poll** - Django tutorial about poll app.
* **shortcut** - A high-configurable to which integrates most commcon operations to
improve work efficiency.
* **tail** - Realize the 'tail -f filename' function of Linux.