diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:12:51 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:12:51 -0400 |
commit | 5f8337921b775d9262822deab39a23eab6e5146d (patch) | |
tree | 3e895376a70ad391c72bc371cbfa8e0bb4959f11 | |
parent | 7972aec1b9f17a63696a58009588666bb1e5f982 (diff) |
Finished RPN complex functions
-rw-r--r-- | all.html | 8 | ||||
-rw-r--r-- | mathematical.html | 8 | ||||
-rw-r--r-- | screenshots/RPN.png | bin | 0 -> 35011 bytes |
3 files changed, 16 insertions, 0 deletions
@@ -117,6 +117,14 @@ <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/RPN.png" width=200 height=200><br> + <div class="project-title"><a href="complexfunctions.html">Graph reverse polish notation complex functions</a></div> + Visualize complex functions. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> <img src="screenshots/mazesolver.png" width=200 height=200><br> <div class="project-title"><a href="mazesolver.html">Maze Solver</a></div> Create a maze, choose a starting point and an diff --git a/mathematical.html b/mathematical.html index e91d638..a31de3e 100644 --- a/mathematical.html +++ b/mathematical.html @@ -46,6 +46,14 @@ <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/RPN.png" width=200 height=200><br> + <div class="project-title"><a href="complexfunctions.html">Graph reverse polish notation complex functions</a></div> + Visualize complex functions. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> <img src="screenshots/mandelbrot.png" width=250 height=250><br> <div class="project-title"><a href="mandelbrot.html">The Mandelbrot Set</a></div> This program draws the Mandelbrot Set. You can diff --git a/screenshots/RPN.png b/screenshots/RPN.png Binary files differnew file mode 100644 index 0000000..8c68c22 --- /dev/null +++ b/screenshots/RPN.png |