https://github.com/bearddan2000/scala-cli-bloop-sbt-ugly-number-functional-prog
Divide the number by greatest divisible powers of
https://github.com/bearddan2000/scala-cli-bloop-sbt-ugly-number-functional-prog
8 bloop bloop-sbt cli functional number openjdk prog sbt scala ugly
Last synced: 3 months ago
JSON representation
Divide the number by greatest divisible powers of
- Host: GitHub
- URL: https://github.com/bearddan2000/scala-cli-bloop-sbt-ugly-number-functional-prog
- Owner: bearddan2000
- Created: 2022-08-29T18:51:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T18:51:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T21:22:16.273Z (5 months ago)
- Topics: 8, bloop, bloop-sbt, cli, functional, number, openjdk, prog, sbt, scala, ugly
- Language: Scala
- Homepage: https://github.com/bearddan2000/scala-cli-bloop-sbt-ugly-number-functional-prog
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-cli-bloop-sbt-ugly-number-functional-prog
## Description
Divide the number by greatest divisible powers of
2, 3 and 5, if the number becomes 1 then it is an
ugly number otherwise not.
Follows functional programming practices.Compiled and ran from build server `bloop`.
# Build note
Dependencies must be compatable with jdk8 or less.## Tech stack
- bloop
- openjdk 8
- scala
- bloop-sbt## Docker stack
- docker-cli
- openjdk:8## Requirements
Docker desktop must be installed and the application
being called must be linux compatiple.## To run
`sudo ./install.sh -u`## To stop (optional)
`sudo ./install.sh -d`## To see help
`sudo ./install.sh -h`