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
@@ -1,11 +1,13 @@
1
1
  ---
2
- - "/home/x/books/Honored_Enemy_by_Raymond_Feist_Legends_of_the_Riftawar_1_2006/Honored_Enemy_by_Raymond_Feist_Legends_of_the_Riftawar_1_2006.pdf"
3
- - "/home/x/books/Introduction_to_Modern_Virology_by_Dimmock_2016/Introduction_to_Modern_Virology_by_Dimmock_2016.pdf"
4
- - "/home/x/books/Cancer_virus_hunters_a_history_of_tumor_virology_by_Gregory_Morgan_2022/Cancer_virus_hunters_a_history_of_tumor_virology_by_Gregory_Morgan_2022.pdf"
5
- - "/home/x/books/Principles_of_Virology_by_Jane_Flint_2020/Principles_of_Virology_by_Jane_Flint_2020.pdf"
6
- - "/home/x/books/Virus_Detection_by_Charles_Wick_2023/Virus_Detection_by_Charles_Wick_2023.pdf"
7
- - "/home/x/books/Coffee_House_Notes_on_Virology_by_Tim_Skern_2009/Coffee_House_Notes_on_Virology_by_Tim_Skern_2009.pdf"
8
- - "/home/x/books/Protein_Families_Relating_Protein_Sequence_Structure_and_Function_2014/Protein_Families_Relating_Protein_Sequence_Structure_and_Function_2014.pdf"
9
- - "/home/x/books/Structural_Proteomics_by_Raymond_Owens_2021/Structural_Proteomics_by_Raymond_Owens_2021.pdf"
10
- - "/home/x/books/Introduction_to_GUI_with_Swing_by_Paul_Fischer_2005/Introduction_to_GUI_with_Swing_by_Paul_Fischer_2005.pdf"
2
+ - "/home/x/books/Biotechnology_for_Beginners_by_Reinhard_Renneberg_2023/Biotechnology_for_Beginners_by_Reinhard_Renneberg_2023.pdf"
3
+ - "/home/x/books/Runner_sterben_schnell_by_Mel_Odom_2001/Runner_sterben_schnell_by_Mel_Odom_2001.pdf"
4
+ - "/home/x/books/Magicians_End_by_Raymond_Feist_2013/Magicians_End_by_Raymond_Feist_2013.pdf"
5
+ - "/home/x/books/Der_Greif_by_Wolfgang_Hohlbein_1989/Der_Greif_by_Wolfgang_Hohlbein_1989.pdf"
6
+ - "/home/x/studium/UNI_WIEN/262005_Introduction_to_Computational_Biology_and_Drug_Discovery/2023W/Databases_pairwise_sequence_co_homology_and_sequence_searches.pdf"
7
+ - "/home/x/books/Campbell_Biologie_Pearson_10th_edition_2015/Campbell_Biologie_Pearson_10th_edition_2015.pdf"
11
8
  - "/home/x/books/The_Pragmatic_Programmer_20th_Anniversary_Edition_by_David_Thomas_Andrew_Hunt_2020/The_Pragmatic_Programmer_20th_Anniversary_Edition_by_David_Thomas_Andrew_Hunt_2020.pdf"
9
+ - "/home/x/studium/UNI_WIEN/300033_Einführung_in_die_Mykologie/2023W/300033_Einführung_in_die_Mykologie_Alle_Folien_2023W.pdf"
10
+ - "/home/x/books/John_Zukowski_The_Definitive_Guide_to_Java_Swing-Apress_2005/John_Zukowski_The_Definitive_Guide_to_Java_Swing-Apress_2005.pdf"
11
+ - "/home/x/books/How_Big_Things_Get_Done_by_Bent_Flyvbjerg_2023/How_Big_Things_Get_Done_by_Bent_Flyvbjerg_2023.pdf"
12
+ - "/home/x/books/Purves_Biologie_by_David_Sadava_and_Jürgen_Markl_Spektrum_Verlag_2019/Purves_Biologie_by_David_Sadava_and_Jürgen_Markl_Spektrum_Verlag_2019.pdf"
13
+ - "/home/x/books/Das_Jahr_des_Greifen_die_Entdeckung_Band_2_by_Wolfgang_Hohlbein_1994/Das_Jahr_des_Greifen_die_Entdeckung_Band_2_by_Wolfgang_Hohlbein_1994.pdf"
@@ -20,6 +20,7 @@
20
20
  - /Depot/Images/
21
21
  - /Depot/Information/
22
22
  - /Depot/ISOs/
23
+ - /Depot/Scans/
23
24
  - /Depot/j/
24
25
  - /Depot/jj/
25
26
  - /Depot/jjj/
@@ -79,6 +80,7 @@
79
80
  - /System/Tags/Video/
80
81
  - /System/Tags/Audio/
81
82
  - /System/Tags/Editor/
83
+ - /home/x/Temp/roebe/ # For me.
82
84
 
83
85
  # =========================================================================== #
84
86
  # === Obsolete entries, sorted by date-of-removal
@@ -0,0 +1 @@
1
+ bluefish
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roebe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.191
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-31 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colours
@@ -74,6 +74,7 @@ files:
74
74
  - bin/create_zip
75
75
  - bin/custom_invoke
76
76
  - bin/delete_empty_files
77
+ - bin/dhcpcd_wrapper
77
78
  - bin/display_gcc_version
78
79
  - bin/do_a_google_search
79
80
  - bin/extract_gem_file
@@ -120,7 +121,6 @@ files:
120
121
  - bin/roebe_documentation
121
122
  - bin/roebeshell
122
123
  - bin/ruby_cat
123
- - bin/ruby_dhcpcd
124
124
  - bin/run
125
125
  - bin/rxinitrc
126
126
  - bin/set_alias_1
@@ -432,6 +432,7 @@ files:
432
432
  - examples/rmagick/foobar.png
433
433
  - examples/tty_box/all_in_one.rb
434
434
  - lib/roebe.rb
435
+ - lib/roebe/actions/actions.rb
435
436
  - lib/roebe/autoinclude.rb
436
437
  - lib/roebe/autoinclude_encoding.rb
437
438
  - lib/roebe/autoinclude_open.rb
@@ -523,6 +524,9 @@ files:
523
524
  - lib/roebe/classes/config_generator.rb
524
525
  - lib/roebe/classes/conky.rb
525
526
  - lib/roebe/classes/conky_rcfile_generator.rb
527
+ - lib/roebe/classes/contacts/contacts.rb
528
+ - lib/roebe/classes/contacts/gui/universal_widgets/contacts.rb
529
+ - lib/roebe/classes/contacts/shared_code.rb
526
530
  - lib/roebe/classes/convert_encoding_of_this_file.rb
527
531
  - lib/roebe/classes/convert_file_into_utf_encoding.rb
528
532
  - lib/roebe/classes/convert_this_cgi_file_into_a_sinatrafied_application.rb
@@ -565,7 +569,7 @@ files:
565
569
  - lib/roebe/classes/delete_empty_directories.rb
566
570
  - lib/roebe/classes/delete_empty_files.rb
567
571
  - lib/roebe/classes/dhcpcd/README.md
568
- - lib/roebe/classes/dhcpcd/dhcpcd.rb
572
+ - lib/roebe/classes/dhcpcd/dhcpcd_wrapper.rb
569
573
  - lib/roebe/classes/dhcpcd/kill_dhcpcd.rb
570
574
  - lib/roebe/classes/differences_between_two_directories.rb
571
575
  - lib/roebe/classes/disable.rb
@@ -644,7 +648,6 @@ files:
644
648
  - lib/roebe/classes/grub/grub_config_generator.rb
645
649
  - lib/roebe/classes/grub_appender.rb
646
650
  - lib/roebe/classes/gzip_this_file.rb
647
- - lib/roebe/classes/handle_lighttpd.rb
648
651
  - lib/roebe/classes/hello_world.rb
649
652
  - lib/roebe/classes/hex_to_rgb.rb
650
653
  - lib/roebe/classes/holiday.rb
@@ -698,6 +701,7 @@ files:
698
701
  - lib/roebe/classes/last_line.rb
699
702
  - lib/roebe/classes/left_hyphen_in_this_file.rb
700
703
  - lib/roebe/classes/level_subdirectories.rb
704
+ - lib/roebe/classes/lighttpd/lighttpd_wrapper.rb
701
705
  - lib/roebe/classes/lighttpd_config_generator.rb
702
706
  - lib/roebe/classes/lilo_config_generator.rb
703
707
  - lib/roebe/classes/line_padder.rb
@@ -787,12 +791,7 @@ files:
787
791
  - lib/roebe/classes/random_open.rb
788
792
  - lib/roebe/classes/rbashrc.rb
789
793
  - lib/roebe/classes/rdate.rb
790
- - lib/roebe/classes/readme_generator/constants.rb
791
- - lib/roebe/classes/readme_generator/initialize.rb
792
- - lib/roebe/classes/readme_generator/misc.rb
793
794
  - lib/roebe/classes/readme_generator/readme_generator.rb
794
- - lib/roebe/classes/readme_generator/reset.rb
795
- - lib/roebe/classes/readme_generator/run.rb
796
795
  - lib/roebe/classes/remote_gems.rb
797
796
  - lib/roebe/classes/remove_bad_fluxbox_styles.rb
798
797
  - lib/roebe/classes/remove_comments/autoinclude.rb
@@ -810,10 +809,12 @@ files:
810
809
  - lib/roebe/classes/remove_newlines.rb
811
810
  - lib/roebe/classes/remove_solo_numbers.rb
812
811
  - lib/roebe/classes/remove_this_substring_from_all_files.rb
812
+ - lib/roebe/classes/remove_trailing_newline.rb
813
813
  - lib/roebe/classes/replace_global_variables_in_this_file.rb
814
814
  - lib/roebe/classes/replace_space_with_underscore/replace_space_with_underscore.rb
815
815
  - lib/roebe/classes/replace_what_with.rb
816
816
  - lib/roebe/classes/report_how_many_classes_exist_for_this_directory.rb
817
+ - lib/roebe/classes/report_how_many_files_are_in_this_directory.rb
817
818
  - lib/roebe/classes/report_same_named_files.rb
818
819
  - lib/roebe/classes/require_everything.rb
819
820
  - lib/roebe/classes/return_aliases/return_n_aliases.rb
@@ -1019,6 +1020,7 @@ files:
1019
1020
  - lib/roebe/emoji/emoji_table.rb
1020
1021
  - lib/roebe/encoding/encoding.rb
1021
1022
  - lib/roebe/extensions.rb
1023
+ - lib/roebe/fonts/fonts.rb
1022
1024
  - lib/roebe/gemrc/gemrc
1023
1025
  - lib/roebe/gui/cgi/interactive_caesar_cipher/interactive_caesar_cipher.cgi
1024
1026
  - lib/roebe/gui/cgi/md5_comparer/md5_comparer.cgi
@@ -1050,6 +1052,7 @@ files:
1050
1052
  - lib/roebe/gui/swing/text_editor/TextEditor.class
1051
1053
  - lib/roebe/gui/swing/text_editor/TextEditor.java
1052
1054
  - lib/roebe/gui/universal_widgets/README.md
1055
+ - lib/roebe/gui/universal_widgets/books/books.rb
1053
1056
  - lib/roebe/gui/universal_widgets/calculator/calculator.rb
1054
1057
  - lib/roebe/gui/universal_widgets/code_generator/code_generator.rb
1055
1058
  - lib/roebe/gui/universal_widgets/generate_xorg_configuration/generate_xorg_configuration.rb
@@ -1179,6 +1182,7 @@ files:
1179
1182
  - lib/roebe/math/regel_von_sarrus.rb
1180
1183
  - lib/roebe/math/sphere.rb
1181
1184
  - lib/roebe/math/steigung.rb
1185
+ - lib/roebe/math/the_collatz_problem.rb
1182
1186
  - lib/roebe/math/traurige_oder_fröhliche_zahl.rb
1183
1187
  - lib/roebe/math/traurige_oder_glückliche_zahl.rb
1184
1188
  - lib/roebe/math/zylinder.rb
@@ -1246,6 +1250,7 @@ files:
1246
1250
  - lib/roebe/requires/require_all_standalone_modules.rb
1247
1251
  - lib/roebe/requires/require_burn_iso.rb
1248
1252
  - lib/roebe/requires/require_kde_konsole.rb
1253
+ - lib/roebe/requires/require_lighttpd.rb
1249
1254
  - lib/roebe/requires/require_menu_generator.rb
1250
1255
  - lib/roebe/requires/require_remove_directory.rb
1251
1256
  - lib/roebe/requires/require_ruby_header.rb
@@ -1371,6 +1376,7 @@ files:
1371
1376
  - lib/roebe/shell_scripts/first_character.sh
1372
1377
  - lib/roebe/shell_scripts/how_to_obtain_user_input.sh
1373
1378
  - lib/roebe/shell_scripts/install_base_roebe.sh
1379
+ - lib/roebe/shell_scripts/konsole_tabs.sh
1374
1380
  - lib/roebe/shell_scripts/lfs/001_binutils_1.sh
1375
1381
  - lib/roebe/shell_scripts/lfs/002_gcc_1.sh
1376
1382
  - lib/roebe/shell_scripts/lfs/003_linux_1.sh
@@ -1395,9 +1401,9 @@ files:
1395
1401
  - lib/roebe/shell_scripts/lfs/022_gcc_2.sh
1396
1402
  - lib/roebe/shell_scripts/lfs/023_gettext_2.sh
1397
1403
  - lib/roebe/shell_scripts/lfs/024_bison_2.sh
1404
+ - lib/roebe/shell_scripts/lfs/025_ruby_2.sh
1398
1405
  - lib/roebe/shell_scripts/lfs/README.md
1399
1406
  - lib/roebe/shell_scripts/lfs/lfs_build_variables.sh
1400
- - lib/roebe/shell_scripts/lfs/lfs_variables.sh
1401
1407
  - lib/roebe/shell_scripts/lfs/libstdc++_2.sh
1402
1408
  - lib/roebe/shell_scripts/lfs/ruby_2.sh
1403
1409
  - lib/roebe/shell_scripts/list_colours.sh
@@ -1522,7 +1528,6 @@ files:
1522
1528
  - lib/roebe/toplevel_methods/is_on_roebe.rb
1523
1529
  - lib/roebe/toplevel_methods/jp2a.rb
1524
1530
  - lib/roebe/toplevel_methods/keywords.rb
1525
- - lib/roebe/toplevel_methods/lighttpd.rb
1526
1531
  - lib/roebe/toplevel_methods/load_custom_ruby_files.rb
1527
1532
  - lib/roebe/toplevel_methods/load_yaml.rb
1528
1533
  - lib/roebe/toplevel_methods/mama.rb
@@ -1642,6 +1647,9 @@ files:
1642
1647
  - lib/roebe/validation/README.md
1643
1648
  - lib/roebe/validation/validate_roeberia_environment_variables.rb
1644
1649
  - lib/roebe/version/version.rb
1650
+ - lib/roebe/wasm/README.md
1651
+ - lib/roebe/wasm/enable_simple_puts_output.rb
1652
+ - lib/roebe/wasm/wasm_examples.html
1645
1653
  - lib/roebe/windows/bat/README.md
1646
1654
  - lib/roebe/windows/bat/compile_gtk_application_hello_world_example.bat
1647
1655
  - lib/roebe/windows/bat/screenCapture.bat
@@ -1805,6 +1813,7 @@ files:
1805
1813
  - lib/roebe/www/best_voices/best_voices.cgi
1806
1814
  - lib/roebe/www/best_voices/best_voices.rb
1807
1815
  - lib/roebe/www/best_voices/best_voices.sinatra
1816
+ - lib/roebe/www/bioanalytik/bioanalytik.cgi
1808
1817
  - lib/roebe/www/biobricks/biobricks.cgi
1809
1818
  - lib/roebe/www/biobricks/biobricks.rb
1810
1819
  - lib/roebe/www/biobricks/biobricks.sinatra
@@ -1858,13 +1867,18 @@ files:
1858
1867
  - lib/roebe/www/cellulose/cellulose.cgi
1859
1868
  - lib/roebe/www/cellulose/cellulose.rb
1860
1869
  - lib/roebe/www/cellulose/cellulose.sinatra
1870
+ - lib/roebe/www/chemistry/Säuren_Basen_und_der_pH_Wert/Säuren_Basen_und_der_pH_Wert.cgi
1861
1871
  - lib/roebe/www/chemistry/chemistry.cgi
1862
1872
  - lib/roebe/www/chemistry/chemistry.rb
1863
1873
  - lib/roebe/www/chemistry/chemistry.sinatra
1874
+ - lib/roebe/www/chemistry/css_rules.css
1875
+ - lib/roebe/www/chemistry/die_quantenzahlen/die_quantenzahlen.cgi
1876
+ - lib/roebe/www/chemistry/funktionelle_gruppen_in_der_chemie/funktionelle_gruppen_in_der_chemie.cgi
1864
1877
  - lib/roebe/www/chromatography/content.md
1865
1878
  - lib/roebe/www/chrome_and_chromium/chrome_and_chromium.cgi
1866
1879
  - lib/roebe/www/chrome_and_chromium/chrome_and_chromium.rb
1867
1880
  - lib/roebe/www/chrome_and_chromium/chrome_and_chromium.sinatra
1881
+ - lib/roebe/www/chromium
1868
1882
  - lib/roebe/www/cmake/CMakeTemplate.txt
1869
1883
  - lib/roebe/www/cmake/cmake.cgi
1870
1884
  - lib/roebe/www/cmake/cmake.rb
@@ -1874,7 +1888,6 @@ files:
1874
1888
  - lib/roebe/www/codepages/codepages.rb
1875
1889
  - lib/roebe/www/codepages/codepages.sinatra
1876
1890
  - lib/roebe/www/cognitive_biology/cognitive_biology.cgi
1877
- - lib/roebe/www/cognitive_biology/cognitive_biology.html
1878
1891
  - lib/roebe/www/compact_disc/compact_disc.cgi
1879
1892
  - lib/roebe/www/compact_disc/compact_disc.rb
1880
1893
  - lib/roebe/www/compact_disc/compact_disc.sinatra
@@ -2013,6 +2026,7 @@ files:
2013
2026
  - lib/roebe/www/firefox/mozconfig
2014
2027
  - lib/roebe/www/flexible_foto_gallery/README.md
2015
2028
  - lib/roebe/www/flexible_foto_gallery/flexible_foto_gallery.cgi
2029
+ - lib/roebe/www/fonts/fonts.cgi
2016
2030
  - lib/roebe/www/food/food.cgi
2017
2031
  - lib/roebe/www/food/food.rb
2018
2032
  - lib/roebe/www/food/food.sinatra
@@ -2097,6 +2111,7 @@ files:
2097
2111
  - lib/roebe/www/hardware/kabel_und_adaptoren/kabel_und_adaptoren.cgi
2098
2112
  - lib/roebe/www/hardware/kabel_und_adaptoren/kabel_und_adaptoren.rb
2099
2113
  - lib/roebe/www/hardware/kabel_und_adaptoren/kabel_und_adaptoren.sinatra
2114
+ - lib/roebe/www/hardware/netzteile/netzteile.cgi
2100
2115
  - lib/roebe/www/hardware/schrauben_muttern_und_nägel/schrauben_muttern_und_nägel.cgi
2101
2116
  - lib/roebe/www/hardware/schrauben_muttern_und_nägel/schrauben_muttern_und_nägel.rb
2102
2117
  - lib/roebe/www/hardware/schrauben_muttern_und_nägel/schrauben_muttern_und_nägel.sinatra
@@ -2149,6 +2164,7 @@ files:
2149
2164
  - lib/roebe/www/inkscape/inkscape.rb
2150
2165
  - lib/roebe/www/inkscape/inkscape.sinatra
2151
2166
  - lib/roebe/www/inotify/inotify.cgi
2167
+ - lib/roebe/www/insekten/insekten.md
2152
2168
  - lib/roebe/www/inspirational_people/inspirational_people.cgi
2153
2169
  - lib/roebe/www/inspirational_people/inspirational_people.rb
2154
2170
  - lib/roebe/www/inspirational_people/inspirational_people.sinatra
@@ -2276,6 +2292,7 @@ files:
2276
2292
  - lib/roebe/www/linux/linux.cgi
2277
2293
  - lib/roebe/www/linux/linux.rb
2278
2294
  - lib/roebe/www/linux/linux.sinatra
2295
+ - lib/roebe/www/linux/linuxmint/linuxmint.rb
2279
2296
  - lib/roebe/www/linux/manjaro/content.md
2280
2297
  - lib/roebe/www/linux/mxlinux
2281
2298
  - lib/roebe/www/linux/neptune/neptune.cgi
@@ -2367,7 +2384,6 @@ files:
2367
2384
  - lib/roebe/www/microsoft/microsoft.sinatra
2368
2385
  - lib/roebe/www/midi/al_adagi.mid
2369
2386
  - lib/roebe/www/mikrobielle_physiologie/mikrobielle_physiologie.cgi
2370
- - lib/roebe/www/mikrobielle_physiologie/mikrobielle_physiologie.rb
2371
2387
  - lib/roebe/www/mikrobielle_physiologie/mikrobielle_physiologie.sinatra
2372
2388
  - lib/roebe/www/military/military.cgi
2373
2389
  - lib/roebe/www/military/military.rb
@@ -2531,7 +2547,8 @@ files:
2531
2547
  - lib/roebe/www/problems_of_the_european_union/problems_of_the_european_union.cgi
2532
2548
  - lib/roebe/www/problems_of_the_european_union/problems_of_the_european_union.rb
2533
2549
  - lib/roebe/www/problems_of_the_european_union/problems_of_the_european_union.sinatra
2534
- - lib/roebe/www/programming_advice/programming_advice.yml
2550
+ - lib/roebe/www/programming_advice/programming_advice.cgi
2551
+ - lib/roebe/www/programming_advice/programming_advice.md
2535
2552
  - lib/roebe/www/programming_bible/programming_bible.cgi
2536
2553
  - lib/roebe/www/programming_bible/programming_bible.rb
2537
2554
  - lib/roebe/www/programming_bible/programming_bible.sinatra
@@ -2658,6 +2675,7 @@ files:
2658
2675
  - lib/roebe/www/test/README.md
2659
2676
  - lib/roebe/www/test/database.sql
2660
2677
  - lib/roebe/www/test/test.cgi
2678
+ - lib/roebe/www/the_cell_cycle/the_cell_cycle.cgi
2661
2679
  - lib/roebe/www/the_linux_kernel/the_linux_kernel.cgi
2662
2680
  - lib/roebe/www/the_linux_kernel/the_linux_kernel.rb
2663
2681
  - lib/roebe/www/the_linux_kernel/the_linux_kernel.sinatra
@@ -2810,6 +2828,7 @@ files:
2810
2828
  - lib/roebe/www/yeast/yeast.cgi
2811
2829
  - lib/roebe/www/yeast/yeast.rb
2812
2830
  - lib/roebe/www/yeast/yeast.sinatra
2831
+ - lib/roebe/www/yubiko/yubiko.cgi
2813
2832
  - lib/roebe/www/zenity/zenity.cgi
2814
2833
  - lib/roebe/www/zenity/zenity.rb
2815
2834
  - lib/roebe/www/zenity/zenity.sinatra
@@ -2827,7 +2846,7 @@ files:
2827
2846
  - lib/roebe/xml/catalog
2828
2847
  - lib/roebe/yaml/advertisement_servers/advertisement_servers.yml
2829
2848
  - lib/roebe/yaml/autogenerate_these_rewrite_rules/autogenerate_these_rewrite_rules.yml
2830
- - lib/roebe/yaml/autostart_these_programs.yml
2849
+ - lib/roebe/yaml/autostart_these_programs/autostart_these_programs.yml
2831
2850
  - lib/roebe/yaml/bezirke_in_wien/bezirke_in_wien.yml
2832
2851
  - lib/roebe/yaml/binary_to_hexadecimal/binary_to_hexadecimal.csv
2833
2852
  - lib/roebe/yaml/binäre_einheiten/binäre_einheiten.yml
@@ -2872,7 +2891,6 @@ files:
2872
2891
  - lib/roebe/yaml/linux_kernel_settings.yml
2873
2892
  - lib/roebe/yaml/ls_colors.yml
2874
2893
  - lib/roebe/yaml/main_avi.yml
2875
- - lib/roebe/yaml/main_editor.yml
2876
2894
  - lib/roebe/yaml/main_jpg.yml
2877
2895
  - lib/roebe/yaml/main_pdf.yml
2878
2896
  - lib/roebe/yaml/main_png.yml
@@ -2905,6 +2923,7 @@ files:
2905
2923
  - lib/roebe/yaml/test/umlaute.yml
2906
2924
  - lib/roebe/yaml/the_beginning_of_linux/the_beginning_of_linux.yml
2907
2925
  - lib/roebe/yaml/use_colours.yml
2926
+ - lib/roebe/yaml/use_this_editor/use_this_editor.yml
2908
2927
  - lib/roebe/yaml/world_capitals/world_capitals.yml
2909
2928
  - lib/roebe/yaml/world_geography_and_people/world_geography_and_people.yml
2910
2929
  - roebe.gemspec
@@ -2978,7 +2997,7 @@ post_install_message: |2+
2978
2997
 
2979
2998
  For more documentation, have a look at:
2980
2999
 
2981
- https://www.rubydoc.info/gems/roebe/0.5.191
3000
+ https://www.rubydoc.info/gems/roebe/0.6.5
2982
3001
 
2983
3002
  Thank you and have fun.
2984
3003
 
@@ -2994,9 +3013,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2994
3013
  requirements:
2995
3014
  - - ">="
2996
3015
  - !ruby/object:Gem::Version
2997
- version: 3.5.5
3016
+ version: 3.5.7
2998
3017
  requirements: []
2999
- rubygems_version: 3.5.5
3018
+ rubygems_version: 3.5.7
3000
3019
  signing_key:
3001
3020
  specification_version: 4
3002
3021
  summary: 'What is the purpose of this project? This project essentially bundles together
@@ -1,21 +0,0 @@
1
- #!/usr/bin/ruby -w
2
- # Encoding: UTF-8
3
- # frozen_string_literal: true
4
- # =========================================================================== #
5
- # require 'roebe/classes/readme_generator/constants.rb'
6
- # =========================================================================== #
7
- module Roebe
8
-
9
- class ReadmeGenerator < Base # === Roebe::ReadmeGenerator
10
-
11
- # ========================================================================= #
12
- # === FILE_DOC_README_GEN
13
- # ========================================================================= #
14
- FILE_DOC_README_GEN = 'doc/README.gen'
15
-
16
- # ========================================================================= #
17
- # === NAME_OF_THE_FILE_THAT_IS_AUTOGENERATED
18
- # ========================================================================= #
19
- NAME_OF_THE_FILE_THAT_IS_AUTOGENERATED = 'README.md'
20
-
21
- end; end
@@ -1,38 +0,0 @@
1
- #!/usr/bin/ruby -w
2
- # Encoding: UTF-8
3
- # frozen_string_literal: true
4
- # =========================================================================== #
5
- # require 'roebe/classes/readme_generator/initialize.rb'
6
- # =========================================================================== #
7
- require 'roebe/classes/readme_generator/constants.rb'
8
-
9
- module Roebe
10
-
11
- class ReadmeGenerator < Base # === Roebe::ReadmeGenerator
12
-
13
- # ========================================================================= #
14
- # === initialize
15
- # ========================================================================= #
16
- def initialize(
17
- input_gen_file = FILE_DOC_README_GEN,
18
- run_already = true
19
- )
20
- reset
21
- set_input_gen_file(input_gen_file)
22
- # ======================================================================= #
23
- # === Handle blocks next
24
- # ======================================================================= #
25
- if block_given?
26
- yielded = yield
27
- case yielded
28
- # ===================================================================== #
29
- # === :do_not_open_in_the_browser
30
- # ===================================================================== #
31
- when :do_not_open_in_the_browser
32
- @open_in_browser = false
33
- end
34
- end
35
- run if run_already
36
- end
37
-
38
- end; end