Skip to content

Commit

Permalink
Remove new simulator, Update license, add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Jul 19, 2018
1 parent 0adcf25 commit 89c272f
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 690 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Clone the repo: `git clone https://github.com/ricktu288/ray-optics.git`


# License
Copyright 2016 Rick Tu, Johnson
Copyright 2018 Rick Tu, Johnson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
13 changes: 0 additions & 13 deletions simulator/Xmanifest.appcache

This file was deleted.

17 changes: 6 additions & 11 deletions simulator/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!--<html manifest="manifest.appcache">-->
<html manifest="manifest.appcache">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down Expand Up @@ -151,8 +151,7 @@

</style>
<!--Import CSSs-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color:rgb(0,0,0); overflow:hidden;">
Expand Down Expand Up @@ -354,14 +353,10 @@
</div>

<!--Import scripts-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min.js" integrity="sha256-owX7sroiO/O1a7h3a4X29A1g3QgqdNvijRQ7V5TH45M="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min.js"></script>

<!--View Models scripts-->
<script src="ToolBarGroup.js" type="module"></script>
Expand Down
40 changes: 40 additions & 0 deletions simulator/manifest.appcache
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
CACHE MANIFEST
# 2018-07-19-1
index.html
index.js
FileSaver.js
icon128.png
manifest.json
locales/en.js
locales/zh_TW.js
locales/zh_CN.js
script.js
style.css
ToolBarGroup.js
ToolBarViewModel.js

https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min.js
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js
https://code.jquery.com/jquery-3.3.1.min.js

../img/ray.png
../img/beam.png
../img/point_source.png
../img/mirror.png
../img/mirror_arc.png
../img/ideal_curved_mirror.png
../img/glass_halfplane.png
../img/glass_circle.png
../img/glass.png
../img/ideal_lens.png
../img/blocker.png
../img/ruler.png
../img/protractor.png
../img/normal.png
../img/extended_rays.png
../img/all_images.png
../img/seen_by_observer.png

NETWORK:
https://www.google-analytics.com/analytics.js
32 changes: 0 additions & 32 deletions simulator_new/.eslintrc.json

This file was deleted.

78 changes: 0 additions & 78 deletions simulator_new/ToolBarGroup.js

This file was deleted.

95 changes: 0 additions & 95 deletions simulator_new/ToolBarViewModel.js

This file was deleted.

31 changes: 0 additions & 31 deletions simulator_new/canvas.js

This file was deleted.

Loading

0 comments on commit 89c272f

Please sign in to comment.