SkillAgentSearch skills...

HoltWintersPrognoses

No description available

Install / Use

/learn @sdk25/HoltWintersPrognoses
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Holt-Winters prognoses

Simple java with jafafx GUI realization of the Holt-Winters series with prognoses.

Compilation

  1. Make dir bin at root of project
  2. Compile sources with jdk 1.8 (jfx included)
javac -encoding utf8 -sourcepath ./src -d ./bin ./src/*.java
javac -encoding utf8 -sourcepath ./src -d ./bin ./src/services/*.java
javac -encoding utf8 -sourcepath ./src -d ./bin ./src/controllers/*.java
  1. Copy files from resources dir into /bin (TODO)

Execution

Run compiled project

java -Dfile.encoding=UTF-8 -classpath ./bin Main
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated4y ago
Forks3

Languages

Java

Security Score

50/100

Audited on Aug 27, 2021

No findings