imsky / PocketEuler

:heavy_plus_sign: Offline version of Project Euler.
116 stars 11 forks source link

Problem 363 Java applet #56

Open jayvdb opened 8 years ago

jayvdb commented 8 years ago

https://projecteuler.net/problem=363 refers to http://home.kpn.nl/hklein/bezier/bezier.html , but their website also has a local copy of the HTML at http://projecteuler.net/project/images/bezier/bezier.html and the .jar and .fig it uses.

PocketEuler has CabriJava.jar and bezier.fig from this. They are currently unused, and problem 363 says "NOTE: The applet is currently unavailable".

To be offline, we need a copy of the bezier.html that uses the .jar and .fig, or an alternative implementation.

imsky commented 8 years ago

i think we should go for pure HTML. no java, no applets: https://github.com/imsky/PocketEuler/issues/6