Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/daily-epsilon
Solutions implemented in Java for Daily epsilon problems
https://github.com/jabrena/daily-epsilon
Last synced: 17 days ago
JSON representation
Solutions implemented in Java for Daily epsilon problems
- Host: GitHub
- URL: https://github.com/jabrena/daily-epsilon
- Owner: jabrena
- License: apache-2.0
- Created: 2022-01-09T14:30:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:13:12.000Z (5 months ago)
- Last Synced: 2024-10-11T03:14:45.120Z (about 1 month ago)
- Language: Java
- Size: 427 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily_Epsilon
In this folder, I will try to solve Math problems from:
- https://twitter.com/Daily_Epsilon
## Gitpod
[![](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jabrena/daily-epsilon)
## How to run in local?
```bash
sdk env install./mvnw clean verify
./mvnw compile exec:java -Dexec.mainClass="edu.jab.math.Problem20220110"./mvnw prettier:write
./mvnw versions:display-property-updates
./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates
./mvnw dependency:tree
```## Problems
- [2021](./docs/2021.md)
- [2022](./docs/2022.md)