Lots of wiki reorg & new files!

Commit
5782c7c067fcd2331e74de220d404f77b766e6c6
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
wiki/aerospace/communication-protocols/ARINC-429.org
index 220e27df..00000000 100644..000000
@@ -1,18 +0,0 @@
1 Removed: # -*- mode: org; -*-
2 Removed:
3 Removed: #+TITLE: ARINC 429
4 Removed: #+SUBTITLE: Mark33 Digital Information Transfer System (DITS)
5 Removed: #+AUTHOR: Marius Peter
6 Removed: #+DATE: <2022-03-25 Fri>
7 Removed: #+OPTIONS: toc:nil
8 Removed:
9 Removed: #+DESCRIPTION: The ARINC 429 avionics data bus.
10 Removed:
11 Removed: #+TOC: headlines 2
12 Removed:
13 Removed:
14 Removed: #+begin_abstract
15 Removed: The =ARINC 429= technical standard defines the physical and electrical
16 Removed: interfaces of a two-wire data bus and a data protocol to support an
17 Removed: aircraft's avionics local area network.
18 Removed: #+end_abstract
wiki/aerospace/communication-protocols/CAN-bus.html
index d12b8625..00000000 100644..000000
@@ -1,335 +0,0 @@
1 Removed: <?xml version="1.0" encoding="utf-8"?>
2 Removed: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 Removed: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 Removed: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 Removed: <head>
6 Removed: <!-- 2022-03-25 Fri 17:49 -->
7 Removed: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 Removed: <meta name="viewport" content="width=device-width, initial-scale=1" />
9 Removed: <title>CAN bus</title>
10 Removed: <meta name="generator" content="Org mode" />
11 Removed: <meta name="author" content="Marius Peter" />
12 Removed: <meta name="keywords" content="aerospace, SAE, ARP 4754" />
13 Removed: <style type="text/css">
14 Removed: <!--/*--><![CDATA[/*><!--*/
15 Removed: .title { text-align: center;
16 Removed: margin-bottom: .2em; }
17 Removed: .subtitle { text-align: center;
18 Removed: font-size: medium;
19 Removed: font-weight: bold;
20 Removed: margin-top:0; }
21 Removed: .todo { font-family: monospace; color: red; }
22 Removed: .done { font-family: monospace; color: green; }
23 Removed: .priority { font-family: monospace; color: orange; }
24 Removed: .tag { background-color: #eee; font-family: monospace;
25 Removed: padding: 2px; font-size: 80%; font-weight: normal; }
26 Removed: .timestamp { color: #bebebe; }
27 Removed: .timestamp-kwd { color: #5f9ea0; }
28 Removed: .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
29 Removed: .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
30 Removed: .org-center { margin-left: auto; margin-right: auto; text-align: center; }
31 Removed: .underline { text-decoration: underline; }
32 Removed: #postamble p, #preamble p { font-size: 90%; margin: .2em; }
33 Removed: p.verse { margin-left: 3%; }
34 Removed: pre {
35 Removed: border: 1px solid #ccc;
36 Removed: box-shadow: 3px 3px 3px #eee;
37 Removed: padding: 8pt;
38 Removed: font-family: monospace;
39 Removed: overflow: auto;
40 Removed: margin: 1.2em;
41 Removed: }
42 Removed: pre.src {
43 Removed: position: relative;
44 Removed: overflow: auto;
45 Removed: padding-top: 1.2em;
46 Removed: }
47 Removed: pre.src:before {
48 Removed: display: none;
49 Removed: position: absolute;
50 Removed: background-color: white;
51 Removed: top: -10px;
52 Removed: right: 10px;
53 Removed: padding: 3px;
54 Removed: border: 1px solid black;
55 Removed: }
56 Removed: pre.src:hover:before { display: inline; margin-top: 14px;}
57 Removed: /* Languages per Org manual */
58 Removed: pre.src-asymptote:before { content: 'Asymptote'; }
59 Removed: pre.src-awk:before { content: 'Awk'; }
60 Removed: pre.src-C:before { content: 'C'; }
61 Removed: /* pre.src-C++ doesn't work in CSS */
62 Removed: pre.src-clojure:before { content: 'Clojure'; }
63 Removed: pre.src-css:before { content: 'CSS'; }
64 Removed: pre.src-D:before { content: 'D'; }
65 Removed: pre.src-ditaa:before { content: 'ditaa'; }
66 Removed: pre.src-dot:before { content: 'Graphviz'; }
67 Removed: pre.src-calc:before { content: 'Emacs Calc'; }
68 Removed: pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
69 Removed: pre.src-fortran:before { content: 'Fortran'; }
70 Removed: pre.src-gnuplot:before { content: 'gnuplot'; }
71 Removed: pre.src-haskell:before { content: 'Haskell'; }
72 Removed: pre.src-hledger:before { content: 'hledger'; }
73 Removed: pre.src-java:before { content: 'Java'; }
74 Removed: pre.src-js:before { content: 'Javascript'; }
75 Removed: pre.src-latex:before { content: 'LaTeX'; }
76 Removed: pre.src-ledger:before { content: 'Ledger'; }
77 Removed: pre.src-lisp:before { content: 'Lisp'; }
78 Removed: pre.src-lilypond:before { content: 'Lilypond'; }
79 Removed: pre.src-lua:before { content: 'Lua'; }
80 Removed: pre.src-matlab:before { content: 'MATLAB'; }
81 Removed: pre.src-mscgen:before { content: 'Mscgen'; }
82 Removed: pre.src-ocaml:before { content: 'Objective Caml'; }
83 Removed: pre.src-octave:before { content: 'Octave'; }
84 Removed: pre.src-org:before { content: 'Org mode'; }
85 Removed: pre.src-oz:before { content: 'OZ'; }
86 Removed: pre.src-plantuml:before { content: 'Plantuml'; }
87 Removed: pre.src-processing:before { content: 'Processing.js'; }
88 Removed: pre.src-python:before { content: 'Python'; }
89 Removed: pre.src-R:before { content: 'R'; }
90 Removed: pre.src-ruby:before { content: 'Ruby'; }
91 Removed: pre.src-sass:before { content: 'Sass'; }
92 Removed: pre.src-scheme:before { content: 'Scheme'; }
93 Removed: pre.src-screen:before { content: 'Gnu Screen'; }
94 Removed: pre.src-sed:before { content: 'Sed'; }
95 Removed: pre.src-sh:before { content: 'shell'; }
96 Removed: pre.src-sql:before { content: 'SQL'; }
97 Removed: pre.src-sqlite:before { content: 'SQLite'; }
98 Removed: /* additional languages in org.el's org-babel-load-languages alist */
99 Removed: pre.src-forth:before { content: 'Forth'; }
100 Removed: pre.src-io:before { content: 'IO'; }
101 Removed: pre.src-J:before { content: 'J'; }
102 Removed: pre.src-makefile:before { content: 'Makefile'; }
103 Removed: pre.src-maxima:before { content: 'Maxima'; }
104 Removed: pre.src-perl:before { content: 'Perl'; }
105 Removed: pre.src-picolisp:before { content: 'Pico Lisp'; }
106 Removed: pre.src-scala:before { content: 'Scala'; }
107 Removed: pre.src-shell:before { content: 'Shell Script'; }
108 Removed: pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
109 Removed: /* additional language identifiers per "defun org-babel-execute"
110 Removed: in ob-*.el */
111 Removed: pre.src-cpp:before { content: 'C++'; }
112 Removed: pre.src-abc:before { content: 'ABC'; }
113 Removed: pre.src-coq:before { content: 'Coq'; }
114 Removed: pre.src-groovy:before { content: 'Groovy'; }
115 Removed: /* additional language identifiers from org-babel-shell-names in
116 Removed: ob-shell.el: ob-shell is the only babel language using a lambda to put
117 Removed: the execution function name together. */
118 Removed: pre.src-bash:before { content: 'bash'; }
119 Removed: pre.src-csh:before { content: 'csh'; }
120 Removed: pre.src-ash:before { content: 'ash'; }
121 Removed: pre.src-dash:before { content: 'dash'; }
122 Removed: pre.src-ksh:before { content: 'ksh'; }
123 Removed: pre.src-mksh:before { content: 'mksh'; }
124 Removed: pre.src-posh:before { content: 'posh'; }
125 Removed: /* Additional Emacs modes also supported by the LaTeX listings package */
126 Removed: pre.src-ada:before { content: 'Ada'; }
127 Removed: pre.src-asm:before { content: 'Assembler'; }
128 Removed: pre.src-caml:before { content: 'Caml'; }
129 Removed: pre.src-delphi:before { content: 'Delphi'; }
130 Removed: pre.src-html:before { content: 'HTML'; }
131 Removed: pre.src-idl:before { content: 'IDL'; }
132 Removed: pre.src-mercury:before { content: 'Mercury'; }
133 Removed: pre.src-metapost:before { content: 'MetaPost'; }
134 Removed: pre.src-modula-2:before { content: 'Modula-2'; }
135 Removed: pre.src-pascal:before { content: 'Pascal'; }
136 Removed: pre.src-ps:before { content: 'PostScript'; }
137 Removed: pre.src-prolog:before { content: 'Prolog'; }
138 Removed: pre.src-simula:before { content: 'Simula'; }
139 Removed: pre.src-tcl:before { content: 'tcl'; }
140 Removed: pre.src-tex:before { content: 'TeX'; }
141 Removed: pre.src-plain-tex:before { content: 'Plain TeX'; }
142 Removed: pre.src-verilog:before { content: 'Verilog'; }
143 Removed: pre.src-vhdl:before { content: 'VHDL'; }
144 Removed: pre.src-xml:before { content: 'XML'; }
145 Removed: pre.src-nxml:before { content: 'XML'; }
146 Removed: /* add a generic configuration mode; LaTeX export needs an additional
147 Removed: (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
148 Removed: pre.src-conf:before { content: 'Configuration File'; }
149 Removed:
150 Removed: table { border-collapse:collapse; }
151 Removed: caption.t-above { caption-side: top; }
152 Removed: caption.t-bottom { caption-side: bottom; }
153 Removed: td, th { vertical-align:top; }
154 Removed: th.org-right { text-align: center; }
155 Removed: th.org-left { text-align: center; }
156 Removed: th.org-center { text-align: center; }
157 Removed: td.org-right { text-align: right; }
158 Removed: td.org-left { text-align: left; }
159 Removed: td.org-center { text-align: center; }
160 Removed: dt { font-weight: bold; }
161 Removed: .footpara { display: inline; }
162 Removed: .footdef { margin-bottom: 1em; }
163 Removed: .figure { padding: 1em; }
164 Removed: .figure p { text-align: center; }
165 Removed: .equation-container {
166 Removed: display: table;
167 Removed: text-align: center;
168 Removed: width: 100%;
169 Removed: }
170 Removed: .equation {
171 Removed: vertical-align: middle;
172 Removed: }
173 Removed: .equation-label {
174 Removed: display: table-cell;
175 Removed: text-align: right;
176 Removed: vertical-align: middle;
177 Removed: }
178 Removed: .inlinetask {
179 Removed: padding: 10px;
180 Removed: border: 2px solid gray;
181 Removed: margin: 10px;
182 Removed: background: #ffffcc;
183 Removed: }
184 Removed: #org-div-home-and-up
185 Removed: { text-align: right; font-size: 70%; white-space: nowrap; }
186 Removed: textarea { overflow-x: auto; }
187 Removed: .linenr { font-size: smaller }
188 Removed: .code-highlighted { background-color: #ffff00; }
189 Removed: .org-info-js_info-navigation { border-style: none; }
190 Removed: #org-info-js_console-label
191 Removed: { font-size: 10px; font-weight: bold; white-space: nowrap; }
192 Removed: .org-info-js_search-highlight
193 Removed: { background-color: #ffff00; color: #000000; font-weight: bold; }
194 Removed: .org-svg { width: 90%; }
195 Removed: /*]]>*/-->
196 Removed: </style>
197 Removed: <script type="text/javascript">
198 Removed: // @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
199 Removed: <!--/*--><![CDATA[/*><!--*/
200 Removed: function CodeHighlightOn(elem, id)
201 Removed: {
202 Removed: var target = document.getElementById(id);
203 Removed: if(null != target) {
204 Removed: elem.classList.add("code-highlighted");
205 Removed: target.classList.add("code-highlighted");
206 Removed: }
207 Removed: }
208 Removed: function CodeHighlightOff(elem, id)
209 Removed: {
210 Removed: var target = document.getElementById(id);
211 Removed: if(null != target) {
212 Removed: elem.classList.remove("code-highlighted");
213 Removed: target.classList.remove("code-highlighted");
214 Removed: }
215 Removed: }
216 Removed: /*]]>*///-->
217 Removed: // @license-end
218 Removed: </script>
219 Removed: </head>
220 Removed: <body>
221 Removed: <div id="content">
222 Removed: <h1 class="title">CAN bus
223 Removed: <br />
224 Removed: <span class="subtitle">A robust vehicle bus to enable hostless microcontroller communication.</span>
225 Removed: </h1>
226 Removed: <div id="table-of-contents">
227 Removed: <h2>Table of Contents</h2>
228 Removed: <div id="text-table-of-contents">
229 Removed: <ul>
230 Removed: <li><a href="#org1795fae">1. Introduction</a></li>
231 Removed: <li><a href="#org9671f8c">2. Main topics</a></li>
232 Removed: </ul>
233 Removed: </div>
234 Removed: </div>
235 Removed:
236 Removed:
237 Removed: <div class="abstract" id="orgf3fc46c">
238 Removed: <p>
239 Removed: ARP4754 is a guidance issued by SAE.
240 Removed: </p>
241 Removed:
242 Removed: </div>
243 Removed:
244 Removed:
245 Removed: <div id="outline-container-org1795fae" class="outline-2">
246 Removed: <h2 id="org1795fae"><span class="section-number-2">1</span> Introduction</h2>
247 Removed: <div class="outline-text-2" id="text-1">
248 Removed: <p>
249 Removed: <a href="https://www.sae.org/standards/content/arp4754a/">https://www.sae.org/standards/content/arp4754a/</a>
250 Removed: </p>
251 Removed: </div>
252 Removed: </div>
253 Removed:
254 Removed:
255 Removed: <div id="outline-container-org9671f8c" class="outline-2">
256 Removed: <h2 id="org9671f8c"><span class="section-number-2">2</span> Main topics</h2>
257 Removed: <div class="outline-text-2" id="text-2">
258 Removed: <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
259 Removed:
260 Removed:
261 Removed: <colgroup>
262 Removed: <col class="org-right" />
263 Removed:
264 Removed: <col class="org-left" />
265 Removed:
266 Removed: <col class="org-left" />
267 Removed: </colgroup>
268 Removed: <thead>
269 Removed: <tr>
270 Removed: <th scope="col" class="org-right">§</th>
271 Removed: <th scope="col" class="org-left">Theme</th>
272 Removed: <th scope="col" class="org-left">Description</th>
273 Removed: </tr>
274 Removed: </thead>
275 Removed: <tbody>
276 Removed: <tr>
277 Removed: <td class="org-right">1</td>
278 Removed: <td class="org-left">Development</td>
279 Removed: <td class="org-left">&#xa0;</td>
280 Removed: </tr>
281 Removed:
282 Removed: <tr>
283 Removed: <td class="org-right">2</td>
284 Removed: <td class="org-left">Safety</td>
285 Removed: <td class="org-left">&#xa0;</td>
286 Removed: </tr>
287 Removed:
288 Removed: <tr>
289 Removed: <td class="org-right">3</td>
290 Removed: <td class="org-left">Requirements mgmt.</td>
291 Removed: <td class="org-left">&#xa0;</td>
292 Removed: </tr>
293 Removed:
294 Removed: <tr>
295 Removed: <td class="org-right">4</td>
296 Removed: <td class="org-left">Validation</td>
297 Removed: <td class="org-left">&#xa0;</td>
298 Removed: </tr>
299 Removed:
300 Removed: <tr>
301 Removed: <td class="org-right">5</td>
302 Removed: <td class="org-left">Verification</td>
303 Removed: <td class="org-left">&#xa0;</td>
304 Removed: </tr>
305 Removed:
306 Removed: <tr>
307 Removed: <td class="org-right">6</td>
308 Removed: <td class="org-left">Configuration mgmt.</td>
309 Removed: <td class="org-left">&#xa0;</td>
310 Removed: </tr>
311 Removed:
312 Removed: <tr>
313 Removed: <td class="org-right">7</td>
314 Removed: <td class="org-left">Process assurance</td>
315 Removed: <td class="org-left">&#xa0;</td>
316 Removed: </tr>
317 Removed:
318 Removed: <tr>
319 Removed: <td class="org-right">8</td>
320 Removed: <td class="org-left">Certification</td>
321 Removed: <td class="org-left">&#xa0;</td>
322 Removed: </tr>
323 Removed: </tbody>
324 Removed: </table>
325 Removed: </div>
326 Removed: </div>
327 Removed: </div>
328 Removed: <div id="postamble" class="status">
329 Removed: <p class="date">Date: 2022-03-25 Fri 00:00</p>
330 Removed: <p class="author">Author: Marius Peter</p>
331 Removed: <p class="date">Created: 2022-03-25 Fri 17:49</p>
332 Removed: <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
333 Removed: </div>
334 Removed: </body>
335 Removed: </html>
wiki/aerospace/communication-protocols/CAN-bus.org
index 2abbd23e..00000000 100644..000000
@@ -1,18 +0,0 @@
1 Removed: # -*- mode: org; -*-
2 Removed:
3 Removed: #+TITLE: CAN bus
4 Removed: #+SUBTITLE: A robust vehicle bus to enable hostless microcontroller communication.
5 Removed: #+AUTHOR: Marius Peter
6 Removed: #+DATE: <2022-03-25 Fri>
7 Removed: #+OPTIONS: toc:nil
8 Removed:
9 Removed: #+DESCRIPTION: CAN bus: a robust vehicle bus to enable hostless microcontroller communication.
10 Removed:
11 Removed: #+TOC: headlines 2
12 Removed:
13 Removed:
14 Removed: #+begin_abstract
15 Removed: The CAN bus design solves several engineering challenges, namely how
16 Removed: to minimize copper usage in vehicle microcontroller communication
17 Removed: lines.
18 Removed: #+end_abstract
wiki/aerospace/designing-aircraft.org
index a3ebb3d7..00000000 100644..000000
@@ -1,19 +0,0 @@
1 Removed: # -*- mode: org; -*-
2 Removed:
3 Removed: #+TITLE: Designing aircraft
4 Removed: #+SUBTITLE: How does one design an aircraft?
5 Removed: #+AUTHOR: Marius Peter
6 Removed: #+DATE: <2022-03-01 Tue>
7 Removed: #+EMAIL: mlnp@tuta.io
8 Removed: #+OPTIONS: toc:nil
9 Removed:
10 Removed: #+DESCRIPTION: aircraft design tutorial
11 Removed: #+KEYWORDS: aerospace design
12 Removed:
13 Removed: #+TOC: headlines 2
14 Removed:
15 Removed:
16 Removed: #+begin_abstract
17 Removed: The DO-160 document is a standard for environmental testing for
18 Removed: airborne equipment published by the RTCA.
19 Removed: #+end_abstract
wiki/aerospace/index.org
index 77a2482c..00000000 100644..000000
@@ -1,10 +0,0 @@
1 Removed: #+TITLE: Sitemap for project wiki---aerospace
2 Removed:
3 Removed: - [[file:designing-aircraft.org][Designing aircraft]]
4 Removed: - [[file:v-model.org][V-model]]
5 Removed: - communication-protocols
6 Removed: - [[file:communication-protocols/ARINC-429.org][ARINC 429]]
7 Removed: - [[file:communication-protocols/CAN-bus.org][CAN bus]]
8 Removed: - standard
9 Removed: - [[file:standard/ARP4754.org][ARP4754]]
10 Removed: - [[file:standard/DO-160.org][DO-160]]
wiki/aerospace/index.org.bkp
index e4c161e2..00000000 100644..000000
@@ -1,23 +0,0 @@
1 Removed: # -*- mode: org; -*-
2 Removed:
3 Removed: #+TITLE: Aerospace
4 Removed: #+SUBTITLE: Various topics around aerospace engineering.
5 Removed: #+AUTHOR: Marius Peter
6 Removed: #+DATE: <2022-03-12 Sat>
7 Removed: #+OPTIONS: toc:nil
8 Removed:
9 Removed: #+DESCRIPTION: Various topics around aerospace engineering.
10 Removed: #+HTML_LINK_UP: ../index.html
11 Removed: #+HTML_LINK_HOME: https://mlnp.fr
12 Removed:
13 Removed:
14 Removed: #+begin_abstract
15 Removed: Aerospace is amongst my main centers of interest, I am very fortunate
16 Removed: to be able to work in this domain.
17 Removed: #+end_abstract
18 Removed:
19 Removed:
20 Removed: * Main pages
21 Removed:
22 Removed: - [[file:designing-aircraft.org][Designing Aircraft]]
23 Removed: - [[file:v-model.org][The V-model]]
wiki/aerospace/standard/ARP4754.org
index fa7a5e19..00000000 100644..000000
@@ -1,36 +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: * Introduction
21 Removed:
22 Removed: https://www.sae.org/standards/content/arp4754a/
23 Removed:
24 Removed:
25 Removed: * Main topics
26 Removed:
27 Removed: | § | Theme | Description |
28 Removed: |---+---------------------+-------------|
29 Removed: | 1 | Development | |
30 Removed: | 2 | Safety | |
31 Removed: | 3 | Requirements mgmt. | |
32 Removed: | 4 | Validation | |
33 Removed: | 5 | Verification | |
34 Removed: | 6 | Configuration mgmt. | |
35 Removed: | 7 | Process assurance | |
36 Removed: | 8 | Certification | |
wiki/aerospace/standard/DO-160.org
index ea6f19b4..00000000 100644..000000
@@ -1,108 +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: #+DESCRIPTION: Environmental Conditions and Test Procedures for Airborne Equipment.
11 Removed: #+KEYWORDS: aerospace, rtca, DO-160
12 Removed:
13 Removed:
14 Removed: #+TOC: headlines 2
15 Removed:
16 Removed:
17 Removed: #+begin_abstract
18 Removed: The DO-160 document is a standard for environmental testing for
19 Removed: airborne equipment published by the RTCA.
20 Removed: #+end_abstract
21 Removed:
22 Removed:
23 Removed: * Introduction
24 Removed:
25 Removed: https://do160.org/rtca-do-160g/
26 Removed:
27 Removed:
28 Removed: * Equipment categories
29 Removed:
30 Removed: Equipments are categorized as a function of the environments to which
31 Removed: they are subjected during normal operation.
32 Removed:
33 Removed:
34 Removed: * Sections
35 Removed:
36 Removed: Sections 7 and 8 are aircraft dependent.
37 Removed:
38 Removed:
39 Removed: ** List
40 Removed: :PROPERTIES:
41 Removed: :HTML_CONTAINER_CLASS: big-table
42 Removed: :END:
43 Removed:
44 Removed: #+NAME: sections
45 Removed: #+CAPTION: List of DO-160 section.
46 Removed: | § | Name | Concerns the effects of... | Parameters of interest |
47 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
48 Removed: | 1 | /Introductory sections/ | /N/A/ | /N/A/ |
49 Removed: | 2 | | | |
50 Removed: | 3 | | | |
51 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
52 Removed: | 4 | Temperature | Temperature on the system. | Temperature, condensation. |
53 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
54 Removed: | 4 | Altitude | Altitude & cabin depressurization on performance. | Dielectric strength, (rapidly) varying air pressure. |
55 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
56 Removed: | 5 | Temperature Variation | Extreme temperature changes. | Temperature delta, thermal expansion coefficients. |
57 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
58 Removed: | 6 | Humidity | High concentrations of humidity; ability to withstand moisture effects.[fn:1] | Hygrometry. |
59 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
60 Removed: | 7 | Shock & Crash safety | Mechanical shock. Ensures the item does not become a projectile in a crash. | Potential for projectile behavior. |
61 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
62 Removed: | 8 | Vibration | Vibrations. | Normal operation in all vibration scenarios. |
63 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
64 Removed: | 9 | Explosion proofness | Vacuum + gaseous mixture of combustibles. | The unit must be operable without igniting the environment. |
65 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
66 Removed: | 10 | Water proofness | Dripping water or pooled water. | Normal operation after exposure. |
67 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
68 Removed: | 11 | Fluids susceptibility | Various fluids including carbonated sugared beverages and cleaners/solvents. | Normal operation after exposure. |
69 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
70 Removed: | 12 | Sand & Dust | Blowing sand and dust of specific particle sizes. | Normal operation after exposure. |
71 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
72 Removed: | 13 | Fungus Resistance | Fungi under conditions favorable for their development.[fn:3] | Fungal proliferation. |
73 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
74 Removed: | 14 | Salt & Fog | Multiple exposures of salt fog and drying; environmentally accelerated corrosion. | Normal operation after exposure. |
75 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
76 Removed: | 15 | Magnetic effect | Magnetic effects on the aircraft's compass. | Normal aircraft compass function. |
77 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
78 Removed: | 16 | Power input | Input power emissions, susceptibility, transients, drop-outs, hold-up.[fn:2] | Voltage, current, phase. |
79 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
80 Removed: | 17 | Voltage spike | Voltage spikes caused by input power. | AC/DC voltage. |
81 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
82 Removed: | 18 | Audio Frequency Conducted Susceptibility | Frequency components during normal operation. | Power source harmonics. |
83 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
84 Removed: | 19 | Induced Signal Susceptibility | Induced voltages in the equipment interconnect circuit configuration. | power frequency harmonics; audio frequency signals, electrical transients. |
85 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
86 Removed: | 20 | RF emission and susceptibility | Normal operation on radio frequency emission energy and susceptibility. | |
87 Removed: | 21 | | | |
88 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
89 Removed: | 22 | Lightning susceptibility | Direct and indirect effects, depending on location. | induced transients in the airframe or wire bundle. |
90 Removed: | 23 | | | |
91 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
92 Removed: | 24 | Icing | Icing conditions arising from rapid changes in temperature, altitude and humidity. | Presence of ice. |
93 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
94 Removed: | 25 | ESD | ESD in handling and operation. | ESD. |
95 Removed: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
96 Removed: | 26 | Flammability | Normal operation on presenting a fire hazard. | Normal operation not causing a fire. |
97 Removed:
98 Removed:
99 Removed: * Footnotes
100 Removed:
101 Removed: [fn:3] This includes high humidity, a warm atmosphere, and the
102 Removed: presence of inorganic salts.
103 Removed:
104 Removed: [fn:2] Full flight mission must be considered, from prior to the
105 Removed: engine start, to after landing---including emergencies.
106 Removed:
107 Removed: [fn:1] Moisture sensitive devices may experience issues with this test
108 Removed: and require conformal coat or other types of protection.
wiki/aerospace/v-model.org
index 6addaca9..00000000 100644..000000
@@ -1,42 +0,0 @@
1 Removed: # -*- mode: org; -*-
2 Removed:
3 Removed: #+TITLE: V-model
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, systems, development, engineering, model
11 Removed:
12 Removed: #+TOC: headlines 2
13 Removed:
14 Removed:
15 Removed: #+begin_abstract
16 Removed: The V-model represents the lifecycle of a system's development.
17 Removed: #+end_abstract
18 Removed:
19 Removed:
20 Removed: * TODO Representation
21 Removed:
22 Removed: This is the graphical representation of the v-model.
23 Removed:
24 Removed: #+NAME: v-model
25 Removed: #+BEGIN_SRC plantuml :file ../images/v-model.png :cache yes
26 Removed: @startuml
27 Removed: !theme cerulean-outline
28 Removed: actor Operator as operational
29 Removed: collections Functions as functional
30 Removed: control Logic as logical
31 Removed: boundary Physical as physical
32 Removed:
33 Removed: operational -> functional: Requirements
34 Removed: functional -> logical: Specification
35 Removed: logical -> physical: Build plan
36 Removed: physical -> logical
37 Removed: logical -> functional
38 Removed: functional -> operational
39 Removed: #+END_SRC
40 Removed:
41 Removed: #+RESULTS[7e1fc2faaeb214ca241c5b4126d06cab1818ac52]: v-model
42 Removed: [[file:../images/v-model.png]]
wiki/engineering/aerospace/designing-aircraft.org
index 00000000..627322c6 000000..100644
@@ -0,0 +1,16 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Designing aircraft
4 Added: #+SUBTITLE: How does one design an aircraft?
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-01 Tue>
7 Added: #+EMAIL: mlnp@tuta.io
8 Added:
9 Added: #+DESCRIPTION: aircraft design tutorial.
10 Added: #+KEYWORDS: aerospace design
11 Added:
12 Added:
13 Added: #+begin_abstract
14 Added: The DO-160 document is a standard for environmental testing for
15 Added: airborne equipment published by the RTCA.
16 Added: #+end_abstract
wiki/engineering/aerospace/protocols/ARINC-429.org
index 00000000..220e27df 000000..100644
@@ -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/engineering/aerospace/protocols/CAN-bus.org
index 00000000..2abbd23e 000000..100644
@@ -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/engineering/aerospace/standards/ARP4754.org
index 00000000..fa7a5e19 000000..100644
@@ -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/engineering/aerospace/standards/DO-160.org
index 00000000..2e9f60ff 000000..100644
@@ -0,0 +1,104 @@
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:
9 Added: #+DESCRIPTION: Environmental Conditions and Test Procedures for Airborne Equipment.
10 Added: #+KEYWORDS: aerospace, rtca, DO-160
11 Added:
12 Added:
13 Added: #+begin_abstract
14 Added: The DO-160 document is a standard for environmental testing for
15 Added: airborne equipment published by the RTCA.
16 Added: #+end_abstract
17 Added:
18 Added:
19 Added: * Introduction
20 Added:
21 Added: https://do160.org/rtca-do-160g/
22 Added:
23 Added:
24 Added: * Equipment categories
25 Added:
26 Added: Equipments are categorized as a function of the environments to which
27 Added: they are subjected during normal operation.
28 Added:
29 Added:
30 Added: * Sections
31 Added:
32 Added: Sections 7 and 8 are aircraft dependent.
33 Added:
34 Added:
35 Added: ** List
36 Added: :PROPERTIES:
37 Added: :HTML_CONTAINER_CLASS: big-table
38 Added: :END:
39 Added:
40 Added: #+NAME: sections
41 Added: #+CAPTION: List of DO-160 section.
42 Added: | § | Name | Concerns the effects of... | Parameters of interest |
43 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
44 Added: | 1 | /Introductory sections/ | /N/A/ | /N/A/ |
45 Added: | 2 | | | |
46 Added: | 3 | | | |
47 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
48 Added: | 4 | Temperature | Temperature on the system. | Temperature, condensation. |
49 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
50 Added: | 4 | Altitude | Altitude & cabin depressurization on performance. | Dielectric strength, (rapidly) varying air pressure. |
51 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
52 Added: | 5 | Temperature Variation | Extreme temperature changes. | Temperature delta, thermal expansion coefficients. |
53 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
54 Added: | 6 | Humidity | High concentrations of humidity; ability to withstand moisture effects.[fn:1] | Hygrometry. |
55 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
56 Added: | 7 | Shock & Crash safety | Mechanical shock. Ensures the item does not become a projectile in a crash. | Potential for projectile behavior. |
57 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
58 Added: | 8 | Vibration | Vibrations. | Normal operation in all vibration scenarios. |
59 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
60 Added: | 9 | Explosion proofness | Vacuum + gaseous mixture of combustibles. | The unit must be operable without igniting the environment. |
61 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
62 Added: | 10 | Water proofness | Dripping water or pooled water. | Normal operation after exposure. |
63 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
64 Added: | 11 | Fluids susceptibility | Various fluids including carbonated sugared beverages and cleaners/solvents. | Normal operation after exposure. |
65 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
66 Added: | 12 | Sand & Dust | Blowing sand and dust of specific particle sizes. | Normal operation after exposure. |
67 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
68 Added: | 13 | Fungus Resistance | Fungi under conditions favorable for their development.[fn:3] | Fungal proliferation. |
69 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
70 Added: | 14 | Salt & Fog | Multiple exposures of salt fog and drying; environmentally accelerated corrosion. | Normal operation after exposure. |
71 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
72 Added: | 15 | Magnetic effect | Magnetic effects on the aircraft's compass. | Normal aircraft compass function. |
73 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
74 Added: | 16 | Power input | Input power emissions, susceptibility, transients, drop-outs, hold-up.[fn:2] | Voltage, current, phase. |
75 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
76 Added: | 17 | Voltage spike | Voltage spikes caused by input power. | AC/DC voltage. |
77 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
78 Added: | 18 | Audio Frequency Conducted Susceptibility | Frequency components during normal operation. | Power source harmonics. |
79 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
80 Added: | 19 | Induced Signal Susceptibility | Induced voltages in the equipment interconnect circuit configuration. | power frequency harmonics; audio frequency signals, electrical transients. |
81 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
82 Added: | 20 | RF emission and susceptibility | Normal operation on radio frequency emission energy and susceptibility. | |
83 Added: | 21 | | | |
84 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
85 Added: | 22 | Lightning susceptibility | Direct and indirect effects, depending on location. | induced transients in the airframe or wire bundle. |
86 Added: | 23 | | | |
87 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
88 Added: | 24 | Icing | Icing conditions arising from rapid changes in temperature, altitude and humidity. | Presence of ice. |
89 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
90 Added: | 25 | ESD | ESD in handling and operation. | ESD. |
91 Added: |----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------|
92 Added: | 26 | Flammability | Normal operation on presenting a fire hazard. | Normal operation not causing a fire. |
93 Added:
94 Added:
95 Added: * Footnotes
96 Added:
97 Added: [fn:3] This includes high humidity, a warm atmosphere, and the
98 Added: presence of inorganic salts.
99 Added:
100 Added: [fn:2] Full flight mission must be considered, from prior to the
101 Added: engine start, to after landing---including emergencies.
102 Added:
103 Added: [fn:1] Moisture sensitive devices may experience issues with this test
104 Added: and require conformal coat or other types of protection.
wiki/engineering/amplitude-shift-keying.org
index 00000000..464e1ea8 000000..100644
@@ -0,0 +1,23 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Amplitude-shift keying
4 Added: #+SUBTITLE: A simple method for representing digital data.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-04-05 Tue>
7 Added:
8 Added: #+DESCRIPTION: Amplitude-shift keying: a simple method for representing digital data.
9 Added: #+MACRO: ASK amplitude-shift keying
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: Amplitude-shift keying enables the representation of digital data as a
14 Added: function of a carrier wave's amplitude. The earliest example of ASK
15 Added: was the [[file:morse-code.org][Morse code]], implemented as an electrical switch the operator
16 Added: could close to produce an audible tone for the listener at the other
17 Added: end of the line.
18 Added: #+end_abstract
19 Added:
20 Added:
21 Added: \begin{equation}
22 Added: e^{j\theta} = \cos(\theta) + j\sin(\theta)
23 Added: \end{equation}
wiki/engineering/index.org
index 00000000..fc4237db 000000..100644
@@ -0,0 +1,15 @@
1 Added: #+TITLE: Sitemap for project wiki---engineering
2 Added:
3 Added: - [[file:amplitude-shift-keying.org][Amplitude-shift keying]]
4 Added: - [[file:lean-six-sigma.org][Lean/Six Sigma]]
5 Added: - [[file:morse-code.org][Morse code]]
6 Added: - [[file:qam-modulation.org][Quadrature Amplitude Modulation]]
7 Added: - [[file:v-model.org][V-model]]
8 Added: - aerospace
9 Added: - [[file:aerospace/designing-aircraft.org][Designing aircraft]]
10 Added: - protocols
11 Added: - [[file:aerospace/protocols/ARINC-429.org][ARINC 429]]
12 Added: - [[file:aerospace/protocols/CAN-bus.org][CAN bus]]
13 Added: - standards
14 Added: - [[file:aerospace/standards/ARP4754.org][ARP4754]]
15 Added: - [[file:aerospace/standards/DO-160.org][DO-160]]
wiki/engineering/lean-six-sigma.org
index 00000000..dd00f213 000000..100644
@@ -0,0 +1,15 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Lean/Six Sigma
4 Added: #+SUBTITLE: A modern approach to industrial quality management.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+EMAIL: mlnp@tuta.io
8 Added:
9 Added: #+DESCRIPTION: Lean Six Sigma: a modern approach to industrial quality management.
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: Lean and Six Sigma methodologies were popularized a few years ago
14 Added: thanks to...
15 Added: #+end_abstract
wiki/engineering/morse-code.org
index 00000000..71cf0775 000000..100644
@@ -0,0 +1,64 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Morse code
4 Added: #+SUBTITLE: The longest-lived telecommunication coding system.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-04-05 Tue>
7 Added:
8 Added: #+DESCRIPTION: Morse code: the longest-lived telecommunication coding system.
9 Added:
10 Added:
11 Added: #+begin_abstract
12 Added:
13 Added: #+end_abstract
14 Added:
15 Added:
16 Added: * International Morse code
17 Added:
18 Added: Rules:
19 Added:
20 Added: 1. A dash should last for three dots.
21 Added: 2. The delay between:
22 Added: 1. two symbols is one dot,
23 Added: 2. two letters is three dots,
24 Added: 3. two words is seven points.
25 Added:
26 Added: | Symbol | Coding |
27 Added: |--------+---------|
28 Added: | A | =·-= |
29 Added: | B | =-···= |
30 Added: | C | =-·-·= |
31 Added: | D | =-··= |
32 Added: | E | =·= |
33 Added: | F | =··-·= |
34 Added: | G | =--·= |
35 Added: | H | =····= |
36 Added: | I | =··= |
37 Added: | J | =·---= |
38 Added: | K | =-·-= |
39 Added: | L | =·-··= |
40 Added: | M | =--= |
41 Added: | N | =-·= |
42 Added: | O | =---= |
43 Added: | P | =·--·= |
44 Added: | Q | =--·-= |
45 Added: | R | =·-·= |
46 Added: | S | =···= |
47 Added: | T | =-= |
48 Added: | U | =··-= |
49 Added: | V | =···-= |
50 Added: | W | =·--= |
51 Added: | X | =-··-= |
52 Added: | Y | =-·--= |
53 Added: | Z | =--··= |
54 Added: |--------+---------|
55 Added: | 1 | =·----= |
56 Added: | 2 | =··---= |
57 Added: | 3 | =···--= |
58 Added: | 4 | =····-= |
59 Added: | 5 | =·····= |
60 Added: | 6 | =-····= |
61 Added: | 7 | =--···= |
62 Added: | 8 | =---··= |
63 Added: | 9 | =----·= |
64 Added: | 0 | =-----= |
wiki/engineering/qam-modulation.org
index 00000000..0a19036e 000000..100644
@@ -0,0 +1,70 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Quadrature Amplitude Modulation
4 Added: #+SUBTITLE: A method for digital modulation widely used in modern telecommunication.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-31 Thu>
7 Added:
8 Added: #+DESCRIPTION: Quadrature Ampliture Modulation: a method for digital modulation widely used in modern telecommunication.
9 Added: #+MACRO: QAM quadrature amplitude modulation
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: Quadrature Amplitude Modulation is widely used.
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * Complex numbers
18 Added:
19 Added: Euler equation forming the basis of {{{QAM}}}.
20 Added:
21 Added: #+NAME: euler
22 Added: #+CAPTION: This is a caption.
23 Added: \begin{equation}
24 Added: e^{j\theta} = \cos(\theta) + j\sin(\theta)
25 Added: \end{equation}
26 Added:
27 Added: Equation [[euler]] tells us that any complex phasor can be decomposed into
28 Added: the sum of a cosine and sine component.
29 Added:
30 Added:
31 Added: ** Cosine---the in-phase component
32 Added:
33 Added: #+NAME: cosine
34 Added: \begin{equation}
35 Added: \cos(2\pi f_0 t) = \frac{e^{j2\pi f_0 t} + e^{-j2\pi f_0 t}}{2}
36 Added: = \frac{e^{j2\pi f_0 t}}{2}
37 Added: + \frac{e^{-j2\pi f_0 t}}{2}
38 Added: \end{equation}
39 Added:
40 Added: We see that this equation features the following elements:
41 Added:
42 Added: | <r> | |
43 Added: | \( -j2\pi f_0 t \) | Negative frequency |
44 Added: | \( j2\pi f_0 t \) | Positive frequency |
45 Added: | \( \frac{1}{2} \) | Component magnitude |
46 Added:
47 Added:
48 Added: ** Sine---the quadrature component
49 Added:
50 Added: #+NAME: sine
51 Added: \begin{equation}
52 Added: \sin(2\pi f_0 t) = \frac{e^{j2\pi f_0 t} - e^{-j2\pi f_0 t}}{2}
53 Added: = \frac{e^{j2\pi f_0 t}}{2}
54 Added: - \frac{e^{-j2\pi f_0 t}}{2}
55 Added: \end{equation}
56 Added:
57 Added:
58 Added: * The constellation
59 Added:
60 Added:
61 Added: #+begin_insight
62 Added: QAM is based on imaginary numbers.
63 Added: #+end_insight
64 Added:
65 Added:
66 Added: | Real | Imaginary |
67 Added: |------+-----------|
68 Added: | 1 | i |
69 Added: | 2 | -i |
70 Added: | | |
wiki/engineering/v-model.org
index 00000000..c7a7779d 000000..100644
@@ -0,0 +1,39 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: V-model
4 Added: #+SUBTITLE: A graphical representation of a system's development lifecycle.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-02-11 Fri>
7 Added: #+EMAIL: mlnp@tuta.io
8 Added:
9 Added: #+DESCRIPTION: The V-model: a graphical representation of a system's development lifecycle.
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: The V-model represents the lifecycle of a system's development.
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * TODO Representation
18 Added:
19 Added: This is the graphical representation of the v-model.
20 Added:
21 Added: #+NAME: v-model
22 Added: #+BEGIN_SRC plantuml :file ../images/v-model.png :cache yes
23 Added: @startuml
24 Added: !theme cerulean-outline
25 Added: actor Operator as operational
26 Added: collections Functions as functional
27 Added: control Logic as logical
28 Added: boundary Physical as physical
29 Added:
30 Added: operational -> functional: Requirements
31 Added: functional -> logical: Specification
32 Added: logical -> physical: Build plan
33 Added: physical -> logical
34 Added: logical -> functional
35 Added: functional -> operational
36 Added: #+END_SRC
37 Added:
38 Added: #+RESULTS[7e1fc2faaeb214ca241c5b4126d06cab1818ac52]: v-model
39 Added: [[file:../images/v-model.png]]
wiki/fitness/core-concepts.org
index 2475a380..4ae92d08 100644..100644
@@ -10,12 +10,12 @@
10 10
11 11
12 12 #+begin_abstract
13 Removed: Physical fitness is a complicated topic; however, abiding in the core
14 Removed: concepts can help us tune our focus to the high-leverage decisions
15 Removed: with the biggest leverage on our health; carry out our plan as
16 Removed: efficiently as possible; and worry as little as possible about
17 Removed: often-discussed but ultimately irrelevant fitness gimmicks.
13 Added: Physical fitness is a complicated topic; however, the following core
14 Added: principles can help us tune our focus to those decisions with the
15 Added: biggest impact on our health; carry out our plan as efficiently as
16 Added: possible; and worry as little as possible about popular but irrelevant
17 Added: aspects of physical fitness.
18 18 #+end_abstract
19 19
20 20
21 Removed: * TODO Introduction
21 Added: * Body weight
wiki/fitness/index.org
index 00000000..36807372 000000..100644
@@ -0,0 +1,4 @@
1 Added: #+TITLE: Sitemap for project wiki---fitness
2 Added:
3 Added: - [[file:core-concepts.org][Core concepts]]
4 Added: - [[file:intermittent-fasting.org][Intermittent fasting]]
wiki/fitness/intermittent-fasting.org
index 00000000..ad7dfaa7 000000..100644
@@ -0,0 +1,20 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Intermittent fasting
4 Added: #+SUBTITLE: What are the benefits of eating less frequently?
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+FILETAGS: fitness
8 Added:
9 Added: #+DESCRIPTION: Intermittent fasting: what are the benefits of eating less frequently?
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: Intermittent fasting is not a new comcept.
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * Principles
18 Added:
19 Added:
20 Added: * Approaches
wiki/index-with-images.org.bkp
index 00000000..6ae86862 000000..100644
@@ -0,0 +1,80 @@
1 Added: #+TITLE: Wiki
2 Added: #+SUBTITLE: Personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] repository.
3 Added: #+AUTHOR: Marius Peter
4 Added: #+DATE: <2022-03-03 Thu>
5 Added: #+OPTIONS: toc:nil num:nil
6 Added:
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: engineering, aerospace, certification, development, systems engineering,
11 Added:
12 Added: #+HTML: <style> .figure-number { display: none; } </style>
13 Added:
14 Added: #+INCLUDE: ../resources/topnav.html export html
15 Added:
16 Added:
17 Added: #+begin_abstract
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
21 Added: [[https://mlnp.fr/about.html#Credits][here]].
22 Added: #+end_abstract
23 Added:
24 Added:
25 Added: * Main content
26 Added: :PROPERTIES:
27 Added: :CUSTOM_ID: main-content
28 Added: :END:
29 Added:
30 Added:
31 Added: ** [[file:engineering/index.org][Engineering]]
32 Added: :PROPERTIES:
33 Added: :CUSTOM_ID: table-of-contents
34 Added: :END:
35 Added:
36 Added: #+ATTR_HTML: :alt Rafale C
37 Added: [[https://live.staticflickr.com/7193/6872272113_d92f520c1f_b.jpg]]
38 Added:
39 Added:
40 Added: ** [[file:languages/index.org][Natural languages]]
41 Added:
42 Added: #+ATTR_HTML: :alt Human speech
43 Added: [[https://freesvg.org/img/1538693615.png]]
44 Added:
45 Added:
46 Added: ** [[file:programming/index.org][Programming languages]]
47 Added:
48 Added: #+ATTR_HTML: :alt Burmese Python
49 Added: [[https://live.staticflickr.com/8485/8241650528_f2c0500d66_b.jpg]]
50 Added:
51 Added:
52 Added: ** [[file:fitness/index.org][Fitness]]
53 Added:
54 Added: #+ATTR_HTML: :alt Rowing race boat (aka racing shell)
55 Added: [[https://upload.wikimedia.org/wikipedia/commons/0/0b/Harvard_Rowing_Crew_at_Henley_2004_-2.JPG]]
56 Added:
57 Added: ** [[file:linux/index.org][Linux]]
58 Added:
59 Added: #+ATTR_HTML: :alt Tux, the Linux mascot
60 Added: https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/800px-Tux.svg.png
61 Added:
62 Added:
63 Added: ** [[file:emacs/index.org][Emacs]]
64 Added:
65 Added: #+ATTR_HTML: :alt Emacs logo
66 Added: https://www.gnu.org/software/emacs/images/emacs.png
67 Added:
68 Added:
69 Added: ** [[file:typography/index.org][Typography]]
70 Added:
71 Added: #+ATTR_HTML: :alt Typography
72 Added: https://pixnio.com/free-images/2017/07/28/2017-07-28-07-40-45-900x598.jpg
73 Added:
74 Added:
75 Added: * Favorite Wikipedia articles
76 Added:
77 Added:
78 Added: * Articles from elsewhere
79 Added:
80 Added: - [[https://matt-rickard.com/reflections-on-10-000-hours-of-programming/][Reflections on 10,000 Hours of Programming]] by Matt Rickard
wiki/index.org
index 05f4d6eb..69ffafa2 100644..100644
@@ -1,3 +1,5 @@
1 Added: # -*- mode: org; -*-
2 Added:
1 3 #+TITLE: Wiki
2 4 #+SUBTITLE: Personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] repository.
3 5 #+AUTHOR: Marius Peter
@@ -7,7 +9,7 @@
7 9 #+DESCRIPTION: personal wiki used as a professional and personal knowledge management repository.
8 10 #+KEYWORDS: mlnp, wiki, knowledge management, linux, emacs, typography,
9 11 #+KEYWORDS: languages, russian, arabic,
10 Removed: #+KEYWORDS: aerospace, certification, development, systems engineering,
12 Added: #+KEYWORDS: engineering, aerospace, certification, development, systems engineering,
11 13
12 14 #+HTML: <style> .figure-number { display: none; } </style>
13 15
@@ -16,8 +18,8 @@
16 18
17 19 #+begin_abstract
18 20 Welcome to my personal wiki homepage. I use this website as one big
19 Removed: knowledge repository for all the topics that I am passionate about.
20 Removed: Find the full list of articles [[* Full article list][here]]. All unoriginal content credited [[https:mlnp.fr/about.html#Credits][here]].
21 Added: knowledge repository for all the topics that I am passionate
22 Added: about. All unoriginal content credited [[https://mlnp.fr/about.html#Credits][here]].
21 23 #+end_abstract
22 24
23 25
@@ -27,78 +29,59 @@
27 29 :END:
28 30
29 31
30 Removed: ** [[file:aerospace/index.org][Aerospace]]
32 Added: ** Engineering
33 Added: :PROPERTIES:
34 Added: :CUSTOM_ID: table-of-contents
35 Added: :END:
31 36
32 Removed: #+ATTR_HTML: :alt Rafale C
33 Removed: [[https://live.staticflickr.com/7193/6872272113_d92f520c1f_b.jpg]]
37 Added: Engineering has been my career's focus so far.
34 38
39 Added: [[file:engineering/index.org][See more...]]
35 40
36 Removed: ** [[file:languages/index.org][Natural languages]]
37 41
38 Removed: #+ATTR_HTML: :alt Human speech
39 Removed: [[https://freesvg.org/img/1538693615.png]]
42 Added: ** Natural languages
40 43
44 Added: Languages of interest most recently include Russian and Arabic.
41 45
42 Removed: ** [[file:programming/index.org][Programming languages]]
46 Added: [[file:languages/index.org][See more...]]
43 47
44 Removed: #+ATTR_HTML: :alt Burmese Python
45 Removed: [[https://live.staticflickr.com/8485/8241650528_f2c0500d66_b.jpg]]
46 48
49 Added: ** Programming languages
47 50
48 Removed: ** [[file:linux/index.org][Linux]]
51 Added: I particularly enjoy programming with Bash, Python, Emacs Lisp, and
52 Added: Ocaml.
49 53
50 Removed: #+ATTR_HTML: :alt Tux, the Linux mascot
51 Removed: https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/800px-Tux.svg.png
54 Added: [[file:programming/index.org][See more...]]
52 55
53 56
54 Removed: ** [[file:emacs/index.org][Emacs]]
57 Added: ** Fitness
55 58
56 Removed: #+ATTR_HTML: :alt Emacs logo
57 Removed: https://www.gnu.org/software/emacs/images/emacs.png
59 Added: [[file:fitness/index.org][See more...]]
58 60
59 61
60 Removed: ** [[file:typography/index.org][Typography]]
62 Added: ** Linux
61 63
62 Removed: #+ATTR_HTML: :alt Typography
63 Removed: https://pixnio.com/free-images/2017/07/28/2017-07-28-07-40-45-900x598.jpg
64 Added: [[file:linux/index.org][See more...]]
64 65
65 66
66 Removed: * Full article list
67 Added: ** Emacs
67 68
68 Removed: #+NAME: full-sitemap
69 Removed: #+BEGIN_SRC emacs-lisp :results drawer :exports result
70 Removed: (mapconcat
71 Removed: '(lambda (section)
72 Removed: "Include SECTION in following article list."
73 Removed: (format "*%s*\n#+INCLUDE: %s/index.org :lines \"3-\"\n" section section))
74 Removed: '("aerospace"
75 Removed: "languages"
76 Removed: "programming"
77 Removed: "linux"
78 Removed: "emacs"
79 Removed: "typography") nil)
80 Removed: #+END_SRC
69 Added: [[file:emacs/index.org][See more...]]
81 70
82 Removed: #+RESULTS: full-sitemap
83 Removed: :results:
84 Removed: *aerospace*
85 Removed: #+INCLUDE: aerospace/index.org :lines "3-"
86 Removed: *languages*
87 Removed: #+INCLUDE: languages/index.org :lines "3-"
88 Removed: *programming*
89 Removed: #+INCLUDE: programming/index.org :lines "3-"
90 Removed: *linux*
91 Removed: #+INCLUDE: linux/index.org :lines "3-"
92 Removed: *emacs*
93 Removed: #+INCLUDE: emacs/index.org :lines "3-"
94 Removed: *typography*
95 Removed: #+INCLUDE: typography/index.org :lines "3-"
96 Removed: :end:
97 71
72 Added: ** Typography
98 73
74 Added: [[file:typography/index.org][See more...]]
75 Added:
76 Added:
99 77 * Favorite Wikipedia articles
100 78
101 79
102 80 * Articles from elsewhere
103 81
104 82 - [[https://matt-rickard.com/reflections-on-10-000-hours-of-programming/][Reflections on 10,000 Hours of Programming]] by Matt Rickard
83 Added:
84 Added:
85 Added: * Full article list
86 Added:
87 Added: #+INCLUDE: ./sitemap.org :lines "3-"
wiki/languages/index.org
index e8b90791..f77f8286 100644..100644
@@ -3,4 +3,6 @@
3 3 - arabic
4 4 - [[file:arabic/abjad.org][الْعَرَبِيَّة]]
5 5 - russian
6 Added: - [[file:russian/alphabet.org][Alphabet]]
7 Added: - [[file:russian/vocabulary.org][Vocabulary]]
6 8 - [[file:russian/notes.org][Заметки о русском языке]]
wiki/languages/russian/alphabet.org
index 00000000..4540609d 000000..100644
@@ -0,0 +1,46 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Alphabet
4 Added: #+SUBTITLE: Алфавит
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-29 Tue>
7 Added:
8 Added: #+DESCRIPTION: Russian alphabet.
9 Added:
10 Added:
11 Added: | Верхний регистр | Нижний регистр | Английский |
12 Added: | Upper case | Lower case | English |
13 Added: |-----------------+----------------+------------|
14 Added: | А | а | a |
15 Added: | Б | б | b |
16 Added: | В | в | v |
17 Added: | Г | г | g |
18 Added: | Д | д | d |
19 Added: | Е | е | ye |
20 Added: | Ё | ё | yo |
21 Added: | Ж | ж | zh |
22 Added: | З | з | z |
23 Added: | И | и | i |
24 Added: | Й | й | y |
25 Added: | К | к | k |
26 Added: | Л | л | l |
27 Added: | М | м | n |
28 Added: | Н | н | m |
29 Added: | О | о | o |
30 Added: | П | п | p |
31 Added: | Р | р | r |
32 Added: | С | с | s |
33 Added: | Т | т | t |
34 Added: | У | у | u |
35 Added: | Ф | ф | f |
36 Added: | Х | х | kh |
37 Added: | Ц | ц | ts |
38 Added: | Ч | ч | ch |
39 Added: | Ш | ш | sh |
40 Added: | Щ | щ | shsh |
41 Added: | Ъ | ъ | " |
42 Added: | Ы | ы | uy |
43 Added: | Ь | ь | ' |
44 Added: | Э | э | e |
45 Added: | Ю | ю | yu |
46 Added: | Я | я | ya |
wiki/languages/russian/notes.html
index f6ebcdc1..00000000 100644..000000
@@ -1,388 +0,0 @@
1 Removed: <?xml version="1.0" encoding="utf-8"?>
2 Removed: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 Removed: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 Removed: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 Removed: <head>
6 Removed: <!-- 2022-03-12 Sat 14:44 -->
7 Removed: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 Removed: <meta name="viewport" content="width=device-width, initial-scale=1" />
9 Removed: <title>Заметки о русском языке</title>
10 Removed: <meta name="generator" content="Org mode" />
11 Removed: <meta name="author" content="Marius Peter" />
12 Removed: <meta name="description" content="Russian language notes"
13 Removed: />
14 Removed: <meta name="keywords" content="languages Russian wiki notes" />
15 Removed: <style type="text/css">
16 Removed: <!--/*--><![CDATA[/*><!--*/
17 Removed: .title { text-align: center;
18 Removed: margin-bottom: .2em; }
19 Removed: .subtitle { text-align: center;
20 Removed: font-size: medium;
21 Removed: font-weight: bold;
22 Removed: margin-top:0; }
23 Removed: .todo { font-family: monospace; color: red; }
24 Removed: .done { font-family: monospace; color: green; }
25 Removed: .priority { font-family: monospace; color: orange; }
26 Removed: .tag { background-color: #eee; font-family: monospace;
27 Removed: padding: 2px; font-size: 80%; font-weight: normal; }
28 Removed: .timestamp { color: #bebebe; }
29 Removed: .timestamp-kwd { color: #5f9ea0; }
30 Removed: .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
31 Removed: .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
32 Removed: .org-center { margin-left: auto; margin-right: auto; text-align: center; }
33 Removed: .underline { text-decoration: underline; }
34 Removed: #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35 Removed: p.verse { margin-left: 3%; }
36 Removed: pre {
37 Removed: border: 1px solid #ccc;
38 Removed: box-shadow: 3px 3px 3px #eee;
39 Removed: padding: 8pt;
40 Removed: font-family: monospace;
41 Removed: overflow: auto;
42 Removed: margin: 1.2em;
43 Removed: }
44 Removed: pre.src {
45 Removed: position: relative;
46 Removed: overflow: auto;
47 Removed: padding-top: 1.2em;
48 Removed: }
49 Removed: pre.src:before {
50 Removed: display: none;
51 Removed: position: absolute;
52 Removed: background-color: white;
53 Removed: top: -10px;
54 Removed: right: 10px;
55 Removed: padding: 3px;
56 Removed: border: 1px solid black;
57 Removed: }
58 Removed: pre.src:hover:before { display: inline; margin-top: 14px;}
59 Removed: /* Languages per Org manual */
60 Removed: pre.src-asymptote:before { content: 'Asymptote'; }
61 Removed: pre.src-awk:before { content: 'Awk'; }
62 Removed: pre.src-C:before { content: 'C'; }
63 Removed: /* pre.src-C++ doesn't work in CSS */
64 Removed: pre.src-clojure:before { content: 'Clojure'; }
65 Removed: pre.src-css:before { content: 'CSS'; }
66 Removed: pre.src-D:before { content: 'D'; }
67 Removed: pre.src-ditaa:before { content: 'ditaa'; }
68 Removed: pre.src-dot:before { content: 'Graphviz'; }
69 Removed: pre.src-calc:before { content: 'Emacs Calc'; }
70 Removed: pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71 Removed: pre.src-fortran:before { content: 'Fortran'; }
72 Removed: pre.src-gnuplot:before { content: 'gnuplot'; }
73 Removed: pre.src-haskell:before { content: 'Haskell'; }
74 Removed: pre.src-hledger:before { content: 'hledger'; }
75 Removed: pre.src-java:before { content: 'Java'; }
76 Removed: pre.src-js:before { content: 'Javascript'; }
77 Removed: pre.src-latex:before { content: 'LaTeX'; }
78 Removed: pre.src-ledger:before { content: 'Ledger'; }
79 Removed: pre.src-lisp:before { content: 'Lisp'; }
80 Removed: pre.src-lilypond:before { content: 'Lilypond'; }
81 Removed: pre.src-lua:before { content: 'Lua'; }
82 Removed: pre.src-matlab:before { content: 'MATLAB'; }
83 Removed: pre.src-mscgen:before { content: 'Mscgen'; }
84 Removed: pre.src-ocaml:before { content: 'Objective Caml'; }
85 Removed: pre.src-octave:before { content: 'Octave'; }
86 Removed: pre.src-org:before { content: 'Org mode'; }
87 Removed: pre.src-oz:before { content: 'OZ'; }
88 Removed: pre.src-plantuml:before { content: 'Plantuml'; }
89 Removed: pre.src-processing:before { content: 'Processing.js'; }
90 Removed: pre.src-python:before { content: 'Python'; }
91 Removed: pre.src-R:before { content: 'R'; }
92 Removed: pre.src-ruby:before { content: 'Ruby'; }
93 Removed: pre.src-sass:before { content: 'Sass'; }
94 Removed: pre.src-scheme:before { content: 'Scheme'; }
95 Removed: pre.src-screen:before { content: 'Gnu Screen'; }
96 Removed: pre.src-sed:before { content: 'Sed'; }
97 Removed: pre.src-sh:before { content: 'shell'; }
98 Removed: pre.src-sql:before { content: 'SQL'; }
99 Removed: pre.src-sqlite:before { content: 'SQLite'; }
100 Removed: /* additional languages in org.el's org-babel-load-languages alist */
101 Removed: pre.src-forth:before { content: 'Forth'; }
102 Removed: pre.src-io:before { content: 'IO'; }
103 Removed: pre.src-J:before { content: 'J'; }
104 Removed: pre.src-makefile:before { content: 'Makefile'; }
105 Removed: pre.src-maxima:before { content: 'Maxima'; }
106 Removed: pre.src-perl:before { content: 'Perl'; }
107 Removed: pre.src-picolisp:before { content: 'Pico Lisp'; }
108 Removed: pre.src-scala:before { content: 'Scala'; }
109 Removed: pre.src-shell:before { content: 'Shell Script'; }
110 Removed: pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
111 Removed: /* additional language identifiers per "defun org-babel-execute"
112 Removed: in ob-*.el */
113 Removed: pre.src-cpp:before { content: 'C++'; }
114 Removed: pre.src-abc:before { content: 'ABC'; }
115 Removed: pre.src-coq:before { content: 'Coq'; }
116 Removed: pre.src-groovy:before { content: 'Groovy'; }
117 Removed: /* additional language identifiers from org-babel-shell-names in
118 Removed: ob-shell.el: ob-shell is the only babel language using a lambda to put
119 Removed: the execution function name together. */
120 Removed: pre.src-bash:before { content: 'bash'; }
121 Removed: pre.src-csh:before { content: 'csh'; }
122 Removed: pre.src-ash:before { content: 'ash'; }
123 Removed: pre.src-dash:before { content: 'dash'; }
124 Removed: pre.src-ksh:before { content: 'ksh'; }
125 Removed: pre.src-mksh:before { content: 'mksh'; }
126 Removed: pre.src-posh:before { content: 'posh'; }
127 Removed: /* Additional Emacs modes also supported by the LaTeX listings package */
128 Removed: pre.src-ada:before { content: 'Ada'; }
129 Removed: pre.src-asm:before { content: 'Assembler'; }
130 Removed: pre.src-caml:before { content: 'Caml'; }
131 Removed: pre.src-delphi:before { content: 'Delphi'; }
132 Removed: pre.src-html:before { content: 'HTML'; }
133 Removed: pre.src-idl:before { content: 'IDL'; }
134 Removed: pre.src-mercury:before { content: 'Mercury'; }
135 Removed: pre.src-metapost:before { content: 'MetaPost'; }
136 Removed: pre.src-modula-2:before { content: 'Modula-2'; }
137 Removed: pre.src-pascal:before { content: 'Pascal'; }
138 Removed: pre.src-ps:before { content: 'PostScript'; }
139 Removed: pre.src-prolog:before { content: 'Prolog'; }
140 Removed: pre.src-simula:before { content: 'Simula'; }
141 Removed: pre.src-tcl:before { content: 'tcl'; }
142 Removed: pre.src-tex:before { content: 'TeX'; }
143 Removed: pre.src-plain-tex:before { content: 'Plain TeX'; }
144 Removed: pre.src-verilog:before { content: 'Verilog'; }
145 Removed: pre.src-vhdl:before { content: 'VHDL'; }
146 Removed: pre.src-xml:before { content: 'XML'; }
147 Removed: pre.src-nxml:before { content: 'XML'; }
148 Removed: /* add a generic configuration mode; LaTeX export needs an additional
149 Removed: (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
150 Removed: pre.src-conf:before { content: 'Configuration File'; }
151 Removed:
152 Removed: table { border-collapse:collapse; }
153 Removed: caption.t-above { caption-side: top; }
154 Removed: caption.t-bottom { caption-side: bottom; }
155 Removed: td, th { vertical-align:top; }
156 Removed: th.org-right { text-align: center; }
157 Removed: th.org-left { text-align: center; }
158 Removed: th.org-center { text-align: center; }
159 Removed: td.org-right { text-align: right; }
160 Removed: td.org-left { text-align: left; }
161 Removed: td.org-center { text-align: center; }
162 Removed: dt { font-weight: bold; }
163 Removed: .footpara { display: inline; }
164 Removed: .footdef { margin-bottom: 1em; }
165 Removed: .figure { padding: 1em; }
166 Removed: .figure p { text-align: center; }
167 Removed: .equation-container {
168 Removed: display: table;
169 Removed: text-align: center;
170 Removed: width: 100%;
171 Removed: }
172 Removed: .equation {
173 Removed: vertical-align: middle;
174 Removed: }
175 Removed: .equation-label {
176 Removed: display: table-cell;
177 Removed: text-align: right;
178 Removed: vertical-align: middle;
179 Removed: }
180 Removed: .inlinetask {
181 Removed: padding: 10px;
182 Removed: border: 2px solid gray;
183 Removed: margin: 10px;
184 Removed: background: #ffffcc;
185 Removed: }
186 Removed: #org-div-home-and-up
187 Removed: { text-align: right; font-size: 70%; white-space: nowrap; }
188 Removed: textarea { overflow-x: auto; }
189 Removed: .linenr { font-size: smaller }
190 Removed: .code-highlighted { background-color: #ffff00; }
191 Removed: .org-info-js_info-navigation { border-style: none; }
192 Removed: #org-info-js_console-label
193 Removed: { font-size: 10px; font-weight: bold; white-space: nowrap; }
194 Removed: .org-info-js_search-highlight
195 Removed: { background-color: #ffff00; color: #000000; font-weight: bold; }
196 Removed: .org-svg { width: 90%; }
197 Removed: /*]]>*/-->
198 Removed: </style>
199 Removed: <script type="text/javascript">
200 Removed: // @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
201 Removed: <!--/*--><![CDATA[/*><!--*/
202 Removed: function CodeHighlightOn(elem, id)
203 Removed: {
204 Removed: var target = document.getElementById(id);
205 Removed: if(null != target) {
206 Removed: elem.classList.add("code-highlighted");
207 Removed: target.classList.add("code-highlighted");
208 Removed: }
209 Removed: }
210 Removed: function CodeHighlightOff(elem, id)
211 Removed: {
212 Removed: var target = document.getElementById(id);
213 Removed: if(null != target) {
214 Removed: elem.classList.remove("code-highlighted");
215 Removed: target.classList.remove("code-highlighted");
216 Removed: }
217 Removed: }
218 Removed: /*]]>*///-->
219 Removed: // @license-end
220 Removed: </script>
221 Removed: </head>
222 Removed: <body>
223 Removed: <div id="org-div-home-and-up">
224 Removed: <a accesskey="h" href="../index.html"> UP </a>
225 Removed: |
226 Removed: <a accesskey="H" href="../../index.html"> HOME </a>
227 Removed: </div><div id="content">
228 Removed: <h1 class="title">Заметки о русском языке
229 Removed: <br />
230 Removed: <span class="subtitle">Notes about the Russian language</span>
231 Removed: </h1>
232 Removed: <div id="table-of-contents">
233 Removed: <h2>Table of Contents</h2>
234 Removed: <div id="text-table-of-contents">
235 Removed: <ul>
236 Removed: <li><a href="#org488a19f">1. Conjugaison</a></li>
237 Removed: <li><a href="#org0c2de49">2. Declinations</a>
238 Removed: <ul>
239 Removed: <li><a href="#orgabcef76">2.1. Genitive</a></li>
240 Removed: </ul>
241 Removed: </li>
242 Removed: </ul>
243 Removed: </div>
244 Removed: </div>
245 Removed:
246 Removed:
247 Removed: <div id="outline-container-org488a19f" class="outline-2">
248 Removed: <h2 id="org488a19f"><span class="section-number-2">1</span> Conjugaison</h2>
249 Removed: </div>
250 Removed:
251 Removed: <div id="outline-container-org0c2de49" class="outline-2">
252 Removed: <h2 id="org0c2de49"><span class="section-number-2">2</span> Declinations</h2>
253 Removed: <div class="outline-text-2" id="text-2">
254 Removed: </div>
255 Removed: <div id="outline-container-orgabcef76" class="outline-3">
256 Removed: <h3 id="orgabcef76"><span class="section-number-3">2.1</span> Genitive</h3>
257 Removed: <div class="outline-text-3" id="text-2-1">
258 Removed: <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
259 Removed: <caption class="t-above"><span class="table-number">Table 1:</span> Genitive&#x2014;singular masculine nouns.</caption>
260 Removed:
261 Removed: <colgroup>
262 Removed: <col class="org-left" />
263 Removed:
264 Removed: <col class="org-center" />
265 Removed:
266 Removed: <col class="org-left" />
267 Removed: </colgroup>
268 Removed: <thead>
269 Removed: <tr>
270 Removed: <th scope="col" class="org-left">Ending or Description</th>
271 Removed: <th scope="col" class="org-center">How to Change</th>
272 Removed: <th scope="col" class="org-left">Examples</th>
273 Removed: </tr>
274 Removed: </thead>
275 Removed: <tbody>
276 Removed: <tr>
277 Removed: <td class="org-left">a consonant</td>
278 Removed: <td class="org-center">+а</td>
279 Removed: <td class="org-left">дом - до́мa</td>
280 Removed: </tr>
281 Removed:
282 Removed: <tr>
283 Removed: <td class="org-left">й</td>
284 Removed: <td class="org-center">-й / +я</td>
285 Removed: <td class="org-left">край – кра́я</td>
286 Removed: </tr>
287 Removed:
288 Removed: <tr>
289 Removed: <td class="org-left">ь</td>
290 Removed: <td class="org-center">-ь / +я</td>
291 Removed: <td class="org-left">конь – коня́</td>
292 Removed: </tr>
293 Removed: </tbody>
294 Removed: </table>
295 Removed:
296 Removed: <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
297 Removed: <caption class="t-above"><span class="table-number">Table 2:</span> Genitive&#x2014;singular feminine nouns.</caption>
298 Removed:
299 Removed: <colgroup>
300 Removed: <col class="org-left" />
301 Removed:
302 Removed: <col class="org-center" />
303 Removed:
304 Removed: <col class="org-left" />
305 Removed: </colgroup>
306 Removed: <thead>
307 Removed: <tr>
308 Removed: <th scope="col" class="org-left">Ending or Description</th>
309 Removed: <th scope="col" class="org-center">How to Change</th>
310 Removed: <th scope="col" class="org-left">Examples</th>
311 Removed: </tr>
312 Removed: </thead>
313 Removed: <tbody>
314 Removed: <tr>
315 Removed: <td class="org-left">а</td>
316 Removed: <td class="org-center">-а / +ы</td>
317 Removed: <td class="org-left">луна́ – луны́</td>
318 Removed: </tr>
319 Removed:
320 Removed: <tr>
321 Removed: <td class="org-left">ка,га, ха, жа, ша, ща, ча</td>
322 Removed: <td class="org-center">-а / +и</td>
323 Removed: <td class="org-left">рука́ – руки́, ко́жа – ко́жи</td>
324 Removed: </tr>
325 Removed:
326 Removed: <tr>
327 Removed: <td class="org-left">я</td>
328 Removed: <td class="org-center">-я / +и</td>
329 Removed: <td class="org-left">ста́нция – ста́нции</td>
330 Removed: </tr>
331 Removed:
332 Removed: <tr>
333 Removed: <td class="org-left">ь</td>
334 Removed: <td class="org-center">-ь / +и</td>
335 Removed: <td class="org-left">дверь – две́ри</td>
336 Removed: </tr>
337 Removed: </tbody>
338 Removed: </table>
339 Removed:
340 Removed: <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
341 Removed: <caption class="t-above"><span class="table-number">Table 3:</span> Genitive&#x2014;singular neutral nouns.</caption>
342 Removed:
343 Removed: <colgroup>
344 Removed: <col class="org-left" />
345 Removed:
346 Removed: <col class="org-center" />
347 Removed:
348 Removed: <col class="org-left" />
349 Removed: </colgroup>
350 Removed: <thead>
351 Removed: <tr>
352 Removed: <th scope="col" class="org-left">Ending or Description</th>
353 Removed: <th scope="col" class="org-center">How to Change</th>
354 Removed: <th scope="col" class="org-left">Examples</th>
355 Removed: </tr>
356 Removed: </thead>
357 Removed: <tbody>
358 Removed: <tr>
359 Removed: <td class="org-left">о</td>
360 Removed: <td class="org-center">-о / +а</td>
361 Removed: <td class="org-left">лицо́ – лица́</td>
362 Removed: </tr>
363 Removed:
364 Removed: <tr>
365 Removed: <td class="org-left">е</td>
366 Removed: <td class="org-center">-е / +я</td>
367 Removed: <td class="org-left">варе́нье – варе́нья</td>
368 Removed: </tr>
369 Removed:
370 Removed: <tr>
371 Removed: <td class="org-left">це,же,ше, ще</td>
372 Removed: <td class="org-center">-е / +а</td>
373 Removed: <td class="org-left">&#xa0;</td>
374 Removed: </tr>
375 Removed: </tbody>
376 Removed: </table>
377 Removed: </div>
378 Removed: </div>
379 Removed: </div>
380 Removed: </div>
381 Removed: <div id="postamble" class="status">
382 Removed: <p class="date">Date: 2021-08-30 Mon 00:00</p>
383 Removed: <p class="author">Author: Marius Peter</p>
384 Removed: <p class="date">Created: 2022-03-12 Sat 14:44</p>
385 Removed: <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
386 Removed: </div>
387 Removed: </body>
388 Removed: </html>
wiki/languages/russian/notes.org
index 3aa43b2e..7344be56 100644..100644
@@ -8,8 +8,6 @@
8 8
9 9 #+DESCRIPTION: Notes about the Russian language.
10 10 #+KEYWORDS: languages Russian wiki notes
11 Removed: #+HTML_LINK_UP: ../index.html
12 Removed: #+HTML_LINK_HOME: ../../index.html
13 11
14 12 # +SETUPFILE: ~/.emacs.d/resources/templates/documents/gnu-default.setup
15 13 # +INCLUDE: ~/.emacs.d/resources/templates/documents/title-short.org
wiki/languages/russian/vocabulary.org
index 00000000..a85fd441 000000..100644
@@ -0,0 +1,42 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Vocabulary
4 Added: #+SUBTITLE: Словарь
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-29 Tue>
7 Added:
8 Added: #+DESCRIPTION: Russian vocabulary.
9 Added:
10 Added:
11 Added: * Простые фразы---simple phrases
12 Added:
13 Added: | Русский | Произношение | Английский |
14 Added: | Russian | Pronunciation | English |
15 Added: |---------------------------+---------------------------+-----------------------|
16 Added: | Да | Da | Yes |
17 Added: | Нет | Nyet | No |
18 Added: | Пожалуйста | poZHAlusta | Please |
19 Added: | Спасибо | spaSIbo | Thank you |
20 Added: | Не за что | ne za chto | You're welcome |
21 Added: | Прошу прощения | proSHU proSHCHEniya | I'm sorry |
22 Added: | Извините | izviNIte | Excuse me |
23 Added: | Я не понимаю | YA ne poniMAyu | I don't understand |
24 Added: | Я не говорю по-Русски | YA ne govoryU po RUSski | I don't speak Russian |
25 Added: | вы говорите по-Английски? | vi govoRIte po angLIYski? | Do you speak English? |
26 Added: | Помогите, пожалуйста. | pomoGIte, poZHAlusta | Help me, please |
27 Added:
28 Added:
29 Added: * Время---time
30 Added:
31 Added: | Русский | Произношение | Английский |
32 Added: | Russian | Pronunciation | English |
33 Added: |-----------------+-------------------+----------------|
34 Added: | Сейчас | seyCHAS | Now |
35 Added: | Сегодня | seGOdnya | Today |
36 Added: | Завтра | ZAVtra | Tomorrow |
37 Added: | Вчера | vcheRA | Yesterday |
38 Added: | Утро | Utro | Morning |
39 Added: | День | den | Afternoon |
40 Added: | Вечер | VEcher | Evening |
41 Added: | Сегодня днем | seGOdnya dnyom | This afternoon |
42 Added: | Сегодня вечером | soGOdnya VEcherom | This evening |
wiki/languages/why-study-languages.html
index b395c5c9..00000000 100644..000000
@@ -1,238 +0,0 @@
1 Removed: <?xml version="1.0" encoding="utf-8"?>
2 Removed: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 Removed: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 Removed: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 Removed: <head>
6 Removed: <!-- 2022-03-12 Sat 14:34 -->
7 Removed: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 Removed: <meta name="viewport" content="width=device-width, initial-scale=1" />
9 Removed: <title>Why study languages?</title>
10 Removed: <meta name="generator" content="Org mode" />
11 Removed: <meta name="author" content="Marius Peter" />
12 Removed: <meta name="description" content="Notes taken for all studied languages."
13 Removed: />
14 Removed: <style type="text/css">
15 Removed: <!--/*--><![CDATA[/*><!--*/
16 Removed: .title { text-align: center;
17 Removed: margin-bottom: .2em; }
18 Removed: .subtitle { text-align: center;
19 Removed: font-size: medium;
20 Removed: font-weight: bold;
21 Removed: margin-top:0; }
22 Removed: .todo { font-family: monospace; color: red; }
23 Removed: .done { font-family: monospace; color: green; }
24 Removed: .priority { font-family: monospace; color: orange; }
25 Removed: .tag { background-color: #eee; font-family: monospace;
26 Removed: padding: 2px; font-size: 80%; font-weight: normal; }
27 Removed: .timestamp { color: #bebebe; }
28 Removed: .timestamp-kwd { color: #5f9ea0; }
29 Removed: .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
30 Removed: .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
31 Removed: .org-center { margin-left: auto; margin-right: auto; text-align: center; }
32 Removed: .underline { text-decoration: underline; }
33 Removed: #postamble p, #preamble p { font-size: 90%; margin: .2em; }
34 Removed: p.verse { margin-left: 3%; }
35 Removed: pre {
36 Removed: border: 1px solid #ccc;
37 Removed: box-shadow: 3px 3px 3px #eee;
38 Removed: padding: 8pt;
39 Removed: font-family: monospace;
40 Removed: overflow: auto;
41 Removed: margin: 1.2em;
42 Removed: }
43 Removed: pre.src {
44 Removed: position: relative;
45 Removed: overflow: auto;
46 Removed: padding-top: 1.2em;
47 Removed: }
48 Removed: pre.src:before {
49 Removed: display: none;
50 Removed: position: absolute;
51 Removed: background-color: white;
52 Removed: top: -10px;
53 Removed: right: 10px;
54 Removed: padding: 3px;
55 Removed: border: 1px solid black;
56 Removed: }
57 Removed: pre.src:hover:before { display: inline; margin-top: 14px;}
58 Removed: /* Languages per Org manual */
59 Removed: pre.src-asymptote:before { content: 'Asymptote'; }
60 Removed: pre.src-awk:before { content: 'Awk'; }
61 Removed: pre.src-C:before { content: 'C'; }
62 Removed: /* pre.src-C++ doesn't work in CSS */
63 Removed: pre.src-clojure:before { content: 'Clojure'; }
64 Removed: pre.src-css:before { content: 'CSS'; }
65 Removed: pre.src-D:before { content: 'D'; }
66 Removed: pre.src-ditaa:before { content: 'ditaa'; }
67 Removed: pre.src-dot:before { content: 'Graphviz'; }
68 Removed: pre.src-calc:before { content: 'Emacs Calc'; }
69 Removed: pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
70 Removed: pre.src-fortran:before { content: 'Fortran'; }
71 Removed: pre.src-gnuplot:before { content: 'gnuplot'; }
72 Removed: pre.src-haskell:before { content: 'Haskell'; }
73 Removed: pre.src-hledger:before { content: 'hledger'; }
74 Removed: pre.src-java:before { content: 'Java'; }
75 Removed: pre.src-js:before { content: 'Javascript'; }
76 Removed: pre.src-latex:before { content: 'LaTeX'; }
77 Removed: pre.src-ledger:before { content: 'Ledger'; }
78 Removed: pre.src-lisp:before { content: 'Lisp'; }
79 Removed: pre.src-lilypond:before { content: 'Lilypond'; }
80 Removed: pre.src-lua:before { content: 'Lua'; }
81 Removed: pre.src-matlab:before { content: 'MATLAB'; }
82 Removed: pre.src-mscgen:before { content: 'Mscgen'; }
83 Removed: pre.src-ocaml:before { content: 'Objective Caml'; }
84 Removed: pre.src-octave:before { content: 'Octave'; }
85 Removed: pre.src-org:before { content: 'Org mode'; }
86 Removed: pre.src-oz:before { content: 'OZ'; }
87 Removed: pre.src-plantuml:before { content: 'Plantuml'; }
88 Removed: pre.src-processing:before { content: 'Processing.js'; }
89 Removed: pre.src-python:before { content: 'Python'; }
90 Removed: pre.src-R:before { content: 'R'; }
91 Removed: pre.src-ruby:before { content: 'Ruby'; }
92 Removed: pre.src-sass:before { content: 'Sass'; }
93 Removed: pre.src-scheme:before { content: 'Scheme'; }
94 Removed: pre.src-screen:before { content: 'Gnu Screen'; }
95 Removed: pre.src-sed:before { content: 'Sed'; }
96 Removed: pre.src-sh:before { content: 'shell'; }
97 Removed: pre.src-sql:before { content: 'SQL'; }
98 Removed: pre.src-sqlite:before { content: 'SQLite'; }
99 Removed: /* additional languages in org.el's org-babel-load-languages alist */
100 Removed: pre.src-forth:before { content: 'Forth'; }
101 Removed: pre.src-io:before { content: 'IO'; }
102 Removed: pre.src-J:before { content: 'J'; }
103 Removed: pre.src-makefile:before { content: 'Makefile'; }
104 Removed: pre.src-maxima:before { content: 'Maxima'; }
105 Removed: pre.src-perl:before { content: 'Perl'; }
106 Removed: pre.src-picolisp:before { content: 'Pico Lisp'; }
107 Removed: pre.src-scala:before { content: 'Scala'; }
108 Removed: pre.src-shell:before { content: 'Shell Script'; }
109 Removed: pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
110 Removed: /* additional language identifiers per "defun org-babel-execute"
111 Removed: in ob-*.el */
112 Removed: pre.src-cpp:before { content: 'C++'; }
113 Removed: pre.src-abc:before { content: 'ABC'; }
114 Removed: pre.src-coq:before { content: 'Coq'; }
115 Removed: pre.src-groovy:before { content: 'Groovy'; }
116 Removed: /* additional language identifiers from org-babel-shell-names in
117 Removed: ob-shell.el: ob-shell is the only babel language using a lambda to put
118 Removed: the execution function name together. */
119 Removed: pre.src-bash:before { content: 'bash'; }
120 Removed: pre.src-csh:before { content: 'csh'; }
121 Removed: pre.src-ash:before { content: 'ash'; }
122 Removed: pre.src-dash:before { content: 'dash'; }
123 Removed: pre.src-ksh:before { content: 'ksh'; }
124 Removed: pre.src-mksh:before { content: 'mksh'; }
125 Removed: pre.src-posh:before { content: 'posh'; }
126 Removed: /* Additional Emacs modes also supported by the LaTeX listings package */
127 Removed: pre.src-ada:before { content: 'Ada'; }
128 Removed: pre.src-asm:before { content: 'Assembler'; }
129 Removed: pre.src-caml:before { content: 'Caml'; }
130 Removed: pre.src-delphi:before { content: 'Delphi'; }
131 Removed: pre.src-html:before { content: 'HTML'; }
132 Removed: pre.src-idl:before { content: 'IDL'; }
133 Removed: pre.src-mercury:before { content: 'Mercury'; }
134 Removed: pre.src-metapost:before { content: 'MetaPost'; }
135 Removed: pre.src-modula-2:before { content: 'Modula-2'; }
136 Removed: pre.src-pascal:before { content: 'Pascal'; }
137 Removed: pre.src-ps:before { content: 'PostScript'; }
138 Removed: pre.src-prolog:before { content: 'Prolog'; }
139 Removed: pre.src-simula:before { content: 'Simula'; }
140 Removed: pre.src-tcl:before { content: 'tcl'; }
141 Removed: pre.src-tex:before { content: 'TeX'; }
142 Removed: pre.src-plain-tex:before { content: 'Plain TeX'; }
143 Removed: pre.src-verilog:before { content: 'Verilog'; }
144 Removed: pre.src-vhdl:before { content: 'VHDL'; }
145 Removed: pre.src-xml:before { content: 'XML'; }
146 Removed: pre.src-nxml:before { content: 'XML'; }
147 Removed: /* add a generic configuration mode; LaTeX export needs an additional
148 Removed: (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
149 Removed: pre.src-conf:before { content: 'Configuration File'; }
150 Removed:
151 Removed: table { border-collapse:collapse; }
152 Removed: caption.t-above { caption-side: top; }
153 Removed: caption.t-bottom { caption-side: bottom; }
154 Removed: td, th { vertical-align:top; }
155 Removed: th.org-right { text-align: center; }
156 Removed: th.org-left { text-align: center; }
157 Removed: th.org-center { text-align: center; }
158 Removed: td.org-right { text-align: right; }
159 Removed: td.org-left { text-align: left; }
160 Removed: td.org-center { text-align: center; }
161 Removed: dt { font-weight: bold; }
162 Removed: .footpara { display: inline; }
163 Removed: .footdef { margin-bottom: 1em; }
164 Removed: .figure { padding: 1em; }
165 Removed: .figure p { text-align: center; }
166 Removed: .equation-container {
167 Removed: display: table;
168 Removed: text-align: center;
169 Removed: width: 100%;
170 Removed: }
171 Removed: .equation {
172 Removed: vertical-align: middle;
173 Removed: }
174 Removed: .equation-label {
175 Removed: display: table-cell;
176 Removed: text-align: right;
177 Removed: vertical-align: middle;
178 Removed: }
179 Removed: .inlinetask {
180 Removed: padding: 10px;
181 Removed: border: 2px solid gray;
182 Removed: margin: 10px;
183 Removed: background: #ffffcc;
184 Removed: }
185 Removed: #org-div-home-and-up
186 Removed: { text-align: right; font-size: 70%; white-space: nowrap; }
187 Removed: textarea { overflow-x: auto; }
188 Removed: .linenr { font-size: smaller }
189 Removed: .code-highlighted { background-color: #ffff00; }
190 Removed: .org-info-js_info-navigation { border-style: none; }
191 Removed: #org-info-js_console-label
192 Removed: { font-size: 10px; font-weight: bold; white-space: nowrap; }
193 Removed: .org-info-js_search-highlight
194 Removed: { background-color: #ffff00; color: #000000; font-weight: bold; }
195 Removed: .org-svg { width: 90%; }
196 Removed: /*]]>*/-->
197 Removed: </style>
198 Removed: <script type="text/javascript">
199 Removed: // @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
200 Removed: <!--/*--><![CDATA[/*><!--*/
201 Removed: function CodeHighlightOn(elem, id)
202 Removed: {
203 Removed: var target = document.getElementById(id);
204 Removed: if(null != target) {
205 Removed: elem.classList.add("code-highlighted");
206 Removed: target.classList.add("code-highlighted");
207 Removed: }
208 Removed: }
209 Removed: function CodeHighlightOff(elem, id)
210 Removed: {
211 Removed: var target = document.getElementById(id);
212 Removed: if(null != target) {
213 Removed: elem.classList.remove("code-highlighted");
214 Removed: target.classList.remove("code-highlighted");
215 Removed: }
216 Removed: }
217 Removed: /*]]>*///-->
218 Removed: // @license-end
219 Removed: </script>
220 Removed: </head>
221 Removed: <body>
222 Removed: <div id="content">
223 Removed: <h1 class="title">Why study languages?
224 Removed: <br />
225 Removed: <span class="subtitle">Because understanding others is understanding ourselves.</span>
226 Removed: </h1>
227 Removed: <p>
228 Removed: Main languages of interest include Russian and Arabic.
229 Removed: </p>
230 Removed: </div>
231 Removed: <div id="postamble" class="status">
232 Removed: <p class="date">Date: 2022-03-12 Sat 00:00</p>
233 Removed: <p class="author">Author: Marius Peter</p>
234 Removed: <p class="date">Created: 2022-03-12 Sat 14:34</p>
235 Removed: <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
236 Removed: </div>
237 Removed: </body>
238 Removed: </html>
wiki/linux/LEMP.org
index 00000000..3ecb5d2e 000000..100644
@@ -0,0 +1,17 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: The LEMP stack
4 Added: #+SUBTITLE: A web stack on which this very website is built.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+FILETAGS: linux
8 Added:
9 Added: #+DESCRIPTION: The LEMP stack: a web stack on which this very website is built.
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: The LEMP stack involves Linux, Nginx, MySQL, and PHP.
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * Body weight
wiki/linux/index.html
index 38969681..00000000 100644..000000
@@ -1,254 +0,0 @@
1 Removed: <?xml version="1.0" encoding="utf-8"?>
2 Removed: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 Removed: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 Removed: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 Removed: <head>
6 Removed: <!-- 2022-03-13 Sun 20:18 -->
7 Removed: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 Removed: <meta name="viewport" content="width=device-width, initial-scale=1" />
9 Removed: <title>Linux</title>
10 Removed: <meta name="generator" content="Org mode" />
11 Removed: <meta name="author" content="Marius Peter" />
12 Removed: <meta name="description" content="The most prevalent operating system---except on desktops..."
13 Removed: />
14 Removed: <meta name="keywords" content="mlnp, wiki, linux, programming languages, bash, python" />
15 Removed: <style type="text/css">
16 Removed: <!--/*--><![CDATA[/*><!--*/
17 Removed: .title { text-align: center;
18 Removed: margin-bottom: .2em; }
19 Removed: .subtitle { text-align: center;
20 Removed: font-size: medium;
21 Removed: font-weight: bold;
22 Removed: margin-top:0; }
23 Removed: .todo { font-family: monospace; color: red; }
24 Removed: .done { font-family: monospace; color: green; }
25 Removed: .priority { font-family: monospace; color: orange; }
26 Removed: .tag { background-color: #eee; font-family: monospace;
27 Removed: padding: 2px; font-size: 80%; font-weight: normal; }
28 Removed: .timestamp { color: #bebebe; }
29 Removed: .timestamp-kwd { color: #5f9ea0; }
30 Removed: .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
31 Removed: .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
32 Removed: .org-center { margin-left: auto; margin-right: auto; text-align: center; }
33 Removed: .underline { text-decoration: underline; }
34 Removed: #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35 Removed: p.verse { margin-left: 3%; }
36 Removed: pre {
37 Removed: border: 1px solid #ccc;
38 Removed: box-shadow: 3px 3px 3px #eee;
39 Removed: padding: 8pt;
40 Removed: font-family: monospace;
41 Removed: overflow: auto;
42 Removed: margin: 1.2em;
43 Removed: }
44 Removed: pre.src {
45 Removed: position: relative;
46 Removed: overflow: auto;
47 Removed: padding-top: 1.2em;
48 Removed: }
49 Removed: pre.src:before {
50 Removed: display: none;
51 Removed: position: absolute;
52 Removed: background-color: white;
53 Removed: top: -10px;
54 Removed: right: 10px;
55 Removed: padding: 3px;
56 Removed: border: 1px solid black;
57 Removed: }
58 Removed: pre.src:hover:before { display: inline; margin-top: 14px;}
59 Removed: /* Languages per Org manual */
60 Removed: pre.src-asymptote:before { content: 'Asymptote'; }
61 Removed: pre.src-awk:before { content: 'Awk'; }
62 Removed: pre.src-C:before { content: 'C'; }
63 Removed: /* pre.src-C++ doesn't work in CSS */
64 Removed: pre.src-clojure:before { content: 'Clojure'; }
65 Removed: pre.src-css:before { content: 'CSS'; }
66 Removed: pre.src-D:before { content: 'D'; }
67 Removed: pre.src-ditaa:before { content: 'ditaa'; }
68 Removed: pre.src-dot:before { content: 'Graphviz'; }
69 Removed: pre.src-calc:before { content: 'Emacs Calc'; }
70 Removed: pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71 Removed: pre.src-fortran:before { content: 'Fortran'; }
72 Removed: pre.src-gnuplot:before { content: 'gnuplot'; }
73 Removed: pre.src-haskell:before { content: 'Haskell'; }
74 Removed: pre.src-hledger:before { content: 'hledger'; }
75 Removed: pre.src-java:before { content: 'Java'; }
76 Removed: pre.src-js:before { content: 'Javascript'; }
77 Removed: pre.src-latex:before { content: 'LaTeX'; }
78 Removed: pre.src-ledger:before { content: 'Ledger'; }
79 Removed: pre.src-lisp:before { content: 'Lisp'; }
80 Removed: pre.src-lilypond:before { content: 'Lilypond'; }
81 Removed: pre.src-lua:before { content: 'Lua'; }
82 Removed: pre.src-matlab:before { content: 'MATLAB'; }
83 Removed: pre.src-mscgen:before { content: 'Mscgen'; }
84 Removed: pre.src-ocaml:before { content: 'Objective Caml'; }
85 Removed: pre.src-octave:before { content: 'Octave'; }
86 Removed: pre.src-org:before { content: 'Org mode'; }
87 Removed: pre.src-oz:before { content: 'OZ'; }
88 Removed: pre.src-plantuml:before { content: 'Plantuml'; }
89 Removed: pre.src-processing:before { content: 'Processing.js'; }
90 Removed: pre.src-python:before { content: 'Python'; }
91 Removed: pre.src-R:before { content: 'R'; }
92 Removed: pre.src-ruby:before { content: 'Ruby'; }
93 Removed: pre.src-sass:before { content: 'Sass'; }
94 Removed: pre.src-scheme:before { content: 'Scheme'; }
95 Removed: pre.src-screen:before { content: 'Gnu Screen'; }
96 Removed: pre.src-sed:before { content: 'Sed'; }
97 Removed: pre.src-sh:before { content: 'shell'; }
98 Removed: pre.src-sql:before { content: 'SQL'; }
99 Removed: pre.src-sqlite:before { content: 'SQLite'; }
100 Removed: /* additional languages in org.el's org-babel-load-languages alist */
101 Removed: pre.src-forth:before { content: 'Forth'; }
102 Removed: pre.src-io:before { content: 'IO'; }
103 Removed: pre.src-J:before { content: 'J'; }
104 Removed: pre.src-makefile:before { content: 'Makefile'; }
105 Removed: pre.src-maxima:before { content: 'Maxima'; }
106 Removed: pre.src-perl:before { content: 'Perl'; }
107 Removed: pre.src-picolisp:before { content: 'Pico Lisp'; }
108 Removed: pre.src-scala:before { content: 'Scala'; }
109 Removed: pre.src-shell:before { content: 'Shell Script'; }
110 Removed: pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
111 Removed: /* additional language identifiers per "defun org-babel-execute"
112 Removed: in ob-*.el */
113 Removed: pre.src-cpp:before { content: 'C++'; }
114 Removed: pre.src-abc:before { content: 'ABC'; }
115 Removed: pre.src-coq:before { content: 'Coq'; }
116 Removed: pre.src-groovy:before { content: 'Groovy'; }
117 Removed: /* additional language identifiers from org-babel-shell-names in
118 Removed: ob-shell.el: ob-shell is the only babel language using a lambda to put
119 Removed: the execution function name together. */
120 Removed: pre.src-bash:before { content: 'bash'; }
121 Removed: pre.src-csh:before { content: 'csh'; }
122 Removed: pre.src-ash:before { content: 'ash'; }
123 Removed: pre.src-dash:before { content: 'dash'; }
124 Removed: pre.src-ksh:before { content: 'ksh'; }
125 Removed: pre.src-mksh:before { content: 'mksh'; }
126 Removed: pre.src-posh:before { content: 'posh'; }
127 Removed: /* Additional Emacs modes also supported by the LaTeX listings package */
128 Removed: pre.src-ada:before { content: 'Ada'; }
129 Removed: pre.src-asm:before { content: 'Assembler'; }
130 Removed: pre.src-caml:before { content: 'Caml'; }
131 Removed: pre.src-delphi:before { content: 'Delphi'; }
132 Removed: pre.src-html:before { content: 'HTML'; }
133 Removed: pre.src-idl:before { content: 'IDL'; }
134 Removed: pre.src-mercury:before { content: 'Mercury'; }
135 Removed: pre.src-metapost:before { content: 'MetaPost'; }
136 Removed: pre.src-modula-2:before { content: 'Modula-2'; }
137 Removed: pre.src-pascal:before { content: 'Pascal'; }
138 Removed: pre.src-ps:before { content: 'PostScript'; }
139 Removed: pre.src-prolog:before { content: 'Prolog'; }
140 Removed: pre.src-simula:before { content: 'Simula'; }
141 Removed: pre.src-tcl:before { content: 'tcl'; }
142 Removed: pre.src-tex:before { content: 'TeX'; }
143 Removed: pre.src-plain-tex:before { content: 'Plain TeX'; }
144 Removed: pre.src-verilog:before { content: 'Verilog'; }
145 Removed: pre.src-vhdl:before { content: 'VHDL'; }
146 Removed: pre.src-xml:before { content: 'XML'; }
147 Removed: pre.src-nxml:before { content: 'XML'; }
148 Removed: /* add a generic configuration mode; LaTeX export needs an additional
149 Removed: (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
150 Removed: pre.src-conf:before { content: 'Configuration File'; }
151 Removed:
152 Removed: table { border-collapse:collapse; }
153 Removed: caption.t-above { caption-side: top; }
154 Removed: caption.t-bottom { caption-side: bottom; }
155 Removed: td, th { vertical-align:top; }
156 Removed: th.org-right { text-align: center; }
157 Removed: th.org-left { text-align: center; }
158 Removed: th.org-center { text-align: center; }
159 Removed: td.org-right { text-align: right; }
160 Removed: td.org-left { text-align: left; }
161 Removed: td.org-center { text-align: center; }
162 Removed: dt { font-weight: bold; }
163 Removed: .footpara { display: inline; }
164 Removed: .footdef { margin-bottom: 1em; }
165 Removed: .figure { padding: 1em; }
166 Removed: .figure p { text-align: center; }
167 Removed: .equation-container {
168 Removed: display: table;
169 Removed: text-align: center;
170 Removed: width: 100%;
171 Removed: }
172 Removed: .equation {
173 Removed: vertical-align: middle;
174 Removed: }
175 Removed: .equation-label {
176 Removed: display: table-cell;
177 Removed: text-align: right;
178 Removed: vertical-align: middle;
179 Removed: }
180 Removed: .inlinetask {
181 Removed: padding: 10px;
182 Removed: border: 2px solid gray;
183 Removed: margin: 10px;
184 Removed: background: #ffffcc;
185 Removed: }
186 Removed: #org-div-home-and-up
187 Removed: { text-align: right; font-size: 70%; white-space: nowrap; }
188 Removed: textarea { overflow-x: auto; }
189 Removed: .linenr { font-size: smaller }
190 Removed: .code-highlighted { background-color: #ffff00; }
191 Removed: .org-info-js_info-navigation { border-style: none; }
192 Removed: #org-info-js_console-label
193 Removed: { font-size: 10px; font-weight: bold; white-space: nowrap; }
194 Removed: .org-info-js_search-highlight
195 Removed: { background-color: #ffff00; color: #000000; font-weight: bold; }
196 Removed: .org-svg { width: 90%; }
197 Removed: /*]]>*/-->
198 Removed: </style>
199 Removed: <script type="text/javascript">
200 Removed: // @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
201 Removed: <!--/*--><![CDATA[/*><!--*/
202 Removed: function CodeHighlightOn(elem, id)
203 Removed: {
204 Removed: var target = document.getElementById(id);
205 Removed: if(null != target) {
206 Removed: elem.classList.add("code-highlighted");
207 Removed: target.classList.add("code-highlighted");
208 Removed: }
209 Removed: }
210 Removed: function CodeHighlightOff(elem, id)
211 Removed: {
212 Removed: var target = document.getElementById(id);
213 Removed: if(null != target) {
214 Removed: elem.classList.remove("code-highlighted");
215 Removed: target.classList.remove("code-highlighted");
216 Removed: }
217 Removed: }
218 Removed: /*]]>*///-->
219 Removed: // @license-end
220 Removed: </script>
221 Removed: </head>
222 Removed: <body>
223 Removed: <div id="org-div-home-and-up">
224 Removed: <a accesskey="h" href="../index.html"> UP </a>
225 Removed: |
226 Removed: <a accesskey="H" href="https://mlnp.fr"> HOME </a>
227 Removed: </div><div id="content">
228 Removed: <h1 class="title">Linux
229 Removed: <br />
230 Removed: <span class="subtitle">The most prevalent operating system&#x2014;except on desktops&#x2026;</span>
231 Removed: </h1>
232 Removed: <div class="abstract" id="orgb9ce1f1">
233 Removed: <p>
234 Removed: Emacs is a Lisp evaluation environment most often used as a text
235 Removed: editor.
236 Removed: </p>
237 Removed:
238 Removed: </div>
239 Removed:
240 Removed:
241 Removed: <div class="org-center">
242 Removed: <p>
243 Removed: <a href="https://www.gnu.org/software/emacs/">https://www.gnu.org/software/emacs/</a>
244 Removed: </p>
245 Removed: </div>
246 Removed: </div>
247 Removed: <div id="postamble" class="status">
248 Removed: <p class="date">Date: 2022-03-13 Sun 00:00</p>
249 Removed: <p class="author">Author: Marius Peter</p>
250 Removed: <p class="date">Created: 2022-03-13 Sun 20:18</p>
251 Removed: <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
252 Removed: </div>
253 Removed: </body>
254 Removed: </html>
wiki/linux/index.org
index 6c298a33..f8c71c33 100644..100644
@@ -1,3 +1,4 @@
1 1 #+TITLE: Sitemap for project wiki---linux
2 2
3 3 - [[file:distro-ideas.org][Distribution ideas]]
4 Added: - [[file:LEMP.org][The LEMP stack]]
wiki/programming/bash.org
index 00000000..eaf25591 000000..100644
@@ -0,0 +1,17 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Bash
4 Added: #+SUBTITLE: The Linux shell scripting language.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+FILETAGS: programming
8 Added:
9 Added: #+DESCRIPTION: Bash: the Linux shell scripting language.
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: Bash is the most popular linux shell language used today.
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * TODO Introduction
wiki/programming/emacs-lisp.org
index 00000000..89d4eb18 000000..100644
@@ -0,0 +1,17 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Emacs Lisp
4 Added: #+SUBTITLE: The Emacs scripting & extension language.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+FILETAGS: programming
8 Added:
9 Added: #+DESCRIPTION: Emacs Lisp: the Emacs scripting & extension language.
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added:
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * TODO Introduction
wiki/programming/index.org
index eb2b4eb0..f4567944 100644..100644
@@ -1,2 +1,6 @@
1 1 #+TITLE: Sitemap for project wiki---programming
2 2
3 Added: - [[file:bash.org][Bash]]
4 Added: - [[file:emacs-lisp.org][Emacs Lisp]]
5 Added: - [[file:ocaml.org][Ocaml]]
6 Added: - [[file:python.org][Python]]
wiki/programming/ocaml.org
index 00000000..82833507 000000..100644
@@ -0,0 +1,17 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Ocaml
4 Added: #+SUBTITLE: An industrial-strength programming language.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+FILETAGS: programming
8 Added:
9 Added: #+DESCRIPTION: Ocaml: an industrial-strength programming language.
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: Bash is the most popular linux shell language used today.
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * TODO Introduction
wiki/programming/python.org
index 00000000..2efdd2f1 000000..100644
@@ -0,0 +1,17 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Python
4 Added: #+SUBTITLE:
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+FILETAGS: programming
8 Added:
9 Added: #+DESCRIPTION:
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added:
14 Added: #+end_abstract
15 Added:
16 Added:
17 Added: * TODO Introduction
wiki/typography/index.org
index 45945979..d183aade 100644..100644