Skip to content

Commit

Permalink
Fixed RR and TL_FCFS avg wait, added table and flex layout
Browse files Browse the repository at this point in the history
  • Loading branch information
markusaksli committed Oct 14, 2020
1 parent 9703595 commit 19f0e80
Show file tree
Hide file tree
Showing 9 changed files with 31,694 additions and 30,630 deletions.
Binary file added build/web/assets/fonts/MaterialIcons-Regular.otf
Binary file not shown.
Binary file added build/web/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions build/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const RESOURCES = {
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"index.html": "d9b9fa8325f6cb28e8695a987685748d",
"/": "d9b9fa8325f6cb28e8695a987685748d",
"main.dart.js": "e1fabb7d43e04821228e1b583452bc00",
"index.html": "29374cab98d59748939f448dd8290cdc",
"/": "29374cab98d59748939f448dd8290cdc",
"main.dart.js": "2173f092b62355ca364e321715aa089e",
"manifest.json": "f10c5062acc6ea3a892967b931ef1156",
"version.json": "5cbc9d0470f58d4e4ed206248a4b6cca"
};
Expand Down
Binary file added build/web/icons/Icon-192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/web/icons/Icon-512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3465416904');
navigator.serviceWorker.register('flutter_service_worker.js?v=1802935990');
});
}
</script>
Expand Down

0 comments on commit 19f0e80

Please sign in to comment.