1
Fork 0
mirror of https://github.com/Steffo99/unimore-oop-2020-cleaver.git synced 2024-11-22 08:04:19 +00:00
oop-2020-steffo-cleaver/README.md

64 lines
1.4 KiB
Markdown
Raw Normal View History

2024-05-19 18:17:37 +00:00
<div align="center">
![](.media/icon-128x128_round.png)
# Cleaver
2019-12-05 00:05:10 +00:00
2020-01-10 01:38:51 +00:00
A file compression, encryption and splitting utility in Java 13.
2019-12-05 00:05:10 +00:00
2024-05-19 18:17:37 +00:00
</div>
## About
2019-12-05 00:05:10 +00:00
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).
2020-01-05 14:07:26 +00:00
It is being hosted on GitHub Pages.
2019-12-05 00:05:10 +00:00
2020-01-12 20:18:14 +00:00
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
```
2019-12-05 00:05:10 +00:00
## Screenshots
### Progress
2020-01-12 20:18:14 +00:00
#### Current
![](src/eu.steffo.cleaver/doc-files/main.png)
2020-01-09 18:23:51 +00:00
#### 2020-01-09
![](https://i.imgur.com/gBiY7eM.png)
2020-01-05 14:07:26 +00:00
#### 2020-01-03
![](https://i.imgur.com/4ZUVo2v.png)
2019-12-08 02:10:12 +00:00
#### 2019-12-07
![](https://i.imgur.com/nlmvEUX.png)
2019-12-07 00:09:56 +00:00
#### 2019-12-06
![](https://i.imgur.com/TBPgZ4D.png)
2019-12-06 01:21:40 +00:00
#### 2019-12-05-2
![](https://i.imgur.com/Anrol7S.png)
2019-12-05 17:22:22 +00:00
#### 2019-12-05
![](https://i.imgur.com/sLG43Kc.png)
2019-12-05 00:05:10 +00:00
#### 2019-12-04
![](https://i.imgur.com/HnD7k3B.png)