-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_cod.html
104 lines (102 loc) · 4.07 KB
/
index_cod.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
<!--
8"""8 8"""" 8"""8 8""""8 8""""8 8 8 8""""8 8""""
8 8 8 8 8 8 8 8 8 8 8 8 8 8
8e 8 8eeee 8eee8e 8e 8 8eeee8ee 8e 8 8e 8 8eeee
88 8 88 88 8 88 8 88 8 88 8 88 8 88
88 8 88 88 8 88 8 88 8 88 8 88 8 88
88 8 88eee 88 8 88eee8 88eeeee8 88ee8 88eee8 88eee
[website] https://www.nerdbude.com
[mail] [email protected]
[twitter] @PH_0x17
[github] https://www.github.com/nerdbude
-->
<!DOCTYPE html>
<html lang="de">
<head>
<title>NERDBUDE</title>
<meta charset="utf-8" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@PH_0x17">
<meta property="og:url" content="https://www.nerdbude.com/">
<meta property="og:title" content="NERDBUDE">
<meta property="og:description" content="Der Dump für Hacks, Code und Keyboards!">
<meta property="og:image" content="https://www.nerdbude.com/images/fav.png">
<link rel="icon" type="image/png" href="https://www.nerdbude.com/images/fav.png">
<link rel="alternate" href="https://nerdbude.com/rss/rss.xml" type="application/rss+xml" title="NERDBUDE"/>
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen">
</head>
<body>
<!--- HEADER-->
<div id="firstbox">
<h1><b>[~] </b>NERDBUDE</h1>
<h2><b>[?]</b> CODE / KEYBOARDS / TERMINALS / NIXOS</h2>
</div>
<br>
<div id="secondbox">
<b>[M]</b> <a href="https://www.nerdbude.com/readme.html" class="front">[HOWTO]</a> <a href="https://www.nerdbude.com/about.html" class="front">[WHOAMI]</a> <a href="https://www.nerdbude.com/m_podcasts.html" class="front">[PODCASTS]</a> <a href="https://www.nerdbude.com/m_nixos.html" class="front">[NIXOS]</a> <a href="https://www.nerdbude.com/m_vim.html" class="front">[VIM]</a> <a href="https://keebs.nerdbude.com" class="front">[KEYBOARDS]</a>
</div>
<br>
<!-- BEGINN ARTIKEL LISTE -->
<div id="secondbox">
<table>
<tr>
<th>TAG</th>
<th>NAME</th>
<th>DESCRIPTION</th>
<th>DATE</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_cod.html">COD</a>]</th>
<th><a href="./3sb.html">3SB</a></th>
<th class="desc">Der 3SB (simple static site builder). Ein einfaches CMS für die NERDBUDE</th>
<th>2023-01-31</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_cod.html">COD</a>]</th>
<th><a href="./cyber23.html">CYBER23</a></th>
<th class="desc">Farbe für euer OS</th>
<th>2022-07-28</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_cod.html">COD</a>]</th>
<th><a href="./podstats.html">PODSTATS</a></th>
<th class="desc">Podcast-Statistiken ohne Datenbank aber mit Dashboard</th>
<th>2021-03-04</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_cod.html">COD</a>]</th>
<th><a href="./unit-1.html">UNIT-1</a></th>
<th class="desc">Ein kleines feines Zsh Theme</th>
<th>2020-11-19</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_cod.html">COD</a>]</th>
<th><a href="./cssyn.html">CSSYN</a></th>
<th class="desc">ein kleiner syntaxhighlighter in purem css</th>
<th>2020-07-20</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_cod.html">COD</a>]</th>
<th><a href="./xpm.html">XPM</a></th>
<th class="desc">das *.xpm file format</th>
<th>2020-07-08</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_cod.html">COD</a>]</th>
<th><a href="./iwtb.html">IWTB COLORSCHEME</a></th>
<th class="desc">iwtb color scheme für mehr farbe im terminal, vim etc.</th>
<th>2020-06-30</th>
</tr>
</table>
</div>
<!-- ENDE ARTIKEL LISTE -->
<!-- FOOTER -->
<br>
<div id="footer">
<table>
<th><a href="https://www.nerdbude.com/impressum.html">[IMPRESSUM]</a> <a target="_blank" href="https://www.nerdbude.com/datenschutz.html">[DATENSCHUTZ]</th>
<th></th>
</table>
</div>
</body>
</html>