https://github.com/thewillyhuman/willyos-java
willyOS for java developers
https://github.com/thewillyhuman/willyos-java
collections data data-structures java os structures
Last synced: 10 months ago
JSON representation
willyOS for java developers
- Host: GitHub
- URL: https://github.com/thewillyhuman/willyos-java
- Owner: thewillyhuman
- Created: 2016-12-02T00:54:49.000Z (over 9 years ago)
- Default Branch: development
- Last Pushed: 2017-11-30T23:15:52.000Z (over 8 years ago)
- Last Synced: 2024-12-25T15:42:12.447Z (over 1 year ago)
- Topics: collections, data, data-structures, java, os, structures
- Language: Java
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to willyOS !
[](https://jitpack.io/#ZenMaster91/willyOS-java)
[](https://github.com/ZenMaster91/willyOS-java/issues)
[](https://github.com/ZenMaster91/willyOS-java/network)
[](https://github.com/ZenMaster91/willyOS-java/stargazers)
[](https://raw.githubusercontent.com/ZenMaster91/willyOS-java/development/LICENSE)
This repository includes all code performed during the subjects of the University of Oviedo. Anyway, to give some structure it's presented as an API called willyOS. The structure of this API might be different from the structure followed during the courses because it refers more to the big picture of the degree than to the individual courses. Because of this reason the structure is the following:
```php
- willyOS
- SDK
- XXXKit
- ...
- Foundation
- ...
- test
- ... Same structure
```
> ### Note
>
> The tests that come with willyOS are written using the libary JUnit. After the installation remember that you have to import the `JUnit` at the beginning of your test class.
> ```java
> import org.junit.Test;
> ```