Skip to content

Stock market simulation using multifractal cartoons

License

Notifications You must be signed in to change notification settings

nikhen/multifractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multifractal Cartoons

Here is a webpage implementing B. Mandelbrot's algorithm for multifractal cartoons.

Run as a webpage

In the root directory of this repository, run

firefox index.html

Run as docker container

Run

docker build . -t <SOME_TAG>
docker run --name <SOME_NAME> -d -p 8080:80 <SOME_TAG>

in the directory where this README.md file is located. Note that suitable values for <SOME_TAG> and <SOME_NAME> have to be substituted.

The webpage can be viewed on localhost:8080.

About

Stock market simulation using multifractal cartoons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published