https://github.com/rocketmadev/randomdesksequence
https://github.com/rocketmadev/randomdesksequence
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rocketmadev/randomdesksequence
- Owner: RocketMaDev
- License: gpl-3.0
- Archived: true
- Created: 2020-11-21T08:29:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T12:55:40.000Z (over 4 years ago)
- Last Synced: 2025-05-05T04:54:35.877Z (about 1 month ago)
- Language: Java
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RandomDeskSequence
This light program is used to create a random sequence of an ordered list of objects.
For example, it's a good idea to create the list of **seat order for students who are going
to take an exam**.# How to Use
**For normal users:**
All you need to is to copy the ordered list (in UTF-8 coded text file (`namelist.txt`)) into where
you save this program. You can adjust the path by creating a `settings.properties` into
where you save this program.
If you have created `settings.properties`, you can launch it in GUI mode, in English or with
a sorting method which will sort the generated list by its sequence.
**For developers:**
Copy your file into *src/cn/rocket/randdeskseq/main/names.txt*.# About `settings.properties`
|Key |Value |Description|
|---------------|--------|-----------|
|for*n*chars |integer | |
|mode |boolean | |
|importFile |string | |
|exportFile |string | |
|sortingByOrigin|boolean | |
|language |boolean | |# Coming Features
- Import and export in Excel files
# Copyright
Copyright(c) 2021 RocketBD