-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
71 lines (57 loc) · 2.72 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [["$","$"]]}
});
MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
MathJax.Hub.Insert(MathJax.InputJax.TeX.Definitions.macros,{
cancel: ["Extension","cancel"],
bcancel: ["Extension","cancel"],
xcancel: ["Extension","cancel"],
cancelto: ["Extension","cancel"]
});
});
</script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML-full">
</script>
<script async="async" data-cfasync="false" src="//pl22489825.profitablegatecpm.com/d84f574876e65b2d8f0c7bae784c22b3/invoke.js"></script>
<div id="container-d84f574876e65b2d8f0c7bae784c22b3"></div>
<link rel="stylesheet" type="text/css" media="screen" href="https://burakbayramli.github.io/css/style.css">
</head>
<body>
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">
<a href="https://burakbayramli.github.io" style="text-decoration:none; color:inherit;">dersblog</a>
</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1></h1>
<p><a href="algs/index.html">Bilgisayar Bilim (Computer Science)</a></p>
<p><a href="calc_multi/index.html">Çok Degiskenli Calculus (Multivariable Calculus)</a> </p>
<p><a href="chaos/index.html">Gayri Lineer Dinamik ve Kaos (Non-linear Dynamics and Chaos)</a></p>
<p><a href="compscieng/index.html">Hesapsal Bilim (Computational Science)</a></p>
<p><a href="func_analysis/index.html">Fonksiyonel Analiz ve Optimizasyon (Functional Analysis and Optimization)</a></p>
<p><a href="linear/index.html">Lineer Cebir (Linear Algebra)</a></p>
<p><a href="ode/index.html">Normal Diferansiyel Denklemler (Ordinary Differential Equations)</a></p>
<p><a href="stat/index.html">İstatistik ve Veri Analizi (Statistics)</a></p>
<p><a href="tser/index.html">Zaman Serileri ve Finans (Time-Series Analysis and Finance)</a></p>
<p><a href="vision/index.html">Yapay Görüş (Computer Vision)</a></p>
<p><a href="phy/index.html">Fizik</a></p>
<p><a href="sk/index.html">Genel Teknoloji</a></p>
<p>Tüm yazılarda görülen kodlar <a href="https://github.com/burakbayramli/classnotes">
https://github.com/burakbayramli/classnotes</a> adresinden
alınabilir. </p>
<br/><a href="../index.html">Yukarı</a>
</section>
</div>
</body>
</html>