-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 1.81 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
<!DOCTYPE html []>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="MarkdownViewer++" />
<title>index.md</title>
<style type="text/css">
/* Avoid page breaks inside the most common attributes, especially for exports (i.e. PDF) */
td, h1, h2, h3, h4, h5, p, ul, ol, li {
page-break-inside: avoid;
}
td, h1, h2, h3, h4, h5, body, p, ul, ol, li {
font-family: Arial, Helvetica, sans-serif;
margin-left: 40px
}
h1 {
font-size: 20px;
font-weight: normal;
color: #E8B600
}
h2 {
font-size: 18px;
font-weight: normal;
color: #E8B600
}
</style>
</head>
<body>
<h1 id="bdcodebase-repo">bdcodebase repo</h1>
<p>
<strong>Repos:</strong>
<a href="https://github.com/bdcodebase">https://github.com/bdcodebase</a>
</p>
<h2 id="quick-links">Quick links:</h2>
<ul>
<li>
<strong>Signalverarbeitungs-Demos in Python</strong>
<a href="https://bdcodebase.github.io/JLdeployments/lab/index.html">https://bdcodebase.github.io/JLdeployments/lab/index.html</a>
</li>
<li>
<strong>Faltungsdemo</strong>
<a href="https://bdcodebase.github.io/convolution-demo/">https://bdcodebase.github.io/convolution-demo/</a> (Fork von <a href="https://phiresky.github.io/convolution-demo/">https://phiresky.github.io/convolution-demo/</a>)</li>
<li>
<strong>Schaltkreissimulator</strong>
<a href="https://bdcodebase.github.io/circuit-sandbox/">https://bdcodebase.github.io/circuit-sandbox/</a> (Fork von <a href="https://spinningnumbers.org/circuit-sandbox/">https://spinningnumbers.org/circuit-sandbox/</a>)</li>
<li>
<strong>Klausuruhr</strong>
<a href="https://bdcodebase.github.io/html/Clock.html">https://bdcodebase.github.io/html/Clock.html</a>
</li>
</ul>
</body>
</html>