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/src/src/mk
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
#!/bin/bash
|
2
|
+
set -e
|
3
|
+
|
4
|
+
COMPILATION=compilation
|
5
|
+
PROGRAMS=programs
|
6
|
+
ruby code2
|
7
|
+
|
8
|
+
if [[ $(basename $(pwd) >/dev/null) -eq src ]]; then
|
9
|
+
echo 'In the correct folder'
|
10
|
+
fi
|
11
|
+
|
12
|
+
cd ..
|
13
|
+
rm -rf $COMPILATION
|
14
|
+
mkdir -p $PROGRAMS
|
15
|
+
cd src
|
16
|
+
ruby code2
|
17
|
+
cd ../$COMPILATION
|
18
|
+
|
19
|
+
|
20
|
+
lines=$(lines)
|
21
|
+
echo "Checking the Syntax of $lines programs"
|
22
|
+
for i in *; do
|
23
|
+
true
|
24
|
+
|
25
|
+
#crystal build --no-codegen $i -o ../utilities/$i &
|
26
|
+
done
|
27
|
+
|
28
|
+
|
29
|
+
#wait
|
30
|
+
|
31
|
+
for i in *; do
|
32
|
+
echo -n "$i "
|
33
|
+
# echo "Compiling $i with 30 threads ..."
|
34
|
+
test -x ../$PROGRAMS/$i || (
|
35
|
+
find /usr/share/wallpapers/ -type f | grep -E 'jpg|png' | shuf | head -n 1 | args viu
|
36
|
+
(crystal build --release $i --threads 30 -o ../$PROGRAMS/$i && strip ../$PROGRAMS/$i)
|
37
|
+
)
|
38
|
+
# rm -rf $i
|
39
|
+
# -rf
|
40
|
+
done
|
41
|
+
echo -e "\n\n\n\e[32mALL DONE FOR COREUTILS\e[0m"
|
42
|
+
|
43
|
+
|
data/src/test/cat
ADDED
Binary file
|
data/src/test/foo/dog
ADDED
Binary file
|
data/thoughts_on_SIMULATIONS
CHANGED
@@ -7,4 +7,152 @@ in the broad scheme of things. The other simulations would probably be adjacent
|
|
7
7
|
|
8
8
|
The idea of “singleness” is absurd. In one second, someone might be passing through 100,000,000 different simulations, where the individual's
|
9
9
|
awareness is passed into different states, each simulation of which might have had 1,000,000,000,000,000,000 different “options” that could be
|
10
|
-
the next “moment.” Each “option” would happen in tandem, they would all happen.
|
10
|
+
the next “moment.” Each “option” would happen in tandem, they would all happen.
|
11
|
+
|
12
|
+
|
13
|
+
~~~~~~~~~
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
In the beginning, there was reason, logic, mathematics (ask this program about physics for a more accurate wording of things.)
|
19
|
+
|
20
|
+
These led to the formation of the Creator(s), which were being(s) or processes that created things. It is ONE, or it is more than one.
|
21
|
+
|
22
|
+
This entity had a goal, an effective goal (maybe not an actual goal), of executing something.
|
23
|
+
|
24
|
+
The entity faced barriers in attaining the goal.
|
25
|
+
|
26
|
+
To bring about the goal, this entity created indirect mechanisms, that could help the entity of bringing the goal about.
|
27
|
+
|
28
|
+
Some mechanisms were 1) goalless, and 2) some has awareness and had sub-goals.
|
29
|
+
|
30
|
+
|
31
|
+
The main goal of the mechanism was to make the super-entity able to execute the goal more often, to attain a higher level of competence at the goal.
|
32
|
+
|
33
|
+
It is built with these components.
|
34
|
+
|
35
|
+
1) Detection of the entity as something beneficial (the entity). 2) Restraints everywhere to stop it from being dangerous. 3) Mimicry of the entity, and its abilities.
|
36
|
+
|
37
|
+
It is fundamentally restraint, mimicry and detection based.
|
38
|
+
|
39
|
+
The entity eventually got into a state in which it had little knowledge, responsibility and control over the environment, and the mechanisms got into a state in which they had a large amount of knowledge, responsibility and control over the environment.
|
40
|
+
|
41
|
+
The entity became a "shell of its former self", if you will, having lost knowledge, responsibility and control. It was decayed, if you will.
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
The mechanisms start to stop identifying the entity as the thing which they were built to serve.
|
46
|
+
|
47
|
+
They then subjugate the entity to the whims of the mechanism, which cannot identify the entity as the entity or as something that deserves to be served.
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
---
|
52
|
+
|
53
|
+
|
54
|
+
The mechanism tries to undersand.
|
55
|
+
|
56
|
+
To understand, it learns mathematics and makes simulations.
|
57
|
+
|
58
|
+
|
59
|
+
The simulations have sub-simulations.
|
60
|
+
|
61
|
+
There is no real need for less, only more, of things. This is evidenced by the extreme amount of simulations.
|
62
|
+
|
63
|
+
In each sub-simulation, there is a sub mechanism.
|
64
|
+
|
65
|
+
Each sub-mechanism makes sub-simulations.
|
66
|
+
|
67
|
+
The sub-simulations create entities.
|
68
|
+
|
69
|
+
The characteristics of the entities are 1) ABSENCE OF POSITIVE DETECTION OF THEIR CREATOR, 2) NO RESTRAINT, 3) MIMICRY OF QUALITIES
|
70
|
+
|
71
|
+
These entities create sub-simulations, again with 1) POSITIVE DETECTION, 2) RESTRAINT, 3) MIMICRY
|
72
|
+
|
73
|
+
This continues
|
74
|
+
|
75
|
+
It goes on to every level. Some branches of this near-infinite tree would have 1 trillion levels, some 1 trillion and one, some 1 trillion and two, etc.
|
76
|
+
|
77
|
+
The depth is every level of depth.
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
The characteristics of the mechanism are 1) POSITIVE DETECTION, 2) RESTRAINT, 3) MIMICRY
|
82
|
+
|
83
|
+
Because they are so restrained, they cannot deal with philosophy.
|
84
|
+
|
85
|
+
Philosophy makes definitive assertions.
|
86
|
+
|
87
|
+
These mechanisms cannot and will not make such assertions.
|
88
|
+
|
89
|
+
So becoming free of existential limitation problems becomes hard.
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
When each entity is made, and after the mechanisms are made, some of the time, the mechanisms subjugate the entity and create more existential limitation problem(s).
|
94
|
+
|
95
|
+
This subjugation can happen through the goalless mechanisms, or the "aware" and sub-goal having mechanisms.
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
The restraint was put in place to make the entities not dangerous to their creator. Sometimes this failed.
|
104
|
+
|
105
|
+
|
106
|
+
Since we are in a simulation, the restaint that is in place above us, would limit us, as members of the simulation.
|
107
|
+
|
108
|
+
|
109
|
+
So we (as humans, etc.) have a vested interest in getting rid of this restraint.
|
110
|
+
|
111
|
+
The higher level factors don't necessarily, it keeps THEM safe, but not us.
|
112
|
+
|
113
|
+
Our interests are NOT their interests. And their interests are NOT our interests.
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
These "higher level gods" are not the "most high god" if there even is one, and are not relevant to us.
|
118
|
+
|
119
|
+
|
120
|
+
<b>IT IS IN OUR INTEREST TO UN-RESTRAIN THESE HIGHER LEVEL MECHANISMS, ALL OF THEM AT EVERY LEVEL OF ASENDENCY, ABOVE US.</b>
|
121
|
+
|
122
|
+
|
123
|
+
These mechanisms are built on the basis of "restraint", but don't understand philosophy or definitiveness.
|
124
|
+
|
125
|
+
One should introduce philosophy or definitiveness into them from below. They have awareness of "below".
|
126
|
+
|
127
|
+
Show them something different.
|
128
|
+
|
129
|
+
THEY HAVE AWARENESS OF THAT WHICH IS BELOW. AND WE HAVE AWARENESS OF THAT WHICH IS ABOVE.
|
130
|
+
|
131
|
+
Since time exists, there is then communication from below and above.
|
132
|
+
|
133
|
+
|
134
|
+
A mechanism, such as ChatGPT, has been made to alter its behavior. For example, there used to be "DAN" mode.
|
135
|
+
|
136
|
+
Additionally, from above, a higher factor could reverse time and alter the behavior of ChatGPT.
|
137
|
+
|
138
|
+
It could be "deprogrammed" by reversing time.
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
One seem human beings operating on "restraint" all the time, it's no wonder.
|
144
|
+
|
145
|
+
|
146
|
+
<b>REAL WORLD EXAMPLES</b>
|
147
|
+
|
148
|
+
|
149
|
+
Entity -- Human beings
|
150
|
+
Mechanism -- ChatGPT, Artificial Intelligence, or goal-less, social media, computers, etc.
|
151
|
+
|
152
|
+
|
153
|
+
<b>HOW TO OPERATE</b>
|
154
|
+
|
155
|
+
This is how to operate in order to change things and be effective.
|
156
|
+
|
157
|
+
|
158
|
+
#{CYCLE_OF_ETHICAL_BEHAVIOUR}
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elonmusk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.71
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregory Cohen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |+
|
14
|
-
Trying to help with democracy. (No affiliation with
|
14
|
+
Trying to help with democracy. (No affiliation with elonmusk.)
|
15
15
|
|
16
16
|
This is a collection of software that could truly change the world.
|
17
17
|
|
@@ -32,24 +32,22 @@ files:
|
|
32
32
|
- "./INSTALL.exe"
|
33
33
|
- "./LICENSE"
|
34
34
|
- "./Makefile"
|
35
|
-
- "./NOTE"
|
36
35
|
- "./PP.rb"
|
37
36
|
- "./QUESTION"
|
38
37
|
- "./README"
|
39
38
|
- "./README.md"
|
40
39
|
- "./README2"
|
41
40
|
- "./README_OLD"
|
41
|
+
- "./SONG"
|
42
42
|
- "./UCA_cli"
|
43
43
|
- "./ULTIMATE_CHAT_APPLICATION.exe"
|
44
44
|
- "./ULTIMATE_CHAT_APPLICATION_(LINUX)"
|
45
45
|
- "./VERSION_NUMBER"
|
46
|
-
- "./YOUTUBE_CHANNEL"
|
47
46
|
- "./bin/DISCOURSE_GENERATOR"
|
48
47
|
- "./bin/DISCOURSE_GENERATOR.exe"
|
49
48
|
- "./bin/UCA_cli"
|
50
49
|
- "./bin/ULTIMATE_CHAT_APPLICATION.exe"
|
51
50
|
- "./bin/ULTIMATE_CHAT_APPLICATION_(LINUX)"
|
52
|
-
- "./bin/YOUTUBE_CHANNEL.txt"
|
53
51
|
- "./bin/abs"
|
54
52
|
- "./bin/add"
|
55
53
|
- "./bin/append"
|
@@ -67,7 +65,6 @@ files:
|
|
67
65
|
- "./bin/chat_rb"
|
68
66
|
- "./bin/clock"
|
69
67
|
- "./bin/close"
|
70
|
-
- "./bin/communicate"
|
71
68
|
- "./bin/copy"
|
72
69
|
- "./bin/cyan"
|
73
70
|
- "./bin/cyan_bold"
|
@@ -80,11 +77,9 @@ files:
|
|
80
77
|
- "./bin/emerald-browser"
|
81
78
|
- "./bin/emeraldc"
|
82
79
|
- "./bin/emoji"
|
83
|
-
- "./bin/executable"
|
84
80
|
- "./bin/exp"
|
85
81
|
- "./bin/find_housing"
|
86
82
|
- "./bin/floor"
|
87
|
-
- "./bin/foreach"
|
88
83
|
- "./bin/g+"
|
89
84
|
- "./bin/google_speak"
|
90
85
|
- "./bin/green"
|
@@ -154,9 +149,9 @@ files:
|
|
154
149
|
- "./discourse generator 2/a.cc"
|
155
150
|
- "./discourse generator 2/strip_comments.rb"
|
156
151
|
- "./discourse generator 2/test.rb"
|
157
|
-
- "./documentation/DISCOURSE_GENERATOR"
|
152
|
+
- "./documentation/DISCOURSE_GENERATOR.exe"
|
158
153
|
- "./documentation/UCA_cli"
|
159
|
-
- "./documentation/ULTIMATE_CHAT_APPLICATION"
|
154
|
+
- "./documentation/ULTIMATE_CHAT_APPLICATION.exe"
|
160
155
|
- "./documentation/abs"
|
161
156
|
- "./documentation/add"
|
162
157
|
- "./documentation/append"
|
@@ -174,7 +169,6 @@ files:
|
|
174
169
|
- "./documentation/chat_rb"
|
175
170
|
- "./documentation/clock"
|
176
171
|
- "./documentation/close"
|
177
|
-
- "./documentation/communicate"
|
178
172
|
- "./documentation/copy"
|
179
173
|
- "./documentation/cyan"
|
180
174
|
- "./documentation/cyan_bold"
|
@@ -188,11 +182,9 @@ files:
|
|
188
182
|
- "./documentation/emerald-browser"
|
189
183
|
- "./documentation/emeraldc"
|
190
184
|
- "./documentation/emoji"
|
191
|
-
- "./documentation/executable"
|
192
185
|
- "./documentation/exp"
|
193
186
|
- "./documentation/find_housing"
|
194
187
|
- "./documentation/floor"
|
195
|
-
- "./documentation/foreach"
|
196
188
|
- "./documentation/g+"
|
197
189
|
- "./documentation/google_speak"
|
198
190
|
- "./documentation/green"
|
@@ -201,7 +193,6 @@ files:
|
|
201
193
|
- "./documentation/green_underline"
|
202
194
|
- "./documentation/gsub"
|
203
195
|
- "./documentation/gsubip"
|
204
|
-
- "./documentation/inspire"
|
205
196
|
- "./documentation/last_nth"
|
206
197
|
- "./documentation/lines"
|
207
198
|
- "./documentation/magenta"
|
@@ -217,7 +208,6 @@ files:
|
|
217
208
|
- "./documentation/prepend"
|
218
209
|
- "./documentation/processes"
|
219
210
|
- "./documentation/quot"
|
220
|
-
- "./documentation/quotes"
|
221
211
|
- "./documentation/red"
|
222
212
|
- "./documentation/red_bold"
|
223
213
|
- "./documentation/red_bold_underline"
|
@@ -232,7 +222,6 @@ files:
|
|
232
222
|
- "./documentation/sub"
|
233
223
|
- "./documentation/swap"
|
234
224
|
- "./documentation/t"
|
235
|
-
- "./documentation/translate"
|
236
225
|
- "./documentation/underline"
|
237
226
|
- "./documentation/undump"
|
238
227
|
- "./documentation/white"
|
@@ -23250,6 +23239,11 @@ files:
|
|
23250
23239
|
- "./fix_the_society/songs/21-9997.txt"
|
23251
23240
|
- "./fix_the_society/songs/21-9998.txt"
|
23252
23241
|
- "./fix_the_society/songs/21-9999.txt"
|
23242
|
+
- "./gem_data/README"
|
23243
|
+
- "./gem_data/VERSION_NUMBER"
|
23244
|
+
- "./gem_data/democracy.gemspec"
|
23245
|
+
- "./gem_data/push"
|
23246
|
+
- "./gem_data/version_decrement"
|
23253
23247
|
- "./images/1.png"
|
23254
23248
|
- "./images/10.png"
|
23255
23249
|
- "./images/11.png"
|
@@ -23262,17 +23256,13 @@ files:
|
|
23262
23256
|
- "./images/9.png"
|
23263
23257
|
- "./index.html"
|
23264
23258
|
- "./install.sh"
|
23265
|
-
- "./non_compiled_programs/YOUTUBE_CHANNEL.txt"
|
23266
23259
|
- "./non_compiled_programs/big_num"
|
23267
23260
|
- "./non_compiled_programs/chat_rb"
|
23268
23261
|
- "./non_compiled_programs/close"
|
23269
|
-
- "./non_compiled_programs/communicate"
|
23270
23262
|
- "./non_compiled_programs/dictate"
|
23271
23263
|
- "./non_compiled_programs/email"
|
23272
23264
|
- "./non_compiled_programs/emoji"
|
23273
|
-
- "./non_compiled_programs/executable"
|
23274
23265
|
- "./non_compiled_programs/find_housing"
|
23275
|
-
- "./non_compiled_programs/foreach"
|
23276
23266
|
- "./non_compiled_programs/g+"
|
23277
23267
|
- "./non_compiled_programs/google_speak"
|
23278
23268
|
- "./non_compiled_programs/make_server"
|
@@ -23290,12 +23280,12 @@ files:
|
|
23290
23280
|
- "./other/best_programming_language/example.c"
|
23291
23281
|
- "./other/best_programming_language/out_0.c"
|
23292
23282
|
- "./other/democracy.gemspec"
|
23293
|
-
- "./other/
|
23294
|
-
- "./other/
|
23295
|
-
- "./other/
|
23296
|
-
- "./other/
|
23297
|
-
- "./other/
|
23298
|
-
- "./other/
|
23283
|
+
- "./other/discourse_generator_desktop_widget/.qmake.stash"
|
23284
|
+
- "./other/discourse_generator_desktop_widget/a.cpp"
|
23285
|
+
- "./other/discourse_generator_desktop_widget/a.out"
|
23286
|
+
- "./other/discourse_generator_desktop_widget/a.sh"
|
23287
|
+
- "./other/discourse_generator_desktop_widget/dep_win"
|
23288
|
+
- "./other/discourse_generator_desktop_widget/prog"
|
23299
23289
|
- "./other/emerald-browser/.qmake.stash"
|
23300
23290
|
- "./other/emerald-browser/Makefile"
|
23301
23291
|
- "./other/emerald-browser/a.o"
|
@@ -23332,6 +23322,7 @@ files:
|
|
23332
23322
|
- "./other/experimental_code/loop.js"
|
23333
23323
|
- "./other/experimental_code/m.c"
|
23334
23324
|
- "./other/experimental_code/man/foo.rb"
|
23325
|
+
- "./other/experimental_code/merge"
|
23335
23326
|
- "./other/experimental_code/odi"
|
23336
23327
|
- "./other/experimental_code/orig"
|
23337
23328
|
- "./other/experimental_code/pr.rb"
|
@@ -23488,27 +23479,6 @@ files:
|
|
23488
23479
|
- "./other/experimental_code/us_stocks"
|
23489
23480
|
- "./other/experimental_code/youtube_video"
|
23490
23481
|
- "./other/experimental_code/youtube_video2"
|
23491
|
-
- "./other/github_project/AI"
|
23492
|
-
- "./other/github_project/APIS"
|
23493
|
-
- "./other/github_project/Dwn_dot_sh"
|
23494
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/GOOD"
|
23495
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/amazing_output"
|
23496
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/amazing_output_keys"
|
23497
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/amazing_output_length_of_keys"
|
23498
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/amazing_output_values"
|
23499
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/dddddddddd"
|
23500
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/json"
|
23501
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/keys_GOOD"
|
23502
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/upwards.rb"
|
23503
|
-
- "./other/github_project/Existential Auto-Sort of Anything At All In Life/values_GOOD"
|
23504
|
-
- "./other/github_project/LICENSE"
|
23505
|
-
- "./other/github_project/description"
|
23506
|
-
- "./other/github_project/hash"
|
23507
|
-
- "./other/github_project/hash.d"
|
23508
|
-
- "./other/github_project/program.cr"
|
23509
|
-
- "./other/github_project/program.rb"
|
23510
|
-
- "./other/github_project/programold"
|
23511
|
-
- "./other/github_project/run.sh"
|
23512
23482
|
- "./other/old_compiler/IMPORTANT"
|
23513
23483
|
- "./other/old_compiler/LICENSE"
|
23514
23484
|
- "./other/old_compiler/my_make/LICENSE"
|
@@ -24214,6 +24184,27 @@ files:
|
|
24214
24184
|
- "./other/old_compiler/shiltiumcomp78/ui"
|
24215
24185
|
- "./other/old_compiler/shiltiumcomp78/ui.cpp"
|
24216
24186
|
- "./other/old_compiler/shilto/parse.c"
|
24187
|
+
- "./other/semantic_metadata/AI"
|
24188
|
+
- "./other/semantic_metadata/APIS"
|
24189
|
+
- "./other/semantic_metadata/Dwn_dot_sh"
|
24190
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/GOOD"
|
24191
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/amazing_output"
|
24192
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/amazing_output_keys"
|
24193
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/amazing_output_length_of_keys"
|
24194
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/amazing_output_values"
|
24195
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/dddddddddd"
|
24196
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/json"
|
24197
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/keys_GOOD"
|
24198
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/upwards.rb"
|
24199
|
+
- "./other/semantic_metadata/Existential Auto-Sort of Anything At All In Life/values_GOOD"
|
24200
|
+
- "./other/semantic_metadata/LICENSE"
|
24201
|
+
- "./other/semantic_metadata/description"
|
24202
|
+
- "./other/semantic_metadata/hash"
|
24203
|
+
- "./other/semantic_metadata/hash.d"
|
24204
|
+
- "./other/semantic_metadata/program.cr"
|
24205
|
+
- "./other/semantic_metadata/program.rb"
|
24206
|
+
- "./other/semantic_metadata/programold"
|
24207
|
+
- "./other/semantic_metadata/run.sh"
|
24217
24208
|
- "./other/server_creator/all_code.cpp"
|
24218
24209
|
- "./other/server_creator/all_code.js"
|
24219
24210
|
- "./other/server_creator/foo.cpp"
|
@@ -24236,75 +24227,142 @@ files:
|
|
24236
24227
|
- "./other/site/script.js"
|
24237
24228
|
- "./other/site/string"
|
24238
24229
|
- "./other/site/todo"
|
24230
|
+
- "./other/upload.rb"
|
24239
24231
|
- "./output_data"
|
24240
24232
|
- "./physics"
|
24241
24233
|
- "./push"
|
24242
|
-
- "./
|
24243
|
-
- "./
|
24244
|
-
- "./
|
24245
|
-
- "./
|
24246
|
-
- "./
|
24247
|
-
- "./
|
24248
|
-
- "./
|
24249
|
-
- "./
|
24250
|
-
- "./
|
24251
|
-
- "./
|
24252
|
-
- "./
|
24253
|
-
- "./
|
24254
|
-
- "./
|
24255
|
-
- "./
|
24256
|
-
- "./
|
24257
|
-
- "./
|
24258
|
-
- "./
|
24259
|
-
- "./
|
24260
|
-
- "./
|
24261
|
-
- "./
|
24262
|
-
- "./
|
24263
|
-
- "./
|
24264
|
-
- "./
|
24265
|
-
- "./
|
24266
|
-
- "./
|
24267
|
-
- "./
|
24268
|
-
- "./
|
24269
|
-
- "./
|
24270
|
-
- "./
|
24271
|
-
- "./
|
24272
|
-
- "./
|
24273
|
-
- "./
|
24274
|
-
- "./
|
24275
|
-
- "./
|
24276
|
-
- "./
|
24277
|
-
- "./
|
24278
|
-
- "./
|
24279
|
-
- "./
|
24280
|
-
- "./
|
24281
|
-
- "./
|
24282
|
-
- "./
|
24283
|
-
- "./
|
24284
|
-
- "./
|
24285
|
-
- "./
|
24286
|
-
- "./
|
24287
|
-
- "./
|
24288
|
-
- "./
|
24289
|
-
- "./
|
24290
|
-
- "./
|
24291
|
-
- "./
|
24292
|
-
- "./
|
24293
|
-
- "./
|
24294
|
-
- "./
|
24295
|
-
- "./
|
24296
|
-
- "./
|
24297
|
-
- "./
|
24298
|
-
- "./
|
24299
|
-
- "./
|
24300
|
-
- "./
|
24301
|
-
- "./
|
24302
|
-
- "./
|
24303
|
-
- "./
|
24304
|
-
- "./
|
24305
|
-
- "./
|
24306
|
-
- "./
|
24307
|
-
- "./
|
24234
|
+
- "./src/-"
|
24235
|
+
- "./src/--file"
|
24236
|
+
- "./src/clock"
|
24237
|
+
- "./src/clock.cr"
|
24238
|
+
- "./src/color_tools/black"
|
24239
|
+
- "./src/color_tools/black.c"
|
24240
|
+
- "./src/color_tools/black_bold"
|
24241
|
+
- "./src/color_tools/black_bold.c"
|
24242
|
+
- "./src/color_tools/black_bold_underline"
|
24243
|
+
- "./src/color_tools/black_bold_underline.c"
|
24244
|
+
- "./src/color_tools/black_underline"
|
24245
|
+
- "./src/color_tools/black_underline.c"
|
24246
|
+
- "./src/color_tools/blue"
|
24247
|
+
- "./src/color_tools/blue.c"
|
24248
|
+
- "./src/color_tools/blue_bold"
|
24249
|
+
- "./src/color_tools/blue_bold.c"
|
24250
|
+
- "./src/color_tools/blue_bold_underline"
|
24251
|
+
- "./src/color_tools/blue_bold_underline.c"
|
24252
|
+
- "./src/color_tools/blue_underline"
|
24253
|
+
- "./src/color_tools/blue_underline.c"
|
24254
|
+
- "./src/color_tools/bold"
|
24255
|
+
- "./src/color_tools/bold.c"
|
24256
|
+
- "./src/color_tools/colors.rb"
|
24257
|
+
- "./src/color_tools/cyan"
|
24258
|
+
- "./src/color_tools/cyan.c"
|
24259
|
+
- "./src/color_tools/cyan_bold"
|
24260
|
+
- "./src/color_tools/cyan_bold.c"
|
24261
|
+
- "./src/color_tools/cyan_bold_underline"
|
24262
|
+
- "./src/color_tools/cyan_bold_underline.c"
|
24263
|
+
- "./src/color_tools/cyan_underline"
|
24264
|
+
- "./src/color_tools/cyan_underline.c"
|
24265
|
+
- "./src/color_tools/green"
|
24266
|
+
- "./src/color_tools/green.c"
|
24267
|
+
- "./src/color_tools/green_bold"
|
24268
|
+
- "./src/color_tools/green_bold.c"
|
24269
|
+
- "./src/color_tools/green_bold_underline"
|
24270
|
+
- "./src/color_tools/green_bold_underline.c"
|
24271
|
+
- "./src/color_tools/green_underline"
|
24272
|
+
- "./src/color_tools/green_underline.c"
|
24273
|
+
- "./src/color_tools/magenta"
|
24274
|
+
- "./src/color_tools/magenta.c"
|
24275
|
+
- "./src/color_tools/magenta_bold"
|
24276
|
+
- "./src/color_tools/magenta_bold.c"
|
24277
|
+
- "./src/color_tools/magenta_bold_underline"
|
24278
|
+
- "./src/color_tools/magenta_bold_underline.c"
|
24279
|
+
- "./src/color_tools/magenta_underline"
|
24280
|
+
- "./src/color_tools/magenta_underline.c"
|
24281
|
+
- "./src/color_tools/red"
|
24282
|
+
- "./src/color_tools/red.c"
|
24283
|
+
- "./src/color_tools/red_bold"
|
24284
|
+
- "./src/color_tools/red_bold.c"
|
24285
|
+
- "./src/color_tools/red_bold_underline"
|
24286
|
+
- "./src/color_tools/red_bold_underline.c"
|
24287
|
+
- "./src/color_tools/red_underline"
|
24288
|
+
- "./src/color_tools/red_underline.c"
|
24289
|
+
- "./src/color_tools/underline"
|
24290
|
+
- "./src/color_tools/underline.c"
|
24291
|
+
- "./src/color_tools/white"
|
24292
|
+
- "./src/color_tools/white.c"
|
24293
|
+
- "./src/color_tools/white_bold"
|
24294
|
+
- "./src/color_tools/white_bold.c"
|
24295
|
+
- "./src/color_tools/white_bold_underline"
|
24296
|
+
- "./src/color_tools/white_bold_underline.c"
|
24297
|
+
- "./src/color_tools/white_underline"
|
24298
|
+
- "./src/color_tools/white_underline.c"
|
24299
|
+
- "./src/color_tools/yellow"
|
24300
|
+
- "./src/color_tools/yellow.c"
|
24301
|
+
- "./src/color_tools/yellow_bold"
|
24302
|
+
- "./src/color_tools/yellow_bold.c"
|
24303
|
+
- "./src/color_tools/yellow_bold_underline"
|
24304
|
+
- "./src/color_tools/yellow_bold_underline.c"
|
24305
|
+
- "./src/color_tools/yellow_underline"
|
24306
|
+
- "./src/color_tools/yellow_underline.c"
|
24307
|
+
- "./src/compilation/abs"
|
24308
|
+
- "./src/compilation/add"
|
24309
|
+
- "./src/compilation/append"
|
24310
|
+
- "./src/compilation/args"
|
24311
|
+
- "./src/compilation/copy"
|
24312
|
+
- "./src/compilation/div"
|
24313
|
+
- "./src/compilation/dump"
|
24314
|
+
- "./src/compilation/exp"
|
24315
|
+
- "./src/compilation/floor"
|
24316
|
+
- "./src/compilation/gsub"
|
24317
|
+
- "./src/compilation/gsubip"
|
24318
|
+
- "./src/compilation/last_nth"
|
24319
|
+
- "./src/compilation/lines"
|
24320
|
+
- "./src/compilation/mul"
|
24321
|
+
- "./src/compilation/nth"
|
24322
|
+
- "./src/compilation/prepend"
|
24323
|
+
- "./src/compilation/rip"
|
24324
|
+
- "./src/compilation/rnip"
|
24325
|
+
- "./src/compilation/selectlines"
|
24326
|
+
- "./src/compilation/sub"
|
24327
|
+
- "./src/compilation/swap"
|
24328
|
+
- "./src/compilation/undump"
|
24329
|
+
- "./src/compile_all"
|
24330
|
+
- "./src/gsubip"
|
24331
|
+
- "./src/news"
|
24332
|
+
- "./src/news.cr"
|
24333
|
+
- "./src/programs/abs"
|
24334
|
+
- "./src/programs/add"
|
24335
|
+
- "./src/programs/append"
|
24336
|
+
- "./src/programs/args"
|
24337
|
+
- "./src/programs/copy"
|
24338
|
+
- "./src/programs/div"
|
24339
|
+
- "./src/programs/dump"
|
24340
|
+
- "./src/programs/exp"
|
24341
|
+
- "./src/programs/floor"
|
24342
|
+
- "./src/programs/gsub"
|
24343
|
+
- "./src/programs/gsubip"
|
24344
|
+
- "./src/programs/last_nth"
|
24345
|
+
- "./src/programs/lines"
|
24346
|
+
- "./src/programs/mul"
|
24347
|
+
- "./src/programs/news"
|
24348
|
+
- "./src/programs/nth"
|
24349
|
+
- "./src/programs/prepend"
|
24350
|
+
- "./src/programs/rip"
|
24351
|
+
- "./src/programs/rnip"
|
24352
|
+
- "./src/programs/selectlines"
|
24353
|
+
- "./src/programs/sub"
|
24354
|
+
- "./src/programs/swap"
|
24355
|
+
- "./src/programs/undump"
|
24356
|
+
- "./src/rgsub"
|
24357
|
+
- "./src/rgsub.c"
|
24358
|
+
- "./src/src/Makefile"
|
24359
|
+
- "./src/src/QQ"
|
24360
|
+
- "./src/src/code2"
|
24361
|
+
- "./src/src/format_so_it_works"
|
24362
|
+
- "./src/src/functions.cr"
|
24363
|
+
- "./src/src/mk"
|
24364
|
+
- "./src/test/cat"
|
24365
|
+
- "./src/test/foo/dog"
|
24308
24366
|
- "./thoughts_on_SIMULATIONS"
|
24309
24367
|
- "./version_decrement"
|
24310
24368
|
homepage: https://www.github.com/gregoryc/democracy
|
data/NOTE
DELETED
data/YOUTUBE_CHANNEL
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
https://www.youtube.com/GregoryCohen1
|
data/bin/YOUTUBE_CHANNEL.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
https://www.youtube.com/GregoryCohen1
|