elonmusk 1.0.53 → 1.0.71
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +14 -9
- data/PP.rb +217 -66
- data/README +1 -1
- data/README.md +76 -117
- data/SONG +156 -0
- data/UCA_cli +0 -0
- data/ULTIMATE_CHAT_APPLICATION.exe +0 -0
- data/ULTIMATE_CHAT_APPLICATION_(LINUX) +0 -0
- data/VERSION_NUMBER +1 -1
- data/bin/DISCOURSE_GENERATOR.exe +0 -0
- data/bin/UCA_cli +0 -0
- data/bin/ULTIMATE_CHAT_APPLICATION.exe +0 -0
- data/bin/ULTIMATE_CHAT_APPLICATION_(LINUX) +0 -0
- data/bin/abs +0 -0
- data/bin/add +0 -0
- data/bin/append +0 -0
- data/bin/args +0 -0
- data/bin/black +0 -0
- data/bin/black_bold +0 -0
- data/bin/black_bold_underline +0 -0
- data/bin/black_underline +0 -0
- data/bin/blue +0 -0
- data/bin/blue_bold +0 -0
- data/bin/blue_bold_underline +0 -0
- data/bin/blue_underline +0 -0
- data/bin/bold +0 -0
- data/bin/clock +0 -0
- data/bin/copy +0 -0
- data/bin/cyan +0 -0
- data/bin/cyan_bold +0 -0
- data/bin/cyan_bold_underline +0 -0
- data/bin/cyan_underline +0 -0
- data/bin/div +0 -0
- data/bin/dump +0 -0
- data/bin/exp +0 -0
- data/bin/floor +0 -0
- data/bin/green +0 -0
- data/bin/green_bold +0 -0
- data/bin/green_bold_underline +0 -0
- data/bin/green_underline +0 -0
- data/bin/gsub +0 -0
- data/bin/gsubip +0 -0
- data/bin/lines +0 -0
- data/bin/magenta +0 -0
- data/bin/magenta_bold +0 -0
- data/bin/magenta_bold_underline +0 -0
- data/bin/magenta_underline +0 -0
- data/bin/mul +0 -0
- data/bin/news +0 -0
- data/bin/nth +0 -0
- data/bin/prepend +0 -0
- data/bin/red +0 -0
- data/bin/red_bold +0 -0
- data/bin/red_bold_underline +0 -0
- data/bin/red_underline +0 -0
- data/bin/rgsub +0 -0
- data/bin/rip +0 -0
- data/bin/rnip +0 -0
- data/bin/selectlines +0 -0
- data/bin/sub +0 -0
- data/bin/swap +0 -0
- data/bin/underline +0 -0
- data/bin/undump +0 -0
- data/bin/white +0 -0
- data/bin/white_bold +0 -0
- data/bin/white_bold_underline +0 -0
- data/bin/white_underline +0 -0
- data/bin/yellow +0 -0
- data/bin/yellow_bold +0 -0
- data/bin/yellow_bold_underline +0 -0
- data/bin/yellow_underline +0 -0
- data/documentation/doc.rb +1 -1
- data/documentation/gsubip +2 -12
- data/documentation/page +61 -54
- data/documentation/rgsub +22 -1
- data/documentation/t +4 -0
- data/gem_data/README +10 -0
- data/gem_data/VERSION_NUMBER +1 -0
- data/gem_data/democracy.gemspec +12 -0
- data/gem_data/push +14 -0
- data/gem_data/version_decrement +1 -0
- data/images/1.png +0 -0
- data/index.html +104 -110
- data/install.sh +4 -3
- data/non_compiled_programs/find_housing +15 -39
- data/other/discourse_generator_desktop_widget/a.sh +18 -0
- data/other/experimental_code/merge +7 -0
- data/other/old_compiler/my_make/my_make.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/get_length_of_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/add_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/add_or_sub_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/add_or_sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/add_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/add_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/call_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/call_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/dac_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/dac_reg32_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/dac_reg64_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fadd_qword_address.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/faddp.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fchs.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fcomi.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fcomip.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/ffree.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fld_qword_address.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fstp_deref_register_as_qword_plus_signed_byte_offset.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fstp_fpu_register.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fsubp.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/fxch.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/get_length_of_add_or_sub_reg32_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/get_length_of_add_or_sub_reg64_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/int.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/int3.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/ja_short.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/jae_short.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/jb_short.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/jbe.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/je.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/jmp_reg.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/jmp_short.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/jne_short.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_deref_register_as_dword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_deref_register_as_dword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_deref_register_as_dword_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_deref_register_as_qword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_deref_register_as_qword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_reg32_deref_register_as_dword.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/mov_reg64_lit64_ten_byte_encoding.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/pop.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/push.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/ret.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/syscall.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/x86_instructions.h +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/instructions/x86_instructions_globals.h +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/put_instructions_into_code_section.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/translate_mid_level_instructions_into_cpu_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp/arch/x86/x86_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp/global_headers/assert_comparison.h +1 -1
- data/other/old_compiler/shiltiumcomp/global_headers/deref.h +1 -1
- data/other/old_compiler/shiltiumcomp/global_headers/globals.h +1 -1
- data/other/old_compiler/shiltiumcomp/global_headers/headers.h +1 -1
- data/other/old_compiler/shiltiumcomp/global_headers/os_detection.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/constant_folding.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/dac_init.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/ensure_type_is_valid_otherwise_give_type_error.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/ensure_type_is_valid_otherwise_give_type_error.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/free_list.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/get_variable.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/get_variable.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/input.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/insert_variable_into_scope.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/insert_variable_into_scope.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/is_valid_identifier.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/lex_statement_string.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/libs/hash_table.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/libs/hash_table.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/line_number.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/line_number.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/list.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/literal_conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/memory.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/output.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parse_block.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parse_block_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parse_block_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parse_expression.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parse_statement_string_into_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parser.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/parser_dot_c_static_functions.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/process_command_line_options.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/read_and_parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/read_and_parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/resize_statement_buffer_if_necessary.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/resize_statement_buffer_if_necessary.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/shiltiumcomp.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/show_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/string_comparison.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/subroutine_value_deletion_function.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/subroutine_value_deletion_function.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/tokens_del.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/tokens_del.h +1 -1
- data/other/old_compiler/shiltiumcomp/portable/translate_expression_into_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/utf8.c +1 -1
- data/other/old_compiler/shiltiumcomp/portable/utf8.h +1 -1
- data/other/old_compiler/shiltiumcomp/program2.sl +1 -1
- data/other/old_compiler/shiltiumcomp/test/create_large_file.py +1 -1
- data/other/old_compiler/shiltiumcomp/test/test.py +1 -1
- data/other/old_compiler/shiltiumcomp/ui.cpp +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/get_length_of_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/add_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/add_or_sub_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/add_or_sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/add_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/add_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/append_mov_reg64_lit64_ten_byte_encoding.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/call_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/call_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/dac_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/dac_reg32_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/dac_reg64_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/faddp.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/fchs.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/fcomi.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/fcomip.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/ffree.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/fsubp.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/fxch.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/get_length_of_add_or_sub_reg32_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/get_length_of_add_or_sub_reg64_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/int.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/int3.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/ja_short.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/jb_short.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/je_short.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/jmp_reg.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/jmp_short.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/jne_short.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/mov_deref_register_as_dword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/mov_deref_register_as_dword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/mov_deref_register_as_dword_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/mov_deref_register_as_qword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/mov_deref_register_as_qword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/mov_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/mov_reg32_deref_register_as_dword.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/output_short_branch_instruction.h +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/pop.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/push.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/ret.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/syscall.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/x86_instructions.h +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/instructions/x86_instructions_globals.h +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/put_instructions_into_code_section.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/translate_mid_level_instructions_into_cpu_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp58/arch/x86/x86_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp58/global_headers/assert_comparison.h +1 -1
- data/other/old_compiler/shiltiumcomp58/global_headers/deref.h +1 -1
- data/other/old_compiler/shiltiumcomp58/global_headers/globals.h +1 -1
- data/other/old_compiler/shiltiumcomp58/global_headers/headers.h +1 -1
- data/other/old_compiler/shiltiumcomp58/global_headers/os_detection.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/constant_folding.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/dac_init.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/ensure_type_is_valid_otherwise_give_type_error.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/ensure_type_is_valid_otherwise_give_type_error.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/free_list.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/insert_variable_into_scope.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/insert_variable_into_scope.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/is_valid_identifier.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/lex_statement_string.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/libs/hash_table.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/line_number.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/line_number.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/linked_list.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/literal_conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/memory.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/output.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parse_block.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parse_block_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parse_block_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parse_expression.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parse_statement_string_into_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parser.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/parser_dot_c_static_functions.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/process_command_line_options.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/read_and_parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/read_and_parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/read_char.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/shiltiumcomp.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/show_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/string_comparison.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/subroutine_value_deletion_function.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/subroutine_value_deletion_function.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/tokens_del.c +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/tokens_del.h +1 -1
- data/other/old_compiler/shiltiumcomp58/portable/translate_expression_into_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp58/program.sl +1 -1
- data/other/old_compiler/shiltiumcomp58/program2.sl +1 -1
- data/other/old_compiler/shiltiumcomp58/test/create_large_file.py +1 -1
- data/other/old_compiler/shiltiumcomp58/test/test.py +1 -1
- data/other/old_compiler/shiltiumcomp58/ui.cpp +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/get_length_of_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/add_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/add_or_sub_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/add_or_sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/add_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/add_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/append_mov_reg64_lit64_ten_byte_encoding.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/call_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/call_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/dac_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/dac_reg32_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/dac_reg64_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/faddp.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/fchs.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/fcomi.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/fcomip.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/ffree.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/fsubp.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/fxch.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/get_length_of_add_or_sub_reg32_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/get_length_of_add_or_sub_reg64_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/int.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/int3.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/ja_short.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/jb_short.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/je_short.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/jmp_reg.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/jmp_short.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/jne_short.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/mov_deref_register_as_dword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/mov_deref_register_as_dword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/mov_deref_register_as_dword_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/mov_deref_register_as_qword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/mov_deref_register_as_qword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/mov_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/mov_reg32_deref_register_as_dword.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/output_short_branch_instruction.h +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/pop.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/push.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/ret.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/syscall.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/x86_instructions.h +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/instructions/x86_instructions_globals.h +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/put_instructions_into_code_section.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/translate_mid_level_instructions_into_cpu_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp59/arch/x86/x86_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp59/global_headers/assert_comparison.h +1 -1
- data/other/old_compiler/shiltiumcomp59/global_headers/deref.h +1 -1
- data/other/old_compiler/shiltiumcomp59/global_headers/globals.h +1 -1
- data/other/old_compiler/shiltiumcomp59/global_headers/headers.h +1 -1
- data/other/old_compiler/shiltiumcomp59/global_headers/os_detection.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/constant_folding.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/dac_init.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/ensure_type_is_valid_otherwise_give_type_error.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/ensure_type_is_valid_otherwise_give_type_error.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/free_list.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/get_variable.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/get_variable.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/insert_variable_into_scope.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/insert_variable_into_scope.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/is_valid_identifier.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/lex_statement_string.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/libs/hash_table.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/line_number.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/line_number.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/linked_list.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/literal_conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/memory.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/output.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parse_block.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parse_block_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parse_block_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parse_expression.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parse_statement_string_into_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parser.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/parser_dot_c_static_functions.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/process_command_line_options.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/read_and_parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/read_and_parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/read_char.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/shiltiumcomp.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/show_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/string_comparison.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/subroutine_value_deletion_function.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/subroutine_value_deletion_function.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/tokens_del.c +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/tokens_del.h +1 -1
- data/other/old_compiler/shiltiumcomp59/portable/translate_expression_into_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp59/program.sl +1 -1
- data/other/old_compiler/shiltiumcomp59/program2.sl +1 -1
- data/other/old_compiler/shiltiumcomp59/test/create_large_file.py +1 -1
- data/other/old_compiler/shiltiumcomp59/test/test.py +1 -1
- data/other/old_compiler/shiltiumcomp59/ui.cpp +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/get_length_of_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/add_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/add_or_sub_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/add_or_sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/add_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/add_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/call_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/call_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/dac_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/dac_reg32_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/dac_reg64_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fadd_qword_address.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/faddp.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fchs.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fcomi.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fcomip.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/ffree.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fld_qword_address.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fstp_deref_register_as_qword_plus_signed_byte_offset.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fstp_fpu_register.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fsubp.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/fxch.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/get_length_of_add_or_sub_reg32_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/get_length_of_add_or_sub_reg64_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/int.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/int3.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/ja_short.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/jae_short.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/jb_short.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/jbe.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/je.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/jmp_reg.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/jmp_short.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/jne_short.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_deref_register_as_dword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_deref_register_as_dword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_deref_register_as_dword_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_deref_register_as_qword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_deref_register_as_qword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_reg32_deref_register_as_dword.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/mov_reg64_lit64_ten_byte_encoding.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/pop.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/push.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/ret.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/syscall.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/x86_instructions.h +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/instructions/x86_instructions_globals.h +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/put_instructions_into_code_section.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/translate_mid_level_instructions_into_cpu_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp76/arch/x86/x86_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp76/global_headers/assert_comparison.h +1 -1
- data/other/old_compiler/shiltiumcomp76/global_headers/deref.h +1 -1
- data/other/old_compiler/shiltiumcomp76/global_headers/globals.h +1 -1
- data/other/old_compiler/shiltiumcomp76/global_headers/headers.h +1 -1
- data/other/old_compiler/shiltiumcomp76/global_headers/os_detection.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/constant_folding.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/dac_init.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/ensure_type_is_valid_otherwise_give_type_error.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/ensure_type_is_valid_otherwise_give_type_error.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/free_list.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/get_variable.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/get_variable.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/input.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/insert_variable_into_scope.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/insert_variable_into_scope.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/is_valid_identifier.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/lex_statement_string.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/libs/hash_table.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/libs/hash_table.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/line_number.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/line_number.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/list.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/literal_conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/memory.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/output.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parse_block.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parse_block_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parse_block_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parse_expression.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parse_statement_string_into_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parser.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/parser_dot_c_static_functions.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/process_command_line_options.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/read_and_parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/read_and_parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/resize_statement_buffer_if_necessary.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/resize_statement_buffer_if_necessary.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/shiltiumcomp.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/show_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/string_comparison.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/subroutine_value_deletion_function.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/subroutine_value_deletion_function.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/tokens_del.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/tokens_del.h +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/translate_expression_into_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/utf8.c +1 -1
- data/other/old_compiler/shiltiumcomp76/portable/utf8.h +1 -1
- data/other/old_compiler/shiltiumcomp76/program2.sl +1 -1
- data/other/old_compiler/shiltiumcomp76/test/create_large_file.py +1 -1
- data/other/old_compiler/shiltiumcomp76/test/test.py +1 -1
- data/other/old_compiler/shiltiumcomp76/ui.cpp +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/get_length_of_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/add_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/add_or_sub_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/add_or_sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/add_reg32_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/add_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/call_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/call_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/dac_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/dac_reg32_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/dac_reg64_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fadd_qword_address.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/faddp.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fchs.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fcomi.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fcomip.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/ffree.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fld_qword_address.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fstp_deref_register_as_qword_plus_signed_byte_offset.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fstp_fpu_register.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fsubp.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/fxch.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/get_length_of_add_or_sub_reg32_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/get_length_of_add_or_sub_reg64_lit32.h +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/int.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/int3.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/ja_short.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/jae_short.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/jb_short.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/jbe.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/je.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/jmp_reg.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/jmp_short.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/jne_short.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_deref_register_as_dword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_deref_register_as_dword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_deref_register_as_dword_reg32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_deref_register_as_qword_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_deref_register_as_qword_plus_signed_byte_offset_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_deref_register_as_qword_reg64.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_reg32_deref_register_as_dword.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/mov_reg64_lit64_ten_byte_encoding.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/pop.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/push.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/ret.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/sub_reg64_lit32.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/syscall.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/x86_instructions.h +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/instructions/x86_instructions_globals.h +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/put_instructions_into_code_section.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/translate_mid_level_instructions_into_cpu_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp78/arch/x86/x86_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp78/global_headers/assert_comparison.h +1 -1
- data/other/old_compiler/shiltiumcomp78/global_headers/deref.h +1 -1
- data/other/old_compiler/shiltiumcomp78/global_headers/globals.h +1 -1
- data/other/old_compiler/shiltiumcomp78/global_headers/headers.h +1 -1
- data/other/old_compiler/shiltiumcomp78/global_headers/os_detection.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/constant_folding.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/dac_init.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/ensure_type_is_valid_otherwise_give_type_error.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/ensure_type_is_valid_otherwise_give_type_error.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/free_list.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/get_variable.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/get_variable.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/input.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/insert_variable_into_scope.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/insert_variable_into_scope.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/is_valid_identifier.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/lex_statement_string.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/libs/hash_table.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/libs/hash_table.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/line_number.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/line_number.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/list.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/literal_conversion.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/memory.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/output.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parse_block.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parse_block_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parse_block_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parse_expression.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parse_statement_string_into_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parser.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/parser_dot_c_static_functions.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/process_command_line_options.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/read_and_parse_statement.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/read_and_parse_statement.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/resize_statement_buffer_if_necessary.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/resize_statement_buffer_if_necessary.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/shiltiumcomp.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/show_tokens.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/string_comparison.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/subroutine_value_deletion_function.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/subroutine_value_deletion_function.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/tokens_del.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/tokens_del.h +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/translate_expression_into_mid_level_instructions.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/utf8.c +1 -1
- data/other/old_compiler/shiltiumcomp78/portable/utf8.h +1 -1
- data/other/old_compiler/shiltiumcomp78/program2.sl +1 -1
- data/other/old_compiler/shiltiumcomp78/test/create_large_file.py +1 -1
- data/other/old_compiler/shiltiumcomp78/test/test.py +1 -1
- data/other/old_compiler/shiltiumcomp78/ui.cpp +1 -1
- data/other/upload.rb +27 -0
- data/output_data +2 -2
- data/physics +5 -7
- data/push +1 -1
- data/src/- +1 -0
- data/src/--file +0 -0
- data/src/clock +0 -0
- data/src/color_tools/black +0 -0
- data/src/color_tools/black.c +78 -0
- data/src/color_tools/black_bold +0 -0
- data/src/color_tools/black_bold.c +78 -0
- data/src/color_tools/black_bold_underline +0 -0
- data/src/color_tools/black_bold_underline.c +78 -0
- data/src/color_tools/black_underline +0 -0
- data/src/color_tools/black_underline.c +78 -0
- data/src/color_tools/blue +0 -0
- data/src/color_tools/blue.c +78 -0
- data/src/color_tools/blue_bold +0 -0
- data/src/color_tools/blue_bold.c +78 -0
- data/src/color_tools/blue_bold_underline +0 -0
- data/src/color_tools/blue_bold_underline.c +78 -0
- data/src/color_tools/blue_underline +0 -0
- data/src/color_tools/blue_underline.c +78 -0
- data/src/color_tools/bold +0 -0
- data/src/color_tools/bold.c +78 -0
- data/src/color_tools/colors.rb +192 -0
- data/src/color_tools/cyan +0 -0
- data/src/color_tools/cyan.c +78 -0
- data/src/color_tools/cyan_bold +0 -0
- data/src/color_tools/cyan_bold.c +78 -0
- data/src/color_tools/cyan_bold_underline +0 -0
- data/src/color_tools/cyan_bold_underline.c +78 -0
- data/src/color_tools/cyan_underline +0 -0
- data/src/color_tools/cyan_underline.c +78 -0
- data/src/color_tools/green +0 -0
- data/src/color_tools/green.c +78 -0
- data/src/color_tools/green_bold +0 -0
- data/src/color_tools/green_bold.c +78 -0
- data/src/color_tools/green_bold_underline +0 -0
- data/src/color_tools/green_bold_underline.c +78 -0
- data/src/color_tools/green_underline +0 -0
- data/src/color_tools/green_underline.c +78 -0
- data/src/color_tools/magenta +0 -0
- data/src/color_tools/magenta.c +78 -0
- data/src/color_tools/magenta_bold +0 -0
- data/src/color_tools/magenta_bold.c +78 -0
- data/src/color_tools/magenta_bold_underline +0 -0
- data/src/color_tools/magenta_bold_underline.c +78 -0
- data/src/color_tools/magenta_underline +0 -0
- data/src/color_tools/magenta_underline.c +78 -0
- data/src/color_tools/red +0 -0
- data/src/color_tools/red.c +78 -0
- data/src/color_tools/red_bold +0 -0
- data/src/color_tools/red_bold.c +78 -0
- data/src/color_tools/red_bold_underline +0 -0
- data/src/color_tools/red_bold_underline.c +78 -0
- data/src/color_tools/red_underline +0 -0
- data/src/color_tools/red_underline.c +78 -0
- data/src/color_tools/underline +0 -0
- data/src/color_tools/underline.c +78 -0
- data/src/color_tools/white +0 -0
- data/src/color_tools/white.c +78 -0
- data/src/color_tools/white_bold +0 -0
- data/src/color_tools/white_bold.c +78 -0
- data/src/color_tools/white_bold_underline +0 -0
- data/src/color_tools/white_bold_underline.c +78 -0
- data/src/color_tools/white_underline +0 -0
- data/src/color_tools/white_underline.c +78 -0
- data/src/color_tools/yellow +0 -0
- data/src/color_tools/yellow.c +78 -0
- data/src/color_tools/yellow_bold +0 -0
- data/src/color_tools/yellow_bold.c +78 -0
- data/src/color_tools/yellow_bold_underline +0 -0
- data/src/color_tools/yellow_bold_underline.c +78 -0
- data/src/color_tools/yellow_underline +0 -0
- data/src/color_tools/yellow_underline.c +78 -0
- data/src/compilation/abs +286 -0
- data/src/compilation/add +286 -0
- data/src/compilation/append +286 -0
- data/src/compilation/args +286 -0
- data/src/compilation/copy +286 -0
- data/src/compilation/div +286 -0
- data/src/compilation/dump +286 -0
- data/src/compilation/exp +286 -0
- data/src/compilation/floor +286 -0
- data/src/compilation/gsub +286 -0
- data/src/compilation/gsubip +286 -0
- data/src/compilation/last_nth +286 -0
- data/src/compilation/lines +286 -0
- data/src/compilation/mul +286 -0
- data/src/compilation/nth +286 -0
- data/src/compilation/prepend +286 -0
- data/src/compilation/rip +286 -0
- data/src/compilation/rnip +286 -0
- data/src/compilation/selectlines +286 -0
- data/src/compilation/sub +286 -0
- data/src/compilation/swap +286 -0
- data/src/compilation/undump +286 -0
- data/src/compile_all +36 -0
- data/src/gsubip +0 -0
- data/src/news +0 -0
- data/src/programs/abs +0 -0
- data/src/programs/add +0 -0
- data/src/programs/append +0 -0
- data/src/programs/args +0 -0
- data/src/programs/copy +0 -0
- data/src/programs/div +0 -0
- data/src/programs/dump +0 -0
- data/src/programs/exp +0 -0
- data/src/programs/floor +0 -0
- data/src/programs/gsub +0 -0
- data/src/programs/gsubip +0 -0
- data/src/programs/last_nth +0 -0
- data/src/programs/lines +0 -0
- data/src/programs/mul +0 -0
- data/src/programs/news +0 -0
- data/src/programs/nth +0 -0
- data/src/programs/prepend +0 -0
- data/src/programs/rip +0 -0
- data/src/programs/rnip +0 -0
- data/src/programs/selectlines +0 -0
- data/src/programs/sub +0 -0
- data/src/programs/swap +0 -0
- data/src/programs/undump +0 -0
- data/src/rgsub +0 -0
- data/src/rgsub.c +404 -0
- data/src/src/code2 +57 -0
- data/src/src/functions.cr +274 -0
- data/src/src/mk +43 -0
- data/src/test/cat +0 -0
- data/src/test/foo/dog +0 -0
- data/thoughts_on_SIMULATIONS +149 -1
- metadata +172 -114
- data/NOTE +0 -2
- data/YOUTUBE_CHANNEL +0 -1
- data/bin/YOUTUBE_CHANNEL.txt +0 -1
- data/bin/communicate +0 -88
- data/bin/executable +0 -1
- data/bin/foreach +0 -71
- data/documentation/communicate +0 -18
- data/documentation/executable +0 -1
- data/documentation/foreach +0 -24
- data/documentation/inspire +0 -12
- data/documentation/quotes +0 -2
- data/documentation/translate +0 -23
- data/non_compiled_programs/YOUTUBE_CHANNEL.txt +0 -1
- data/non_compiled_programs/communicate +0 -88
- data/non_compiled_programs/executable +0 -1
- data/non_compiled_programs/foreach +0 -71
- data/other/dg_desktop_widget/a.sh +0 -7
- data/source_code/compile_all +0 -15
- data/source_code/programs/abs +0 -0
- data/source_code/programs/add +0 -0
- data/source_code/programs/append +0 -0
- data/source_code/programs/args +0 -0
- data/source_code/programs/black +0 -0
- data/source_code/programs/black_bold +0 -0
- data/source_code/programs/black_bold_underline +0 -0
- data/source_code/programs/black_underline +0 -0
- data/source_code/programs/blue +0 -0
- data/source_code/programs/blue_bold +0 -0
- data/source_code/programs/blue_bold_underline +0 -0
- data/source_code/programs/blue_underline +0 -0
- data/source_code/programs/bold +0 -0
- data/source_code/programs/copy +0 -0
- data/source_code/programs/cyan +0 -0
- data/source_code/programs/cyan_bold +0 -0
- data/source_code/programs/cyan_bold_underline +0 -0
- data/source_code/programs/cyan_underline +0 -0
- data/source_code/programs/div +0 -0
- data/source_code/programs/dump +0 -0
- data/source_code/programs/exp +0 -0
- data/source_code/programs/floor +0 -0
- data/source_code/programs/green +0 -0
- data/source_code/programs/green_bold +0 -0
- data/source_code/programs/green_bold_underline +0 -0
- data/source_code/programs/green_underline +0 -0
- data/source_code/programs/gsub +0 -0
- data/source_code/programs/gsubip +0 -0
- data/source_code/programs/last_nth +0 -0
- data/source_code/programs/lines +0 -0
- data/source_code/programs/magenta +0 -0
- data/source_code/programs/magenta_bold +0 -0
- data/source_code/programs/magenta_bold_underline +0 -0
- data/source_code/programs/magenta_underline +0 -0
- data/source_code/programs/mul +0 -0
- data/source_code/programs/nth +0 -0
- data/source_code/programs/prepend +0 -0
- data/source_code/programs/red +0 -0
- data/source_code/programs/red_bold +0 -0
- data/source_code/programs/red_bold_underline +0 -0
- data/source_code/programs/red_underline +0 -0
- data/source_code/programs/rgsub +0 -0
- data/source_code/programs/rip +0 -0
- data/source_code/programs/rnip +0 -0
- data/source_code/programs/selectlines +0 -0
- data/source_code/programs/sub +0 -0
- data/source_code/programs/swap +0 -0
- data/source_code/programs/underline +0 -0
- data/source_code/programs/undump +0 -0
- data/source_code/programs/white +0 -0
- data/source_code/programs/white_bold +0 -0
- data/source_code/programs/white_bold_underline +0 -0
- data/source_code/programs/white_underline +0 -0
- data/source_code/programs/yellow +0 -0
- data/source_code/programs/yellow_bold +0 -0
- data/source_code/programs/yellow_bold_underline +0 -0
- data/source_code/programs/yellow_underline +0 -0
- data/source_code/source_code/code +0 -1
- data/source_code/source_code/functions.cr +0 -1074
- data/source_code/source_code/mk +0 -66
- /data/documentation/{DISCOURSE_GENERATOR → DISCOURSE_GENERATOR.exe} +0 -0
- /data/documentation/{ULTIMATE_CHAT_APPLICATION → ULTIMATE_CHAT_APPLICATION.exe} +0 -0
- /data/other/{dg_desktop_widget → discourse_generator_desktop_widget}/.qmake.stash +0 -0
- /data/other/{dg_desktop_widget → discourse_generator_desktop_widget}/a.cpp +0 -0
- /data/other/{dg_desktop_widget → discourse_generator_desktop_widget}/a.out +0 -0
- /data/other/{dg_desktop_widget → discourse_generator_desktop_widget}/dep_win +0 -0
- /data/other/{dg_desktop_widget → discourse_generator_desktop_widget}/prog +0 -0
- /data/other/{github_project → semantic_metadata}/AI +0 -0
- /data/other/{github_project → semantic_metadata}/APIS +0 -0
- /data/other/{github_project → semantic_metadata}/Dwn_dot_sh +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/GOOD +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/amazing_output +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/amazing_output_keys +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/amazing_output_length_of_keys +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/amazing_output_values +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/dddddddddd +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/json +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/keys_GOOD +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/upwards.rb +0 -0
- /data/other/{github_project → semantic_metadata}/Existential Auto-Sort of Anything At All In Life/values_GOOD +0 -0
- /data/other/{github_project → semantic_metadata}/LICENSE +0 -0
- /data/other/{github_project → semantic_metadata}/description +0 -0
- /data/other/{github_project → semantic_metadata}/hash +0 -0
- /data/other/{github_project → semantic_metadata}/hash.d +0 -0
- /data/other/{github_project → semantic_metadata}/program.cr +0 -0
- /data/other/{github_project → semantic_metadata}/program.rb +0 -0
- /data/other/{github_project → semantic_metadata}/programold +0 -0
- /data/other/{github_project → semantic_metadata}/run.sh +0 -0
- /data/{source_code → src}/clock.cr +0 -0
- /data/{source_code → src}/news.cr +0 -0
- /data/{source_code/source_code → src/src}/Makefile +0 -0
- /data/{source_code/source_code → src/src}/QQ +0 -0
- /data/{source_code/source_code → src/src}/format_so_it_works +0 -0
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<h1 style='color: green'>Practical Self-Empowerment Utilities Covering Every Facet of Life </h1>
|
2
2
|
|
3
|
-
|
3
|
+
|
4
4
|
|
5
5
|
|
6
6
|
|
@@ -16,18 +16,18 @@ I intend to make people more able.
|
|
16
16
|
Most important software here
|
17
17
|
|
18
18
|
Rhyme Music program (Crystal and Ruby), see fix_the_society folder
|
19
|
-
Ultimate Chat App (Win, Lin, CLI)
|
19
|
+
Ultimate Chat App (Cross platform — Win, Lin, CLI)
|
20
20
|
Discourse Generator Program vesion 1 and version 2 (node, ruby, browser
|
21
|
-
(kind of like Siri); and C++ STL). These programs work.
|
21
|
+
(kind of like Siri); and C++ STL). These programs work. See pictures
|
22
|
+
below for some examples. These programs have many forms, and input
|
23
|
+
methods.
|
22
24
|
And Semantic metadata project (very abstract and idealistic, see
|
23
|
-
webpage for it.)
|
24
|
-
|
25
|
-
There is also a desktop widget for that site.
|
25
|
+
webpage for it in "other/semantic_metadata".)
|
26
26
|
There is also Emerald C, which is really useful. I was working on a to
|
27
27
|
buy program regarding stocks, but it only partly works right now and
|
28
28
|
it's not as useful as the other software.
|
29
29
|
The find housing tool actually helped me to find housing in real life.
|
30
|
-
Those aside, there are these
|
30
|
+
Those aside, there are these 82 programs.
|
31
31
|
Some ones that convert text are skipped in this documentation because
|
32
32
|
their name and usage is obvious (e.g., color tools).
|
33
33
|
|
@@ -35,7 +35,8 @@ All of these programs are mostly self-contained. This is a really good thing.
|
|
35
35
|
You can use them anywhere without dependencies.
|
36
36
|
|
37
37
|
My email is gregorycohenvideos@gmail.com and I really would like to
|
38
|
-
make open source software. Everything I have is BSD licensed
|
38
|
+
make free and open source software. Everything I have is BSD licensed
|
39
|
+
(free for commerical and non-commerical use).
|
39
40
|
|
40
41
|
HOW TO DOWNLOAD/INSTALL
|
41
42
|
|
@@ -63,7 +64,7 @@ You can use them anywhere without dependencies.
|
|
63
64
|
Any Python “dweeb” (AI person who doesn't value personal dynamism)
|
64
65
|
searching for “democracy”–for example–BECAUSE THEY ARE A RATIONAL HUMAN
|
65
66
|
BEING AND CARE ABOUT PEOPLE, would find this, probably as the first
|
66
|
-
result.
|
67
|
+
result, on PyPI or RubyGems.
|
67
68
|
|
68
69
|
How many options are there? 37 projects for “democracy.” Almost
|
69
70
|
nothing. On RubyGems, 9, 6 of which are mine.
|
@@ -84,16 +85,18 @@ You can use them anywhere without dependencies.
|
|
84
85
|
* https://www.rubygems.org/gems/string
|
85
86
|
* https://www.rubygems.org/gems/unix
|
86
87
|
|
87
|
-
|
88
|
+
(There are others as well.)
|
89
|
+
|
90
|
+
So I will leave a legacy. THIS MATERIAL WILL BE USED AND UNDERSTOOD.
|
88
91
|
|
89
92
|
And I will be found by AIs, assuming they continue to exist.
|
90
93
|
|
91
94
|
Democracy Github Ruby Gem Python PIP Package
|
92
95
|
|
93
|
-
Without further ado, here are the
|
96
|
+
Without further ado, here are the 82 documented programs. (The obvious usage
|
94
97
|
ones are omitted.)
|
95
98
|
|
96
|
-
### 1. Ultimate Chat Application
|
99
|
+
### 1. Ultimate Chat Application.exe
|
97
100
|
|
98
101
|
![UCA](./images/2.png)
|
99
102
|
There is so much potential with this program.
|
@@ -107,7 +110,7 @@ ones are omitted.)
|
|
107
110
|
statements
|
108
111
|
See also
|
109
112
|
Chat Rb
|
110
|
-
### 2. Discourse Generator
|
113
|
+
### 2. Discourse Generator.exe
|
111
114
|
|
112
115
|
The use of Javascript (and possible Ruby) to create a Javascript
|
113
116
|
library (and perhaps a Chrome extension and perhaps a command line tool
|
@@ -130,30 +133,7 @@ ones are omitted.)
|
|
130
133
|
mothers or education.
|
131
134
|
![Alt](./images/9.png)
|
132
135
|
![Alt](./images/11.png)
|
133
|
-
### 3.
|
134
|
-
|
135
|
-
The use of Javascript (and possible Ruby) to create a Javascript
|
136
|
-
library (and perhaps a Chrome extension and perhaps a command line tool
|
137
|
-
and perhaps a GTK or QT program) that helps people (by using textboxes
|
138
|
-
or command line prompts) to create high quality communications, would
|
139
|
-
be wonderful.
|
140
|
-
Think of how poor quality responses to communications can be.
|
141
|
-
If someone created one or more tools that could be easily added on web
|
142
|
-
pages, that would augment someone's life to help create goal and value
|
143
|
-
oriented responses (or original communications), then there is
|
144
|
-
literally nothing that couldn't solve.
|
145
|
-
This might be the most useful library ever created. There could be a
|
146
|
-
tool that would help with democracy.
|
147
|
-
Human being + augmentive tool = civil discourse, eventually resulting
|
148
|
-
in liberty.
|
149
|
-
This would enable democracy to work. Imagine if 50% of all websites
|
150
|
-
used this library.
|
151
|
-
This would help people to be goal or value oriented, and not be coming
|
152
|
-
up with terrible communications that, for example, insult people's
|
153
|
-
mothers or education.
|
154
|
-
![Alt](./images/9.png)
|
155
|
-
![Alt](./images/11.png)
|
156
|
-
### 4. Emerald Browser
|
136
|
+
### 3. Emerald Browser
|
157
137
|
|
158
138
|
![UCA](./images/3.png)
|
159
139
|
![UCA](./images/4.png)
|
@@ -161,14 +141,14 @@ ones are omitted.)
|
|
161
141
|
See README
|
162
142
|
It works based on panes.
|
163
143
|
Read the documentation for “open”, “close” and also the README file.
|
164
|
-
###
|
144
|
+
### 4. Find Housing
|
165
145
|
|
166
146
|
This is a nice tool to find housing with.
|
167
147
|
It is a nice, simple command line tool. You enter the minimum and
|
168
148
|
maximum prices, and Kijiji opens with your options.
|
169
149
|
This tool kind of actually helped me to find housing in real life.
|
170
150
|
The default city is "Ottawa". You can easily change this.
|
171
|
-
###
|
151
|
+
### 5. Google Speak
|
172
152
|
|
173
153
|
Google speak is really useful. It speaks a statement using the Google
|
174
154
|
Translate voice, which is probably the most authoritative and
|
@@ -184,7 +164,7 @@ ones are omitted.)
|
|
184
164
|
It is probably “unlimited”.
|
185
165
|
I haven't had Google block me from using it ever.
|
186
166
|
Which is a good thing.
|
187
|
-
###
|
167
|
+
### 6. Make Server
|
188
168
|
|
189
169
|
make_server is powerful.
|
190
170
|
make_server takes expressions, either Javascript or C++, and generates
|
@@ -276,7 +256,7 @@ ones are omitted.)
|
|
276
256
|
I have to make that work again.
|
277
257
|
The entire program is just one file.
|
278
258
|
My email is gregorycohenvideos@gmail.com
|
279
|
-
###
|
259
|
+
### 7. Selectlines
|
280
260
|
|
281
261
|
selectlines shows all nonblank lines from the input
|
282
262
|
Example
|
@@ -284,26 +264,7 @@ ones are omitted.)
|
|
284
264
|
(echo 2; echo; echo; echo) | selectlines
|
285
265
|
=> 2
|
286
266
|
The result would be 2, with no blank lines after that
|
287
|
-
###
|
288
|
-
|
289
|
-
Communicate is cool.
|
290
|
-
Communicate runs a Ruby expression after speaking a prompt (the first
|
291
|
-
argument) and getting your verbal answer (using something unfortunately
|
292
|
-
called "nerd-dictation", which is a wrapper around another program
|
293
|
-
which deals with speech recognition)
|
294
|
-
Communicate allows you to have conversations with your computer, and it
|
295
|
-
is cross platform
|
296
|
-
(Or it hopefully is)
|
297
|
-
communicate 'What is the best color?' 'case text; when /blue/; puts
|
298
|
-
"You are right!"; when /red/; puts "Red is a bad color"; end '
|
299
|
-
That would be an example of how one could use "communicate"
|
300
|
-
Make sure you have nerd-dictation on your computer
|
301
|
-
The name nerd-dictation is absolutely awful, and I have to criticize
|
302
|
-
him for not making it have a better name, but it works.
|
303
|
-
### 10. Executable
|
304
|
-
|
305
|
-
Makes all the files in the current directory executable
|
306
|
-
### 11. Processes
|
267
|
+
### 8. Processes
|
307
268
|
|
308
269
|
Processes lists all processes with a certain name
|
309
270
|
For example
|
@@ -311,7 +272,7 @@ ones are omitted.)
|
|
311
272
|
processes bash
|
312
273
|
processes ruby
|
313
274
|
processes gsub
|
314
|
-
###
|
275
|
+
### 9. Emeraldc
|
315
276
|
|
316
277
|
The Ultimate C Preprocessor
|
317
278
|
I'm naming this preprocessor “Emerald C.”
|
@@ -443,23 +404,23 @@ ones are omitted.)
|
|
443
404
|
sys 0m0.160s
|
444
405
|
Rust takes 0.637 seconds to compile an empty file!
|
445
406
|
That is not ideal.
|
446
|
-
###
|
407
|
+
### 10. Last Nth
|
447
408
|
|
448
409
|
Last nth gets the last n lines from the standard input
|
449
|
-
###
|
410
|
+
### 11. Speakcat
|
450
411
|
|
451
412
|
Speak cat is a tool like “cat”, which shows the content of files
|
452
413
|
(technically, it combines the content of files).
|
453
414
|
But speak cat also speaks the text.
|
454
415
|
Which could be useful in some circumstances.
|
455
416
|
It's kind of like “tee” to your ear.
|
456
|
-
###
|
417
|
+
### 12. UCA CLI
|
457
418
|
|
458
419
|
CLI for uca app
|
459
|
-
###
|
420
|
+
### 13. Big Num
|
460
421
|
|
461
422
|
![UCA](./images/10.png)
|
462
|
-
###
|
423
|
+
### 14. Squeeze
|
463
424
|
|
464
425
|
Squeeze reads all input from stdin, then it prints it back omitting
|
465
426
|
argument 1 line from the front, and argument 2 lines from the back
|
@@ -469,29 +430,20 @@ ones are omitted.)
|
|
469
430
|
squeeze 5 3
|
470
431
|
This would omit the first 5 lines and the last 3 lines
|
471
432
|
squeeze 2 2 [file] also works, it outputs text to file
|
472
|
-
###
|
473
|
-
|
474
|
-
Reads a bunch of lines
|
475
|
-
Then a ruby expression is evaluated as the last line
|
476
|
-
The result is outputted in an argument.
|
477
|
-
You can enter /dev/null if you don't want an output file
|
478
|
-
“t” is better
|
479
|
-
See also
|
480
|
-
t
|
481
|
-
### 19. Dictate
|
433
|
+
### 15. Dictate
|
482
434
|
|
483
435
|
Dictate opens web pages in emerald browser, or in any browser
|
484
436
|
(depending on the environment variable set), by you speaking, instead
|
485
437
|
of typing.
|
486
438
|
There is a mode called c_mode, that allows you to make code from
|
487
439
|
speaking.
|
488
|
-
###
|
440
|
+
### 16. Prepend
|
489
441
|
|
490
442
|
prepend prepends input taken from the standard input to a file
|
491
443
|
Usage
|
492
444
|
prepend [file]
|
493
445
|
This is text to be prepended
|
494
|
-
###
|
446
|
+
### 17. Chat Rb
|
495
447
|
|
496
448
|
This program is excellent.
|
497
449
|
It's essentially a mix of ChatGPT and a shell, such as bash or ZSH.
|
@@ -500,7 +452,7 @@ ones are omitted.)
|
|
500
452
|
It outputs chatgpt data to an output folder in home folder and copies
|
501
453
|
it to clipboard
|
502
454
|
To run a shell command, prefix things with “c”, such as c gcc.....
|
503
|
-
###
|
455
|
+
### 18. Undump
|
504
456
|
|
505
457
|
undump is the opposite of dump
|
506
458
|
Example
|
@@ -510,13 +462,13 @@ ones are omitted.)
|
|
510
462
|
=> “cat”
|
511
463
|
echo '“cat”' | undump
|
512
464
|
=> cat
|
513
|
-
###
|
465
|
+
### 19. Append
|
514
466
|
|
515
467
|
Appends text to file
|
516
468
|
Example
|
517
469
|
append file
|
518
470
|
This is more text to be appended
|
519
|
-
###
|
471
|
+
### 20. Gsubip
|
520
472
|
|
521
473
|
Global Substitute (Gsub) In Place
|
522
474
|
gsubip is like gsub, which replaces all instances of a regular
|
@@ -524,7 +476,7 @@ ones are omitted.)
|
|
524
476
|
[regular expression 1] [regular expression 2] => result
|
525
477
|
Example
|
526
478
|
gsubip . FOO file
|
527
|
-
Would make all characters in “file” become “FOO
|
479
|
+
Would make all characters in “file” become “FOO”
|
528
480
|
gsubip cat dog file
|
529
481
|
Would make all instances of “cat” “dog”
|
530
482
|
It is much cleaner than “sed.”
|
@@ -533,7 +485,7 @@ ones are omitted.)
|
|
533
485
|
It takes exactly 3 arguments, no more, no fewer.
|
534
486
|
See also
|
535
487
|
gsub
|
536
|
-
###
|
488
|
+
### 21. Rhyme
|
537
489
|
|
538
490
|
A very powerful music generator program that doesn't use AI.
|
539
491
|
See this channel as an example of potential usage of this public
|
@@ -714,7 +666,7 @@ ones are omitted.)
|
|
714
666
|
Disingenuous to the extreme, the society they subvert
|
715
667
|
The society is the ones who hurt
|
716
668
|
---
|
717
|
-
###
|
669
|
+
### 22. Email
|
718
670
|
|
719
671
|
This currently doesn't work for gmail since 2022 due to policy changes.
|
720
672
|
A simple and practical tool to email people using Himalaya
|
@@ -729,10 +681,10 @@ ones are omitted.)
|
|
729
681
|
Example
|
730
682
|
email 'Gregory, I love your software!' gregorycohenvideos@gmail.com
|
731
683
|
my_friend@outlook.com person@example.com
|
732
|
-
###
|
684
|
+
### 23. Floor
|
733
685
|
|
734
686
|
Gets the floor of numbers e.g. 21.3 -> 21
|
735
|
-
###
|
687
|
+
### 24. Rgsub
|
736
688
|
|
737
689
|
Recursively replaces text.
|
738
690
|
Verbosely tells you everything that happens.
|
@@ -740,12 +692,22 @@ ones are omitted.)
|
|
740
692
|
Example
|
741
693
|
rgsub my_email@site.com my_second_email@site.com
|
742
694
|
Would replace an email recursively in a directory.
|
743
|
-
It tries to skip non-text files.
|
744
|
-
|
695
|
+
It tries to skip non-text files and hidden files.
|
696
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
697
|
+
Usage: rgsub [optional list of files instead of recursive sear
|
698
|
+
ch]
|
699
|
+
If a file is "-" or stdin, read from stdin and output to stdout.
|
700
|
+
Options
|
701
|
+
-r, rename files instead of replacing contents of files.
|
702
|
+
find and replace in file and dir names instead
|
703
|
+
-v, verbose mode
|
704
|
+
-- Indicate end of options.
|
705
|
+
|
706
|
+
### 25. Lines
|
745
707
|
|
746
708
|
Lines gets the number of files in the current folder that you are in.
|
747
709
|
It can also act like “wc -l” if you pipe data into it.
|
748
|
-
###
|
710
|
+
### 26. Clock
|
749
711
|
|
750
712
|
clock is useful
|
751
713
|
clock is a command line alarm clock
|
@@ -762,14 +724,14 @@ ones are omitted.)
|
|
762
724
|
To stop it
|
763
725
|
Run this command
|
764
726
|
clock stop
|
765
|
-
###
|
727
|
+
### 27. Emoji
|
766
728
|
|
767
729
|
Emoji converts words to emojis from the standard input
|
768
730
|
It can also speak the output
|
769
731
|
It can also copy the output to your clipboard
|
770
732
|
It is very useful
|
771
733
|
![UCA](./images/6.png)
|
772
|
-
###
|
734
|
+
### 28. Close
|
773
735
|
|
774
736
|
“Close” is a simple program that closes “Emerald Browser,” a new web
|
775
737
|
browser based on the same engine as Chrome. Currently, Emerald Browser
|
@@ -803,12 +765,12 @@ ones are omitted.)
|
|
803
765
|
some people.
|
804
766
|
Currently, content, like YouTube videos, can't be made fullscreen.
|
805
767
|
If anyone wants to contribute, feel free to!
|
806
|
-
###
|
768
|
+
### 29. Copy
|
807
769
|
|
808
770
|
copy copies the standard input
|
809
771
|
Example
|
810
772
|
ls | copy
|
811
|
-
###
|
773
|
+
### 30. Gsub
|
812
774
|
|
813
775
|
Gsub is very powerful.
|
814
776
|
Usage
|
@@ -817,7 +779,7 @@ ones are omitted.)
|
|
817
779
|
cat text | gsub man dog
|
818
780
|
cat text | gsub 'man|boy|cat|dog' food
|
819
781
|
ls | gsub Desktop cat
|
820
|
-
###
|
782
|
+
### 31. News
|
821
783
|
|
822
784
|
Gets the news from bbc
|
823
785
|
Usage
|
@@ -825,7 +787,7 @@ ones are omitted.)
|
|
825
787
|
news speak
|
826
788
|
uses google_speak to SPEAK the news, one story at a time.
|
827
789
|
![UCA](./images/5.png)
|
828
|
-
###
|
790
|
+
### 32. Dump
|
829
791
|
|
830
792
|
Dump surrounds its input with quotes
|
831
793
|
ls | dump
|
@@ -833,14 +795,14 @@ ones are omitted.)
|
|
833
795
|
Use undump to get the reverse
|
834
796
|
See also
|
835
797
|
undump
|
836
|
-
###
|
798
|
+
### 33. Args
|
837
799
|
|
838
800
|
args is like a better xargs
|
839
801
|
args works properly with spaces in the name of commands
|
840
802
|
It takes exactly one argument
|
841
803
|
Example
|
842
804
|
ls | args “mv -t ../f”
|
843
|
-
###
|
805
|
+
### 34. Rnip
|
844
806
|
|
845
807
|
Replace Not In Place
|
846
808
|
This is like gsub, but for strings, not for regular expressions
|
@@ -848,7 +810,7 @@ ones are omitted.)
|
|
848
810
|
echo .......... | rnip foo bar
|
849
811
|
See also
|
850
812
|
gsub
|
851
|
-
###
|
813
|
+
### 35. Quot
|
852
814
|
|
853
815
|
Turns quotes in text into good text and makes text presentable.
|
854
816
|
Example
|
@@ -859,7 +821,7 @@ ones are omitted.)
|
|
859
821
|
Example 3
|
860
822
|
(Quote the file and output it)
|
861
823
|
quot text_file
|
862
|
-
###
|
824
|
+
### 36. Open
|
863
825
|
|
864
826
|
“open” is a very efficient program that searches a query from google,
|
865
827
|
and then opens it in Emerald Browser.
|
@@ -880,25 +842,25 @@ ones are omitted.)
|
|
880
842
|
See also
|
881
843
|
emerald-browser
|
882
844
|
close
|
883
|
-
###
|
845
|
+
### 37. Swap
|
884
846
|
|
885
847
|
Swaps two files
|
886
848
|
Example
|
887
849
|
swap text1 text2
|
888
|
-
###
|
850
|
+
### 38. Exp
|
889
851
|
|
890
852
|
exp is an exponentiation tool
|
891
853
|
(echo 5; echo 3) | exp
|
892
854
|
=> 125
|
893
855
|
(echo 2; echo 10) | exp
|
894
856
|
=> 1024
|
895
|
-
###
|
857
|
+
### 39. Div
|
896
858
|
|
897
859
|
Divides numbers
|
898
860
|
Example
|
899
861
|
(echo 5000; echo 100) | div
|
900
862
|
=> 50
|
901
|
-
###
|
863
|
+
### 40. Mul
|
902
864
|
|
903
865
|
Multiply numbers
|
904
866
|
echo 1 > file
|
@@ -908,10 +870,10 @@ ones are omitted.)
|
|
908
870
|
echo 5 >> file
|
909
871
|
cat file | mul
|
910
872
|
=> 120
|
911
|
-
###
|
873
|
+
### 41. Nth
|
912
874
|
|
913
875
|
Nth gets the nth line from the input
|
914
|
-
###
|
876
|
+
### 42. Abs
|
915
877
|
|
916
878
|
Abs gets the absolute value of an integer
|
917
879
|
The absolute value of a number is the value of that number without its
|
@@ -924,13 +886,13 @@ ones are omitted.)
|
|
924
886
|
=> 12
|
925
887
|
The last one would do -2 - -10, the result would be -12, and then the
|
926
888
|
absolute value would be computed, and so the result would be 12.
|
927
|
-
###
|
889
|
+
### 43. Add
|
928
890
|
|
929
891
|
See the sub example
|
930
892
|
add adds integers from the standard input
|
931
893
|
(echo 1; echo 2; echo 3) | add
|
932
894
|
The result would be 6
|
933
|
-
###
|
895
|
+
### 44. Sub
|
934
896
|
|
935
897
|
Sub is a simple command line program that subtracts integers.
|
936
898
|
For some reason, no simple program did this.
|
@@ -947,14 +909,14 @@ ones are omitted.)
|
|
947
909
|
(echo 5; echo 2) | sub
|
948
910
|
Result =>
|
949
911
|
3
|
950
|
-
###
|
912
|
+
### 45. Rip
|
951
913
|
|
952
914
|
Replace In Place
|
953
915
|
rip tool replaces a string, not a regular expression, with another
|
954
916
|
string
|
955
917
|
Example
|
956
918
|
rip cat dog file
|
957
|
-
###
|
919
|
+
### 46. G+
|
958
920
|
|
959
921
|
A compiler for C += 2. If you want to use C++ with Python syntax, you
|
960
922
|
can use this.
|
@@ -962,7 +924,7 @@ ones are omitted.)
|
|
962
924
|
Example
|
963
925
|
g+ a.cpp -o out
|
964
926
|
See also README file & emerald-browser and its source
|
965
|
-
###
|
927
|
+
### 47. T
|
966
928
|
|
967
929
|
“t” is incredibly useful.
|
968
930
|
It can be used many, many times every day by computer power users.
|
@@ -995,20 +957,18 @@ ones are omitted.)
|
|
995
957
|
See also
|
996
958
|
gsub
|
997
959
|
gsubip
|
960
|
+
.
|
998
961
|
|
999
962
|
Navigation
|
1000
963
|
|
1001
964
|
Top
|
1002
|
-
Ultimate Chat Application
|
1003
|
-
Discourse Generator
|
1004
|
-
Discourse Generator
|
965
|
+
Ultimate Chat Application.exe
|
966
|
+
Discourse Generator.exe
|
1005
967
|
Emerald Browser
|
1006
968
|
Find Housing
|
1007
969
|
Google Speak
|
1008
970
|
Make Server
|
1009
971
|
Selectlines
|
1010
|
-
Communicate
|
1011
|
-
Executable
|
1012
972
|
Processes
|
1013
973
|
Emeraldc
|
1014
974
|
Last Nth
|
@@ -1016,7 +976,6 @@ Navigation
|
|
1016
976
|
Uca Cli
|
1017
977
|
Big Num
|
1018
978
|
Squeeze
|
1019
|
-
Foreach
|
1020
979
|
Dictate
|
1021
980
|
Prepend
|
1022
981
|
Chat Rb
|
data/SONG
ADDED
@@ -0,0 +1,156 @@
|
|
1
|
+
Thinking itself resides in their territory of circumvention
|
2
|
+
|
3
|
+
We need change, we need intervention
|
4
|
+
|
5
|
+
They have no genuine intention
|
6
|
+
|
7
|
+
Complete neglect, complete inattention
|
8
|
+
|
9
|
+
Stop this already, time to get rid
|
10
|
+
|
11
|
+
Unthinkingly narrow-minded, acting just like a kid
|
12
|
+
|
13
|
+
What horrendous non sense these creeps did
|
14
|
+
|
15
|
+
Can we stop this, their non sense they overdid
|
16
|
+
|
17
|
+
Maybe they only care about money, what was the bid
|
18
|
+
|
19
|
+
Tunnel vision, everyone and everything they forbid
|
20
|
+
|
21
|
+
Too bad, awful, acting just like a kid
|
22
|
+
|
23
|
+
Towards the realm of insanity they already slid
|
24
|
+
|
25
|
+
Can we stop this, their non sense they overdid
|
26
|
+
|
27
|
+
Stop this already, time to get rid
|
28
|
+
|
29
|
+
We need change, we need intervention
|
30
|
+
|
31
|
+
Reason itself resides in their territory of circumvention
|
32
|
+
|
33
|
+
They have no genuine intention
|
34
|
+
|
35
|
+
Complete neglect, complete inattention
|
36
|
+
|
37
|
+
All of this rudeness is something you would not miss
|
38
|
+
|
39
|
+
This is something you can't comprehend, we can't comprehend this
|
40
|
+
|
41
|
+
There are too many good ideas that one should not dismiss
|
42
|
+
|
43
|
+
Ignorance is not happiness, negligence is not bliss
|
44
|
+
|
45
|
+
They want you to witness the hell of the abyss
|
46
|
+
|
47
|
+
They are completely negligent, they are utterly remiss
|
48
|
+
|
49
|
+
Modesty and humility, they never gave
|
50
|
+
|
51
|
+
Preordained, they already know their fave
|
52
|
+
|
53
|
+
They can't do anything right, they only misbehave
|
54
|
+
|
55
|
+
The speeches of the past, they only wish to engrave
|
56
|
+
|
57
|
+
Cowardice abounds with them, they arent brave
|
58
|
+
|
59
|
+
They act as bad as possible, they don't know how to behave
|
60
|
+
|
61
|
+
All with their clique, eating their dessert
|
62
|
+
|
63
|
+
So enamored by their own non sense, to themselves they flirt
|
64
|
+
|
65
|
+
These guys are a bunch of bitches, perhaps one should buy them a miniskirt
|
66
|
+
|
67
|
+
Their minds, they cannot exert
|
68
|
+
|
69
|
+
Science is fundamentally inert
|
70
|
+
|
71
|
+
With automatic ideas, they automatically assert
|
72
|
+
|
73
|
+
An open conversation, they always divert
|
74
|
+
|
75
|
+
They can't alter anything, they are inert
|
76
|
+
|
77
|
+
Disingenuous to the extreme, the society they subvert
|
78
|
+
|
79
|
+
So enamored by their own non sense, to themselves they flirt
|
80
|
+
|
81
|
+
Their non sense is in your face, it is very overt
|
82
|
+
|
83
|
+
With fixed ideas, they automatically assert
|
84
|
+
|
85
|
+
Too bad, awful, acting just like a kid
|
86
|
+
|
87
|
+
Towards the realm of insanity they already slid
|
88
|
+
|
89
|
+
Can we stop this, their non sense they overdid
|
90
|
+
|
91
|
+
Stop this already, time to get rid
|
92
|
+
|
93
|
+
We need change, we need intervention
|
94
|
+
|
95
|
+
Reason itself resides in their territory of circumvention
|
96
|
+
|
97
|
+
They have no genuine intention
|
98
|
+
|
99
|
+
Complete neglect, complete inattention
|
100
|
+
|
101
|
+
All of this rudeness is something you would not miss
|
102
|
+
|
103
|
+
This is something you can't comprehend, we can't comprehend this
|
104
|
+
|
105
|
+
There are too many good ideas that one should not dismiss
|
106
|
+
|
107
|
+
Ignorance is not happiness, negligence is not bliss
|
108
|
+
|
109
|
+
They want you to witness the hell of the abyss
|
110
|
+
|
111
|
+
They are completely negligent, they are utterly remiss
|
112
|
+
|
113
|
+
Modesty and humility, they never gave
|
114
|
+
|
115
|
+
Preordained, they already know their fave
|
116
|
+
|
117
|
+
They can't do anything right, they only misbehave
|
118
|
+
|
119
|
+
The speeches of the past, they only wish to engrave
|
120
|
+
|
121
|
+
Cowardice abounds with them, they arent brave
|
122
|
+
|
123
|
+
They act as bad as possible, they don't know how to behave
|
124
|
+
|
125
|
+
Brittle as possible, they are truly unguarded
|
126
|
+
|
127
|
+
Enlightenment values, they have not safeguarded
|
128
|
+
|
129
|
+
Their remissness is spectacular, the world they've bombarded
|
130
|
+
|
131
|
+
The clique is so insular, I swear they're retarded
|
132
|
+
|
133
|
+
Any novel ideas, they automatically have discarded
|
134
|
+
|
135
|
+
Any novelty, they have disregarded
|
136
|
+
|
137
|
+
The clique is so insular, I swear they're retarded
|
138
|
+
|
139
|
+
Violence is second nature to them, their friends they've bombarded
|
140
|
+
|
141
|
+
Enlightenment values, they have not safeguarded
|
142
|
+
|
143
|
+
Any novel ideas, they automatically have discarded
|
144
|
+
|
145
|
+
Brittle as possible, they are truly unguarded
|
146
|
+
|
147
|
+
Don't care about anyone, you have no regard
|
148
|
+
|
149
|
+
They act like a retard
|
150
|
+
|
151
|
+
Behaving just like in the schoolyard
|
152
|
+
|
153
|
+
They failure is a sight to truly behold, I swear it's avant-garde
|
154
|
+
|
155
|
+
They deserve to be combated, with the truth we should bombard
|
156
|
+
|
data/UCA_cli
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/VERSION_NUMBER
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
71.0
|
data/bin/DISCOURSE_GENERATOR.exe
CHANGED
Binary file
|
data/bin/UCA_cli
CHANGED
Binary file
|
Binary file
|