roebe 0.5.191 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (173) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +89 -41
  3. data/bin/create_my_directories +2 -2
  4. data/bin/{ruby_dhcpcd → dhcpcd_wrapper} +1 -1
  5. data/bin/start_lighty +1 -1
  6. data/doc/README.gen +78 -15
  7. data/doc/core/array.md +24 -23
  8. data/doc/core/gem_and_gemspec.md +12 -11
  9. data/doc/core/hash.md +6 -0
  10. data/doc/core/misc.md +23 -20
  11. data/doc/core/regex.md +1 -1
  12. data/doc/core/stderr.md +16 -0
  13. data/doc/deprecations/deprecations.md +2 -1
  14. data/doc/statistics/statistics.md +1 -0
  15. data/lib/roebe/actions/actions.rb +80 -0
  16. data/lib/roebe/base/colours.rb +52 -19
  17. data/lib/roebe/base/misc.rb +30 -1
  18. data/lib/roebe/base/opnn.rb +7 -0
  19. data/lib/roebe/browser/output_url_then_open_in_browser.rb +18 -15
  20. data/lib/roebe/classes/alltagsgeschichte.rb +1 -1
  21. data/lib/roebe/classes/at.rb +2 -2
  22. data/lib/roebe/classes/auto_rename_file_based_on_its_creation_date.rb +24 -12
  23. data/lib/roebe/classes/books/books.rb +234 -142
  24. data/lib/roebe/classes/books/finished_books/finished_books.rb +10 -3
  25. data/lib/roebe/classes/books/menu.rb +25 -16
  26. data/lib/roebe/classes/books/sanitize_this_book_path/sanitize_this_book_path.rb +0 -1
  27. data/lib/roebe/classes/check_yaml.rb +15 -11
  28. data/lib/roebe/classes/compile_kernel.rb +3 -1
  29. data/lib/roebe/classes/contacts/contacts.rb +104 -0
  30. data/lib/roebe/classes/contacts/gui/universal_widgets/contacts.rb +168 -0
  31. data/lib/roebe/classes/contacts/shared_code.rb +344 -0
  32. data/lib/roebe/classes/copy_kernel_config.rb +5 -3
  33. data/lib/roebe/classes/create_desktop_file.rb +1 -1
  34. data/lib/roebe/classes/create_file_skeleton/constants.rb +1 -1
  35. data/lib/roebe/classes/create_file_skeleton/generate_ruby_string.rb +20 -20
  36. data/lib/roebe/classes/create_file_skeleton/reset.rb +19 -16
  37. data/lib/roebe/classes/create_my_directories.rb +12 -10
  38. data/lib/roebe/classes/dhcpcd/{dhcpcd.rb → dhcpcd_wrapper.rb} +137 -95
  39. data/lib/roebe/classes/dhcpcd/kill_dhcpcd.rb +2 -2
  40. data/lib/roebe/classes/do_install.rb +7 -6
  41. data/lib/roebe/classes/done.rb +1 -1
  42. data/lib/roebe/classes/downcase_extension.rb +4 -4
  43. data/lib/roebe/classes/email.rb +44 -40
  44. data/lib/roebe/classes/enable.rb +1 -1
  45. data/lib/roebe/classes/generate_alsa_conf.rb +4 -4
  46. data/lib/roebe/classes/generate_overview_of_the_locally_available_books.rb +5 -3
  47. data/lib/roebe/classes/github.rb +1 -1
  48. data/lib/roebe/classes/kde/install_this_konsole_theme.rb +1 -1
  49. data/lib/roebe/classes/{handle_lighttpd.rb → lighttpd/lighttpd_wrapper.rb} +55 -47
  50. data/lib/roebe/classes/make_gem.rb +49 -35
  51. data/lib/roebe/classes/mbl.rb +6 -4
  52. data/lib/roebe/classes/readme_generator/readme_generator.rb +597 -1
  53. data/lib/roebe/classes/remove_trailing_newline.rb +82 -0
  54. data/lib/roebe/classes/report_how_many_files_are_in_this_directory.rb +83 -0
  55. data/lib/roebe/classes/rxinitrc/constants.rb +7 -5
  56. data/lib/roebe/classes/rxinitrc/rxinitrc.rb +8 -4
  57. data/lib/roebe/classes/set_background.rb +14 -0
  58. data/lib/roebe/classes/show_ten_aliases.rb +15 -3
  59. data/lib/roebe/classes/simple_boot_script.rb +1 -1
  60. data/lib/roebe/classes/size_of.rb +9 -7
  61. data/lib/roebe/classes/tales_from_the_crypt.rb +1 -1
  62. data/lib/roebe/classes/update.rb +4 -11
  63. data/lib/roebe/classes/upload_to_imgur.rb +64 -35
  64. data/lib/roebe/commandline/misc.rb +28 -28
  65. data/lib/roebe/constants/array_install_these_gem_projects.rb +1 -1
  66. data/lib/roebe/constants/constants.rb +8 -1
  67. data/lib/roebe/constants/emojis.rb +0 -19
  68. data/lib/roebe/constants/file_and_directory_constants.rb +2 -2
  69. data/lib/roebe/constants/misc.rb +10 -2
  70. data/lib/roebe/constants/roebe.rb +2 -0
  71. data/lib/roebe/custom_methods/module.rb +45 -16
  72. data/lib/roebe/fonts/fonts.rb +39 -0
  73. data/lib/roebe/gui/universal_widgets/books/books.rb +232 -0
  74. data/lib/roebe/hello_world/hello_world.rb +0 -0
  75. data/lib/roebe/irb/clean_irbrc +1 -0
  76. data/lib/roebe/math/log10.rb +3 -3
  77. data/lib/roebe/math/the_collatz_problem.rb +104 -0
  78. data/lib/roebe/{toplevel_methods/lighttpd.rb → requires/require_lighttpd.rb} +2 -2
  79. data/lib/roebe/shell/shell/shell.rb +6 -6
  80. data/lib/roebe/shell_scripts/README.md +0 -0
  81. data/lib/roebe/shell_scripts/bashrc +0 -0
  82. data/lib/roebe/shell_scripts/konsole_tabs.sh +6 -0
  83. data/lib/roebe/shell_scripts/lfs/001_binutils_1.sh +10 -2
  84. data/lib/roebe/shell_scripts/lfs/002_gcc_1.sh +33 -3
  85. data/lib/roebe/shell_scripts/lfs/003_linux_1.sh +1 -0
  86. data/lib/roebe/shell_scripts/lfs/004_glibc_1.sh +5 -2
  87. data/lib/roebe/shell_scripts/lfs/005_libstdc++_1.sh +8 -1
  88. data/lib/roebe/shell_scripts/lfs/007_ncurses_2.sh +5 -2
  89. data/lib/roebe/shell_scripts/lfs/020_xz_2.sh +5 -4
  90. data/lib/roebe/shell_scripts/lfs/022_gcc_2.sh +15 -1
  91. data/lib/roebe/shell_scripts/lfs/025_ruby_2.sh +13 -0
  92. data/lib/roebe/shell_scripts/lfs/README.md +0 -0
  93. data/lib/roebe/shell_scripts/lfs/lfs_build_variables.sh +56 -16
  94. data/lib/roebe/toplevel_methods/module_methods.rb +5 -3
  95. data/lib/roebe/toplevel_methods/to_mp3.rb +1 -1
  96. data/lib/roebe/version/version.rb +2 -2
  97. data/lib/roebe/wasm/README.md +7 -0
  98. data/lib/roebe/wasm/enable_simple_puts_output.rb +9 -0
  99. data/lib/roebe/wasm/wasm_examples.html +43 -0
  100. data/lib/roebe/www/LEDS/LEDS.rb +35 -25
  101. data/lib/roebe/www/RNA/RNA.cgi +42 -1
  102. data/lib/roebe/www/algorithms/algorithms.rb +40 -0
  103. data/lib/roebe/www/analytical_chemistry/content.md +6 -0
  104. data/lib/roebe/www/animals/animals.cgi +25 -0
  105. data/lib/roebe/www/bioanalytik/bioanalytik.cgi +90 -0
  106. data/lib/roebe/www/biotechnology/biotechnology.rb +39 -3
  107. data/lib/roebe/www/cellbiology/cellbiology.rb +19 -2
  108. data/lib/roebe/www/chemistry/S/303/244uren_Basen_und_der_pH_Wert/S/303/244uren_Basen_und_der_pH_Wert.cgi +242 -0
  109. data/lib/roebe/www/chemistry/chemistry.rb +10 -258
  110. data/lib/roebe/www/chemistry/css_rules.css +67 -0
  111. data/lib/roebe/www/chemistry/die_quantenzahlen/die_quantenzahlen.cgi +123 -0
  112. data/lib/roebe/www/chemistry/funktionelle_gruppen_in_der_chemie/funktionelle_gruppen_in_der_chemie.cgi +52 -0
  113. data/lib/roebe/www/chrome_and_chromium/chrome_and_chromium.rb +37 -42
  114. data/lib/roebe/www/chromium +1 -0
  115. data/lib/roebe/www/cognitive_biology/cognitive_biology.cgi +18 -3
  116. data/lib/roebe/www/erste_hilfe/erste_hilfe.cgi +215 -62
  117. data/lib/roebe/www/fonts/fonts.cgi +245 -0
  118. data/lib/roebe/www/genomics/genomics.rb +4 -0
  119. data/lib/roebe/www/hardware/computersysteme/computersysteme.rb +117 -102
  120. data/lib/roebe/www/hardware/netzteile/netzteile.cgi +94 -0
  121. data/lib/roebe/www/immunology/immunology.rb +131 -7
  122. data/lib/roebe/www/insekten/insekten.md +27 -0
  123. data/lib/roebe/www/lighttpd/autogenerated_lighttpd.conf +7 -3
  124. data/lib/roebe/www/lighttpd/configuration/index.conf +7 -4
  125. data/lib/roebe/www/lighttpd/lighttpd.rb +6 -6
  126. data/lib/roebe/www/linux/antiX/antiX.rb +7 -4
  127. data/lib/roebe/www/linux/linux.rb +9 -11
  128. data/lib/roebe/www/linux/linuxmint/linuxmint.rb +33 -0
  129. data/lib/roebe/www/linux/slackware/slackware.rb +136 -27
  130. data/lib/roebe/www/linux/void/void.rb +34 -8
  131. data/lib/roebe/www/linux_commands/linux_commands.rb +6 -6
  132. data/lib/roebe/www/lyrics/lyrics.rb +1 -1
  133. data/lib/roebe/www/metabolic_pathways/metabolic_pathways.rb +5 -1
  134. data/lib/roebe/www/microbiology/microbiology.rb +17 -2
  135. data/lib/roebe/www/mikrobielle_physiologie/mikrobielle_physiologie.cgi +1086 -2
  136. data/lib/roebe/www/mitochondria/mitochondria.cgi +16 -2
  137. data/lib/roebe/www/module_www.rb +2 -3
  138. data/lib/roebe/www/neurobiology/neurobiology.rb +20 -3
  139. data/lib/roebe/www/pdf/pdf.rb +13 -0
  140. data/lib/roebe/www/physics/physics.rb +20 -4
  141. data/lib/roebe/www/physiology/physiology.rb +5 -1
  142. data/lib/roebe/www/play_this_video_file/play_this_video_file.cgi +1 -1
  143. data/lib/roebe/www/programming_advice/programming_advice.cgi +36 -0
  144. data/lib/roebe/www/programming_advice/programming_advice.md +358 -0
  145. data/lib/roebe/www/psychologie/psychologie.rb +7 -1
  146. data/lib/roebe/www/science/science.rb +6 -0
  147. data/lib/roebe/www/sex_and_reproduction/sex_and_reproduction.cgi +18 -2
  148. data/lib/roebe/www/statistik/statistik.rb +6 -1
  149. data/lib/roebe/www/structural_biology/structural_biology.cgi +18 -0
  150. data/lib/roebe/www/the_cell_cycle/the_cell_cycle.cgi +27 -0
  151. data/lib/roebe/www/video/video.rb +1 -1
  152. data/lib/roebe/www/virology/virology.rb +12 -1
  153. data/lib/roebe/www/war_in_Ukraine_2022/war_in_Ukraine_2022.rb +70 -28
  154. data/lib/roebe/www/waschmaschinen/waschmaschinen.rb +5 -4
  155. data/lib/roebe/www/xfce/xfce.cgi +5 -4
  156. data/lib/roebe/www/xorg/xorg.rb +3 -202
  157. data/lib/roebe/www/yeast/yeast.rb +4 -2
  158. data/lib/roebe/www/yubiko/yubiko.cgi +49 -0
  159. data/lib/roebe/yaml/{autostart_these_programs.yml → autostart_these_programs/autostart_these_programs.yml} +7 -6
  160. data/lib/roebe/yaml/books/favourite_books.yml +11 -9
  161. data/lib/roebe/yaml/directory_structure.yml +2 -0
  162. data/lib/roebe/yaml/use_this_editor/use_this_editor.yml +1 -0
  163. metadata +39 -20
  164. data/lib/roebe/classes/readme_generator/constants.rb +0 -21
  165. data/lib/roebe/classes/readme_generator/initialize.rb +0 -38
  166. data/lib/roebe/classes/readme_generator/misc.rb +0 -548
  167. data/lib/roebe/classes/readme_generator/reset.rb +0 -28
  168. data/lib/roebe/classes/readme_generator/run.rb +0 -20
  169. data/lib/roebe/shell_scripts/lfs/lfs_variables.sh +0 -31
  170. data/lib/roebe/www/cognitive_biology/cognitive_biology.html +0 -40634
  171. data/lib/roebe/www/mikrobielle_physiologie/mikrobielle_physiologie.rb +0 -1055
  172. data/lib/roebe/www/programming_advice/programming_advice.yml +0 -31
  173. data/lib/roebe/yaml/main_editor.yml +0 -1
@@ -0,0 +1,94 @@
1
+ #!/usr/bin/ruby -w
2
+ # Encoding: UTF-8
3
+ # frozen_string_literal: true
4
+ # =========================================================================== #
5
+ # http://localhost/programming/ruby/src/roebe/lib/roebe/www/hardware/netzteile/netzteile.cgi
6
+ # =========================================================================== #
7
+ require 'cyberweb/autoinclude'
8
+
9
+ german('Netzteile') {
10
+ created_on '01.02.2024' # Thursday.
11
+ autoextend
12
+ ruby_favicon
13
+ default_template ''
14
+ body_css_class 'mar0px s2px padt2px VERDANAs'
15
+ body_css_style 'background-color: #d3d2d1;'
16
+ default_font_size_and_hyperlinks
17
+
18
+ smaller_width('mar0px pad0px s0_8em') {
19
+ h1 'Netzteile',
20
+ 'mart1px marb0_5em darkblue'
21
+ # ========================================================================= #
22
+ # === Welches Netzteil sollte man sich zulegen?
23
+ # ========================================================================= #
24
+ h2 'Welches Netzteil sollte man sich zulegen?'
25
+ p_default_le {
26
+ e 'Das <b>Netzteil</b> - im Englischen <i>power supply</i> genannt -
27
+ liefert den Strom an den Computer, und stellt somit sicher, das
28
+ alle Komponenten mit ausreichend Strom versorgt werden.'
29
+ br
30
+ e 'Welches Netzteil man sich zulegen sollte hängt primär von der
31
+ notwendigen Leistung ab - ist diese zu gering so mag der PC
32
+ Probleme haben - oder erst gar nicht funktionieren.'
33
+ br
34
+ e 'Ein PC in einem Bürobetrieb mag mit 300 Watt auskommen. Mit
35
+ Multimedia-Anwendungen und einer Graphikkarte mag man
36
+ bis zu 600 Watt benötigen.'
37
+ br
38
+ e 'Ein Netzteil verbraucht grundsätzlich nur so viel Strom, wie
39
+ es auch benötigt.'
40
+ }
41
+ # ========================================================================= #
42
+ # === Welche Leistung kann man im Vollbetrieb erwarten,
43
+ # wenn man verschiedene Komponenten betrachtet?
44
+ # ========================================================================= #
45
+ h3 'Welche Leistung kann man im Vollbetrieb erwarten,
46
+ wenn man verschiedene Komponenten betrachtet?','marb2px'
47
+ p_default_le {
48
+ table2('mart2px marl2em pretty_table','','font-size: 1.1em;',
49
+ '<b>Komponente</b>','<b>Stromverbrauch</b>',
50
+ 'SSD','~ 2 Watt',
51
+ 'Arbeitsspeicher','~ 5 Watt',
52
+ 'DVD Laufwerk','~ 7 Watt',
53
+ 'Festplatte','~ 10 Watt',
54
+ 'Netzteil','~ 20 Watt',
55
+ 'Mainboard','~ 25 Watt',
56
+ 'CPU (Intel i5)','~ 95 Watt',
57
+ 'CPU (AMD Ryzen)','~ 95 Watt',
58
+ 'Grafikkarte (RTX 4070 Ti)','~ 300 Watt'
59
+ )
60
+ }
61
+ # ========================================================================= #
62
+ # === Formfaktoren beim Netzteil
63
+ # ========================================================================= #
64
+ h3 'Formfaktoren beim Netzteil','marb2px'
65
+ p_default_le {
66
+ e 'Generell sind folgende drei Formfaktoren gebräuchlich:'
67
+ br
68
+ table3('marl1em pretty_table','','',
69
+ 'Formfaktor','Abmessungen (H x B x L)','Verwendung',
70
+ 'ATX','84 mm x 150 mm x 140 mm','Standard in den meisten Desktop-PCs',
71
+ 'SFX','63,5 mm x 125 mm x 100 mm','Mini-PCs, Media- und Office-PCs',
72
+ 'TFX','65 mm x 85 mm x 175 mm','Desktop-PCs im SFF-Format',
73
+ 'EPS','86 mm x 150 mm x 140 mm','180 mm oder 230 mm Workstations, Server'
74
+ )
75
+ }
76
+ # ========================================================================= #
77
+ # === Welche Größe benötigt das Netzteil?
78
+ # ========================================================================= #
79
+ h3 'Welche Größe benötigt das Netzteil?','marb2px'
80
+ p_default_le {
81
+ e 'Das Standard-Netzteil für Desktop-PCs hat das ATX-Format, das mit
82
+ vier Schrauben am Gehäuse befestigt wird. Für schlanke Rechner wie
83
+ Multimedia-PCs hingegen wird häufig ein kompakteres SFX-Netzteil
84
+ verbaut. Die SFX-Netzteile sparen im Gehäuse zwar Platz, dafür
85
+ bieten die Modelle in der Regel nicht so viel Power. Auch der
86
+ kleinere Lüfter könnte lauter aufdrehen. Um dieses Problem
87
+ zu umschiffen, gibt es die Erweiterung "SFX L", die etwas
88
+ tiefer ist und somit größere Lüfter erlaubt. Weitere, aber
89
+ weniger verbreitete Formfaktoren sind unter anderem TFX,
90
+ EPS und LFX. In Fertigrechnern sind zudem teils proprietäre
91
+ Netzteile verbaut, was den Austausch bei einem Defekt
92
+ erheblich erschweren kann.'
93
+ }
94
+ }}
@@ -124,6 +124,17 @@ smaller_width('mar0px pad0px s0_5em') {
124
124
  e '<b>TLRs</b> act as sensors for <b>PAMPs</b>.'
125
125
  }
126
126
  # ========================================================================= #
127
+ # === TLR
128
+ # ========================================================================= #
129
+ fancy3 'TLR'
130
+ p_default_le {
131
+ table2('mars1em','','',
132
+ 'TLR5','recognizes flagelline'
133
+ )
134
+ dimg 'https://i.imgur.com/a4cjZhz.png',
135
+ 'round_black3 mars2em'
136
+ }
137
+ # ========================================================================= #
127
138
  # === MACROPHAGES TAG
128
139
  # ========================================================================= #
129
140
  gold_cheader_h2 'Macrophages'
@@ -147,12 +158,15 @@ smaller_width('mar0px pad0px s0_5em') {
147
158
  }
148
159
  }
149
160
  # ========================================================================= #
150
- # === MHC-II
161
+ # === MHC and MHC-II
151
162
  # ========================================================================= #
152
- # http://localhost/programming/ruby/src/roebe/lib/roebe/www/immunology/immunology.cgi#mhc_ii
163
+ # http://localhost/programming/ruby/src/roebe/lib/roebe/www/immunology/immunology.cgi#mhc_and_mhc_ii
153
164
  # ========================================================================= #
154
- gold_cheader_h2 'MHC-II'
165
+ gold_cheader_h2 'MHC and MHC-II'
155
166
  p_default_le {
167
+ e 'By displaying antigen fragments, MHC molecules are essential for
168
+ antigen recognition by T cells.'
169
+ br
156
170
  e 'Der <b>MHC-II</b> wird von <b>antigenpräsentierenden Zellen</b>
157
171
  (APC) exprimiert.'
158
172
  br
@@ -376,7 +390,7 @@ smaller_width('mar0px pad0px s0_5em') {
376
390
  a possible re-exposure with PAMPs.'
377
391
  }
378
392
  # ========================================================================= #
379
- # === Adaptive immunity
393
+ # === Adaptive immunity (adaptive tag)
380
394
  # ========================================================================= #
381
395
  gold_cheader_h2 'Adaptive immunity'
382
396
  p_default_le {
@@ -396,6 +410,9 @@ smaller_width('mar0px pad0px s0_5em') {
396
410
  br
397
411
  e '<b>Antibodies</b> are <b>the mediators of humoral immunity</b> of
398
412
  the adaptive immune system.'
413
+ br
414
+ e 'The <b>adaptive immune response</b> is enhanced by previous
415
+ exposure to the infecting pathogen.'
399
416
  }
400
417
  # ========================================================================= #
401
418
  # === Lymphocytes in general
@@ -416,9 +433,9 @@ smaller_width('mar0px pad0px s0_5em') {
416
433
  repertoire. Afferent lymphatic vessels bring antigens to a lymph node.'
417
434
  }
418
435
  # ========================================================================= #
419
- # === B-Lymphocytes
436
+ # === B-Lymphocytes / B-cells / Plasmacells
420
437
  # ========================================================================= #
421
- gold_cheader_h2 'B-Lymphocytes / B-cells'
438
+ gold_cheader_h2 'B-Lymphocytes / B-cells / Plasmacells'
422
439
  p_default_le {
423
440
  e 'B-Lymphocytes are the only cells capable of producing antibodies.
424
441
  (A plasma cell is ultimately a B-lymphocyte.)'
@@ -429,10 +446,20 @@ smaller_width('mar0px pad0px s0_5em') {
429
446
  differentiated B cell is <b>IgM</b>.'
430
447
  br
431
448
  e 'A <b>B cell</b> responds to protein antigens only after it has
432
- been activated by a CD4+ T helper cell.'
449
+ been activated by a CD4+ T helper cell. Most antigens recognized
450
+ by B cells <b>contain multiple epitopes</b>.'
433
451
  br
434
452
  e 'Lymphocyte recirculation is determined by adhesion molecules:
435
453
  homing receptors in particular.'
454
+ br
455
+ e 'Early in B cell development, an enzyme complex called
456
+ <b>recombinase</b> links one light-chain V gene segment to
457
+ one J gene segment.'
458
+ br
459
+ e 'A plasma cell secretes approximately 2000 antibodies
460
+ every second during its four- to five-day life span. This
461
+ will create a total of nearly a trillion antibody
462
+ molecules.'
436
463
  }
437
464
  # ========================================================================= #
438
465
  # === T-Lymphocyten (T cells tag)
@@ -466,6 +493,11 @@ smaller_width('mar0px pad0px s0_5em') {
466
493
  the constraint that their TCR can only recognize small peptides
467
494
  presented on major histocompatibility complex (MHC) proteins on
468
495
  the surface of antigen-presenting cells.'
496
+ br
497
+ e 'The effector forms of T cells are:'
498
+ br
499
+ cmd ' (1) the helper T cells'
500
+ cmd ' (2) the cytotoxic T cells'
469
501
  }
470
502
  # ========================================================================= #
471
503
  # === The lymphoid lineage
@@ -653,6 +685,10 @@ smaller_width('mar0px pad0px s0_5em') {
653
685
  br
654
686
  e 'Interferone verhindern effektiv die Vervielfältigung von Viren
655
687
  in den menschlichen Zellen.'
688
+ br
689
+ e 'Interferons limit the cell-to-cell spread of viruses in the
690
+ body, helping control viral infections such as colds and
691
+ influenza.'
656
692
  }
657
693
  # ========================================================================= #
658
694
  # === IKAROS TAG
@@ -1155,6 +1191,8 @@ Q1) Memory T cells can be divided into two main subsets, describe their
1155
1191
  }
1156
1192
  # ========================================================================= #
1157
1193
  # === Inflammation (inflammation tag)
1194
+ #
1195
+ # Everything about inflammation should be meaningfully stored here.
1158
1196
  # ========================================================================= #
1159
1197
  gold_cheader_h2 'Inflammation'
1160
1198
  p_default_le {
@@ -1169,6 +1207,9 @@ Q1) Memory T cells can be divided into two main subsets, describe their
1169
1207
  br
1170
1208
  e '<b>Leukocytes</b> will be recruited and accumulate in the tissue.
1171
1209
  Their activation will lead to the destruction of the microbes.'
1210
+ br
1211
+ e '<b>Macrophages</b> and <b>neutrophils</b> are both key components
1212
+ of the inflammatory response.'
1172
1213
  }
1173
1214
  # ========================================================================= #
1174
1215
  # === The immune response
@@ -1467,6 +1508,36 @@ Q1) Memory T cells can be divided into two main subsets, describe their
1467
1508
  css_class: 'steelblue'
1468
1509
  }
1469
1510
  # ========================================================================= #
1511
+ # === The cholera toxin
1512
+ # ========================================================================= #
1513
+ # http://localhost/programming/ruby/src/roebe/lib/roebe/www/immunology/immunology.cgi#cholera
1514
+ # ========================================================================= #
1515
+ gold_cheader_h2 'The cholera toxin'
1516
+ p_default_le(id: 'cholera') {
1517
+ e '<i>Vibrio cholerae</i> is the causative agent of the disease called
1518
+ <b>cholera</b>.'
1519
+ br
1520
+ e 'The CTX-phi prophage encodes the cholera toxin that triggers
1521
+ the diarrheal disease.'
1522
+ br
1523
+ e 'The Cholera enterotoxin is an AB-type exotoxin (which is
1524
+ produced by <i>Vibrio cholerae</i>.'
1525
+ br
1526
+ e 'Cholera is characterized by massive fluid loss from the
1527
+ intestines, resulting in severe diarrhea.'
1528
+ br
1529
+ e '<i>Vibrio cholerae</i> is ingested through food and travels
1530
+ to the small intestine, where it colonizes and secretes
1531
+ cholera toxin. It <b>does not make use of a capsule</b>,
1532
+ though.'
1533
+ br
1534
+ e 'Having reached the small intestine, the B subunit of
1535
+ the cholera toxin, consisting of five identical monomers,
1536
+ binds specifically to the <b>GM1 ganglioside</b>, which
1537
+ is a complex glycolipid found in the cytoplasmic
1538
+ membrane of intestinal epithelial cells.'
1539
+ }
1540
+ # ========================================================================= #
1470
1541
  # === Glossar
1471
1542
  # ========================================================================= #
1472
1543
  # http://localhost/programming/ruby/src/roebe/lib/roebe/www/immunology/immunology.cgi#glossar
@@ -1578,6 +1649,59 @@ Q1) Memory T cells can be divided into two main subsets, describe their
1578
1649
  br
1579
1650
  e '- Receptor diversity and self-tolerance arise as a
1580
1651
  lymphocyte matures.'
1652
+ br
1653
+ e '- The <b>targeted destruction of an infected host cell</b>
1654
+ by a cytotoxic T cell <b>involves the secretion of proteins</b>
1655
+ that disrupt membrane integrity and trigger cell death.'
1656
+ br
1657
+ e '- A single B or T cell has about 100,000 antigen receptors on
1658
+ its surface.'
1659
+ br
1660
+ e '- The immense repertoire of lymphocytes and receptors
1661
+ enables detection of antigens and pathogens never before
1662
+ encountered.'
1663
+ br
1664
+ e '- Vertebrates are unique in having adaptive as well as innate
1665
+ immunity.'
1666
+ br
1667
+ e '- class II molecules provide a molecular signature by which
1668
+ an antigen-presenting cell is recognized.'
1669
+ br
1670
+ e '- As lymphocytes mature in the bone marrow or thymus,
1671
+ their antigen receptors are tested for self-reactivity.'
1672
+ br
1673
+ e '- Secretion of antibodies by clonally selected B cells
1674
+ is the hallmark of the humoral immune response.'
1675
+ br
1676
+ e '- Antigen-presenting cells contain both class I and
1677
+ class II MHC molecules.'
1678
+ br
1679
+ e '- Cells in injured or infected tissue often secrete
1680
+ molecules that stimulate the release of additional
1681
+ neutrophils from the bone marrow.'
1682
+ br
1683
+ e 'Prior exposure to an antigen alters the speed, strength,
1684
+ and duration of the immune response.'
1685
+ br
1686
+ e 'The capacity to generate diversity is built into
1687
+ the structure of Ig genes.'
1688
+ br
1689
+ e 'MHC molecules are a primary cause of rejection
1690
+ in transplantation.'
1691
+ br
1692
+ e 'Mature B cells and T cells are exceptions to the
1693
+ generalization that all diploid cells in the body
1694
+ have exactly the same DNA.'
1695
+ br
1696
+ e 'Each B or T cell displays specificity for a
1697
+ particular epitope.'
1698
+ br
1699
+ e 'Antigen presentation advertises the fact that
1700
+ a host cell contains a foreign substance.'
1701
+ br
1702
+ e 'A single antigen usually has several epitopes,
1703
+ each binding a receptor with a different
1704
+ specificity.'
1581
1705
  }
1582
1706
  # ========================================================================= #
1583
1707
  # === Links
@@ -0,0 +1,27 @@
1
+ - Von der Arktis bis zur Antarktis, zu Lande, im Wasser und in der
2
+ Luft: Insekten sind allgegenwärtig, sie stellen die überwältigende
3
+ Mehrheit aller vielzelligen Organismen dar.
4
+
5
+ - Insekten (Insecta) sind die artenreichste Klasse der Gliederfüßer
6
+ (Arthropoda). Zudem sind sie, mit absoluter Mehrheit betrachtet,
7
+ auch die artenreichste Klasse der Tiere.
8
+
9
+ - Beinahe eine Million Insektenarten sind bisher wissenschaftlich
10
+ beschrieben worden (925.000 nach Grimaldi/Engel 2005, 865.000
11
+ nach Nielsen/Mound 1997).
12
+
13
+ - Mehr als 60 Prozent aller beschriebenen Tierarten sind Insekten.
14
+
15
+ - Fossil lassen sich Insekten zum ersten Mal vor rund 400 Millionen
16
+ Jahren im Devon nachweisen.
17
+
18
+ - Das Wort „Insekt“ (von lateinisch insectum „eingeschnitten“) wurde
19
+ im 18. Jahrhundert eingedeutscht und bedeutet demnach „eingeschnittenes
20
+ (Tier)“, was sich auf die stark voneinander abgesetzten Körperteile
21
+ bezieht.
22
+
23
+ - Früher wurde auch der wissenschaftliche Name Hexapoda (griechisch
24
+ für „Sechsfüßer“) verwendet, der heute jedoch für eine übergeordnete
25
+ Gruppe reserviert ist.
26
+
27
+
@@ -85,14 +85,18 @@ server.indexfiles = (
85
85
  # If a name begins with a slash this file will be used as an index generator
86
86
  # for all directories.
87
87
  #
88
- # Docu at:
89
- # http://redmine.lighttpd.net/projects/1/wiki/Index-file-names_Details
88
+ # Documentation can be seen at:
89
+ #
90
+ # https://redmine.lighttpd.net/projects/1/wiki/Index-file-names_Details
91
+ #
90
92
  # =========================================================================== #
91
93
  index-file.names = (
92
94
  "index.html",
93
- "index.cgi"
95
+ "index.cgi",
96
+ "index.php"
94
97
  )
95
98
 
99
+
96
100
  # Taken from file `logfiles.conf`
97
101
  # =========================================================================== #
98
102
  # === Log Files
@@ -20,10 +20,13 @@ server.indexfiles = (
20
20
  # If a name begins with a slash this file will be used as an index generator
21
21
  # for all directories.
22
22
  #
23
- # Docu at:
24
- # http://redmine.lighttpd.net/projects/1/wiki/Index-file-names_Details
23
+ # Documentation can be seen at:
24
+ #
25
+ # https://redmine.lighttpd.net/projects/1/wiki/Index-file-names_Details
26
+ #
25
27
  # =========================================================================== #
26
28
  index-file.names = (
27
29
  "index.html",
28
- "index.cgi"
29
- )
30
+ "index.cgi",
31
+ "index.php"
32
+ )
@@ -10,14 +10,14 @@ a, a:link {
10
10
  '
11
11
  body_css_class 'mar0px s2px padt2px VERDANAs'
12
12
  body_css_style 'background-color: #d3d2d1;'
13
- default_font_size
13
+ default_font_size_and_hyperlinks
14
14
 
15
15
  # =========================================================================== #
16
16
  # === SQUARE_BLUE
17
17
  # =========================================================================== #
18
18
  SQUARE_BLUE = sg(:square_blue, 'marr8px bblack1')
19
19
 
20
- doc('mar0px pad0px s0_5em') {
20
+ smaller_width('mar0px pad0px s0_5em') {
21
21
  p('mars0_5em') {
22
22
  dimg 'linux/LIGHTTPD/LIGHTTPD_LIGHT_PLANE.png',
23
23
  'bblack3 marl1em'
@@ -31,6 +31,9 @@ doc('mar0px pad0px s0_5em') {
31
31
  le3br ' - Output-Compression','bold'
32
32
  le3br ' - URL-Rewriting','bold'
33
33
  }
34
+ # ========================================================================= #
35
+ # === Working with .cgi files
36
+ # ========================================================================= #
34
37
  p('mars0_5em') {
35
38
  e 'Um mit CGI Dateien (.cgi) umzugehen, setzt man die
36
39
  <b>cgi.assign</b> Variable in der Config Datei.'
@@ -54,9 +57,6 @@ doc('mar0px pad0px s0_5em') {
54
57
  br
55
58
  cmd ' mimetype.assign = ( ".md" => "text/plain",'
56
59
  br
57
- e 'Wie bringe ich Lightppd dazu, php Dokumente zu
58
- serven?','BO bigger'
59
- br
60
60
  e 'Nachdem man eine Config Datei hat, kann man sie testen:'
61
61
  cmd ' lighttpd -t -f $PC/LIGHTTPD/lighttpd.conf # Syntax checking ...'
62
62
  e ' Syntax OK'
@@ -101,7 +101,7 @@ doc('mar0px pad0px s0_5em') {
101
101
  # ========================================================================= #
102
102
  fancy_h3 'How do we add support for .svg files?'
103
103
  p_default_le {
104
- cmd ' ".svg" => "image/svg+xml",'
104
+ cmd ' ".svg" => "image/svg+xml",'
105
105
  cmd ' ".svgz" => "image/svg+xml",'
106
106
  }
107
107
  div('pad1em bblack1'){
@@ -14,13 +14,16 @@ body_css_class 'mar0px s2px padt2px VERDANAs'
14
14
  body_css_style 'background-color: #d3d2d1;'
15
15
  default_font_size
16
16
 
17
- doc('FS1_2em pad0_3em s0_8em mar0px',
18
- 'Ubuntu',
17
+ smaller_width('FS1_2em pad0_3em s0_8em mar0px',
18
+ 'antiX',
19
19
  'border: 2px ridge darkblue;
20
20
  min-height: 800px;') {
21
- h1 dot(106, 'marr8px')+
22
- 'antiX',
21
+ h1 'antiX',
23
22
  'mart1px marb0_5em'
23
+ p_default_le {
24
+ e 'antiX is a fast, lightweight and easy to install systemd-free
25
+ linux live CD distribution based on Debian Stable.'
26
+ }
24
27
  # ========================================================================= #
25
28
  # === antiX Links
26
29
  # ========================================================================= #
@@ -4915,7 +4915,10 @@ div('pad0_5em martb2px bblack1','XORG_SERVER'){
4915
4915
  # bl xorg
4916
4916
  # =========================================================================== #
4917
4917
  div('bblack1 martb1px pad1em','fonts'){
4918
- s2 'Fonts findet man '; link 'XORG/LINUX_XORG.cgi#fonts','hier.',1,'BO slateblue'
4918
+ s2 'Fonts findet man '
4919
+ a '../xorg/xorg.cgi#fonts',
4920
+ description: 'hier.',
4921
+ css_class: 'BO slateblue'
4919
4922
  }
4920
4923
 
4921
4924
  # =========================================================================== #
@@ -5050,11 +5053,6 @@ div('pad1em FW4 bblack1 BG_Blue2','aterm'){
5050
5053
  (Ist zb nett um aliases zu sourcen)'
5051
5054
  e 'Use -sl number.
5052
5055
  Save number lines in the scroll back buffer; resource saveLines.'
5053
- # FONTS
5054
- e 'Nutze xlsfonts von xfree oder fontsel von OpenMotif um nette
5055
- Fonts zu finden. Alternativ dazu:'
5056
- e '<b>fc-list</b> und
5057
- <b>xfontsel</b>','FW4','xfont'
5058
5056
  e 'aterm can be configured in the files ~/.Xdefaults and
5059
5057
  ~/.Xresources or by running it with command line parameters.','FW4'
5060
5058
  }
@@ -5072,15 +5070,15 @@ div('pad1em FW4 bblack1 BG_Blue2','aterm'){
5072
5070
  }
5073
5071
 
5074
5072
  # =========================================================================== #
5075
- # EMAIL TAG
5073
+ # === EMAIL TAG
5076
5074
  # =========================================================================== #
5077
5075
  div {
5078
5076
  div 's5px BG_Blue2 padtb5px bblack1','',''
5079
5077
  h5 'Alternating Tests, schau auch runter...'
5080
5078
  cdiv
5081
- p '','','fetchmail'
5079
+ p('','','fetchmail') {
5082
5080
  cmd 'fetchmail -v --username a9703011 imap.unet.univie.ac.at'
5083
- cp
5081
+ }
5084
5082
  # SENDMAIL
5085
5083
  p('','','Sendmail'){
5086
5084
  e 'Kommt es bei fetchmail zu einem Fehler wie zb:'
@@ -5089,9 +5087,9 @@ div {
5089
5087
  e 'Also muss man sendmail einrichten.'
5090
5088
  }
5091
5089
  # Postfix
5092
- p '','Postfix'
5090
+ p('','Postfix') {
5093
5091
  e 'Postfix'
5094
- cp
5092
+ }
5095
5093
  p('','freenigma'){
5096
5094
  link 'http://www.freenigma.org/','Freenigma Verschlüsselung'
5097
5095
  }
@@ -0,0 +1,33 @@
1
+ #!/usr/bin/ruby -w
2
+ # Encoding: UTF-8
3
+ # frozen_string_literal: true
4
+ # =========================================================================== #
5
+ # === Roebe::Linux::Linuxmint
6
+ # =========================================================================== #
7
+ module Roebe
8
+
9
+ module Linux
10
+
11
+ module Linuxmint # === Roebe::Linux::Linuxmint
12
+
13
+ # ========================================================================= #
14
+ # === Roebe::Linux::Linuxmint::ARRAY_COMPILE_THESE_PROGRAMS
15
+ #
16
+ # These are the programs I wish to install upon a fresh linuxmint
17
+ # installation.
18
+ # ========================================================================= #
19
+ ARRAY_COMPILE_THESE_PROGRAMS = %w(
20
+ sed
21
+ )
22
+
23
+ begin
24
+ require 'rbt/actions/meta_actions/batch_compile.rb'
25
+ rescue LoadError; end
26
+
27
+ end; end; end
28
+
29
+ if __FILE__ == $PROGRAM_NAME
30
+ RBT::Actions::MetaActions.batch_compile(
31
+ Roebe::Linux::Linuxmint::ARRAY_COMPILE_THESE_PROGRAMS
32
+ )
33
+ end # chaincompile ?