We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
.jar
.fig
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.
bezier.html
The text was updated successfully, but these errors were encountered:
i think we should go for pure HTML. no java, no applets: #6
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: