danielive / task-manager

Task manager emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager Emulator

Build Status

At each cycle, a task is selected from queue of tasks for execution at a certain time in accordance with the Shortest-Job-First (SJF) scheduling algorithm. Each task has a specific execution priority and execute on a certain number of processors.

Stack

  • Gradle 2.5
  • JavaFX 2.2.21

for demonstration tests of JavaFX

  • jacoco 0.7.8
  • junit 4.12
  • testfx 4.0.6-alpha
  • hamcrest 2.0.0.0
  • loadui 3.1.2

Resource types

  • Program.exe
  • Music.mp3
  • Image.jpeg
  • Document.txt

Application

Interface

Start

Execution

End

About

Task manager emulator

License:The Unlicense


Languages

Language:Java 91.9%Language:CSS 8.1%