Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prodesire/simpleprojects
Practice of server, desktop tool and so on.
https://github.com/prodesire/simpleprojects
Last synced: 13 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T15:02:51.000Z (over 7 years ago)
- Last Synced: 2024-10-28T11:33:34.354Z (2 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.