Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivaraam/java
Repository containing some test programs in Java
https://github.com/sivaraam/java
Last synced: 24 days ago
JSON representation
Repository containing some test programs in Java
- Host: GitHub
- URL: https://github.com/sivaraam/java
- Owner: sivaraam
- Created: 2019-05-30T18:25:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T18:36:19.000Z (over 5 years ago)
- Last Synced: 2024-12-30T05:32:51.526Z (27 days ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-lab/DES.java
Awesome Lists containing this project
README
## Java
Just a few random test programs written in Java for various
reasons which include testing how something works etc.### Building
Most programs are standalone and can be built using a
`javac $FILENAME`.The programs mostly work in Java 7 but a few *might* possibly
require Java 8.