-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·123 lines (95 loc) · 5.42 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>FooBar167</title>
<link rel="stylesheet" type="text/css" href="theme/styles.css"/>
</head>
<body>
<h1>Website about <a href="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/foobar167" target="_blank">
FooBar167</a> GitHub.</h1>
<h2>WebGL Cube</h2>
<a href="https://foobar167.github.io/page/webgl-cube/cube.html" target="_blank">
Click this link to show WebGL 3D cube<br/><br/>
</a>
WebGL is using:
<ol>
<li>Javascript programming language;<br/></li>
<li>basics of HTML and CSS necessary to start examples;<br/></li>
<li><a href="https://glmatrix.net" target="_blank">glMatrix</a>
high performance vector and matrix math library.<br/></li>
</ol><br/>
<iframe src="https://foobar167.github.io/page/webgl-cube/cube.html"
name="Play WebGL cube on your computer">
Your browser does not support iframes.
</iframe>
<h2>Chaos game is a "fractal player" on Javascript</h2>
Control fractal drawing with your keyboard.
Pause, resume, forward and backward the random fractal drawing
with {Space}, →, ←, ↑, ↓ keys.<br/>
Turn on/off color mode with {1} and {2} keys.
Black-and-white drawing is faster, but colored drawing is more beautiful.<br/><br/>
<a href="page/chaos-game/chaos-game.html" target="_blank">
Click this link and play "Chaos Game" on your computer.<br/><br/>
</a>
<iframe src="page/chaos-game/chaos-game.html"
name="Play 'Chaos Game' on your computer">
Your browser does not support iframes.
</iframe>
<h2><a href="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/foobar167/webgl" target="_blank">
WebGL. GPU for browser</a></h2>
Basics of WebGL.<br/><br/>
<img src="https://foobar167.github.io/image/webgl-cube.png"
alt="WebGL rotating cube"
title="WebGL rotating cube"
width="400" /><br/>
<h2><a href="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/foobar167/junkyard">
Python examples from the Junkyard</a></h2>
Junkyard is a chaotic collection of test files, probes, hacks and ideas on Python programming language.<br/>
Perhaps there you'll find something interesting.<br/><br/>
<img src="https://foobar167.github.io/image/manual-image-annotation.png"
alt="Manual image annotation with polygons"
title="Manual image annotation with polygons"
width="400" /><br/>
<h2><a href="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/foobar167/fractals" target="_blank">
Fractals drawings</a></h2>
Many fractal drawings and "<a href="https://github.com/foobar167/fractals/tree/master/01.1_Chaos_Game" target="_blank">
fractal player</a>" inside.<br/><br/>
<img src="https://foobar167.github.io/image/mandelbrot-set.png"
alt="Mandelbrot set"
title="Mandelbrot set"
width="400" /><br/>
<h2><a href="https://github.com/foobar167/articles/tree/master/Ubuntu" target="_blank">
Ubuntu 18.04 neural network software</a></h2>
Ubuntu 18.04 instructions and articles emerged from
everyday tasks about installation and configuration of the
<a href="https://github.com/foobar167/articles/blob/master/Ubuntu/10_Neural_networks_software.md" target="_blank">
neural networks software</a> and more.<br/><br/>
<img src="https://foobar167.github.io/image/ubuntu-18.04.png"
alt="Ubuntu 18.04"
title="Ubuntu 18.04"
width="400" /><br/>
<ol>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/01_Commands_dictionary.md" target="_blank">Dictionary of frequently used commands</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/02_How-tos.md" target="_blank">How-to use Ubuntu operating system</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/03_Move_HOME_to_new_HDD.md" target="_blank">Move HOME directory to new HDD</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/04_Python_installation.md" target="_blank">Python and modules installation</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/05_Virtual_environments.md" target="_blank">Virtual environments</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/06_Various_software_install.md" target="_blank">Various software install</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/07_Website_software.md" target="_blank">Website software</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/08_Nvidia_driver_and_CUDA_install.md" target="_blank">Nvidia driver and CUDA install</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/09_TensorFlow_installation.md" target="_blank">TensorFlow installation</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/10_Neural_networks_software.md" target="_blank">Neural networks software</a><br/></li>
<li><a href="https://github.com/foobar167/articles/blob/master/Ubuntu/11_Docker_config.md" target="_blank">Docker configuration and use</a><br/></li>
</ol>
Updated periodically.<br/>
<h2><a href="https://foobar167.github.io/page/vvedeniye-v-mashinnoye-obucheniye-i-iskusstvennyye-neyronnyye-seti.html"
target="_blank">
Введение в машинное обучение и искусственные нейронные сети</a></h2>
Brochure in Russian language about basics of Machine Learning.<br/><br/>
<img src="https://foobar167.github.io/image/artificial-neuron.png"
alt="Artificial neuron"
title="Artificial neuron"
width="400" /><br/>
</body>
</html>