-
Notifications
You must be signed in to change notification settings - Fork 1
/
_index.html
executable file
·81 lines (81 loc) · 3.59 KB
/
_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>FractalX</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/VSCPP-MFC-SDI-Fractal/res/Fractal.ico">
<style>
body {
margin: 5vh 5vw;
color: lime;
font-family: monospace;
background-color: black;
}
.copyright {
color: yellow;
text-align: center;
}
section {
margin-bottom: 4em;
margin-left: 2em;
margin-right: 2em;
}
img {
width: 100%;
}
h1 {
color: red;
text-align: center;
}
pre {
color: gray;
}
</style>
</head>
<header>
<h1>FractalX</h1>
</header>
<main>
<section>
<p><a href="https://github.com/ArdeshirV/FractalX" target="_blank" alt="Download FractalX source code">Source code on my GitHub</a></p>
</section>
<h2>FractalX developed during 2002 and it shows three simple fractals: Sierpinsky, Snow and Tree.</h3>
<p>This application is developed in Visual C++ with MFC libraries about 2002 with very few changes until now except about copyright because I didn't share the source code never before.
The source code of FractalX is still one of the best kind of using OOP(Object Oriented Programming) who have ever seen.
I used polymorphism with MFC dialogs that was magical art of programming.
I developed the FractalX project when I was a student in a weekend.
I wone the 3rd position of Khaarazmy award in Tehran state of Iran by this project when I was a student in school.
It's very funny that they ignored my most important project in <a target="_blank" href="https://en.wikipedia.org/wiki/Khwarizmi_International_Award">Khwarizmi Award</a> because they couldn't understand it at all and maybe they didn't believe that application was developed by me! I had been developed the 3DVector project during one year with C#, VB.net and Delphi. I will upload it later.
<a target="_blank" href="https://en.wikipedia.org/wiki/Khwarizmi_International_Award">Khwarizmi Award</a> is the most important technical award in Iran</p>
<h4>You can download the latest release of FractalX <a target="_blank" href="https://github.com/ArdeshirV/FractalX/releases">here</a></h4><br/>
<h3>FractalSDI version 4.0<h3/>
<img alt="" src="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/img/FractalSDIv4.png"></p>
<br/>
<h3>Sierpinski Triangle<h3/>
<img alt="" src="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/img/Sierpinski.png"></p>
<br/>
<h3>Blue Snow<h3/>
<img alt="" src="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/img/Snow.png"></p>
<br/>
<h3>Green Tree with randomized branches<h3/>
<img alt="" src="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/img/Tree.png"></p>
<br/>
<p>
<h3><a target="_blank" href="https://en.wikipedia.org/wiki/Khwarizmi_International_Award">Khwarizmi Award</a></h3>
<br/>
<img alt="" src="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/img/Jashnvarey-Khaarazmi.JPG">
</p>
<br/>
<p>
<h3><a target="_blank" href="https://en.wikipedia.org/wiki/Khwarizmi_International_Award">Khwarizmi Award - Region 13 of Tehran</a></h3>
<br/>
<img alt="" src="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/img/Rotbeye3Ostaan.jpg">
</p>
<br/><br/>
</main>
<footer>
<p class="copyright">
Copyright© 2002-2019 <a href="mailto:ardeshirv@protonmail.com" alt="email">ArdeshirV@protonmail.com</a>, Licensed under GPL<sup>v3+</sup>
<p/>
</footer>
</body>
</html>