[Org] Repository for my personal website.
Wiki articles.
Changed files
- wiki/Emacs/org-publish.org
- wiki/Linux/distro-ideas.org
- wiki/aerospace/communication-protocols/ARINC-429.org
- wiki/aerospace/communication-protocols/CAN-bus.html
- wiki/aerospace/communication-protocols/CAN-bus.org
- wiki/aerospace/index.org
- wiki/aerospace/index.org.bkp
- wiki/aerospace/standard/ARP4754.org
- wiki/aerospace/standard/DO-160.org
- wiki/aerospace/standards/ARP4754.org
- wiki/aerospace/standards/DO-160.org
- wiki/aerospace/v-model.org
- wiki/emacs/index.org
- wiki/emacs/org-publish.org
- wiki/images/v-model.png
- wiki/index.org
- wiki/languages/Russian.org
- wiki/languages/arabic/abjad.org
- wiki/languages/index.org
- wiki/languages/russian/notes.html
- wiki/languages/russian/notes.org
- wiki/languages/why-study-languages.html
- wiki/linux/distro-ideas.org
- wiki/linux/index.html
- wiki/linux/index.org
- wiki/programming/index.org
- wiki/typography/importance-of-typography.org
- wiki/typography/index.org
- wiki/typography/national-typefaces.org
wiki/Emacs/org-publish.org
@@ -1,16 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: Org Publish
4
Removed:
#+SUBTITLE: A fully-fledged website publication system.
5
Removed:
#+AUTHOR: Marius Peter
6
Removed:
#+DATE: <2022-03-01 Tue>
7
Removed:
#+OPTIONS: toc:nil
8
Removed:
9
Removed:
#+KEYWORDS: Emacs publishing website html css
10
Removed:
11
Removed:
#+TOC: headlines 2
12
Removed:
13
Removed:
14
Removed:
#+begin_abstract
15
Removed:
Org Publish is a powerful website publication system integrated in Emacs.
16
Removed:
#+end_abstract
wiki/Linux/distro-ideas.org
@@ -1,55 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: Linux distributions ideas
4
Removed:
#+SUBTITLE: Distros I previously ran.
5
Removed:
#+AUTHOR: Marius Peter
6
Removed:
#+DATE: <2022-03-02 Wed>
7
Removed:
8
Removed:
9
Removed:
#+begin_abstract
10
Removed:
Here are some distribution setups I've successfully ran myself and
11
Removed:
kept note of, because I found them very productive and enjoyable to
12
Removed:
use.
13
Removed:
#+end_abstract
14
Removed:
15
Removed:
16
Removed:
* Void Linux
17
Removed:
18
Removed:
19
Removed:
* Arch Linux
20
Removed:
<2015-01-01 Thu>--<2021-12-31 Fri>
21
Removed:
22
Removed:
I ran this setup from freshman year of college until my return from
23
Removed:
the USA approximately, first on a Lenovo T440 Thinkpad, then on a Dell
24
Removed:
7567 Gaming Edition. I only left because curiosity pushed me to
25
Removed:
investigate other distros, but I might very well return to a very
26
Removed:
similar setup in the future! I loved the Arch learning experience, and
27
Removed:
the memes, of course.
28
Removed:
29
Removed:
30
Removed:
** Guiding Principles
31
Removed:
32
Removed:
1. Arch Linux KISS philosophy.
33
Removed:
2. suckless software philosophy.
34
Removed:
3. Unix philosophy, as applied to utilities.
35
Removed:
36
Removed:
37
Removed:
** Design
38
Removed:
39
Removed:
- Base OS :: Arch Linux
40
Removed:
- Connectivity :: connman
41
Removed:
- Window manager :: dwm
42
Removed:
- Compositing :: picom
43
Removed:
- Terminal :: st
44
Removed:
- Main editor :: Spacemacs
45
Removed:
- File manager :: Thunar
46
Removed:
- Desktop background & image preview :: feh
47
Removed:
- GTK theme :: ark
48
Removed:
- Sound management :: pavucontrol
49
Removed:
- Themme management :: lxappearance
50
Removed:
51
Removed:
52
Removed:
* Guix
53
Removed:
54
Removed:
55
Removed:
* Debian
wiki/aerospace/communication-protocols/ARINC-429.org
@@ -0,0 +1,18 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: ARINC 429
4
Added:
#+SUBTITLE: Mark33 Digital Information Transfer System (DITS)
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-25 Fri>
7
Added:
#+OPTIONS: toc:nil
8
Added:
9
Added:
#+DESCRIPTION: The ARINC 429 avionics data bus.
10
Added:
11
Added:
#+TOC: headlines 2
12
Added:
13
Added:
14
Added:
#+begin_abstract
15
Added:
The =ARINC 429= technical standard defines the physical and electrical
16
Added:
interfaces of a two-wire data bus and a data protocol to support an
17
Added:
aircraft's avionics local area network.
18
Added:
#+end_abstract
wiki/aerospace/communication-protocols/CAN-bus.html
@@ -0,0 +1,335 @@
1
Added:
<?xml version="1.0" encoding="utf-8"?>
2
Added:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
Added:
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
Added:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
Added:
<head>
6
Added:
<!-- 2022-03-25 Fri 17:49 -->
7
Added:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
Added:
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
Added:
<title>CAN bus</title>
10
Added:
<meta name="generator" content="Org mode" />
11
Added:
<meta name="author" content="Marius Peter" />
12
Added:
<meta name="keywords" content="aerospace, SAE, ARP 4754" />
13
Added:
<style type="text/css">
14
Added:
<!--/*--><![CDATA[/*><!--*/
15
Added:
.title { text-align: center;
16
Added:
margin-bottom: .2em; }
17
Added:
.subtitle { text-align: center;
18
Added:
font-size: medium;
19
Added:
font-weight: bold;
20
Added:
margin-top:0; }
21
Added:
.todo { font-family: monospace; color: red; }
22
Added:
.done { font-family: monospace; color: green; }
23
Added:
.priority { font-family: monospace; color: orange; }
24
Added:
.tag { background-color: #eee; font-family: monospace;
25
Added:
padding: 2px; font-size: 80%; font-weight: normal; }
26
Added:
.timestamp { color: #bebebe; }
27
Added:
.timestamp-kwd { color: #5f9ea0; }
28
Added:
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
29
Added:
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
30
Added:
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
31
Added:
.underline { text-decoration: underline; }
32
Added:
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
33
Added:
p.verse { margin-left: 3%; }
34
Added:
pre {
35
Added:
border: 1px solid #ccc;
36
Added:
box-shadow: 3px 3px 3px #eee;
37
Added:
padding: 8pt;
38
Added:
font-family: monospace;
39
Added:
overflow: auto;
40
Added:
margin: 1.2em;
41
Added:
}
42
Added:
pre.src {
43
Added:
position: relative;
44
Added:
overflow: auto;
45
Added:
padding-top: 1.2em;
46
Added:
}
47
Added:
pre.src:before {
48
Added:
display: none;
49
Added:
position: absolute;
50
Added:
background-color: white;
51
Added:
top: -10px;
52
Added:
right: 10px;
53
Added:
padding: 3px;
54
Added:
border: 1px solid black;
55
Added:
}
56
Added:
pre.src:hover:before { display: inline; margin-top: 14px;}
57
Added:
/* Languages per Org manual */
58
Added:
pre.src-asymptote:before { content: 'Asymptote'; }
59
Added:
pre.src-awk:before { content: 'Awk'; }
60
Added:
pre.src-C:before { content: 'C'; }
61
Added:
/* pre.src-C++ doesn't work in CSS */
62
Added:
pre.src-clojure:before { content: 'Clojure'; }
63
Added:
pre.src-css:before { content: 'CSS'; }
64
Added:
pre.src-D:before { content: 'D'; }
65
Added:
pre.src-ditaa:before { content: 'ditaa'; }
66
Added:
pre.src-dot:before { content: 'Graphviz'; }
67
Added:
pre.src-calc:before { content: 'Emacs Calc'; }
68
Added:
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
69
Added:
pre.src-fortran:before { content: 'Fortran'; }
70
Added:
pre.src-gnuplot:before { content: 'gnuplot'; }
71
Added:
pre.src-haskell:before { content: 'Haskell'; }
72
Added:
pre.src-hledger:before { content: 'hledger'; }
73
Added:
pre.src-java:before { content: 'Java'; }
74
Added:
pre.src-js:before { content: 'Javascript'; }
75
Added:
pre.src-latex:before { content: 'LaTeX'; }
76
Added:
pre.src-ledger:before { content: 'Ledger'; }
77
Added:
pre.src-lisp:before { content: 'Lisp'; }
78
Added:
pre.src-lilypond:before { content: 'Lilypond'; }
79
Added:
pre.src-lua:before { content: 'Lua'; }
80
Added:
pre.src-matlab:before { content: 'MATLAB'; }
81
Added:
pre.src-mscgen:before { content: 'Mscgen'; }
82
Added:
pre.src-ocaml:before { content: 'Objective Caml'; }
83
Added:
pre.src-octave:before { content: 'Octave'; }
84
Added:
pre.src-org:before { content: 'Org mode'; }
85
Added:
pre.src-oz:before { content: 'OZ'; }
86
Added:
pre.src-plantuml:before { content: 'Plantuml'; }
87
Added:
pre.src-processing:before { content: 'Processing.js'; }
88
Added:
pre.src-python:before { content: 'Python'; }
89
Added:
pre.src-R:before { content: 'R'; }
90
Added:
pre.src-ruby:before { content: 'Ruby'; }
91
Added:
pre.src-sass:before { content: 'Sass'; }
92
Added:
pre.src-scheme:before { content: 'Scheme'; }
93
Added:
pre.src-screen:before { content: 'Gnu Screen'; }
94
Added:
pre.src-sed:before { content: 'Sed'; }
95
Added:
pre.src-sh:before { content: 'shell'; }
96
Added:
pre.src-sql:before { content: 'SQL'; }
97
Added:
pre.src-sqlite:before { content: 'SQLite'; }
98
Added:
/* additional languages in org.el's org-babel-load-languages alist */
99
Added:
pre.src-forth:before { content: 'Forth'; }
100
Added:
pre.src-io:before { content: 'IO'; }
101
Added:
pre.src-J:before { content: 'J'; }
102
Added:
pre.src-makefile:before { content: 'Makefile'; }
103
Added:
pre.src-maxima:before { content: 'Maxima'; }
104
Added:
pre.src-perl:before { content: 'Perl'; }
105
Added:
pre.src-picolisp:before { content: 'Pico Lisp'; }
106
Added:
pre.src-scala:before { content: 'Scala'; }
107
Added:
pre.src-shell:before { content: 'Shell Script'; }
108
Added:
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
109
Added:
/* additional language identifiers per "defun org-babel-execute"
110
Added:
in ob-*.el */
111
Added:
pre.src-cpp:before { content: 'C++'; }
112
Added:
pre.src-abc:before { content: 'ABC'; }
113
Added:
pre.src-coq:before { content: 'Coq'; }
114
Added:
pre.src-groovy:before { content: 'Groovy'; }
115
Added:
/* additional language identifiers from org-babel-shell-names in
116
Added:
ob-shell.el: ob-shell is the only babel language using a lambda to put
117
Added:
the execution function name together. */
118
Added:
pre.src-bash:before { content: 'bash'; }
119
Added:
pre.src-csh:before { content: 'csh'; }
120
Added:
pre.src-ash:before { content: 'ash'; }
121
Added:
pre.src-dash:before { content: 'dash'; }
122
Added:
pre.src-ksh:before { content: 'ksh'; }
123
Added:
pre.src-mksh:before { content: 'mksh'; }
124
Added:
pre.src-posh:before { content: 'posh'; }
125
Added:
/* Additional Emacs modes also supported by the LaTeX listings package */
126
Added:
pre.src-ada:before { content: 'Ada'; }
127
Added:
pre.src-asm:before { content: 'Assembler'; }
128
Added:
pre.src-caml:before { content: 'Caml'; }
129
Added:
pre.src-delphi:before { content: 'Delphi'; }
130
Added:
pre.src-html:before { content: 'HTML'; }
131
Added:
pre.src-idl:before { content: 'IDL'; }
132
Added:
pre.src-mercury:before { content: 'Mercury'; }
133
Added:
pre.src-metapost:before { content: 'MetaPost'; }
134
Added:
pre.src-modula-2:before { content: 'Modula-2'; }
135
Added:
pre.src-pascal:before { content: 'Pascal'; }
136
Added:
pre.src-ps:before { content: 'PostScript'; }
137
Added:
pre.src-prolog:before { content: 'Prolog'; }
138
Added:
pre.src-simula:before { content: 'Simula'; }
139
Added:
pre.src-tcl:before { content: 'tcl'; }
140
Added:
pre.src-tex:before { content: 'TeX'; }
141
Added:
pre.src-plain-tex:before { content: 'Plain TeX'; }
142
Added:
pre.src-verilog:before { content: 'Verilog'; }
143
Added:
pre.src-vhdl:before { content: 'VHDL'; }
144
Added:
pre.src-xml:before { content: 'XML'; }
145
Added:
pre.src-nxml:before { content: 'XML'; }
146
Added:
/* add a generic configuration mode; LaTeX export needs an additional
147
Added:
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
148
Added:
pre.src-conf:before { content: 'Configuration File'; }
149
Added:
150
Added:
table { border-collapse:collapse; }
151
Added:
caption.t-above { caption-side: top; }
152
Added:
caption.t-bottom { caption-side: bottom; }
153
Added:
td, th { vertical-align:top; }
154
Added:
th.org-right { text-align: center; }
155
Added:
th.org-left { text-align: center; }
156
Added:
th.org-center { text-align: center; }
157
Added:
td.org-right { text-align: right; }
158
Added:
td.org-left { text-align: left; }
159
Added:
td.org-center { text-align: center; }
160
Added:
dt { font-weight: bold; }
161
Added:
.footpara { display: inline; }
162
Added:
.footdef { margin-bottom: 1em; }
163
Added:
.figure { padding: 1em; }
164
Added:
.figure p { text-align: center; }
165
Added:
.equation-container {
166
Added:
display: table;
167
Added:
text-align: center;
168
Added:
width: 100%;
169
Added:
}
170
Added:
.equation {
171
Added:
vertical-align: middle;
172
Added:
}
173
Added:
.equation-label {
174
Added:
display: table-cell;
175
Added:
text-align: right;
176
Added:
vertical-align: middle;
177
Added:
}
178
Added:
.inlinetask {
179
Added:
padding: 10px;
180
Added:
border: 2px solid gray;
181
Added:
margin: 10px;
182
Added:
background: #ffffcc;
183
Added:
}
184
Added:
#org-div-home-and-up
185
Added:
{ text-align: right; font-size: 70%; white-space: nowrap; }
186
Added:
textarea { overflow-x: auto; }
187
Added:
.linenr { font-size: smaller }
188
Added:
.code-highlighted { background-color: #ffff00; }
189
Added:
.org-info-js_info-navigation { border-style: none; }
190
Added:
#org-info-js_console-label
191
Added:
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
192
Added:
.org-info-js_search-highlight
193
Added:
{ background-color: #ffff00; color: #000000; font-weight: bold; }
194
Added:
.org-svg { width: 90%; }
195
Added:
/*]]>*/-->
196
Added:
</style>
197
Added:
<script type="text/javascript">
198
Added:
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
199
Added:
<!--/*--><![CDATA[/*><!--*/
200
Added:
function CodeHighlightOn(elem, id)
201
Added:
{
202
Added:
var target = document.getElementById(id);
203
Added:
if(null != target) {
204
Added:
elem.classList.add("code-highlighted");
205
Added:
target.classList.add("code-highlighted");
206
Added:
}
207
Added:
}
208
Added:
function CodeHighlightOff(elem, id)
209
Added:
{
210
Added:
var target = document.getElementById(id);
211
Added:
if(null != target) {
212
Added:
elem.classList.remove("code-highlighted");
213
Added:
target.classList.remove("code-highlighted");
214
Added:
}
215
Added:
}
216
Added:
/*]]>*///-->
217
Added:
// @license-end
218
Added:
</script>
219
Added:
</head>
220
Added:
<body>
221
Added:
<div id="content">
222
Added:
<h1 class="title">CAN bus
223
Added:
<br />
224
Added:
<span class="subtitle">A robust vehicle bus to enable hostless microcontroller communication.</span>
225
Added:
</h1>
226
Added:
<div id="table-of-contents">
227
Added:
<h2>Table of Contents</h2>
228
Added:
<div id="text-table-of-contents">
229
Added:
<ul>
230
Added:
<li><a href="#org1795fae">1. Introduction</a></li>
231
Added:
<li><a href="#org9671f8c">2. Main topics</a></li>
232
Added:
</ul>
233
Added:
</div>
234
Added:
</div>
235
Added:
236
Added:
237
Added:
<div class="abstract" id="orgf3fc46c">
238
Added:
<p>
239
Added:
ARP4754 is a guidance issued by SAE.
240
Added:
</p>
241
Added:
242
Added:
</div>
243
Added:
244
Added:
245
Added:
<div id="outline-container-org1795fae" class="outline-2">
246
Added:
<h2 id="org1795fae"><span class="section-number-2">1</span> Introduction</h2>
247
Added:
<div class="outline-text-2" id="text-1">
248
Added:
<p>
249
Added:
<a href="https://www.sae.org/standards/content/arp4754a/">https://www.sae.org/standards/content/arp4754a/</a>
250
Added:
</p>
251
Added:
</div>
252
Added:
</div>
253
Added:
254
Added:
255
Added:
<div id="outline-container-org9671f8c" class="outline-2">
256
Added:
<h2 id="org9671f8c"><span class="section-number-2">2</span> Main topics</h2>
257
Added:
<div class="outline-text-2" id="text-2">
258
Added:
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
259
Added:
260
Added:
261
Added:
<colgroup>
262
Added:
<col class="org-right" />
263
Added:
264
Added:
<col class="org-left" />
265
Added:
266
Added:
<col class="org-left" />
267
Added:
</colgroup>
268
Added:
<thead>
269
Added:
<tr>
270
Added:
<th scope="col" class="org-right">§</th>
271
Added:
<th scope="col" class="org-left">Theme</th>
272
Added:
<th scope="col" class="org-left">Description</th>
273
Added:
</tr>
274
Added:
</thead>
275
Added:
<tbody>
276
Added:
<tr>
277
Added:
<td class="org-right">1</td>
278
Added:
<td class="org-left">Development</td>
279
Added:
<td class="org-left"> </td>
280
Added:
</tr>
281
Added:
282
Added:
<tr>
283
Added:
<td class="org-right">2</td>
284
Added:
<td class="org-left">Safety</td>
285
Added:
<td class="org-left"> </td>
286
Added:
</tr>
287
Added:
288
Added:
<tr>
289
Added:
<td class="org-right">3</td>
290
Added:
<td class="org-left">Requirements mgmt.</td>
291
Added:
<td class="org-left"> </td>
292
Added:
</tr>
293
Added:
294
Added:
<tr>
295
Added:
<td class="org-right">4</td>
296
Added:
<td class="org-left">Validation</td>
297
Added:
<td class="org-left"> </td>
298
Added:
</tr>
299
Added:
300
Added:
<tr>
301
Added:
<td class="org-right">5</td>
302
Added:
<td class="org-left">Verification</td>
303
Added:
<td class="org-left"> </td>
304
Added:
</tr>
305
Added:
306
Added:
<tr>
307
Added:
<td class="org-right">6</td>
308
Added:
<td class="org-left">Configuration mgmt.</td>
309
Added:
<td class="org-left"> </td>
310
Added:
</tr>
311
Added:
312
Added:
<tr>
313
Added:
<td class="org-right">7</td>
314
Added:
<td class="org-left">Process assurance</td>
315
Added:
<td class="org-left"> </td>
316
Added:
</tr>
317
Added:
318
Added:
<tr>
319
Added:
<td class="org-right">8</td>
320
Added:
<td class="org-left">Certification</td>
321
Added:
<td class="org-left"> </td>
322
Added:
</tr>
323
Added:
</tbody>
324
Added:
</table>
325
Added:
</div>
326
Added:
</div>
327
Added:
</div>
328
Added:
<div id="postamble" class="status">
329
Added:
<p class="date">Date: 2022-03-25 Fri 00:00</p>
330
Added:
<p class="author">Author: Marius Peter</p>
331
Added:
<p class="date">Created: 2022-03-25 Fri 17:49</p>
332
Added:
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
333
Added:
</div>
334
Added:
</body>
335
Added:
</html>
wiki/aerospace/communication-protocols/CAN-bus.org
@@ -0,0 +1,18 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: CAN bus
4
Added:
#+SUBTITLE: A robust vehicle bus to enable hostless microcontroller communication.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-25 Fri>
7
Added:
#+OPTIONS: toc:nil
8
Added:
9
Added:
#+DESCRIPTION: CAN bus: a robust vehicle bus to enable hostless microcontroller communication.
10
Added:
11
Added:
#+TOC: headlines 2
12
Added:
13
Added:
14
Added:
#+begin_abstract
15
Added:
The CAN bus design solves several engineering challenges, namely how
16
Added:
to minimize copper usage in vehicle microcontroller communication
17
Added:
lines.
18
Added:
#+end_abstract
wiki/aerospace/index.org
@@ -0,0 +1,10 @@
1
Added:
#+TITLE: Sitemap for project wiki---aerospace
2
Added:
3
Added:
- [[file:designing-aircraft.org][Designing aircraft]]
4
Added:
- [[file:v-model.org][V-model]]
5
Added:
- communication-protocols
6
Added:
- [[file:communication-protocols/ARINC-429.org][ARINC 429]]
7
Added:
- [[file:communication-protocols/CAN-bus.org][CAN bus]]
8
Added:
- standard
9
Added:
- [[file:standard/ARP4754.org][ARP4754]]
10
Added:
- [[file:standard/DO-160.org][DO-160]]
wiki/aerospace/index.org.bkp
@@ -0,0 +1,23 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: Aerospace
4
Added:
#+SUBTITLE: Various topics around aerospace engineering.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-12 Sat>
7
Added:
#+OPTIONS: toc:nil
8
Added:
9
Added:
#+DESCRIPTION: Various topics around aerospace engineering.
10
Added:
#+HTML_LINK_UP: ../index.html
11
Added:
#+HTML_LINK_HOME: https://mlnp.fr
12
Added:
13
Added:
14
Added:
#+begin_abstract
15
Added:
Aerospace is amongst my main centers of interest, I am very fortunate
16
Added:
to be able to work in this domain.
17
Added:
#+end_abstract
18
Added:
19
Added:
20
Added:
* Main pages
21
Added:
22
Added:
- [[file:designing-aircraft.org][Designing Aircraft]]
23
Added:
- [[file:v-model.org][The V-model]]
wiki/aerospace/standard/ARP4754.org
@@ -0,0 +1,36 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: ARP4754
4
Added:
#+SUBTITLE: Guidelines For Development Of Civil Aircraft and Systems.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-02-11 Fri>
7
Added:
#+EMAIL: mlnp@tuta.io
8
Added:
#+OPTIONS: toc:nil
9
Added:
10
Added:
#+KEYWORDS: aerospace, SAE, ARP 4754
11
Added:
12
Added:
#+TOC: headlines 2
13
Added:
14
Added:
15
Added:
#+begin_abstract
16
Added:
ARP4754 is a guidance issued by SAE.
17
Added:
#+end_abstract
18
Added:
19
Added:
20
Added:
* Introduction
21
Added:
22
Added:
https://www.sae.org/standards/content/arp4754a/
23
Added:
24
Added:
25
Added:
* Main topics
26
Added:
27
Added:
| § | Theme | Description |
28
Added:
|---+---------------------+-------------|
29
Added:
| 1 | Development | |
30
Added:
| 2 | Safety | |
31
Added:
| 3 | Requirements mgmt. | |
32
Added:
| 4 | Validation | |
33
Added:
| 5 | Verification | |
34
Added:
| 6 | Configuration mgmt. | |
35
Added:
| 7 | Process assurance | |
36
Added:
| 8 | Certification | |
wiki/aerospace/standard/DO-160.org
@@ -0,0 +1,108 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: DO-160
4
Added:
#+SUBTITLE: Environmental Conditions and Test Procedures for Airborne Equipment.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-02-11 Fri>
7
Added:
#+EMAIL: mlnp@tuta.io
8
Added:
#+OPTIONS: toc:nil
9
Added:
10
Added:
#+DESCRIPTION: Environmental Conditions and Test Procedures for Airborne Equipment.
11
Added:
#+KEYWORDS: aerospace, rtca, DO-160
12
Added:
13
Added:
14
Added:
#+TOC: headlines 2
15
Added:
16
Added:
17
Added:
#+begin_abstract
18
Added:
The DO-160 document is a standard for environmental testing for
19
Added:
airborne equipment published by the RTCA.
20
Added:
#+end_abstract
21
Added:
22
Added:
23
Added:
* Introduction
24
Added:
25
Added:
https://do160.org/rtca-do-160g/
26
Added:
27
Added:
28
Added:
* Equipment categories
29
Added:
30
Added:
Equipments are categorized as a function of the environments to which
31
Added:
they are subjected during normal operation.
32
Added:
33
Added:
34
Added:
* Sections
35
Added:
36
Added:
Sections 7 and 8 are aircraft dependent.
37
Added:
38
Added:
39
Added:
** List
40
Added:
:PROPERTIES:
41
Added:
:HTML_CONTAINER_CLASS: big-table
42
Added:
:END:
43
Added:
44
Added:
#+NAME: sections
45
Added:
#+CAPTION: List of DO-160 section.
46
Added:
| § | Name | Concerns the effects of... | Parameters of interest |
47
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
48
Added:
| 1 | /Introductory sections/ | /N/A/ | /N/A/ |
49
Added:
| 2 | | | |
50
Added:
| 3 | | | |
51
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
52
Added:
| 4 | Temperature | Temperature on the system. | Temperature, condensation. |
53
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
54
Added:
| 4 | Altitude | Altitude & cabin depressurization on performance. | Dielectric strength, (rapidly) varying air pressure. |
55
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
56
Added:
| 5 | Temperature Variation | Extreme temperature changes. | Temperature delta, thermal expansion coefficients. |
57
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
58
Added:
| 6 | Humidity | High concentrations of humidity; ability to withstand moisture effects.[fn:1] | Hygrometry. |
59
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
60
Added:
| 7 | Shock & Crash safety | Mechanical shock. Ensures the item does not become a projectile in a crash. | Potential for projectile behavior. |
61
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
62
Added:
| 8 | Vibration | Vibrations. | Normal operation in all vibration scenarios. |
63
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
64
Added:
| 9 | Explosion proofness | Vacuum + gaseous mixture of combustibles. | The unit must be operable without igniting the environment. |
65
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
66
Added:
| 10 | Water proofness | Dripping water or pooled water. | Normal operation after exposure. |
67
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
68
Added:
| 11 | Fluids susceptibility | Various fluids including carbonated sugared beverages and cleaners/solvents. | Normal operation after exposure. |
69
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
70
Added:
| 12 | Sand & Dust | Blowing sand and dust of specific particle sizes. | Normal operation after exposure. |
71
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
72
Added:
| 13 | Fungus Resistance | Fungi under conditions favorable for their development.[fn:3] | Fungal proliferation. |
73
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
74
Added:
| 14 | Salt & Fog | Multiple exposures of salt fog and drying; environmentally accelerated corrosion. | Normal operation after exposure. |
75
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
76
Added:
| 15 | Magnetic effect | Magnetic effects on the aircraft's compass. | Normal aircraft compass function. |
77
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
78
Added:
| 16 | Power input | Input power emissions, susceptibility, transients, drop-outs, hold-up.[fn:2] | Voltage, current, phase. |
79
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
80
Added:
| 17 | Voltage spike | Voltage spikes caused by input power. | AC/DC voltage. |
81
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
82
Added:
| 18 | Audio Frequency Conducted Susceptibility | Frequency components during normal operation. | Power source harmonics. |
83
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
84
Added:
| 19 | Induced Signal Susceptibility | Induced voltages in the equipment interconnect circuit configuration. | power frequency harmonics; audio frequency signals, electrical transients. |
85
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
86
Added:
| 20 | RF emission and susceptibility | Normal operation on radio frequency emission energy and susceptibility. | |
87
Added:
| 21 | | | |
88
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
89
Added:
| 22 | Lightning susceptibility | Direct and indirect effects, depending on location. | induced transients in the airframe or wire bundle. |
90
Added:
| 23 | | | |
91
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
92
Added:
| 24 | Icing | Icing conditions arising from rapid changes in temperature, altitude and humidity. | Presence of ice. |
93
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
94
Added:
| 25 | ESD | ESD in handling and operation. | ESD. |
95
Added:
|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
96
Added:
| 26 | Flammability | Normal operation on presenting a fire hazard. | Normal operation not causing a fire. |
97
Added:
98
Added:
99
Added:
* Footnotes
100
Added:
101
Added:
[fn:3] This includes high humidity, a warm atmosphere, and the
102
Added:
presence of inorganic salts.
103
Added:
104
Added:
[fn:2] Full flight mission must be considered, from prior to the
105
Added:
engine start, to after landing---including emergencies.
106
Added:
107
Added:
[fn:1] Moisture sensitive devices may experience issues with this test
108
Added:
and require conformal coat or other types of protection.
wiki/aerospace/standards/ARP4754.org
@@ -1,22 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: ARP4754
4
Removed:
#+SUBTITLE: Guidelines For Development Of Civil Aircraft and Systems.
5
Removed:
#+AUTHOR: Marius Peter
6
Removed:
#+DATE: <2022-02-11 Fri>
7
Removed:
#+EMAIL: mlnp@tuta.io
8
Removed:
#+OPTIONS: toc:nil
9
Removed:
10
Removed:
#+KEYWORDS: aerospace SAE ARP 4754
11
Removed:
12
Removed:
#+TOC: headlines 2
13
Removed:
14
Removed:
15
Removed:
#+begin_abstract
16
Removed:
ARP4754 is a guidance issued by SAE.
17
Removed:
#+end_abstract
18
Removed:
19
Removed:
20
Removed:
* TODO Introduction
21
Removed:
22
Removed:
https://www.sae.org/standards/content/arp4754a/
wiki/aerospace/standards/DO-160.org
@@ -1,23 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: DO-160
4
Removed:
#+SUBTITLE: Environmental Conditions and Test Procedures for Airborne Equipment.
5
Removed:
#+AUTHOR: Marius Peter
6
Removed:
#+DATE: <2022-02-11 Fri>
7
Removed:
#+EMAIL: mlnp@tuta.io
8
Removed:
#+OPTIONS: toc:nil
9
Removed:
10
Removed:
#+KEYWORDS: aerospace rtca DO-160
11
Removed:
12
Removed:
#+TOC: headlines 2
13
Removed:
14
Removed:
15
Removed:
#+begin_abstract
16
Removed:
The DO-160 document is a standard for environmental testing for
17
Removed:
airborne equipment published by the RTCA.
18
Removed:
#+end_abstract
19
Removed:
20
Removed:
21
Removed:
* TODO Introduction
22
Removed:
23
Removed:
https://do160.org/rtca-do-160g/
wiki/aerospace/v-model.org
@@ -0,0 +1,42 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: V-model
4
Added:
#+SUBTITLE: Guidelines For Development Of Civil Aircraft and Systems.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-02-11 Fri>
7
Added:
#+EMAIL: mlnp@tuta.io
8
Added:
#+OPTIONS: toc:nil
9
Added:
10
Added:
#+KEYWORDS: aerospace, systems, development, engineering, model
11
Added:
12
Added:
#+TOC: headlines 2
13
Added:
14
Added:
15
Added:
#+begin_abstract
16
Added:
The V-model represents the lifecycle of a system's development.
17
Added:
#+end_abstract
18
Added:
19
Added:
20
Added:
* TODO Representation
21
Added:
22
Added:
This is the graphical representation of the v-model.
23
Added:
24
Added:
#+NAME: v-model
25
Added:
#+BEGIN_SRC plantuml :file ../images/v-model.png :cache yes
26
Added:
@startuml
27
Added:
!theme cerulean-outline
28
Added:
actor Operator as operational
29
Added:
collections Functions as functional
30
Added:
control Logic as logical
31
Added:
boundary Physical as physical
32
Added:
33
Added:
operational -> functional: Requirements
34
Added:
functional -> logical: Specification
35
Added:
logical -> physical: Build plan
36
Added:
physical -> logical
37
Added:
logical -> functional
38
Added:
functional -> operational
39
Added:
#+END_SRC
40
Added:
41
Added:
#+RESULTS[7e1fc2faaeb214ca241c5b4126d06cab1818ac52]: v-model
42
Added:
[[file:../images/v-model.png]]
wiki/emacs/index.org
@@ -0,0 +1,3 @@
1
Added:
#+TITLE: Sitemap for project wiki---emacs
2
Added:
3
Added:
- [[file:org-publish.org][Org Publish]]
wiki/emacs/org-publish.org
@@ -0,0 +1,16 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: Org Publish
4
Added:
#+SUBTITLE: A fully-fledged website publication system.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-01 Tue>
7
Added:
#+OPTIONS: toc:nil
8
Added:
9
Added:
#+KEYWORDS: Emacs publishing website html css
10
Added:
11
Added:
#+TOC: headlines 2
12
Added:
13
Added:
14
Added:
#+begin_abstract
15
Added:
Org Publish is a powerful website publication system integrated in Emacs.
16
Added:
#+end_abstract
wiki/images/v-model.png
Binary files differ
wiki/index.org
@@ -2,16 +2,69 @@
2
2
#+SUBTITLE: Personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] repository.
3
3
#+AUTHOR: Marius Peter
4
4
#+DATE: <2022-03-03 Thu>
5
Added:
#+OPTIONS: toc:nil num:nil
5
6
6
Removed:
#+DESCRIPTION: personal knowledge management repository
7
Removed:
#+KEYWORDS: mlnp wiki knowledge management linux emacs aerospace typography languages russian
7
Added:
#+DESCRIPTION: personal wiki used as a professional and personal knowledge management repository.
8
Added:
#+KEYWORDS: mlnp, wiki, knowledge management, linux, emacs, typography,
9
Added:
#+KEYWORDS: languages, russian, arabic,
10
Added:
#+KEYWORDS: aerospace, certification, development, systems engineering,
8
11
12
Added:
#+HTML: <style> .figure-number { display: none; } </style>
13
Added:
9
14
#+INCLUDE: ../resources/topnav.html export html
10
15
11
16
12
17
#+begin_abstract
13
Removed:
Welcome to my personal wiki homepage.
18
Added:
Welcome to my personal wiki homepage. I use this website as one big
19
Added:
knowledge repository for all the topics that I am passionate about.
20
Added:
Find the full list of articles [[file:sitemap.org][here]]. All unoriginal content credited [[https:mlnp.fr/about.html#Credits][here]].
14
21
#+end_abstract
15
22
16
23
17
Removed:
#+INCLUDE: sitemap.org :lines "3-"
24
Added:
* Main content
25
Added:
:PROPERTIES:
26
Added:
:CUSTOM_ID: main-content
27
Added:
:END:
28
Added:
29
Added:
30
Added:
** [[file:aerospace/index.org][Aerospace]]
31
Added:
32
Added:
#+ATTR_HTML: :style width: 100%; :alt Rafale C
33
Added:
[[https://live.staticflickr.com/7193/6872272113_d92f520c1f_b.jpg]]
34
Added:
35
Added:
36
Added:
** [[file:languages/index.org][Natural languages]]
37
Added:
38
Added:
#+ATTR_HTML: :style width: 100%; :alt Human speech
39
Added:
[[https://freesvg.org/img/1538693615.png]]
40
Added:
41
Added:
42
Added:
** [[file:programming/index.org][Programming languages]]
43
Added:
44
Added:
#+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Burmese Python
45
Added:
[[https://live.staticflickr.com/8485/8241650528_f2c0500d66_b.jpg]]
46
Added:
47
Added:
48
Added:
** [[file:linux/index.org][Linux]]
49
Added:
50
Added:
#+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Tux, the Linux mascot
51
Added:
https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/800px-Tux.svg.png
52
Added:
53
Added:
** [[file:emacs/index.org][Emacs]]
54
Added:
55
Added:
#+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Emacs logo
56
Added:
https://www.gnu.org/software/emacs/images/emacs.png
57
Added:
58
Added:
59
Added:
** [[file:typography/index.org][Typography]]
60
Added:
61
Added:
#+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Typography
62
Added:
https://pixnio.com/free-images/2017/07/28/2017-07-28-07-40-45-900x598.jpg
63
Added:
64
Added:
65
Added:
* Favorite Wikipedia articles
66
Added:
67
Added:
68
Added:
* Articles from elsewhere
69
Added:
70
Added:
- [[https://matt-rickard.com/reflections-on-10-000-hours-of-programming/][Reflections on 10,000 Hours of Programming]] by Matt Rickard
wiki/languages/Russian.org
@@ -1,58 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: Заметки о русском языке
4
Removed:
#+SUBTITLE: Notes about the Russian language
5
Removed:
#+AUTHOR: Marius Peter
6
Removed:
#+DATE: <2021-08-30 Mon>
7
Removed:
#+DESCRIPTION: Russian language notes
8
Removed:
#+KEYWORDS: languages Russian wiki notes
9
Removed:
#+OPTIONS: toc:nil
10
Removed:
11
Removed:
12
Removed:
# +SETUPFILE: ~/.emacs.d/resources/templates/documents/gnu-default.setup
13
Removed:
# +INCLUDE: ~/.emacs.d/resources/templates/documents/title-short.org
14
Removed:
15
Removed:
# Cyrillic font support lets go 🔥
16
Removed:
#+LATEX_HEADER: \setmainfont{linux libertine}
17
Removed:
18
Removed:
#+LATEX: \tableofcontents
19
Removed:
#+LATEX: \listoffigures
20
Removed:
#+LATEX: \listoftables\clearpage
21
Removed:
22
Removed:
#+TOC: headlines 2
23
Removed:
24
Removed:
25
Removed:
* Conjugaison
26
Removed:
27
Removed:
* Declinations
28
Removed:
29
Removed:
** Genitive
30
Removed:
31
Removed:
#+CAPTION: Genitive---singular masculine nouns.
32
Removed:
#+ATTR_LATEX: :booktabs t
33
Removed:
| | <c> | |
34
Removed:
| Ending or Description | How to Change | Examples |
35
Removed:
|-----------------------+---------------+-------------|
36
Removed:
| a consonant | +а | дом - до́мa |
37
Removed:
| й | -й / +я | край – кра́я |
38
Removed:
| ь | -ь / +я | конь – коня́ |
39
Removed:
|-----------------------+---------------+-------------|
40
Removed:
41
Removed:
#+CAPTION: Genitive---singular feminine nouns.
42
Removed:
#+ATTR_LATEX: :booktabs t
43
Removed:
| | <c> | |
44
Removed:
| Ending or Description | How to Change | Examples |
45
Removed:
|-----------------------------+---------------+--------------------------|
46
Removed:
| а | -а / +ы | луна́ – луны́ |
47
Removed:
| ка,га, ха, жа, ша, ща, ча | -а / +и | рука́ – руки́, ко́жа – ко́жи |
48
Removed:
| я | -я / +и | ста́нция – ста́нции |
49
Removed:
| ь | -ь / +и | дверь – две́ри |
50
Removed:
51
Removed:
#+CAPTION: Genitive---singular neutral nouns.
52
Removed:
#+ATTR_LATEX: :booktabs t
53
Removed:
| | <c> | |
54
Removed:
| Ending or Description | How to Change | Examples |
55
Removed:
|-----------------------+---------------+-------------------|
56
Removed:
| о | -о / +а | лицо́ – лица́ |
57
Removed:
| е | -е / +я | варе́нье – варе́нья |
58
Removed:
| це,же,ше, ще | -е / +а | |
wiki/languages/arabic/abjad.org
@@ -0,0 +1,52 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: الْعَرَبِيَّة
4
Added:
#+SUBTITLE: Al-abjadīyah l-ʿarabīyah---the arabic abjad.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-12 Sat>
7
Added:
#+OPTIONS: toc:nil
8
Added:
9
Added:
#+DESCRIPTION: The arabic abjad.
10
Added:
11
Added:
#+HTML_HEAD_EXTRA: <style> :root { --topnav: #009000; } </style>
12
Added:
#+HTML_HEAD_EXTRA: <style> .title, h2, h3, h4, * { font-family: "Amiri"; } </style>
13
Added:
14
Added:
15
Added:
* Abjad
16
Added:
17
Added:
#+begin_verse
18
Added:
The arabic abjad contains 28 letters.
19
Added:
يحتوي أبجد العربي على 28 حرفًا.
20
Added:
Yahtawi 'abjad alearabii ealaa 28 hrfan.
21
Added:
#+end_verse
22
Added:
23
Added:
| Abjad numeral | Pronunciation | Letter |
24
Added:
|---------------+---------------+--------|
25
Added:
| 01 | ʾ | أ |
26
Added:
| 02 | b | ب |
27
Added:
| 03 | j | ج |
28
Added:
| 04 | d | د |
29
Added:
| 05 | h | ه |
30
Added:
| 06 | w | و |
31
Added:
| 07 | z | ز |
32
Added:
| 08 | ḥ | ح |
33
Added:
| 09 | ṭ | ط |
34
Added:
| 10 | y | ي |
35
Added:
| 20 | k | ك |
36
Added:
| 30 | l | ل |
37
Added:
| 40 | m | م |
38
Added:
| 50 | n | ن |
39
Added:
| 60 | s | س |
40
Added:
| 70 | ʿ | ع |
41
Added:
| 80 | f | ف |
42
Added:
| 90 | ṣ | ص |
43
Added:
| 100 | q | ق |
44
Added:
| 200 | r | ر |
45
Added:
| 300 | sh | ش |
46
Added:
| 400 | t | ت |
47
Added:
| 500 | th | ث |
48
Added:
| 600 | kh | خ |
49
Added:
| 700 | dh | ذ |
50
Added:
| 800 | ḍ | ض |
51
Added:
| 900 | ẓ | ظ |
52
Added:
| 1k | gh | |
wiki/languages/index.org
@@ -0,0 +1,6 @@
1
Added:
#+TITLE: Sitemap for project wiki---languages
2
Added:
3
Added:
- arabic
4
Added:
- [[file:arabic/abjad.org][الْعَرَبِيَّة]]
5
Added:
- russian
6
Added:
- [[file:russian/notes.org][Заметки о русском языке]]
wiki/languages/russian/notes.html
@@ -0,0 +1,388 @@
1
Added:
<?xml version="1.0" encoding="utf-8"?>
2
Added:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
Added:
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
Added:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
Added:
<head>
6
Added:
<!-- 2022-03-12 Sat 14:44 -->
7
Added:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
Added:
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
Added:
<title>Заметки о русском языке</title>
10
Added:
<meta name="generator" content="Org mode" />
11
Added:
<meta name="author" content="Marius Peter" />
12
Added:
<meta name="description" content="Russian language notes"
13
Added:
/>
14
Added:
<meta name="keywords" content="languages Russian wiki notes" />
15
Added:
<style type="text/css">
16
Added:
<!--/*--><![CDATA[/*><!--*/
17
Added:
.title { text-align: center;
18
Added:
margin-bottom: .2em; }
19
Added:
.subtitle { text-align: center;
20
Added:
font-size: medium;
21
Added:
font-weight: bold;
22
Added:
margin-top:0; }
23
Added:
.todo { font-family: monospace; color: red; }
24
Added:
.done { font-family: monospace; color: green; }
25
Added:
.priority { font-family: monospace; color: orange; }
26
Added:
.tag { background-color: #eee; font-family: monospace;
27
Added:
padding: 2px; font-size: 80%; font-weight: normal; }
28
Added:
.timestamp { color: #bebebe; }
29
Added:
.timestamp-kwd { color: #5f9ea0; }
30
Added:
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
31
Added:
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
32
Added:
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
33
Added:
.underline { text-decoration: underline; }
34
Added:
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
Added:
p.verse { margin-left: 3%; }
36
Added:
pre {
37
Added:
border: 1px solid #ccc;
38
Added:
box-shadow: 3px 3px 3px #eee;
39
Added:
padding: 8pt;
40
Added:
font-family: monospace;
41
Added:
overflow: auto;
42
Added:
margin: 1.2em;
43
Added:
}
44
Added:
pre.src {
45
Added:
position: relative;
46
Added:
overflow: auto;
47
Added:
padding-top: 1.2em;
48
Added:
}
49
Added:
pre.src:before {
50
Added:
display: none;
51
Added:
position: absolute;
52
Added:
background-color: white;
53
Added:
top: -10px;
54
Added:
right: 10px;
55
Added:
padding: 3px;
56
Added:
border: 1px solid black;
57
Added:
}
58
Added:
pre.src:hover:before { display: inline; margin-top: 14px;}
59
Added:
/* Languages per Org manual */
60
Added:
pre.src-asymptote:before { content: 'Asymptote'; }
61
Added:
pre.src-awk:before { content: 'Awk'; }
62
Added:
pre.src-C:before { content: 'C'; }
63
Added:
/* pre.src-C++ doesn't work in CSS */
64
Added:
pre.src-clojure:before { content: 'Clojure'; }
65
Added:
pre.src-css:before { content: 'CSS'; }
66
Added:
pre.src-D:before { content: 'D'; }
67
Added:
pre.src-ditaa:before { content: 'ditaa'; }
68
Added:
pre.src-dot:before { content: 'Graphviz'; }
69
Added:
pre.src-calc:before { content: 'Emacs Calc'; }
70
Added:
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71
Added:
pre.src-fortran:before { content: 'Fortran'; }
72
Added:
pre.src-gnuplot:before { content: 'gnuplot'; }
73
Added:
pre.src-haskell:before { content: 'Haskell'; }
74
Added:
pre.src-hledger:before { content: 'hledger'; }
75
Added:
pre.src-java:before { content: 'Java'; }
76
Added:
pre.src-js:before { content: 'Javascript'; }
77
Added:
pre.src-latex:before { content: 'LaTeX'; }
78
Added:
pre.src-ledger:before { content: 'Ledger'; }
79
Added:
pre.src-lisp:before { content: 'Lisp'; }
80
Added:
pre.src-lilypond:before { content: 'Lilypond'; }
81
Added:
pre.src-lua:before { content: 'Lua'; }
82
Added:
pre.src-matlab:before { content: 'MATLAB'; }
83
Added:
pre.src-mscgen:before { content: 'Mscgen'; }
84
Added:
pre.src-ocaml:before { content: 'Objective Caml'; }
85
Added:
pre.src-octave:before { content: 'Octave'; }
86
Added:
pre.src-org:before { content: 'Org mode'; }
87
Added:
pre.src-oz:before { content: 'OZ'; }
88
Added:
pre.src-plantuml:before { content: 'Plantuml'; }
89
Added:
pre.src-processing:before { content: 'Processing.js'; }
90
Added:
pre.src-python:before { content: 'Python'; }
91
Added:
pre.src-R:before { content: 'R'; }
92
Added:
pre.src-ruby:before { content: 'Ruby'; }
93
Added:
pre.src-sass:before { content: 'Sass'; }
94
Added:
pre.src-scheme:before { content: 'Scheme'; }
95
Added:
pre.src-screen:before { content: 'Gnu Screen'; }
96
Added:
pre.src-sed:before { content: 'Sed'; }
97
Added:
pre.src-sh:before { content: 'shell'; }
98
Added:
pre.src-sql:before { content: 'SQL'; }
99
Added:
pre.src-sqlite:before { content: 'SQLite'; }
100
Added:
/* additional languages in org.el's org-babel-load-languages alist */
101
Added:
pre.src-forth:before { content: 'Forth'; }
102
Added:
pre.src-io:before { content: 'IO'; }
103
Added:
pre.src-J:before { content: 'J'; }
104
Added:
pre.src-makefile:before { content: 'Makefile'; }
105
Added:
pre.src-maxima:before { content: 'Maxima'; }
106
Added:
pre.src-perl:before { content: 'Perl'; }
107
Added:
pre.src-picolisp:before { content: 'Pico Lisp'; }
108
Added:
pre.src-scala:before { content: 'Scala'; }
109
Added:
pre.src-shell:before { content: 'Shell Script'; }
110
Added:
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
111
Added:
/* additional language identifiers per "defun org-babel-execute"
112
Added:
in ob-*.el */
113
Added:
pre.src-cpp:before { content: 'C++'; }
114
Added:
pre.src-abc:before { content: 'ABC'; }
115
Added:
pre.src-coq:before { content: 'Coq'; }
116
Added:
pre.src-groovy:before { content: 'Groovy'; }
117
Added:
/* additional language identifiers from org-babel-shell-names in
118
Added:
ob-shell.el: ob-shell is the only babel language using a lambda to put
119
Added:
the execution function name together. */
120
Added:
pre.src-bash:before { content: 'bash'; }
121
Added:
pre.src-csh:before { content: 'csh'; }
122
Added:
pre.src-ash:before { content: 'ash'; }
123
Added:
pre.src-dash:before { content: 'dash'; }
124
Added:
pre.src-ksh:before { content: 'ksh'; }
125
Added:
pre.src-mksh:before { content: 'mksh'; }
126
Added:
pre.src-posh:before { content: 'posh'; }
127
Added:
/* Additional Emacs modes also supported by the LaTeX listings package */
128
Added:
pre.src-ada:before { content: 'Ada'; }
129
Added:
pre.src-asm:before { content: 'Assembler'; }
130
Added:
pre.src-caml:before { content: 'Caml'; }
131
Added:
pre.src-delphi:before { content: 'Delphi'; }
132
Added:
pre.src-html:before { content: 'HTML'; }
133
Added:
pre.src-idl:before { content: 'IDL'; }
134
Added:
pre.src-mercury:before { content: 'Mercury'; }
135
Added:
pre.src-metapost:before { content: 'MetaPost'; }
136
Added:
pre.src-modula-2:before { content: 'Modula-2'; }
137
Added:
pre.src-pascal:before { content: 'Pascal'; }
138
Added:
pre.src-ps:before { content: 'PostScript'; }
139
Added:
pre.src-prolog:before { content: 'Prolog'; }
140
Added:
pre.src-simula:before { content: 'Simula'; }
141
Added:
pre.src-tcl:before { content: 'tcl'; }
142
Added:
pre.src-tex:before { content: 'TeX'; }
143
Added:
pre.src-plain-tex:before { content: 'Plain TeX'; }
144
Added:
pre.src-verilog:before { content: 'Verilog'; }
145
Added:
pre.src-vhdl:before { content: 'VHDL'; }
146
Added:
pre.src-xml:before { content: 'XML'; }
147
Added:
pre.src-nxml:before { content: 'XML'; }
148
Added:
/* add a generic configuration mode; LaTeX export needs an additional
149
Added:
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
150
Added:
pre.src-conf:before { content: 'Configuration File'; }
151
Added:
152
Added:
table { border-collapse:collapse; }
153
Added:
caption.t-above { caption-side: top; }
154
Added:
caption.t-bottom { caption-side: bottom; }
155
Added:
td, th { vertical-align:top; }
156
Added:
th.org-right { text-align: center; }
157
Added:
th.org-left { text-align: center; }
158
Added:
th.org-center { text-align: center; }
159
Added:
td.org-right { text-align: right; }
160
Added:
td.org-left { text-align: left; }
161
Added:
td.org-center { text-align: center; }
162
Added:
dt { font-weight: bold; }
163
Added:
.footpara { display: inline; }
164
Added:
.footdef { margin-bottom: 1em; }
165
Added:
.figure { padding: 1em; }
166
Added:
.figure p { text-align: center; }
167
Added:
.equation-container {
168
Added:
display: table;
169
Added:
text-align: center;
170
Added:
width: 100%;
171
Added:
}
172
Added:
.equation {
173
Added:
vertical-align: middle;
174
Added:
}
175
Added:
.equation-label {
176
Added:
display: table-cell;
177
Added:
text-align: right;
178
Added:
vertical-align: middle;
179
Added:
}
180
Added:
.inlinetask {
181
Added:
padding: 10px;
182
Added:
border: 2px solid gray;
183
Added:
margin: 10px;
184
Added:
background: #ffffcc;
185
Added:
}
186
Added:
#org-div-home-and-up
187
Added:
{ text-align: right; font-size: 70%; white-space: nowrap; }
188
Added:
textarea { overflow-x: auto; }
189
Added:
.linenr { font-size: smaller }
190
Added:
.code-highlighted { background-color: #ffff00; }
191
Added:
.org-info-js_info-navigation { border-style: none; }
192
Added:
#org-info-js_console-label
193
Added:
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
194
Added:
.org-info-js_search-highlight
195
Added:
{ background-color: #ffff00; color: #000000; font-weight: bold; }
196
Added:
.org-svg { width: 90%; }
197
Added:
/*]]>*/-->
198
Added:
</style>
199
Added:
<script type="text/javascript">
200
Added:
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
201
Added:
<!--/*--><![CDATA[/*><!--*/
202
Added:
function CodeHighlightOn(elem, id)
203
Added:
{
204
Added:
var target = document.getElementById(id);
205
Added:
if(null != target) {
206
Added:
elem.classList.add("code-highlighted");
207
Added:
target.classList.add("code-highlighted");
208
Added:
}
209
Added:
}
210
Added:
function CodeHighlightOff(elem, id)
211
Added:
{
212
Added:
var target = document.getElementById(id);
213
Added:
if(null != target) {
214
Added:
elem.classList.remove("code-highlighted");
215
Added:
target.classList.remove("code-highlighted");
216
Added:
}
217
Added:
}
218
Added:
/*]]>*///-->
219
Added:
// @license-end
220
Added:
</script>
221
Added:
</head>
222
Added:
<body>
223
Added:
<div id="org-div-home-and-up">
224
Added:
<a accesskey="h" href="../index.html"> UP </a>
225
Added:
|
226
Added:
<a accesskey="H" href="../../index.html"> HOME </a>
227
Added:
</div><div id="content">
228
Added:
<h1 class="title">Заметки о русском языке
229
Added:
<br />
230
Added:
<span class="subtitle">Notes about the Russian language</span>
231
Added:
</h1>
232
Added:
<div id="table-of-contents">
233
Added:
<h2>Table of Contents</h2>
234
Added:
<div id="text-table-of-contents">
235
Added:
<ul>
236
Added:
<li><a href="#org488a19f">1. Conjugaison</a></li>
237
Added:
<li><a href="#org0c2de49">2. Declinations</a>
238
Added:
<ul>
239
Added:
<li><a href="#orgabcef76">2.1. Genitive</a></li>
240
Added:
</ul>
241
Added:
</li>
242
Added:
</ul>
243
Added:
</div>
244
Added:
</div>
245
Added:
246
Added:
247
Added:
<div id="outline-container-org488a19f" class="outline-2">
248
Added:
<h2 id="org488a19f"><span class="section-number-2">1</span> Conjugaison</h2>
249
Added:
</div>
250
Added:
251
Added:
<div id="outline-container-org0c2de49" class="outline-2">
252
Added:
<h2 id="org0c2de49"><span class="section-number-2">2</span> Declinations</h2>
253
Added:
<div class="outline-text-2" id="text-2">
254
Added:
</div>
255
Added:
<div id="outline-container-orgabcef76" class="outline-3">
256
Added:
<h3 id="orgabcef76"><span class="section-number-3">2.1</span> Genitive</h3>
257
Added:
<div class="outline-text-3" id="text-2-1">
258
Added:
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
259
Added:
<caption class="t-above"><span class="table-number">Table 1:</span> Genitive—singular masculine nouns.</caption>
260
Added:
261
Added:
<colgroup>
262
Added:
<col class="org-left" />
263
Added:
264
Added:
<col class="org-center" />
265
Added:
266
Added:
<col class="org-left" />
267
Added:
</colgroup>
268
Added:
<thead>
269
Added:
<tr>
270
Added:
<th scope="col" class="org-left">Ending or Description</th>
271
Added:
<th scope="col" class="org-center">How to Change</th>
272
Added:
<th scope="col" class="org-left">Examples</th>
273
Added:
</tr>
274
Added:
</thead>
275
Added:
<tbody>
276
Added:
<tr>
277
Added:
<td class="org-left">a consonant</td>
278
Added:
<td class="org-center">+а</td>
279
Added:
<td class="org-left">дом - до́мa</td>
280
Added:
</tr>
281
Added:
282
Added:
<tr>
283
Added:
<td class="org-left">й</td>
284
Added:
<td class="org-center">-й / +я</td>
285
Added:
<td class="org-left">край – кра́я</td>
286
Added:
</tr>
287
Added:
288
Added:
<tr>
289
Added:
<td class="org-left">ь</td>
290
Added:
<td class="org-center">-ь / +я</td>
291
Added:
<td class="org-left">конь – коня́</td>
292
Added:
</tr>
293
Added:
</tbody>
294
Added:
</table>
295
Added:
296
Added:
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
297
Added:
<caption class="t-above"><span class="table-number">Table 2:</span> Genitive—singular feminine nouns.</caption>
298
Added:
299
Added:
<colgroup>
300
Added:
<col class="org-left" />
301
Added:
302
Added:
<col class="org-center" />
303
Added:
304
Added:
<col class="org-left" />
305
Added:
</colgroup>
306
Added:
<thead>
307
Added:
<tr>
308
Added:
<th scope="col" class="org-left">Ending or Description</th>
309
Added:
<th scope="col" class="org-center">How to Change</th>
310
Added:
<th scope="col" class="org-left">Examples</th>
311
Added:
</tr>
312
Added:
</thead>
313
Added:
<tbody>
314
Added:
<tr>
315
Added:
<td class="org-left">а</td>
316
Added:
<td class="org-center">-а / +ы</td>
317
Added:
<td class="org-left">луна́ – луны́</td>
318
Added:
</tr>
319
Added:
320
Added:
<tr>
321
Added:
<td class="org-left">ка,га, ха, жа, ша, ща, ча</td>
322
Added:
<td class="org-center">-а / +и</td>
323
Added:
<td class="org-left">рука́ – руки́, ко́жа – ко́жи</td>
324
Added:
</tr>
325
Added:
326
Added:
<tr>
327
Added:
<td class="org-left">я</td>
328
Added:
<td class="org-center">-я / +и</td>
329
Added:
<td class="org-left">ста́нция – ста́нции</td>
330
Added:
</tr>
331
Added:
332
Added:
<tr>
333
Added:
<td class="org-left">ь</td>
334
Added:
<td class="org-center">-ь / +и</td>
335
Added:
<td class="org-left">дверь – две́ри</td>
336
Added:
</tr>
337
Added:
</tbody>
338
Added:
</table>
339
Added:
340
Added:
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
341
Added:
<caption class="t-above"><span class="table-number">Table 3:</span> Genitive—singular neutral nouns.</caption>
342
Added:
343
Added:
<colgroup>
344
Added:
<col class="org-left" />
345
Added:
346
Added:
<col class="org-center" />
347
Added:
348
Added:
<col class="org-left" />
349
Added:
</colgroup>
350
Added:
<thead>
351
Added:
<tr>
352
Added:
<th scope="col" class="org-left">Ending or Description</th>
353
Added:
<th scope="col" class="org-center">How to Change</th>
354
Added:
<th scope="col" class="org-left">Examples</th>
355
Added:
</tr>
356
Added:
</thead>
357
Added:
<tbody>
358
Added:
<tr>
359
Added:
<td class="org-left">о</td>
360
Added:
<td class="org-center">-о / +а</td>
361
Added:
<td class="org-left">лицо́ – лица́</td>
362
Added:
</tr>
363
Added:
364
Added:
<tr>
365
Added:
<td class="org-left">е</td>
366
Added:
<td class="org-center">-е / +я</td>
367
Added:
<td class="org-left">варе́нье – варе́нья</td>
368
Added:
</tr>
369
Added:
370
Added:
<tr>
371
Added:
<td class="org-left">це,же,ше, ще</td>
372
Added:
<td class="org-center">-е / +а</td>
373
Added:
<td class="org-left"> </td>
374
Added:
</tr>
375
Added:
</tbody>
376
Added:
</table>
377
Added:
</div>
378
Added:
</div>
379
Added:
</div>
380
Added:
</div>
381
Added:
<div id="postamble" class="status">
382
Added:
<p class="date">Date: 2021-08-30 Mon 00:00</p>
383
Added:
<p class="author">Author: Marius Peter</p>
384
Added:
<p class="date">Created: 2022-03-12 Sat 14:44</p>
385
Added:
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
386
Added:
</div>
387
Added:
</body>
388
Added:
</html>
wiki/languages/russian/notes.org
@@ -0,0 +1,60 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: Заметки о русском языке
4
Added:
#+SUBTITLE: Notes about the Russian language
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2021-08-30 Mon>
7
Added:
#+OPTIONS: toc:nil
8
Added:
9
Added:
#+DESCRIPTION: Notes about the Russian language.
10
Added:
#+KEYWORDS: languages Russian wiki notes
11
Added:
#+HTML_LINK_UP: ../index.html
12
Added:
#+HTML_LINK_HOME: ../../index.html
13
Added:
14
Added:
# +SETUPFILE: ~/.emacs.d/resources/templates/documents/gnu-default.setup
15
Added:
# +INCLUDE: ~/.emacs.d/resources/templates/documents/title-short.org
16
Added:
17
Added:
# Cyrillic font support lets go 🔥
18
Added:
#+LATEX_HEADER: \setmainfont{linux libertine}
19
Added:
20
Added:
#+LATEX: \tableofcontents
21
Added:
#+LATEX: \listoffigures
22
Added:
#+LATEX: \listoftables\clearpage
23
Added:
24
Added:
#+TOC: headlines 2
25
Added:
26
Added:
27
Added:
* Conjugaison
28
Added:
29
Added:
* Declinations
30
Added:
31
Added:
** Genitive
32
Added:
33
Added:
#+CAPTION: Genitive---singular masculine nouns.
34
Added:
#+ATTR_LATEX: :booktabs t
35
Added:
| | <c> | |
36
Added:
| Ending or Description | How to Change | Examples |
37
Added:
|-----------------------+---------------+-------------|
38
Added:
| a consonant | +а | дом - до́мa |
39
Added:
| й | -й / +я | край – кра́я |
40
Added:
| ь | -ь / +я | конь – коня́ |
41
Added:
|-----------------------+---------------+-------------|
42
Added:
43
Added:
#+CAPTION: Genitive---singular feminine nouns.
44
Added:
#+ATTR_LATEX: :booktabs t
45
Added:
| | <c> | |
46
Added:
| Ending or Description | How to Change | Examples |
47
Added:
|-----------------------------+---------------+--------------------------|
48
Added:
| а | -а / +ы | луна́ – луны́ |
49
Added:
| ка,га, ха, жа, ша, ща, ча | -а / +и | рука́ – руки́, ко́жа – ко́жи |
50
Added:
| я | -я / +и | ста́нция – ста́нции |
51
Added:
| ь | -ь / +и | дверь – две́ри |
52
Added:
53
Added:
#+CAPTION: Genitive---singular neutral nouns.
54
Added:
#+ATTR_LATEX: :booktabs t
55
Added:
| | <c> | |
56
Added:
| Ending or Description | How to Change | Examples |
57
Added:
|-----------------------+---------------+-------------------|
58
Added:
| о | -о / +а | лицо́ – лица́ |
59
Added:
| е | -е / +я | варе́нье – варе́нья |
60
Added:
| це,же,ше, ще | -е / +а | |
wiki/languages/why-study-languages.html
@@ -0,0 +1,238 @@
1
Added:
<?xml version="1.0" encoding="utf-8"?>
2
Added:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
Added:
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
Added:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
Added:
<head>
6
Added:
<!-- 2022-03-12 Sat 14:34 -->
7
Added:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
Added:
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
Added:
<title>Why study languages?</title>
10
Added:
<meta name="generator" content="Org mode" />
11
Added:
<meta name="author" content="Marius Peter" />
12
Added:
<meta name="description" content="Notes taken for all studied languages."
13
Added:
/>
14
Added:
<style type="text/css">
15
Added:
<!--/*--><![CDATA[/*><!--*/
16
Added:
.title { text-align: center;
17
Added:
margin-bottom: .2em; }
18
Added:
.subtitle { text-align: center;
19
Added:
font-size: medium;
20
Added:
font-weight: bold;
21
Added:
margin-top:0; }
22
Added:
.todo { font-family: monospace; color: red; }
23
Added:
.done { font-family: monospace; color: green; }
24
Added:
.priority { font-family: monospace; color: orange; }
25
Added:
.tag { background-color: #eee; font-family: monospace;
26
Added:
padding: 2px; font-size: 80%; font-weight: normal; }
27
Added:
.timestamp { color: #bebebe; }
28
Added:
.timestamp-kwd { color: #5f9ea0; }
29
Added:
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
30
Added:
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
31
Added:
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
32
Added:
.underline { text-decoration: underline; }
33
Added:
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
34
Added:
p.verse { margin-left: 3%; }
35
Added:
pre {
36
Added:
border: 1px solid #ccc;
37
Added:
box-shadow: 3px 3px 3px #eee;
38
Added:
padding: 8pt;
39
Added:
font-family: monospace;
40
Added:
overflow: auto;
41
Added:
margin: 1.2em;
42
Added:
}
43
Added:
pre.src {
44
Added:
position: relative;
45
Added:
overflow: auto;
46
Added:
padding-top: 1.2em;
47
Added:
}
48
Added:
pre.src:before {
49
Added:
display: none;
50
Added:
position: absolute;
51
Added:
background-color: white;
52
Added:
top: -10px;
53
Added:
right: 10px;
54
Added:
padding: 3px;
55
Added:
border: 1px solid black;
56
Added:
}
57
Added:
pre.src:hover:before { display: inline; margin-top: 14px;}
58
Added:
/* Languages per Org manual */
59
Added:
pre.src-asymptote:before { content: 'Asymptote'; }
60
Added:
pre.src-awk:before { content: 'Awk'; }
61
Added:
pre.src-C:before { content: 'C'; }
62
Added:
/* pre.src-C++ doesn't work in CSS */
63
Added:
pre.src-clojure:before { content: 'Clojure'; }
64
Added:
pre.src-css:before { content: 'CSS'; }
65
Added:
pre.src-D:before { content: 'D'; }
66
Added:
pre.src-ditaa:before { content: 'ditaa'; }
67
Added:
pre.src-dot:before { content: 'Graphviz'; }
68
Added:
pre.src-calc:before { content: 'Emacs Calc'; }
69
Added:
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
70
Added:
pre.src-fortran:before { content: 'Fortran'; }
71
Added:
pre.src-gnuplot:before { content: 'gnuplot'; }
72
Added:
pre.src-haskell:before { content: 'Haskell'; }
73
Added:
pre.src-hledger:before { content: 'hledger'; }
74
Added:
pre.src-java:before { content: 'Java'; }
75
Added:
pre.src-js:before { content: 'Javascript'; }
76
Added:
pre.src-latex:before { content: 'LaTeX'; }
77
Added:
pre.src-ledger:before { content: 'Ledger'; }
78
Added:
pre.src-lisp:before { content: 'Lisp'; }
79
Added:
pre.src-lilypond:before { content: 'Lilypond'; }
80
Added:
pre.src-lua:before { content: 'Lua'; }
81
Added:
pre.src-matlab:before { content: 'MATLAB'; }
82
Added:
pre.src-mscgen:before { content: 'Mscgen'; }
83
Added:
pre.src-ocaml:before { content: 'Objective Caml'; }
84
Added:
pre.src-octave:before { content: 'Octave'; }
85
Added:
pre.src-org:before { content: 'Org mode'; }
86
Added:
pre.src-oz:before { content: 'OZ'; }
87
Added:
pre.src-plantuml:before { content: 'Plantuml'; }
88
Added:
pre.src-processing:before { content: 'Processing.js'; }
89
Added:
pre.src-python:before { content: 'Python'; }
90
Added:
pre.src-R:before { content: 'R'; }
91
Added:
pre.src-ruby:before { content: 'Ruby'; }
92
Added:
pre.src-sass:before { content: 'Sass'; }
93
Added:
pre.src-scheme:before { content: 'Scheme'; }
94
Added:
pre.src-screen:before { content: 'Gnu Screen'; }
95
Added:
pre.src-sed:before { content: 'Sed'; }
96
Added:
pre.src-sh:before { content: 'shell'; }
97
Added:
pre.src-sql:before { content: 'SQL'; }
98
Added:
pre.src-sqlite:before { content: 'SQLite'; }
99
Added:
/* additional languages in org.el's org-babel-load-languages alist */
100
Added:
pre.src-forth:before { content: 'Forth'; }
101
Added:
pre.src-io:before { content: 'IO'; }
102
Added:
pre.src-J:before { content: 'J'; }
103
Added:
pre.src-makefile:before { content: 'Makefile'; }
104
Added:
pre.src-maxima:before { content: 'Maxima'; }
105
Added:
pre.src-perl:before { content: 'Perl'; }
106
Added:
pre.src-picolisp:before { content: 'Pico Lisp'; }
107
Added:
pre.src-scala:before { content: 'Scala'; }
108
Added:
pre.src-shell:before { content: 'Shell Script'; }
109
Added:
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
110
Added:
/* additional language identifiers per "defun org-babel-execute"
111
Added:
in ob-*.el */
112
Added:
pre.src-cpp:before { content: 'C++'; }
113
Added:
pre.src-abc:before { content: 'ABC'; }
114
Added:
pre.src-coq:before { content: 'Coq'; }
115
Added:
pre.src-groovy:before { content: 'Groovy'; }
116
Added:
/* additional language identifiers from org-babel-shell-names in
117
Added:
ob-shell.el: ob-shell is the only babel language using a lambda to put
118
Added:
the execution function name together. */
119
Added:
pre.src-bash:before { content: 'bash'; }
120
Added:
pre.src-csh:before { content: 'csh'; }
121
Added:
pre.src-ash:before { content: 'ash'; }
122
Added:
pre.src-dash:before { content: 'dash'; }
123
Added:
pre.src-ksh:before { content: 'ksh'; }
124
Added:
pre.src-mksh:before { content: 'mksh'; }
125
Added:
pre.src-posh:before { content: 'posh'; }
126
Added:
/* Additional Emacs modes also supported by the LaTeX listings package */
127
Added:
pre.src-ada:before { content: 'Ada'; }
128
Added:
pre.src-asm:before { content: 'Assembler'; }
129
Added:
pre.src-caml:before { content: 'Caml'; }
130
Added:
pre.src-delphi:before { content: 'Delphi'; }
131
Added:
pre.src-html:before { content: 'HTML'; }
132
Added:
pre.src-idl:before { content: 'IDL'; }
133
Added:
pre.src-mercury:before { content: 'Mercury'; }
134
Added:
pre.src-metapost:before { content: 'MetaPost'; }
135
Added:
pre.src-modula-2:before { content: 'Modula-2'; }
136
Added:
pre.src-pascal:before { content: 'Pascal'; }
137
Added:
pre.src-ps:before { content: 'PostScript'; }
138
Added:
pre.src-prolog:before { content: 'Prolog'; }
139
Added:
pre.src-simula:before { content: 'Simula'; }
140
Added:
pre.src-tcl:before { content: 'tcl'; }
141
Added:
pre.src-tex:before { content: 'TeX'; }
142
Added:
pre.src-plain-tex:before { content: 'Plain TeX'; }
143
Added:
pre.src-verilog:before { content: 'Verilog'; }
144
Added:
pre.src-vhdl:before { content: 'VHDL'; }
145
Added:
pre.src-xml:before { content: 'XML'; }
146
Added:
pre.src-nxml:before { content: 'XML'; }
147
Added:
/* add a generic configuration mode; LaTeX export needs an additional
148
Added:
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
149
Added:
pre.src-conf:before { content: 'Configuration File'; }
150
Added:
151
Added:
table { border-collapse:collapse; }
152
Added:
caption.t-above { caption-side: top; }
153
Added:
caption.t-bottom { caption-side: bottom; }
154
Added:
td, th { vertical-align:top; }
155
Added:
th.org-right { text-align: center; }
156
Added:
th.org-left { text-align: center; }
157
Added:
th.org-center { text-align: center; }
158
Added:
td.org-right { text-align: right; }
159
Added:
td.org-left { text-align: left; }
160
Added:
td.org-center { text-align: center; }
161
Added:
dt { font-weight: bold; }
162
Added:
.footpara { display: inline; }
163
Added:
.footdef { margin-bottom: 1em; }
164
Added:
.figure { padding: 1em; }
165
Added:
.figure p { text-align: center; }
166
Added:
.equation-container {
167
Added:
display: table;
168
Added:
text-align: center;
169
Added:
width: 100%;
170
Added:
}
171
Added:
.equation {
172
Added:
vertical-align: middle;
173
Added:
}
174
Added:
.equation-label {
175
Added:
display: table-cell;
176
Added:
text-align: right;
177
Added:
vertical-align: middle;
178
Added:
}
179
Added:
.inlinetask {
180
Added:
padding: 10px;
181
Added:
border: 2px solid gray;
182
Added:
margin: 10px;
183
Added:
background: #ffffcc;
184
Added:
}
185
Added:
#org-div-home-and-up
186
Added:
{ text-align: right; font-size: 70%; white-space: nowrap; }
187
Added:
textarea { overflow-x: auto; }
188
Added:
.linenr { font-size: smaller }
189
Added:
.code-highlighted { background-color: #ffff00; }
190
Added:
.org-info-js_info-navigation { border-style: none; }
191
Added:
#org-info-js_console-label
192
Added:
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
193
Added:
.org-info-js_search-highlight
194
Added:
{ background-color: #ffff00; color: #000000; font-weight: bold; }
195
Added:
.org-svg { width: 90%; }
196
Added:
/*]]>*/-->
197
Added:
</style>
198
Added:
<script type="text/javascript">
199
Added:
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
200
Added:
<!--/*--><![CDATA[/*><!--*/
201
Added:
function CodeHighlightOn(elem, id)
202
Added:
{
203
Added:
var target = document.getElementById(id);
204
Added:
if(null != target) {
205
Added:
elem.classList.add("code-highlighted");
206
Added:
target.classList.add("code-highlighted");
207
Added:
}
208
Added:
}
209
Added:
function CodeHighlightOff(elem, id)
210
Added:
{
211
Added:
var target = document.getElementById(id);
212
Added:
if(null != target) {
213
Added:
elem.classList.remove("code-highlighted");
214
Added:
target.classList.remove("code-highlighted");
215
Added:
}
216
Added:
}
217
Added:
/*]]>*///-->
218
Added:
// @license-end
219
Added:
</script>
220
Added:
</head>
221
Added:
<body>
222
Added:
<div id="content">
223
Added:
<h1 class="title">Why study languages?
224
Added:
<br />
225
Added:
<span class="subtitle">Because understanding others is understanding ourselves.</span>
226
Added:
</h1>
227
Added:
<p>
228
Added:
Main languages of interest include Russian and Arabic.
229
Added:
</p>
230
Added:
</div>
231
Added:
<div id="postamble" class="status">
232
Added:
<p class="date">Date: 2022-03-12 Sat 00:00</p>
233
Added:
<p class="author">Author: Marius Peter</p>
234
Added:
<p class="date">Created: 2022-03-12 Sat 14:34</p>
235
Added:
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
236
Added:
</div>
237
Added:
</body>
238
Added:
</html>
wiki/linux/distro-ideas.org
@@ -0,0 +1,55 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: Distribution ideas
4
Added:
#+SUBTITLE: Linux distros I previously ran and enjoyed.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-02 Wed>
7
Added:
8
Added:
9
Added:
#+begin_abstract
10
Added:
Here are some distribution setups I've successfully ran myself and
11
Added:
kept note of, because I found them very productive and enjoyable to
12
Added:
use.
13
Added:
#+end_abstract
14
Added:
15
Added:
16
Added:
* Void Linux
17
Added:
18
Added:
19
Added:
* Arch Linux
20
Added:
<2015-01-01 Thu>--<2021-12-31 Fri>
21
Added:
22
Added:
I ran this setup from freshman year of college until my return from
23
Added:
the USA approximately, first on a Lenovo T440 Thinkpad, then on a Dell
24
Added:
7567 Gaming Edition. I only left because curiosity pushed me to
25
Added:
investigate other distros, but I might very well return to a very
26
Added:
similar setup in the future! I loved the Arch learning experience, and
27
Added:
the memes, of course.
28
Added:
29
Added:
30
Added:
** Guiding Principles
31
Added:
32
Added:
1. Arch Linux KISS philosophy.
33
Added:
2. suckless software philosophy.
34
Added:
3. Unix philosophy, as applied to utilities.
35
Added:
36
Added:
37
Added:
** Design
38
Added:
39
Added:
- Base OS :: Arch Linux
40
Added:
- Connectivity :: connman
41
Added:
- Window manager :: dwm
42
Added:
- Compositing :: picom
43
Added:
- Terminal :: st
44
Added:
- Main editor :: Spacemacs
45
Added:
- File manager :: Thunar
46
Added:
- Desktop background & image preview :: feh
47
Added:
- GTK theme :: ark
48
Added:
- Sound management :: pavucontrol
49
Added:
- Themme management :: lxappearance
50
Added:
51
Added:
52
Added:
* Guix
53
Added:
54
Added:
55
Added:
* Debian
wiki/linux/index.html
@@ -0,0 +1,254 @@
1
Added:
<?xml version="1.0" encoding="utf-8"?>
2
Added:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
Added:
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
Added:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
Added:
<head>
6
Added:
<!-- 2022-03-13 Sun 20:18 -->
7
Added:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
Added:
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
Added:
<title>Linux</title>
10
Added:
<meta name="generator" content="Org mode" />
11
Added:
<meta name="author" content="Marius Peter" />
12
Added:
<meta name="description" content="The most prevalent operating system---except on desktops..."
13
Added:
/>
14
Added:
<meta name="keywords" content="mlnp, wiki, linux, programming languages, bash, python" />
15
Added:
<style type="text/css">
16
Added:
<!--/*--><![CDATA[/*><!--*/
17
Added:
.title { text-align: center;
18
Added:
margin-bottom: .2em; }
19
Added:
.subtitle { text-align: center;
20
Added:
font-size: medium;
21
Added:
font-weight: bold;
22
Added:
margin-top:0; }
23
Added:
.todo { font-family: monospace; color: red; }
24
Added:
.done { font-family: monospace; color: green; }
25
Added:
.priority { font-family: monospace; color: orange; }
26
Added:
.tag { background-color: #eee; font-family: monospace;
27
Added:
padding: 2px; font-size: 80%; font-weight: normal; }
28
Added:
.timestamp { color: #bebebe; }
29
Added:
.timestamp-kwd { color: #5f9ea0; }
30
Added:
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
31
Added:
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
32
Added:
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
33
Added:
.underline { text-decoration: underline; }
34
Added:
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
Added:
p.verse { margin-left: 3%; }
36
Added:
pre {
37
Added:
border: 1px solid #ccc;
38
Added:
box-shadow: 3px 3px 3px #eee;
39
Added:
padding: 8pt;
40
Added:
font-family: monospace;
41
Added:
overflow: auto;
42
Added:
margin: 1.2em;
43
Added:
}
44
Added:
pre.src {
45
Added:
position: relative;
46
Added:
overflow: auto;
47
Added:
padding-top: 1.2em;
48
Added:
}
49
Added:
pre.src:before {
50
Added:
display: none;
51
Added:
position: absolute;
52
Added:
background-color: white;
53
Added:
top: -10px;
54
Added:
right: 10px;
55
Added:
padding: 3px;
56
Added:
border: 1px solid black;
57
Added:
}
58
Added:
pre.src:hover:before { display: inline; margin-top: 14px;}
59
Added:
/* Languages per Org manual */
60
Added:
pre.src-asymptote:before { content: 'Asymptote'; }
61
Added:
pre.src-awk:before { content: 'Awk'; }
62
Added:
pre.src-C:before { content: 'C'; }
63
Added:
/* pre.src-C++ doesn't work in CSS */
64
Added:
pre.src-clojure:before { content: 'Clojure'; }
65
Added:
pre.src-css:before { content: 'CSS'; }
66
Added:
pre.src-D:before { content: 'D'; }
67
Added:
pre.src-ditaa:before { content: 'ditaa'; }
68
Added:
pre.src-dot:before { content: 'Graphviz'; }
69
Added:
pre.src-calc:before { content: 'Emacs Calc'; }
70
Added:
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71
Added:
pre.src-fortran:before { content: 'Fortran'; }
72
Added:
pre.src-gnuplot:before { content: 'gnuplot'; }
73
Added:
pre.src-haskell:before { content: 'Haskell'; }
74
Added:
pre.src-hledger:before { content: 'hledger'; }
75
Added:
pre.src-java:before { content: 'Java'; }
76
Added:
pre.src-js:before { content: 'Javascript'; }
77
Added:
pre.src-latex:before { content: 'LaTeX'; }
78
Added:
pre.src-ledger:before { content: 'Ledger'; }
79
Added:
pre.src-lisp:before { content: 'Lisp'; }
80
Added:
pre.src-lilypond:before { content: 'Lilypond'; }
81
Added:
pre.src-lua:before { content: 'Lua'; }
82
Added:
pre.src-matlab:before { content: 'MATLAB'; }
83
Added:
pre.src-mscgen:before { content: 'Mscgen'; }
84
Added:
pre.src-ocaml:before { content: 'Objective Caml'; }
85
Added:
pre.src-octave:before { content: 'Octave'; }
86
Added:
pre.src-org:before { content: 'Org mode'; }
87
Added:
pre.src-oz:before { content: 'OZ'; }
88
Added:
pre.src-plantuml:before { content: 'Plantuml'; }
89
Added:
pre.src-processing:before { content: 'Processing.js'; }
90
Added:
pre.src-python:before { content: 'Python'; }
91
Added:
pre.src-R:before { content: 'R'; }
92
Added:
pre.src-ruby:before { content: 'Ruby'; }
93
Added:
pre.src-sass:before { content: 'Sass'; }
94
Added:
pre.src-scheme:before { content: 'Scheme'; }
95
Added:
pre.src-screen:before { content: 'Gnu Screen'; }
96
Added:
pre.src-sed:before { content: 'Sed'; }
97
Added:
pre.src-sh:before { content: 'shell'; }
98
Added:
pre.src-sql:before { content: 'SQL'; }
99
Added:
pre.src-sqlite:before { content: 'SQLite'; }
100
Added:
/* additional languages in org.el's org-babel-load-languages alist */
101
Added:
pre.src-forth:before { content: 'Forth'; }
102
Added:
pre.src-io:before { content: 'IO'; }
103
Added:
pre.src-J:before { content: 'J'; }
104
Added:
pre.src-makefile:before { content: 'Makefile'; }
105
Added:
pre.src-maxima:before { content: 'Maxima'; }
106
Added:
pre.src-perl:before { content: 'Perl'; }
107
Added:
pre.src-picolisp:before { content: 'Pico Lisp'; }
108
Added:
pre.src-scala:before { content: 'Scala'; }
109
Added:
pre.src-shell:before { content: 'Shell Script'; }
110
Added:
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
111
Added:
/* additional language identifiers per "defun org-babel-execute"
112
Added:
in ob-*.el */
113
Added:
pre.src-cpp:before { content: 'C++'; }
114
Added:
pre.src-abc:before { content: 'ABC'; }
115
Added:
pre.src-coq:before { content: 'Coq'; }
116
Added:
pre.src-groovy:before { content: 'Groovy'; }
117
Added:
/* additional language identifiers from org-babel-shell-names in
118
Added:
ob-shell.el: ob-shell is the only babel language using a lambda to put
119
Added:
the execution function name together. */
120
Added:
pre.src-bash:before { content: 'bash'; }
121
Added:
pre.src-csh:before { content: 'csh'; }
122
Added:
pre.src-ash:before { content: 'ash'; }
123
Added:
pre.src-dash:before { content: 'dash'; }
124
Added:
pre.src-ksh:before { content: 'ksh'; }
125
Added:
pre.src-mksh:before { content: 'mksh'; }
126
Added:
pre.src-posh:before { content: 'posh'; }
127
Added:
/* Additional Emacs modes also supported by the LaTeX listings package */
128
Added:
pre.src-ada:before { content: 'Ada'; }
129
Added:
pre.src-asm:before { content: 'Assembler'; }
130
Added:
pre.src-caml:before { content: 'Caml'; }
131
Added:
pre.src-delphi:before { content: 'Delphi'; }
132
Added:
pre.src-html:before { content: 'HTML'; }
133
Added:
pre.src-idl:before { content: 'IDL'; }
134
Added:
pre.src-mercury:before { content: 'Mercury'; }
135
Added:
pre.src-metapost:before { content: 'MetaPost'; }
136
Added:
pre.src-modula-2:before { content: 'Modula-2'; }
137
Added:
pre.src-pascal:before { content: 'Pascal'; }
138
Added:
pre.src-ps:before { content: 'PostScript'; }
139
Added:
pre.src-prolog:before { content: 'Prolog'; }
140
Added:
pre.src-simula:before { content: 'Simula'; }
141
Added:
pre.src-tcl:before { content: 'tcl'; }
142
Added:
pre.src-tex:before { content: 'TeX'; }
143
Added:
pre.src-plain-tex:before { content: 'Plain TeX'; }
144
Added:
pre.src-verilog:before { content: 'Verilog'; }
145
Added:
pre.src-vhdl:before { content: 'VHDL'; }
146
Added:
pre.src-xml:before { content: 'XML'; }
147
Added:
pre.src-nxml:before { content: 'XML'; }
148
Added:
/* add a generic configuration mode; LaTeX export needs an additional
149
Added:
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
150
Added:
pre.src-conf:before { content: 'Configuration File'; }
151
Added:
152
Added:
table { border-collapse:collapse; }
153
Added:
caption.t-above { caption-side: top; }
154
Added:
caption.t-bottom { caption-side: bottom; }
155
Added:
td, th { vertical-align:top; }
156
Added:
th.org-right { text-align: center; }
157
Added:
th.org-left { text-align: center; }
158
Added:
th.org-center { text-align: center; }
159
Added:
td.org-right { text-align: right; }
160
Added:
td.org-left { text-align: left; }
161
Added:
td.org-center { text-align: center; }
162
Added:
dt { font-weight: bold; }
163
Added:
.footpara { display: inline; }
164
Added:
.footdef { margin-bottom: 1em; }
165
Added:
.figure { padding: 1em; }
166
Added:
.figure p { text-align: center; }
167
Added:
.equation-container {
168
Added:
display: table;
169
Added:
text-align: center;
170
Added:
width: 100%;
171
Added:
}
172
Added:
.equation {
173
Added:
vertical-align: middle;
174
Added:
}
175
Added:
.equation-label {
176
Added:
display: table-cell;
177
Added:
text-align: right;
178
Added:
vertical-align: middle;
179
Added:
}
180
Added:
.inlinetask {
181
Added:
padding: 10px;
182
Added:
border: 2px solid gray;
183
Added:
margin: 10px;
184
Added:
background: #ffffcc;
185
Added:
}
186
Added:
#org-div-home-and-up
187
Added:
{ text-align: right; font-size: 70%; white-space: nowrap; }
188
Added:
textarea { overflow-x: auto; }
189
Added:
.linenr { font-size: smaller }
190
Added:
.code-highlighted { background-color: #ffff00; }
191
Added:
.org-info-js_info-navigation { border-style: none; }
192
Added:
#org-info-js_console-label
193
Added:
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
194
Added:
.org-info-js_search-highlight
195
Added:
{ background-color: #ffff00; color: #000000; font-weight: bold; }
196
Added:
.org-svg { width: 90%; }
197
Added:
/*]]>*/-->
198
Added:
</style>
199
Added:
<script type="text/javascript">
200
Added:
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
201
Added:
<!--/*--><![CDATA[/*><!--*/
202
Added:
function CodeHighlightOn(elem, id)
203
Added:
{
204
Added:
var target = document.getElementById(id);
205
Added:
if(null != target) {
206
Added:
elem.classList.add("code-highlighted");
207
Added:
target.classList.add("code-highlighted");
208
Added:
}
209
Added:
}
210
Added:
function CodeHighlightOff(elem, id)
211
Added:
{
212
Added:
var target = document.getElementById(id);
213
Added:
if(null != target) {
214
Added:
elem.classList.remove("code-highlighted");
215
Added:
target.classList.remove("code-highlighted");
216
Added:
}
217
Added:
}
218
Added:
/*]]>*///-->
219
Added:
// @license-end
220
Added:
</script>
221
Added:
</head>
222
Added:
<body>
223
Added:
<div id="org-div-home-and-up">
224
Added:
<a accesskey="h" href="../index.html"> UP </a>
225
Added:
|
226
Added:
<a accesskey="H" href="https://mlnp.fr"> HOME </a>
227
Added:
</div><div id="content">
228
Added:
<h1 class="title">Linux
229
Added:
<br />
230
Added:
<span class="subtitle">The most prevalent operating system—except on desktops…</span>
231
Added:
</h1>
232
Added:
<div class="abstract" id="orgb9ce1f1">
233
Added:
<p>
234
Added:
Emacs is a Lisp evaluation environment most often used as a text
235
Added:
editor.
236
Added:
</p>
237
Added:
238
Added:
</div>
239
Added:
240
Added:
241
Added:
<div class="org-center">
242
Added:
<p>
243
Added:
<a href="https://www.gnu.org/software/emacs/">https://www.gnu.org/software/emacs/</a>
244
Added:
</p>
245
Added:
</div>
246
Added:
</div>
247
Added:
<div id="postamble" class="status">
248
Added:
<p class="date">Date: 2022-03-13 Sun 00:00</p>
249
Added:
<p class="author">Author: Marius Peter</p>
250
Added:
<p class="date">Created: 2022-03-13 Sun 20:18</p>
251
Added:
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
252
Added:
</div>
253
Added:
</body>
254
Added:
</html>
wiki/linux/index.org
@@ -0,0 +1,3 @@
1
Added:
#+TITLE: Sitemap for project wiki---linux
2
Added:
3
Added:
- [[file:distro-ideas.org][Distribution ideas]]
wiki/programming/index.org
@@ -0,0 +1,2 @@
1
Added:
#+TITLE: Sitemap for project wiki---programming
2
Added:
wiki/typography/importance-of-typography.org
@@ -0,0 +1,22 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: The importance of Typography
4
Added:
#+SUBTITLE: It's all about effective communication.
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-24 Thu>
7
Added:
#+OPTIONS: toc:nil
8
Added:
#+FILETAGS: typography
9
Added:
10
Added:
#+DESCRIPTION: The importance of typography in web design and print; it's all about effective communication.
11
Added:
#+KEYWORDS: typography fonts web design print
12
Added:
13
Added:
# +TOC: headlines 2
14
Added:
15
Added:
16
Added:
#+begin_abstract
17
Added:
Good typography is like good fashion: it is most effective when it
18
Added:
goes unnoticed and serves only to put in value its content---its /wearer/!
19
Added:
#+end_abstract
20
Added:
21
Added:
22
Added:
* TODO Introduction
wiki/typography/index.org
@@ -0,0 +1,5 @@
1
Added:
#+TITLE: Sitemap for project wiki---typography
2
Added:
3
Added:
- [[file:fonts.org][Fonts]]
4
Added:
- [[file:national-typefaces.org][National typefaces]]
5
Added:
- [[file:importance-of-typography.org][The importance of Typography]]
wiki/typography/national-typefaces.org
@@ -0,0 +1,21 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: National typefaces
4
Added:
#+SUBTITLE: States also need to convey identity via their typography!
5
Added:
#+AUTHOR: Marius Peter
6
Added:
#+DATE: <2022-03-25 Fri>
7
Added:
#+OPTIONS: toc:nil
8
Added:
#+FILETAGS: typography
9
Added:
10
Added:
#+DESCRIPTION: Typefaces used by state and country governments.
11
Added:
12
Added:
# +TOC: headlines 2
13
Added:
14
Added:
15
Added:
#+begin_abstract
16
Added:
Some countries use a bespoke font for official government
17
Added:
communications.
18
Added:
#+end_abstract
19
Added:
20
Added:
21
Added:
* TODO Introduction