mirror of
https://github.com/Steffo99/unimore-oop-2020-cleaver.git
synced 2024-11-22 08:04:19 +00:00
64 lines
No EOL
1.4 KiB
Markdown
64 lines
No EOL
1.4 KiB
Markdown
<div align="center">
|
|
|
|
![](.media/icon-128x128_round.png)
|
|
|
|
# Cleaver
|
|
|
|
A file compression, encryption and splitting utility in Java 13.
|
|
|
|
</div>
|
|
|
|
## About
|
|
|
|
Made for the [Programmazione ad Oggetti exam](http://didattica.agentgroup.unimore.it/wiki/index.php/Programmazione_ad_Oggetti#Modalit.C3.A0_di_Sviluppo_del_Progetto_Java) at Unimore.
|
|
|
|
## Specification
|
|
|
|
The project specification document is available [here](http://didattica.agentgroup.unimore.it/wiki/images/4/48/Tesina1920.pdf).
|
|
|
|
## Documentation
|
|
|
|
The documentation for this project is available [here](https://gh.steffo.eu/cleaver).
|
|
|
|
It is being hosted on GitHub Pages.
|
|
|
|
Generated with:
|
|
```
|
|
javadoc -private -splitindex -author -nodeprecated -encoding UTF-8 -docencoding utf-8 -charset utf-8 --add-stylesheet D:\Codice\cleaver\resources\style.css -html5 -keywords -windowtitle Cleaver -link https://docs.oracle.com/en/java/javase/13/docs/api/ -d docs
|
|
```
|
|
|
|
## Screenshots
|
|
|
|
### Progress
|
|
|
|
#### Current
|
|
|
|
![](src/eu.steffo.cleaver/doc-files/main.png)
|
|
|
|
#### 2020-01-09
|
|
|
|
![](https://i.imgur.com/gBiY7eM.png)
|
|
|
|
#### 2020-01-03
|
|
|
|
![](https://i.imgur.com/4ZUVo2v.png)
|
|
|
|
#### 2019-12-07
|
|
|
|
![](https://i.imgur.com/nlmvEUX.png)
|
|
|
|
#### 2019-12-06
|
|
|
|
![](https://i.imgur.com/TBPgZ4D.png)
|
|
|
|
#### 2019-12-05-2
|
|
|
|
![](https://i.imgur.com/Anrol7S.png)
|
|
|
|
#### 2019-12-05
|
|
|
|
![](https://i.imgur.com/sLG43Kc.png)
|
|
|
|
#### 2019-12-04
|
|
|
|
![](https://i.imgur.com/HnD7k3B.png) |