first check-in of feisty meow codebase. many things broken still due to recent
authorFred T. Hamster <fred@zooty.koeritz.com>
Sat, 14 Jan 2012 03:36:39 +0000 (19:36 -0800)
committerFred T. Hamster <fred@zooty.koeritz.com>
Sat, 14 Jan 2012 03:36:39 +0000 (19:36 -0800)
commit2952ccf47b80174880141a7ecfa122089f349b8d
treeb2ed55b942c64b13f3b7495db4a6dff523ac3f47
first check-in of feisty meow codebase.  many things broken still due to recent
changes, including the product being entirely renamed, coming from the collision of
hoople2 and yeti codebases, etc etc.
1075 files changed:
core/.cproject [new file with mode: 0644]
core/.project [new file with mode: 0644]
core/applications/bookmark_tools/bookmark_tree.cpp [new file with mode: 0644]
core/applications/bookmark_tools/bookmark_tree.h [new file with mode: 0644]
core/applications/bookmark_tools/bookmark_version.rc [new file with mode: 0644]
core/applications/bookmark_tools/example_crash_file_for_marks.csv [new file with mode: 0644]
core/applications/bookmark_tools/js_marks_maker.cpp [new file with mode: 0644]
core/applications/bookmark_tools/link_parser.cpp [new file with mode: 0644]
core/applications/bookmark_tools/makefile [new file with mode: 0644]
core/applications/bookmark_tools/marks_checker.cpp [new file with mode: 0644]
core/applications/bookmark_tools/marks_maker.cpp [new file with mode: 0644]
core/applications/bookmark_tools/marks_sorter.cpp [new file with mode: 0644]
core/applications/bookmark_tools/version.ini [new file with mode: 0644]
core/applications/bundler/bundle_creator.cpp [new file with mode: 0644]
core/applications/bundler/bundler_version.rc [new file with mode: 0644]
core/applications/bundler/common_bundle.cpp [new file with mode: 0644]
core/applications/bundler/common_bundle.h [new file with mode: 0644]
core/applications/bundler/makefile [new file with mode: 0644]
core/applications/bundler/makefile.stub [new file with mode: 0644]
core/applications/bundler/manifest_format.txt [new file with mode: 0644]
core/applications/bundler/unpacker_stub.cpp [new file with mode: 0644]
core/applications/bundler/version.ini [new file with mode: 0644]
core/applications/example_application/example_application.cpp [new file with mode: 0644]
core/applications/example_application/makefile [new file with mode: 0644]
core/applications/makefile [new file with mode: 0644]
core/applications/nechung/cgi_nechung.cpp [new file with mode: 0644]
core/applications/nechung/example.txt [new file with mode: 0644]
core/applications/nechung/makefile [new file with mode: 0644]
core/applications/nechung/nechung.cpp [new file with mode: 0644]
core/applications/nechung/nechung_oracle.cpp [new file with mode: 0644]
core/applications/nechung/nechung_oracle.h [new file with mode: 0644]
core/applications/nechung/nechung_version.rc [new file with mode: 0644]
core/applications/nechung/readme [new file with mode: 0644]
core/applications/nechung/test_nechung.sh [new file with mode: 0644]
core/applications/nechung/version.ini [new file with mode: 0644]
core/applications/utilities/await_app_exit.cpp [new file with mode: 0644]
core/applications/utilities/bytedump.cpp [new file with mode: 0644]
core/applications/utilities/checker.cpp [new file with mode: 0644]
core/applications/utilities/ini_edit.cpp [new file with mode: 0644]
core/applications/utilities/makefile [new file with mode: 0644]
core/applications/utilities/mdate.cpp [new file with mode: 0644]
core/applications/utilities/splitter.cpp [new file with mode: 0644]
core/applications/utilities/splitter_test_1.txt [new file with mode: 0644]
core/applications/utilities/splitter_test_2.txt [new file with mode: 0644]
core/applications/utilities/util_version.rc [new file with mode: 0644]
core/applications/utilities/version.ini [new file with mode: 0644]
core/library/__build_configuration.h [new file with mode: 0644]
core/library/__build_version.h [new file with mode: 0644]
core/library/algorithms/makefile [new file with mode: 0644]
core/library/algorithms/placeholder.cpp [new file with mode: 0644]
core/library/algorithms/shell_sort.h [new file with mode: 0644]
core/library/application/application_shell.cpp [new file with mode: 0644]
core/library/application/application_shell.h [new file with mode: 0644]
core/library/application/base_application.h [new file with mode: 0644]
core/library/application/build_configuration.h [new file with mode: 0644]
core/library/application/callstack_tracker.cpp [new file with mode: 0644]
core/library/application/callstack_tracker.h [new file with mode: 0644]
core/library/application/command_line.cpp [new file with mode: 0644]
core/library/application/command_line.h [new file with mode: 0644]
core/library/application/dll_root.cpp [new file with mode: 0644]
core/library/application/hoople_main.h [new file with mode: 0644]
core/library/application/hoople_service.cpp [new file with mode: 0644]
core/library/application/hoople_service.h [new file with mode: 0644]
core/library/application/launch_manager.cpp [new file with mode: 0644]
core/library/application/launch_manager.h [new file with mode: 0644]
core/library/application/makefile [new file with mode: 0644]
core/library/application/memory_checker.cpp [new file with mode: 0644]
core/library/application/memory_checker.h [new file with mode: 0644]
core/library/application/redirecter.cpp [new file with mode: 0644]
core/library/application/redirecter.h [new file with mode: 0644]
core/library/application/shared_memory.cpp [new file with mode: 0644]
core/library/application/shared_memory.h [new file with mode: 0644]
core/library/application/singleton_application.cpp [new file with mode: 0644]
core/library/application/singleton_application.h [new file with mode: 0644]
core/library/application/window_classist.h [new file with mode: 0644]
core/library/application/windoze_helper.cpp [new file with mode: 0644]
core/library/application/windoze_helper.h [new file with mode: 0644]
core/library/basis/array.h [new file with mode: 0644]
core/library/basis/astring.cpp [new file with mode: 0644]
core/library/basis/astring.h [new file with mode: 0644]
core/library/basis/base_string.h [new file with mode: 0644]
core/library/basis/byte_array.h [new file with mode: 0644]
core/library/basis/common_outcomes.cpp [new file with mode: 0644]
core/library/basis/common_outcomes.h [new file with mode: 0644]
core/library/basis/contracts.h [new file with mode: 0644]
core/library/basis/definitions.h [new file with mode: 0644]
core/library/basis/enhance_cpp.h [new file with mode: 0644]
core/library/basis/environment.cpp [new file with mode: 0644]
core/library/basis/environment.h [new file with mode: 0644]
core/library/basis/functions.h [new file with mode: 0644]
core/library/basis/gnu_header.h [new file with mode: 0644]
core/library/basis/guards.cpp [new file with mode: 0644]
core/library/basis/guards.h [new file with mode: 0644]
core/library/basis/makefile [new file with mode: 0644]
core/library/basis/mutex.cpp [new file with mode: 0644]
core/library/basis/mutex.h [new file with mode: 0644]
core/library/basis/outcome.h [new file with mode: 0644]
core/library/basis/utf_conversion.cpp [new file with mode: 0644]
core/library/basis/utf_conversion.h [new file with mode: 0644]
core/library/configuration/application_configuration.cpp [new file with mode: 0644]
core/library/configuration/application_configuration.h [new file with mode: 0644]
core/library/configuration/config_watcher.cpp [new file with mode: 0644]
core/library/configuration/config_watcher.h [new file with mode: 0644]
core/library/configuration/configlet.cpp [new file with mode: 0644]
core/library/configuration/configlet.h [new file with mode: 0644]
core/library/configuration/configurable.h [new file with mode: 0644]
core/library/configuration/configuration_list.cpp [new file with mode: 0644]
core/library/configuration/configuration_list.h [new file with mode: 0644]
core/library/configuration/configurator.cpp [new file with mode: 0644]
core/library/configuration/configurator.h [new file with mode: 0644]
core/library/configuration/ini_configurator.cpp [new file with mode: 0644]
core/library/configuration/ini_configurator.h [new file with mode: 0644]
core/library/configuration/ini_parser.cpp [new file with mode: 0644]
core/library/configuration/ini_parser.h [new file with mode: 0644]
core/library/configuration/ini_roller.cpp [new file with mode: 0644]
core/library/configuration/ini_roller.h [new file with mode: 0644]
core/library/configuration/makefile [new file with mode: 0644]
core/library/configuration/section_manager.cpp [new file with mode: 0644]
core/library/configuration/section_manager.h [new file with mode: 0644]
core/library/configuration/system_values.cpp [new file with mode: 0644]
core/library/configuration/system_values.h [new file with mode: 0644]
core/library/configuration/table_configurator.cpp [new file with mode: 0644]
core/library/configuration/table_configurator.h [new file with mode: 0644]
core/library/configuration/variable_tokenizer.cpp [new file with mode: 0644]
core/library/configuration/variable_tokenizer.h [new file with mode: 0644]
core/library/crypto/blowfish_crypto.cpp [new file with mode: 0644]
core/library/crypto/blowfish_crypto.h [new file with mode: 0644]
core/library/crypto/makefile [new file with mode: 0644]
core/library/crypto/rsa_crypto.cpp [new file with mode: 0644]
core/library/crypto/rsa_crypto.h [new file with mode: 0644]
core/library/crypto/ssl_init.cpp [new file with mode: 0644]
core/library/crypto/ssl_init.h [new file with mode: 0644]
core/library/filesystem/byte_filer.cpp [new file with mode: 0644]
core/library/filesystem/byte_filer.h [new file with mode: 0644]
core/library/filesystem/directory.cpp [new file with mode: 0644]
core/library/filesystem/directory.h [new file with mode: 0644]
core/library/filesystem/directory_tree.cpp [new file with mode: 0644]
core/library/filesystem/directory_tree.h [new file with mode: 0644]
core/library/filesystem/file_info.cpp [new file with mode: 0644]
core/library/filesystem/file_info.h [new file with mode: 0644]
core/library/filesystem/file_time.cpp [new file with mode: 0644]
core/library/filesystem/file_time.h [new file with mode: 0644]
core/library/filesystem/filename.cpp [new file with mode: 0644]
core/library/filesystem/filename.h [new file with mode: 0644]
core/library/filesystem/filename_list.cpp [new file with mode: 0644]
core/library/filesystem/filename_list.h [new file with mode: 0644]
core/library/filesystem/filename_tree.cpp [new file with mode: 0644]
core/library/filesystem/filename_tree.h [new file with mode: 0644]
core/library/filesystem/heavy_file_ops.cpp [new file with mode: 0644]
core/library/filesystem/heavy_file_ops.h [new file with mode: 0644]
core/library/filesystem/huge_file.cpp [new file with mode: 0644]
core/library/filesystem/huge_file.h [new file with mode: 0644]
core/library/filesystem/makefile [new file with mode: 0644]
core/library/loggers/combo_logger.cpp [new file with mode: 0644]
core/library/loggers/combo_logger.h [new file with mode: 0644]
core/library/loggers/console_logger.cpp [new file with mode: 0644]
core/library/loggers/console_logger.h [new file with mode: 0644]
core/library/loggers/critical_events.cpp [new file with mode: 0644]
core/library/loggers/critical_events.h [new file with mode: 0644]
core/library/loggers/definitions_wx.h [new file with mode: 0644]
core/library/loggers/eol_aware.h [new file with mode: 0644]
core/library/loggers/file_logger.cpp [new file with mode: 0644]
core/library/loggers/file_logger.h [new file with mode: 0644]
core/library/loggers/filter_set.h [new file with mode: 0644]
core/library/loggers/logging_filters.h [new file with mode: 0644]
core/library/loggers/logging_macros.h [new file with mode: 0644]
core/library/loggers/makefile [new file with mode: 0644]
core/library/loggers/program_wide_logger.cpp [new file with mode: 0644]
core/library/loggers/program_wide_logger.h [new file with mode: 0644]
core/library/loggers/standard_log_base.h [new file with mode: 0644]
core/library/makefile [new file with mode: 0644]
core/library/mathematics/averager.h [new file with mode: 0644]
core/library/mathematics/chaos.h [new file with mode: 0644]
core/library/mathematics/double_plus.h [new file with mode: 0644]
core/library/mathematics/makefile [new file with mode: 0644]
core/library/mathematics/math_ops.h [new file with mode: 0644]
core/library/mathematics/placeholder.cpp [new file with mode: 0644]
core/library/nodes/list.cpp [new file with mode: 0644]
core/library/nodes/list.h [new file with mode: 0644]
core/library/nodes/makefile [new file with mode: 0644]
core/library/nodes/node.cpp [new file with mode: 0644]
core/library/nodes/node.h [new file with mode: 0644]
core/library/nodes/packable_tree.cpp [new file with mode: 0644]
core/library/nodes/packable_tree.h [new file with mode: 0644]
core/library/nodes/path.cpp [new file with mode: 0644]
core/library/nodes/path.h [new file with mode: 0644]
core/library/nodes/symbol_tree.cpp [new file with mode: 0644]
core/library/nodes/symbol_tree.h [new file with mode: 0644]
core/library/nodes/tree.cpp [new file with mode: 0644]
core/library/nodes/tree.h [new file with mode: 0644]
core/library/processes/configured_applications.cpp [new file with mode: 0644]
core/library/processes/configured_applications.h [new file with mode: 0644]
core/library/processes/ethread.cpp [new file with mode: 0644]
core/library/processes/ethread.h [new file with mode: 0644]
core/library/processes/heartbeat.cpp [new file with mode: 0644]
core/library/processes/heartbeat.h [new file with mode: 0644]
core/library/processes/launch_process.cpp [new file with mode: 0644]
core/library/processes/launch_process.h [new file with mode: 0644]
core/library/processes/letter.cpp [new file with mode: 0644]
core/library/processes/letter.h [new file with mode: 0644]
core/library/processes/mail_stop.h [new file with mode: 0644]
core/library/processes/mailbox.cpp [new file with mode: 0644]
core/library/processes/mailbox.h [new file with mode: 0644]
core/library/processes/makefile [new file with mode: 0644]
core/library/processes/os_event.h [new file with mode: 0644]
core/library/processes/post_office.cpp [new file with mode: 0644]
core/library/processes/post_office.h [new file with mode: 0644]
core/library/processes/process_control.cpp [new file with mode: 0644]
core/library/processes/process_control.h [new file with mode: 0644]
core/library/processes/process_entry.cpp [new file with mode: 0644]
core/library/processes/process_entry.h [new file with mode: 0644]
core/library/processes/rendezvous.cpp [new file with mode: 0644]
core/library/processes/rendezvous.h [new file with mode: 0644]
core/library/processes/safe_callback.cpp [new file with mode: 0644]
core/library/processes/safe_callback.h [new file with mode: 0644]
core/library/processes/safe_roller.cpp [new file with mode: 0644]
core/library/processes/safe_roller.h [new file with mode: 0644]
core/library/processes/state_machine.cpp [new file with mode: 0644]
core/library/processes/state_machine.h [new file with mode: 0644]
core/library/processes/thread_cabinet.cpp [new file with mode: 0644]
core/library/processes/thread_cabinet.h [new file with mode: 0644]
core/library/structures/amorph.h [new file with mode: 0644]
core/library/structures/bit_vector.cpp [new file with mode: 0644]
core/library/structures/bit_vector.h [new file with mode: 0644]
core/library/structures/byte_hasher.h [new file with mode: 0644]
core/library/structures/checksums.cpp [new file with mode: 0644]
core/library/structures/checksums.h [new file with mode: 0644]
core/library/structures/hash_table.h [new file with mode: 0644]
core/library/structures/int_hash.h [new file with mode: 0644]
core/library/structures/makefile [new file with mode: 0644]
core/library/structures/matrix.h [new file with mode: 0644]
core/library/structures/memory_limiter.cpp [new file with mode: 0644]
core/library/structures/memory_limiter.h [new file with mode: 0644]
core/library/structures/object_packers.cpp [new file with mode: 0644]
core/library/structures/object_packers.h [new file with mode: 0644]
core/library/structures/pointer_hash.h [new file with mode: 0644]
core/library/structures/roller.h [new file with mode: 0644]
core/library/structures/set.h [new file with mode: 0644]
core/library/structures/stack.h [new file with mode: 0644]
core/library/structures/static_memory_gremlin.cpp [new file with mode: 0644]
core/library/structures/static_memory_gremlin.h [new file with mode: 0644]
core/library/structures/string_array.h [new file with mode: 0644]
core/library/structures/string_hash.h [new file with mode: 0644]
core/library/structures/string_hasher.cpp [new file with mode: 0644]
core/library/structures/string_hasher.h [new file with mode: 0644]
core/library/structures/string_table.cpp [new file with mode: 0644]
core/library/structures/string_table.h [new file with mode: 0644]
core/library/structures/symbol_table.h [new file with mode: 0644]
core/library/structures/unique_id.h [new file with mode: 0644]
core/library/structures/version_record.cpp [new file with mode: 0644]
core/library/structures/version_record.h [new file with mode: 0644]
core/library/tests_algorithms/makefile [new file with mode: 0644]
core/library/tests_algorithms/test_sorts.cpp [new file with mode: 0644]
core/library/tests_basis/checkup.cpp [new file with mode: 0644]
core/library/tests_basis/checkup.h [new file with mode: 0644]
core/library/tests_basis/makefile [new file with mode: 0644]
core/library/tests_basis/test_array.cpp [new file with mode: 0644]
core/library/tests_basis/test_boilerplate.cpp [new file with mode: 0644]
core/library/tests_basis/test_mutex.cpp [new file with mode: 0644]
core/library/tests_basis/test_string.cpp [new file with mode: 0644]
core/library/tests_basis/test_system_preconditions.cpp [new file with mode: 0644]
core/library/tests_configuration/makefile [new file with mode: 0644]
core/library/tests_configuration/test_section_manager.cpp [new file with mode: 0644]
core/library/tests_configuration/test_tokenizer.cpp [new file with mode: 0644]
core/library/tests_crypto/makefile [new file with mode: 0644]
core/library/tests_crypto/test_blowfish_crypto.cpp [new file with mode: 0644]
core/library/tests_crypto/test_rsa_crypto.cpp [new file with mode: 0644]
core/library/tests_filesystem/makefile [new file with mode: 0644]
core/library/tests_filesystem/test_byte_filer.cpp [new file with mode: 0644]
core/library/tests_filesystem/test_directory.cpp [new file with mode: 0644]
core/library/tests_filesystem/test_directory_tree.cpp [new file with mode: 0644]
core/library/tests_filesystem/test_file_info.cpp [new file with mode: 0644]
core/library/tests_filesystem/test_file_time.cpp [new file with mode: 0644]
core/library/tests_filesystem/test_filename.cpp [new file with mode: 0644]
core/library/tests_filesystem/test_huge_file.cpp [new file with mode: 0644]
core/library/tests_mathematics/makefile [new file with mode: 0644]
core/library/tests_mathematics/test_chaos.cpp [new file with mode: 0644]
core/library/tests_mathematics/test_double_plus.cpp [new file with mode: 0644]
core/library/tests_mathematics/test_math_ops.cpp [new file with mode: 0644]
core/library/tests_nodes/makefile [new file with mode: 0644]
core/library/tests_nodes/test_list.cpp [new file with mode: 0644]
core/library/tests_nodes/test_node.cpp [new file with mode: 0644]
core/library/tests_nodes/test_packable_tree.cpp [new file with mode: 0644]
core/library/tests_nodes/test_symbol_tree.cpp [new file with mode: 0644]
core/library/tests_nodes/test_tree.cpp [new file with mode: 0644]
core/library/tests_structures/bogon.cpp [new file with mode: 0644]
core/library/tests_structures/bogon.h [new file with mode: 0644]
core/library/tests_structures/makefile [new file with mode: 0644]
core/library/tests_structures/test_amorph.cpp [new file with mode: 0644]
core/library/tests_structures/test_bit_vector.cpp [new file with mode: 0644]
core/library/tests_structures/test_hash_table.cpp [new file with mode: 0644]
core/library/tests_structures/test_int_hash.cpp [new file with mode: 0644]
core/library/tests_structures/test_matrix.cpp [new file with mode: 0644]
core/library/tests_structures/test_memory_limiter.cpp [new file with mode: 0644]
core/library/tests_structures/test_packing.cpp [new file with mode: 0644]
core/library/tests_structures/test_set.cpp [new file with mode: 0644]
core/library/tests_structures/test_stack.cpp [new file with mode: 0644]
core/library/tests_structures/test_string_table.cpp [new file with mode: 0644]
core/library/tests_structures/test_symbol_table.cpp [new file with mode: 0644]
core/library/tests_structures/test_unique_id.cpp [new file with mode: 0644]
core/library/tests_structures/test_version.cpp [new file with mode: 0644]
core/library/tests_textual/df_1.csv [new file with mode: 0644]
core/library/tests_textual/makefile [new file with mode: 0644]
core/library/tests_textual/test_byte_format.cpp [new file with mode: 0644]
core/library/tests_textual/test_parse_csv.cpp [new file with mode: 0644]
core/library/tests_textual/test_splitter.cpp [new file with mode: 0644]
core/library/tests_textual/test_xml_generator.cpp [new file with mode: 0644]
core/library/tests_timely/makefile [new file with mode: 0644]
core/library/tests_timely/test_earth_time.cpp [new file with mode: 0644]
core/library/textual/byte_formatter.cpp [new file with mode: 0644]
core/library/textual/byte_formatter.h [new file with mode: 0644]
core/library/textual/list_parsing.cpp [new file with mode: 0644]
core/library/textual/list_parsing.h [new file with mode: 0644]
core/library/textual/makefile [new file with mode: 0644]
core/library/textual/parser_bits.cpp [new file with mode: 0644]
core/library/textual/parser_bits.h [new file with mode: 0644]
core/library/textual/string_convert.h [new file with mode: 0644]
core/library/textual/string_manipulation.cpp [new file with mode: 0644]
core/library/textual/string_manipulation.h [new file with mode: 0644]
core/library/textual/xml_generator.cpp [new file with mode: 0644]
core/library/textual/xml_generator.h [new file with mode: 0644]
core/library/textual/xml_parser.cpp [new file with mode: 0644]
core/library/textual/xml_parser.h [new file with mode: 0644]
core/library/timely/earth_time.cpp [new file with mode: 0644]
core/library/timely/earth_time.h [new file with mode: 0644]
core/library/timely/makefile [new file with mode: 0644]
core/library/timely/stopwatch.cpp [new file with mode: 0644]
core/library/timely/stopwatch.h [new file with mode: 0644]
core/library/timely/time_control.cpp [new file with mode: 0644]
core/library/timely/time_control.h [new file with mode: 0644]
core/library/timely/time_stamp.cpp [new file with mode: 0644]
core/library/timely/time_stamp.h [new file with mode: 0644]
core/library/timely/timer_driver.cpp [new file with mode: 0644]
core/library/timely/timer_driver.h [new file with mode: 0644]
core/library/unit_test/makefile [new file with mode: 0644]
core/library/unit_test/unit_base.cpp [new file with mode: 0644]
core/library/unit_test/unit_base.h [new file with mode: 0644]
core/library/versions/makefile [new file with mode: 0644]
core/library/versions/version.ini.example [new file with mode: 0644]
core/library/versions/version_checker.cpp [new file with mode: 0644]
core/library/versions/version_checker.h [new file with mode: 0644]
core/library/versions/version_ini.cpp [new file with mode: 0644]
core/library/versions/version_ini.h [new file with mode: 0644]
core/makefile [new file with mode: 0644]
core/tools/clam_tools/clamtools_version.rc [new file with mode: 0644]
core/tools/clam_tools/makefile [new file with mode: 0644]
core/tools/clam_tools/value_tagger.cpp [new file with mode: 0644]
core/tools/clam_tools/version.ini [new file with mode: 0644]
core/tools/clam_tools/version_stamper.cpp [new file with mode: 0644]
core/tools/clam_tools/vsts_version_fixer.cpp [new file with mode: 0644]
core/tools/clam_tools/write_build_config.cpp [new file with mode: 0644]
core/tools/clam_tools/write_build_config.h [new file with mode: 0644]
core/tools/dependency_tool/Xfuncproto.h [new file with mode: 0644]
core/tools/dependency_tool/Xos2defs.h [new file with mode: 0644]
core/tools/dependency_tool/Xosdefs.h [new file with mode: 0644]
core/tools/dependency_tool/Xw32defs.h [new file with mode: 0644]
core/tools/dependency_tool/cppsetup.cpp [new file with mode: 0644]
core/tools/dependency_tool/def.h [new file with mode: 0644]
core/tools/dependency_tool/ifparser.cpp [new file with mode: 0644]
core/tools/dependency_tool/ifparser.h [new file with mode: 0644]
core/tools/dependency_tool/imakemdep.h [new file with mode: 0644]
core/tools/dependency_tool/include.cpp [new file with mode: 0644]
core/tools/dependency_tool/makedep.cpp [new file with mode: 0644]
core/tools/dependency_tool/makedep_version.rc [new file with mode: 0644]
core/tools/dependency_tool/makedepend.man [new file with mode: 0644]
core/tools/dependency_tool/makedepend.txt [new file with mode: 0644]
core/tools/dependency_tool/makefile [new file with mode: 0644]
core/tools/dependency_tool/parse.cpp [new file with mode: 0644]
core/tools/dependency_tool/pr.cpp [new file with mode: 0644]
core/tools/dependency_tool/readme.txt [new file with mode: 0644]
core/tools/dependency_tool/version.ini [new file with mode: 0644]
core/tools/makefile [new file with mode: 0644]
core/tools/simple_utilities/create_guid.cpp [new file with mode: 0644]
core/tools/simple_utilities/makefile [new file with mode: 0644]
core/tools/simple_utilities/playsound.cpp [new file with mode: 0644]
core/tools/simple_utilities/short_path.cpp [new file with mode: 0644]
core/tools/simple_utilities/simple_utils_version.rc [new file with mode: 0644]
core/tools/simple_utilities/sleep_ms.cpp [new file with mode: 0644]
core/tools/simple_utilities/version.ini [new file with mode: 0644]
core/tools/simple_utilities/zap_process.cpp [new file with mode: 0644]
core/tools/solution_solvers/check_resource_ids.sh [new file with mode: 0644]
core/tools/solution_solvers/clean_vcxproj.sh [new file with mode: 0644]
core/tools/solution_solvers/extract_projects.sh [new file with mode: 0644]
core/tools/solution_solvers/find_multilisted_projects_in_solutions.sh [new file with mode: 0644]
core/tools/solution_solvers/find_output_pathers.sh [new file with mode: 0644]
core/tools/solution_solvers/verify_project_file.sh [new file with mode: 0644]
database/ansi/globe.ansi [new file with mode: 0644]
database/ansi/uponce.ansi [new file with mode: 0644]
database/ansi/upupaway.ansi [new file with mode: 0644]
database/configuration/azureus/azureus_script.txt [new file with mode: 0644]
database/configuration/boinc/etc/init.d/boinc [new file with mode: 0644]
database/configuration/boinc/etc/sysconfig/boinc [new file with mode: 0644]
database/configuration/boinc/readme.txt [new file with mode: 0644]
database/configuration/boot/chos.conf [new file with mode: 0644]
database/configuration/boot/lilo.conf [new file with mode: 0644]
database/configuration/cron/bookmarks_builder.crontab [new file with mode: 0644]
database/configuration/cron/chkrootkit.crontab [new file with mode: 0644]
database/configuration/cron/doxygen.crontab [new file with mode: 0644]
database/configuration/cron/linux_config_snarf.crontab [new file with mode: 0644]
database/configuration/cron/mysql_db_backup.crontab [new file with mode: 0644]
database/configuration/cron/nechung_fortune.crontab [new file with mode: 0644]
database/configuration/cron/overload_check.crontab [new file with mode: 0644]
database/configuration/cron/random_sound.crontab [new file with mode: 0644]
database/configuration/cron/time_synch.crontab [new file with mode: 0644]
database/configuration/cron/uptime_report.crontab [new file with mode: 0644]
database/configuration/cron/zooty_archive_packer.crontab [new file with mode: 0644]
database/configuration/database/sql/find_prims_created_by.sql [new file with mode: 0644]
database/configuration/database/sql/replace_creatorid_fields.sql [new file with mode: 0644]
database/configuration/devices/usb_ram_disk/fstab_with_usb_drive.txt [new file with mode: 0644]
database/configuration/devices/zip_disk/fstab_with_zip_disk [new file with mode: 0644]
database/configuration/dhcp/dhcpd.conf [new file with mode: 0644]
database/configuration/firewall/ipchains/firewalling.conf [new file with mode: 0644]
database/configuration/firewall/iptables/iptables [new file with mode: 0644]
database/configuration/init.d/team_city_startup_example [new file with mode: 0644]
database/configuration/init.d/trac_startup [new file with mode: 0644]
database/configuration/inputrc/symlink_completion.txt [new file with mode: 0644]
database/configuration/logging/syslog.conf [new file with mode: 0644]
database/configuration/nfs_mount/exports [new file with mode: 0644]
database/configuration/nfs_mount/fstab [new file with mode: 0644]
database/configuration/opensim/resources/official_saul_panzer_blank.oar [new file with mode: 0644]
database/configuration/quake3/fred_free_for_all.cfg [new file with mode: 0644]
database/configuration/quake3/fred_t_hamster_maps.cfg [new file with mode: 0644]
database/configuration/quake3/quake3_server_start.txt [new file with mode: 0644]
database/configuration/rc.local/example_rc.local_with_zooty_alerter [new file with mode: 0644]
database/configuration/routing/gated.conf [new file with mode: 0644]
database/configuration/routing/routing_setup.conf [new file with mode: 0644]
database/configuration/samba/bartron.smb.conf [new file with mode: 0644]
database/configuration/samba/smb_mount_in_fstab.txt [new file with mode: 0644]
database/configuration/samba/thewheel.smb.conf [new file with mode: 0644]
database/configuration/ssh/make_chroot_jail.sh [new file with mode: 0644]
database/configuration/subversion/per_svn_repo/passwd [new file with mode: 0644]
database/configuration/subversion/per_svn_repo/svnserve.conf [new file with mode: 0644]
database/configuration/subversion/subversion_install.txt [new file with mode: 0644]
database/configuration/subversion/svnserve [new file with mode: 0644]
database/configuration/sysctl/sysctl.conf.real_time_mods [new file with mode: 0644]
database/configuration/visual_studio/good_compare_string.txt [new file with mode: 0644]
database/configuration/web_server/example_web_redirect_htaccess [new file with mode: 0644]
database/configuration/webcam/reloader.html [new file with mode: 0644]
database/configuration/webcam/webcamrc_example [new file with mode: 0644]
database/configuration/x_win/start_fishtank.sh [new file with mode: 0644]
database/configuration/x_win/start_xroach.sh [new file with mode: 0644]
database/forms/check_register.odt [new file with mode: 0644]
database/fortunes.dat [new file with mode: 0644]
database/patterns/vi/pattern_auto_replacement [new file with mode: 0644]
database/patterns/vi/pattern_fix_commented_formal_parameters.txt [new file with mode: 0644]
database/pictures/celtic_destiny14.jpg [new file with mode: 0644]
database/pictures/clamback.jpg [new file with mode: 0644]
database/pictures/clamblock2.jpg [new file with mode: 0644]
database/pictures/clams_tran.gif [new file with mode: 0644]
database/pictures/freakolitic42celts.jpg [new file with mode: 0644]
database/pictures/grywarky2.jpg [new file with mode: 0644]
database/pictures/home_front_b_5.jpg [new file with mode: 0644]
database/pictures/mongo_sox_ball4.jpg [new file with mode: 0644]
database/pictures/no_matches.html [new file with mode: 0644]
database/pictures/no_matches.jpg [new file with mode: 0644]
database/sounds/woouoo.wav [new file with mode: 0644]
docs/bash_tools.html [new file with mode: 0644]
docs/binaries_note.txt [new file with mode: 0644]
docs/clam_manual/clam_docs.html [new file with mode: 0644]
docs/clam_manual/clam_root.html [new file with mode: 0644]
docs/clam_manual/partial_cygwin_for_build.txt [new file with mode: 0644]
docs/feisty_meow_dox.config [new file with mode: 0644]
docs/feisty_meow_quick_start.txt [new file with mode: 0644]
docs/makefile [new file with mode: 0644]
docs/perl_tools.html [new file with mode: 0644]
docs/text_examples/chinese_simplified_text.txt [new file with mode: 0644]
docs/text_examples/korean_text.txt [new file with mode: 0644]
docs/text_examples/readme.txt [new file with mode: 0644]
docs/text_examples/russian_text.txt [new file with mode: 0644]
docs/text_examples/tibetan_text.txt [new file with mode: 0644]
graphiq/library/geometric/angle.h [new file with mode: 0644]
graphiq/library/geometric/cartesian_objects.h [new file with mode: 0644]
graphiq/library/geometric/circle.cpp [new file with mode: 0644]
graphiq/library/geometric/circle.h [new file with mode: 0644]
graphiq/library/geometric/ellipse.cpp [new file with mode: 0644]
graphiq/library/geometric/ellipse.h [new file with mode: 0644]
graphiq/library/geometric/line.h [new file with mode: 0644]
graphiq/library/geometric/makefile [new file with mode: 0644]
graphiq/library/geometric/math_bits.cpp [new file with mode: 0644]
graphiq/library/geometric/math_bits.h [new file with mode: 0644]
graphiq/library/geometric/point.h [new file with mode: 0644]
graphiq/library/geometric/polygon.cpp [new file with mode: 0644]
graphiq/library/geometric/polygon.h [new file with mode: 0644]
graphiq/library/geometric/rectangle.h [new file with mode: 0644]
graphiq/library/geometric/screen_rectangle.cpp [new file with mode: 0644]
graphiq/library/geometric/screen_rectangle.h [new file with mode: 0644]
graphiq/library/geometric/triangle.cpp [new file with mode: 0644]
graphiq/library/geometric/triangle.h [new file with mode: 0644]
graphiq/library/geometric/warper.h [new file with mode: 0644]
graphiq/library/makefile [new file with mode: 0644]
graphiq/library/tests_geometric/makefile [new file with mode: 0644]
graphiq/library/tests_geometric/test_angle.cpp [new file with mode: 0644]
graphiq/library/tests_geometric/test_ellipse.cpp [new file with mode: 0644]
graphiq/library/tests_geometric/test_geometry.cpp [new file with mode: 0644]
graphiq/library/tests_geometric/test_point.cpp [new file with mode: 0644]
graphiq/library/tests_geometric/test_warper.cpp [new file with mode: 0644]
graphiq/library/user_interface/menu_base.cpp [new file with mode: 0644]
graphiq/library/user_interface/menu_base.h [new file with mode: 0644]
graphiq/makefile [new file with mode: 0644]
license.txt [new file with mode: 0644]
makefile [new file with mode: 0644]
octopi/applications/makefile [new file with mode: 0644]
octopi/applications/transporter/find_missing.cpp [new file with mode: 0644]
octopi/applications/transporter/makefile [new file with mode: 0644]
octopi/applications/transporter/synch_files.cpp [new file with mode: 0644]
octopi/applications/transporter/transporter.cpp [new file with mode: 0644]
octopi/applications/transporter/transporter_version.rc [new file with mode: 0644]
octopi/applications/transporter/version.ini [new file with mode: 0644]
octopi/library/cromp/cromp_client.cpp [new file with mode: 0644]
octopi/library/cromp/cromp_client.h [new file with mode: 0644]
octopi/library/cromp/cromp_common.cpp [new file with mode: 0644]
octopi/library/cromp/cromp_common.h [new file with mode: 0644]
octopi/library/cromp/cromp_security.cpp [new file with mode: 0644]
octopi/library/cromp/cromp_security.h [new file with mode: 0644]
octopi/library/cromp/cromp_server.cpp [new file with mode: 0644]
octopi/library/cromp/cromp_server.h [new file with mode: 0644]
octopi/library/cromp/cromp_transaction.cpp [new file with mode: 0644]
octopi/library/cromp/cromp_transaction.h [new file with mode: 0644]
octopi/library/cromp/makefile [new file with mode: 0644]
octopi/library/makefile [new file with mode: 0644]
octopi/library/octopus/entity_data_bin.cpp [new file with mode: 0644]
octopi/library/octopus/entity_data_bin.h [new file with mode: 0644]
octopi/library/octopus/entity_defs.cpp [new file with mode: 0644]
octopi/library/octopus/entity_defs.h [new file with mode: 0644]
octopi/library/octopus/identity_infoton.cpp [new file with mode: 0644]
octopi/library/octopus/identity_infoton.h [new file with mode: 0644]
octopi/library/octopus/identity_tentacle.cpp [new file with mode: 0644]
octopi/library/octopus/identity_tentacle.h [new file with mode: 0644]
octopi/library/octopus/infoton.cpp [new file with mode: 0644]
octopi/library/octopus/infoton.h [new file with mode: 0644]
octopi/library/octopus/makefile [new file with mode: 0644]
octopi/library/octopus/octopus.cpp [new file with mode: 0644]
octopi/library/octopus/octopus.h [new file with mode: 0644]
octopi/library/octopus/tentacle.cpp [new file with mode: 0644]
octopi/library/octopus/tentacle.h [new file with mode: 0644]
octopi/library/octopus/tentacle_helper.h [new file with mode: 0644]
octopi/library/octopus/unhandled_request.cpp [new file with mode: 0644]
octopi/library/octopus/unhandled_request.h [new file with mode: 0644]
octopi/library/sockets/base_address.h [new file with mode: 0644]
octopi/library/sockets/internet_address.cpp [new file with mode: 0644]
octopi/library/sockets/internet_address.h [new file with mode: 0644]
octopi/library/sockets/machine_uid.cpp [new file with mode: 0644]
octopi/library/sockets/machine_uid.h [new file with mode: 0644]
octopi/library/sockets/makefile [new file with mode: 0644]
octopi/library/sockets/range_limiter.cpp [new file with mode: 0644]
octopi/library/sockets/range_limiter.h [new file with mode: 0644]
octopi/library/sockets/raw_socket.cpp [new file with mode: 0644]
octopi/library/sockets/raw_socket.h [new file with mode: 0644]
octopi/library/sockets/sequence_tracker.cpp [new file with mode: 0644]
octopi/library/sockets/sequence_tracker.h [new file with mode: 0644]
octopi/library/sockets/socket_data.h [new file with mode: 0644]
octopi/library/sockets/socket_minder.cpp [new file with mode: 0644]
octopi/library/sockets/socket_minder.h [new file with mode: 0644]
octopi/library/sockets/span_manager.cpp [new file with mode: 0644]
octopi/library/sockets/span_manager.h [new file with mode: 0644]
octopi/library/sockets/spocket.cpp [new file with mode: 0644]
octopi/library/sockets/spocket.h [new file with mode: 0644]
octopi/library/sockets/subnet_calculator.cpp [new file with mode: 0644]
octopi/library/sockets/subnet_calculator.h [new file with mode: 0644]
octopi/library/sockets/tcpip_definitions.h [new file with mode: 0644]
octopi/library/sockets/tcpip_stack.cpp [new file with mode: 0644]
octopi/library/sockets/tcpip_stack.h [new file with mode: 0644]
octopi/library/sockets/throughput_counter.cpp [new file with mode: 0644]
octopi/library/sockets/throughput_counter.h [new file with mode: 0644]
octopi/library/synchronic/bundle_list.h [new file with mode: 0644]
octopi/library/synchronic/list_manager.cpp [new file with mode: 0644]
octopi/library/synchronic/list_manager.h [new file with mode: 0644]
octopi/library/synchronic/list_synchronizer.cpp [new file with mode: 0644]
octopi/library/synchronic/list_synchronizer.h [new file with mode: 0644]
octopi/library/synchronic/makefile [new file with mode: 0644]
octopi/library/synchronic/synchronizable.h [new file with mode: 0644]
octopi/library/tentacles/encryption_infoton.cpp [new file with mode: 0644]
octopi/library/tentacles/encryption_infoton.h [new file with mode: 0644]
octopi/library/tentacles/encryption_tentacle.cpp [new file with mode: 0644]
octopi/library/tentacles/encryption_tentacle.h [new file with mode: 0644]
octopi/library/tentacles/encryption_wrapper.cpp [new file with mode: 0644]
octopi/library/tentacles/encryption_wrapper.h [new file with mode: 0644]
octopi/library/tentacles/entity_registry.cpp [new file with mode: 0644]
octopi/library/tentacles/entity_registry.h [new file with mode: 0644]
octopi/library/tentacles/file_transfer_infoton.cpp [new file with mode: 0644]
octopi/library/tentacles/file_transfer_infoton.h [new file with mode: 0644]
octopi/library/tentacles/file_transfer_tentacle.cpp [new file with mode: 0644]
octopi/library/tentacles/file_transfer_tentacle.h [new file with mode: 0644]
octopi/library/tentacles/key_repository.cpp [new file with mode: 0644]
octopi/library/tentacles/key_repository.h [new file with mode: 0644]
octopi/library/tentacles/login_tentacle.cpp [new file with mode: 0644]
octopi/library/tentacles/login_tentacle.h [new file with mode: 0644]
octopi/library/tentacles/makefile [new file with mode: 0644]
octopi/library/tentacles/recursive_file_copy.cpp [new file with mode: 0644]
octopi/library/tentacles/recursive_file_copy.h [new file with mode: 0644]
octopi/library/tentacles/security_infoton.cpp [new file with mode: 0644]
octopi/library/tentacles/security_infoton.h [new file with mode: 0644]
octopi/library/tentacles/simple_entity_registry.cpp [new file with mode: 0644]
octopi/library/tentacles/simple_entity_registry.h [new file with mode: 0644]
octopi/library/tests_sockets/bcast_spocketer.cpp [new file with mode: 0644]
octopi/library/tests_sockets/bcast_spocketer.h [new file with mode: 0644]
octopi/library/tests_sockets/makefile [new file with mode: 0644]
octopi/library/tests_sockets/spocket_tester.cpp [new file with mode: 0644]
octopi/library/tests_sockets/spocket_tester.h [new file with mode: 0644]
octopi/library/tests_sockets/t_sockets_version.rc [new file with mode: 0644]
octopi/library/tests_sockets/test_address.cpp [new file with mode: 0644]
octopi/library/tests_sockets/test_bcast_spocket.cpp [new file with mode: 0644]
octopi/library/tests_sockets/test_enum_adapters.cpp [new file with mode: 0644]
octopi/library/tests_sockets/test_sequence_tracker.cpp [new file with mode: 0644]
octopi/library/tests_sockets/test_span_manager.cpp [new file with mode: 0644]
octopi/library/tests_sockets/test_spocket.cpp [new file with mode: 0644]
octopi/library/tests_sockets/test_ucast_spocket.cpp [new file with mode: 0644]
octopi/library/tests_sockets/version.ini [new file with mode: 0644]
octopi/makefile [new file with mode: 0644]
production/3rdparty/curl/COPYING [new file with mode: 0644]
production/3rdparty/curl/README [new file with mode: 0644]
production/3rdparty/curl/bin/curl-config [new file with mode: 0644]
production/3rdparty/curl/include/curl/curl.h [new file with mode: 0644]
production/3rdparty/curl/include/curl/curlver.h [new file with mode: 0644]
production/3rdparty/curl/include/curl/easy.h [new file with mode: 0644]
production/3rdparty/curl/include/curl/mprintf.h [new file with mode: 0644]
production/3rdparty/curl/include/curl/multi.h [new file with mode: 0644]
production/3rdparty/curl/include/curl/stdcheaders.h [new file with mode: 0644]
production/3rdparty/curl/include/curl/types.h [new file with mode: 0644]
production/3rdparty/curl/lib/libcurl-3.dll [new file with mode: 0644]
production/3rdparty/curl/lib/libcurl.a [new file with mode: 0644]
production/3rdparty/curl/lib/libcurl.dll.a [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/aes.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/applink.c [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/asn1.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/asn1_mac.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/asn1t.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/bio.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/blowfish.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/bn.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/buffer.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/cast.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/comp.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/conf.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/conf_api.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/crypto.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/des.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/des_old.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/dh.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/dsa.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/dso.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/dtls1.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/e_os2.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ebcdic.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ec.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ecdh.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ecdsa.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/engine.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/err.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/evp.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/hmac.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/idea.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/krb5_asn.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/kssl.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/lhash.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/md2.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/md4.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/md5.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/obj_mac.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/objects.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ocsp.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/opensslconf.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/opensslv.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ossl_typ.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/pem.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/pem2.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/pkcs12.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/pkcs7.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/pq_compat.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/pqueue.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/rand.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/rc2.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/rc4.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ripemd.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/rsa.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/safestack.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/sha.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ssl.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ssl2.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ssl23.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ssl3.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/stack.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/store.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/symhacks.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/tls1.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/tmdiff.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/txt_db.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ui.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/ui_compat.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/x509.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/x509_vfy.h [new file with mode: 0644]
production/3rdparty/openssl/include/openssl/x509v3.h [new file with mode: 0644]
production/3rdparty/openssl/lib/libeay32.dll [new file with mode: 0644]
production/3rdparty/openssl/lib/libeay32.lib [new file with mode: 0644]
production/3rdparty/openssl/lib/ssleay32.dll [new file with mode: 0644]
production/3rdparty/openssl/lib/ssleay32.lib [new file with mode: 0644]
production/3rdparty/openssl/version.txt [new file with mode: 0644]
production/3rdparty/zlib/include/zconf.h [new file with mode: 0644]
production/3rdparty/zlib/include/zlib.h [new file with mode: 0644]
production/3rdparty/zlib/lib/zdll.exp [new file with mode: 0644]
production/3rdparty/zlib/lib/zdll.lib [new file with mode: 0644]
production/3rdparty/zlib/lib/zlib.def [new file with mode: 0644]
production/3rdparty/zlib/lib/zlib.lib [new file with mode: 0644]
production/3rdparty/zlib/lib/zlib1.dll [new file with mode: 0644]
production/codescan.ini [new file with mode: 0644]
production/feisty_meow_config.ini [new file with mode: 0644]
production/makefile [new file with mode: 0644]
production/msys/bin/awk [new file with mode: 0644]
production/msys/bin/basename.exe [new file with mode: 0644]
production/msys/bin/bash.exe [new file with mode: 0644]
production/msys/bin/bunzip2 [new file with mode: 0644]
production/msys/bin/bzip2.exe [new file with mode: 0644]
production/msys/bin/cat.exe [new file with mode: 0644]
production/msys/bin/chmod.exe [new file with mode: 0644]
production/msys/bin/cls [new file with mode: 0644]
production/msys/bin/clsb [new file with mode: 0644]
production/msys/bin/cmd [new file with mode: 0644]
production/msys/bin/cmp.exe [new file with mode: 0644]
production/msys/bin/comm.exe [new file with mode: 0644]
production/msys/bin/cp.exe [new file with mode: 0644]
production/msys/bin/cut.exe [new file with mode: 0644]
production/msys/bin/date.exe [new file with mode: 0644]
production/msys/bin/diff.exe [new file with mode: 0644]
production/msys/bin/diff3.exe [new file with mode: 0644]
production/msys/bin/dirname.exe [new file with mode: 0644]
production/msys/bin/echo [new file with mode: 0644]
production/msys/bin/egrep [new file with mode: 0644]
production/msys/bin/env.exe [new file with mode: 0644]
production/msys/bin/ex [new file with mode: 0644]
production/msys/bin/expr.exe [new file with mode: 0644]
production/msys/bin/false.exe [new file with mode: 0644]
production/msys/bin/fgrep [new file with mode: 0644]
production/msys/bin/file.exe [new file with mode: 0644]
production/msys/bin/find.exe [new file with mode: 0644]
production/msys/bin/fold.exe [new file with mode: 0644]
production/msys/bin/ftp [new file with mode: 0644]
production/msys/bin/gawk.exe [new file with mode: 0644]
production/msys/bin/grep.exe [new file with mode: 0644]
production/msys/bin/gunzip [new file with mode: 0644]
production/msys/bin/gzip.exe [new file with mode: 0644]
production/msys/bin/head.exe [new file with mode: 0644]
production/msys/bin/id.exe [new file with mode: 0644]
production/msys/bin/info.exe [new file with mode: 0644]
production/msys/bin/infokey.exe [new file with mode: 0644]
production/msys/bin/install-info.exe [new file with mode: 0644]
production/msys/bin/install.exe [new file with mode: 0644]
production/msys/bin/install.exe.manifest [new file with mode: 0644]
production/msys/bin/less.exe [new file with mode: 0644]
production/msys/bin/libW11.dll [new file with mode: 0644]
production/msys/bin/ln.exe [new file with mode: 0644]
production/msys/bin/lnkcnv [new file with mode: 0644]
production/msys/bin/ls.exe [new file with mode: 0644]
production/msys/bin/lzma.exe [new file with mode: 0644]
production/msys/bin/m4.exe [new file with mode: 0644]
production/msys/bin/make.exe [new file with mode: 0644]
production/msys/bin/makeinfo.exe [new file with mode: 0644]
production/msys/bin/md5sum.exe [new file with mode: 0644]
production/msys/bin/mkdir.exe [new file with mode: 0644]
production/msys/bin/mktemp.exe [new file with mode: 0644]
production/msys/bin/mount [new file with mode: 0644]
production/msys/bin/mount.exe [new file with mode: 0644]
production/msys/bin/msys-1.0.dll [new file with mode: 0644]
production/msys/bin/msys-bz2-1.dll [new file with mode: 0644]
production/msys/bin/msysinfo [new file with mode: 0644]
production/msys/bin/msysmnt.exe [new file with mode: 0644]
production/msys/bin/mv.exe [new file with mode: 0644]
production/msys/bin/od.exe [new file with mode: 0644]
production/msys/bin/patch.exe [new file with mode: 0644]
production/msys/bin/patch.exe.manifest [new file with mode: 0644]
production/msys/bin/printf [new file with mode: 0644]
production/msys/bin/ps.exe [new file with mode: 0644]
production/msys/bin/pwd [new file with mode: 0644]
production/msys/bin/pwd.exe [new file with mode: 0644]
production/msys/bin/rm.exe [new file with mode: 0644]
production/msys/bin/rmdir.exe [new file with mode: 0644]
production/msys/bin/rvi [new file with mode: 0644]
production/msys/bin/rview [new file with mode: 0644]
production/msys/bin/rvim [new file with mode: 0644]
production/msys/bin/rxvt.exe [new file with mode: 0644]
production/msys/bin/sed.exe [new file with mode: 0644]
production/msys/bin/sh.exe [new file with mode: 0644]
production/msys/bin/short_path.exe [new file with mode: 0644]
production/msys/bin/sleep.exe [new file with mode: 0644]
production/msys/bin/sort.exe [new file with mode: 0644]
production/msys/bin/split.exe [new file with mode: 0644]
production/msys/bin/start [new file with mode: 0644]
production/msys/bin/stty.exe [new file with mode: 0644]
production/msys/bin/tail.exe [new file with mode: 0644]
production/msys/bin/tar.exe [new file with mode: 0644]
production/msys/bin/tee.exe [new file with mode: 0644]
production/msys/bin/texi2dvi [new file with mode: 0644]
production/msys/bin/texindex.exe [new file with mode: 0644]
production/msys/bin/touch.exe [new file with mode: 0644]
production/msys/bin/tr.exe [new file with mode: 0644]
production/msys/bin/true.exe [new file with mode: 0644]
production/msys/bin/umount [new file with mode: 0644]
production/msys/bin/uname.exe [new file with mode: 0644]
production/msys/bin/uniq.exe [new file with mode: 0644]
production/msys/bin/unzip.exe [new file with mode: 0644]
production/msys/bin/vi [new file with mode: 0644]
production/msys/bin/view [new file with mode: 0644]
production/msys/bin/vim.exe [new file with mode: 0644]
production/msys/bin/wc.exe [new file with mode: 0644]
production/msys/bin/which [new file with mode: 0644]
production/msys/bin/xargs.exe [new file with mode: 0644]
production/msys/bin/zap_process.exe [new file with mode: 0644]
production/msys/bin/zip.exe [new file with mode: 0644]
production/msys/etc/config.site [new file with mode: 0644]
production/msys/etc/fstab [new file with mode: 0644]
production/msys/etc/fstab.sample [new file with mode: 0644]
production/msys/etc/inputrc.default [new file with mode: 0644]
production/msys/etc/profile [new file with mode: 0644]
production/msys/etc/termcap [new file with mode: 0644]
production/msys/m.ico [new file with mode: 0644]
production/msys/msys.bat [new file with mode: 0644]
production/msys/msys.ico [new file with mode: 0644]
production/msys/msys_green.ico [new file with mode: 0644]
production/paths.ini [new file with mode: 0644]
production/proto_build.ini [new file with mode: 0644]
production/setup_src/autotesting_tools/autotesting_manifest.txt [new file with mode: 0644]
production/setup_src/autotesting_tools/create_autotesting_bundle.sh [new file with mode: 0644]
production/setup_src/autotesting_tools/makefile [new file with mode: 0644]
production/setup_src/autotesting_tools/paths.ini [new file with mode: 0644]
production/setup_src/bundle_example/create_bundle.sh [new file with mode: 0644]
production/setup_src/bundle_example/example_manifest.txt [new file with mode: 0644]
production/setup_src/bundle_example/makefile [new file with mode: 0644]
production/setup_src/makefile [new file with mode: 0644]
production/setup_src/whole_build_package/create_whole_build_pack.sh [new file with mode: 0644]
production/setup_src/whole_build_package/makefile [new file with mode: 0644]
production/setup_src/whole_build_package/whole_build_manifest.txt [new file with mode: 0644]
readme.txt [new file with mode: 0644]
scripts/archival/pack_3rdparty.sh [new file with mode: 0644]
scripts/archival/pack_hoople1.sh [new file with mode: 0644]
scripts/archival/pack_hoople2.sh [new file with mode: 0644]
scripts/archival/pack_msysbins.sh [new file with mode: 0644]
scripts/archival/pack_yeti.sh [new file with mode: 0644]
scripts/archival/shared_snarfer.pl [new file with mode: 0644]
scripts/archival/snarf_feisty_meow.pl [new file with mode: 0644]
scripts/archival/snarf_hoople.pl [new file with mode: 0644]
scripts/archival/snarf_hoople1.pl [new file with mode: 0644]
scripts/archival/snarf_linux_config.pl [new file with mode: 0644]
scripts/archival/snarf_notes.pl [new file with mode: 0644]
scripts/archival/snarf_opensim.pl [new file with mode: 0644]
scripts/archival/snarf_user.pl [new file with mode: 0644]
scripts/archival/snarf_yeti.pl [new file with mode: 0644]
scripts/archival/unsnarf.pl [new file with mode: 0644]
scripts/bashisms/fred_techniques.txt [new file with mode: 0644]
scripts/bashisms/qs_handy_unix_examples.sh [new file with mode: 0644]
scripts/bookmarks/create_marks.sh [new file with mode: 0644]
scripts/buildor/build_msproj.sh [new file with mode: 0644]
scripts/buildor/buildor_add_sentinel.sh [new file with mode: 0644]
scripts/buildor/buildor_count_code.sh [new file with mode: 0644]
scripts/buildor/buildor_find_active_includes.sh [new file with mode: 0644]
scripts/buildor/buildor_find_bad.sh [new file with mode: 0644]
scripts/buildor/buildor_find_unused_includes.sh [new file with mode: 0644]
scripts/buildor/buildor_strip_code.sh [new file with mode: 0644]
scripts/buildor/buildor_writable_code.sh [new file with mode: 0644]
scripts/buildor/check_makefile.sh [new file with mode: 0644]
scripts/buildor/cygwinize.sh [new file with mode: 0644]
scripts/buildor/find_in_code_ignore_svn.sh [new file with mode: 0644]
scripts/buildor/find_mangled.sh [new file with mode: 0644]
scripts/buildor/find_one_word_comments.sh [new file with mode: 0644]
scripts/buildor/fix_project_references.py [new file with mode: 0644]
scripts/buildor/manifester.sh [new file with mode: 0644]
scripts/buildor/seek_all_source.sh [new file with mode: 0644]
scripts/buildor/stdbuild.sh [new file with mode: 0644]
scripts/buildor/synch_build.pl [new file with mode: 0644]
scripts/buildor/synch_to_build.sh [new file with mode: 0644]
scripts/buildor/upgrade_hoople.sh [new file with mode: 0644]
scripts/buildor/version_utils.sh [new file with mode: 0644]
scripts/cgi/call_version_utils.sh [new file with mode: 0644]
scripts/cgi/cgi_cat.pl [new file with mode: 0644]
scripts/cgi/cgi_display.pl [new file with mode: 0644]
scripts/cgi/cgi_nechung.cgi [new file with mode: 0644]
scripts/cgi/cgi_show_file_date.sh [new file with mode: 0644]
scripts/cgi/cgi_show_referer.sh [new file with mode: 0644]
scripts/cgi/count.cgi [new file with mode: 0644]
scripts/cgi/grumble_chkrootkit.cgi [new file with mode: 0644]
scripts/cgi/nechung.cgi [new file with mode: 0644]
scripts/cgi/prepare_cgi_bin_for_apache.sh [new file with mode: 0644]
scripts/clam/badness_catcher.sh [new file with mode: 0755]
scripts/clam/clam_parms.ini [new file with mode: 0644]
scripts/clam/cpp/blank_target.c [new file with mode: 0644]
scripts/clam/cpp/buildor_gen_deps.sh [new file with mode: 0755]
scripts/clam/cpp/get_version.sh [new file with mode: 0755]
scripts/clam/cpp/ms_manifest.sh [new file with mode: 0755]
scripts/clam/cpp/ms_manifests/security_manifest.txt [new file with mode: 0644]
scripts/clam/cpp/ms_manifests/security_manifest_administrator.txt [new file with mode: 0644]
scripts/clam/cpp/ms_manifests/security_manifest_administrator_with_ui.txt [new file with mode: 0644]
scripts/clam/cpp/ms_manifests/security_manifest_highest.txt [new file with mode: 0644]
scripts/clam/cpp/ms_manifests/security_manifest_normal.txt [new file with mode: 0644]
scripts/clam/cpp/ms_root_dir.sh [new file with mode: 0755]
scripts/clam/cpp/postconditions.sh [new file with mode: 0755]
scripts/clam/cpp/preconditions.sh [new file with mode: 0755]
scripts/clam/cpp/rc_name.sh [new file with mode: 0755]
scripts/clam/cpp/rebuild_oldies.sh [new file with mode: 0755]
scripts/clam/cpp/rules.def [new file with mode: 0644]
scripts/clam/cpp/variables.def [new file with mode: 0644]
scripts/clam/cpp/vis_stu/trap_new.addin [new file with mode: 0644]
scripts/clam/cpp/vis_stu/untrap_new.addin [new file with mode: 0644]
scripts/clam/dotnet/csharper.sh [new file with mode: 0644]
scripts/clam/dotnet/postconditions.sh [new file with mode: 0644]
scripts/clam/dotnet/preconditions.sh [new file with mode: 0644]
scripts/clam/dotnet/readme.txt [new file with mode: 0644]
scripts/clam/dotnet/rules.def [new file with mode: 0644]
scripts/clam/dotnet/variables.def [new file with mode: 0644]
scripts/clam/exit_make.sh [new file with mode: 0755]
scripts/clam/rules.def [new file with mode: 0644]
scripts/clam/sound_play.sh [new file with mode: 0755]
scripts/clam/variables.def [new file with mode: 0644]
scripts/core/array_sifter.sh [new file with mode: 0644]
scripts/core/bootstrap_shells.sh [new file with mode: 0644]
scripts/core/byejob.sh [new file with mode: 0644]
scripts/core/byemessage.sh [new file with mode: 0644]
scripts/core/common_aliases.txt [new file with mode: 0644]
scripts/core/create_tempdir.sh [new file with mode: 0644]
scripts/core/date_stringer.sh [new file with mode: 0644]
scripts/core/functions.sh [new file with mode: 0644]
scripts/core/generate_aliases.pl [new file with mode: 0644]
scripts/core/get_parent_dir.sh [new file with mode: 0644]
scripts/core/goodbye.sh [new file with mode: 0644]
scripts/core/i.sh [new file with mode: 0644]
scripts/core/inc_num.pl [new file with mode: 0644]
scripts/core/lightweight_unix_login.sh [new file with mode: 0644]
scripts/core/profile.sh [new file with mode: 0644]
scripts/core/random_iter.sh [new file with mode: 0644]
scripts/core/sh_aliases.txt [new file with mode: 0644]
scripts/core/shell_header.txt [new file with mode: 0644]
scripts/core/unix_login.sh [new file with mode: 0644]
scripts/core/unter_alia.sh [new file with mode: 0644]
scripts/core/variables.sh [new file with mode: 0644]
scripts/custom/c_common_aliases.txt [new file with mode: 0644]
scripts/custom/c_variables.sh [new file with mode: 0644]
scripts/custom/uva_profile_additions.txt [new file with mode: 0644]
scripts/database/backup_mysql_dbs.sh [new file with mode: 0644]
scripts/database/call_movie_seeker.sh [new file with mode: 0644]
scripts/database/call_movie_stripper.sh [new file with mode: 0644]
scripts/database/call_show_stripper.sh [new file with mode: 0644]
scripts/database/movie_seeker.sh [new file with mode: 0644]
scripts/database/movie_stripper.sh [new file with mode: 0644]
scripts/database/show_stripper.sh [new file with mode: 0644]
scripts/demo/OS_crusher.bat [new file with mode: 0644]
scripts/demo/OS_crusher.sh [new file with mode: 0644]
scripts/demo/wma2mp3.sh [new file with mode: 0644]
scripts/devices/zaurus_usb.sh [new file with mode: 0644]
scripts/email/dump_email_headers.sh [new file with mode: 0644]
scripts/email/move_spams_and_check.sh [new file with mode: 0644]
scripts/email/scan_spam.sh [new file with mode: 0644]
scripts/email/scavenge_emails_from_ldif.sh [new file with mode: 0644]
scripts/examples/bashrc_grover [new file with mode: 0644]
scripts/examples/bashrc_root [new file with mode: 0644]
scripts/examples/bashrc_user [new file with mode: 0644]
scripts/examples/bashrc_user_windoz [new file with mode: 0644]
scripts/examples/example_registry_ops.sh [new file with mode: 0644]
scripts/files/change_endings.pl [new file with mode: 0644]
scripts/files/change_prefix.sh [new file with mode: 0644]
scripts/files/count_files_in_subdirs.sh [new file with mode: 0644]
scripts/files/dir_zero_entries.sh [new file with mode: 0644]
scripts/files/dos_perm.sh [new file with mode: 0644]
scripts/files/easy_perm.sh [new file with mode: 0644]
scripts/files/exe_perm.sh [new file with mode: 0644]
scripts/files/filedump.pl [new file with mode: 0644]
scripts/files/filename_helper.pl [new file with mode: 0644]
scripts/files/find_bad_protection.sh [new file with mode: 0644]
scripts/files/find_non_owned.sh [new file with mode: 0644]
scripts/files/fix_game_perms.sh [new file with mode: 0644]
scripts/files/harsh_perm.sh [new file with mode: 0644]
scripts/files/list_dupes.sh [new file with mode: 0644]
scripts/files/normal_perm.sh [new file with mode: 0644]
scripts/files/order_file_dates.sh [new file with mode: 0644]
scripts/files/phrase_replacer.py [new file with mode: 0644]
scripts/files/prefix_renamer.sh [new file with mode: 0644]
scripts/files/recursive_renlower.sh [new file with mode: 0644]
scripts/files/recursive_whack_dupes.sh [new file with mode: 0644]
scripts/files/remove_bracket_id.sh [new file with mode: 0644]
scripts/files/renlower.pl [new file with mode: 0644]
scripts/files/safedel.pl [new file with mode: 0644]
scripts/files/show_directory_listing.sh [new file with mode: 0644]
scripts/files/show_links.sh [new file with mode: 0644]
scripts/files/strip_html_code.sh [new file with mode: 0644]
scripts/files/summing_dir.pl [new file with mode: 0644]
scripts/files/whack_dupes.sh [new file with mode: 0644]
scripts/files/whackem.pl [new file with mode: 0644]
scripts/files/zap_the_dir.pl [new file with mode: 0644]
scripts/files/zapdirs.pl [new file with mode: 0644]
scripts/generator/bootstrap_build.sh [new file with mode: 0644]
scripts/generator/build_variables.sh [new file with mode: 0644]
scripts/generator/next_version.sh [new file with mode: 0644]
scripts/generator/vis_stu_vars.sh [new file with mode: 0644]
scripts/generator/whack_build.sh [new file with mode: 0644]
scripts/jenkins/empty_parsing_rules.txt [new file with mode: 0644]
scripts/jenkins/hoople_unit_parsing_rules.txt [new file with mode: 0644]
scripts/legacy/template.pl [new file with mode: 0644]
scripts/makefile [new file with mode: 0644]
scripts/multimedia/pic_importer.sh [new file with mode: 0644]
scripts/multimedia/play_random.sh [new file with mode: 0644]
scripts/multimedia/randomly_play.sh [new file with mode: 0644]
scripts/multimedia/sound_play.sh [new file with mode: 0644]
scripts/notes/info_overload_report.sh [new file with mode: 0644]
scripts/opensim/backup_opensim.sh [new file with mode: 0644]
scripts/opensim/backup_osgrid.sh [new file with mode: 0644]
scripts/opensim/find_opensim_ports.sh [new file with mode: 0644]
scripts/opensim/indent_lsl.sh [new file with mode: 0644]
scripts/opensim/list_sims.sh [new file with mode: 0644]
scripts/opensim/maybe_restart_opensim.sh [new file with mode: 0644]
scripts/opensim/opensim_utils.sh [new file with mode: 0644]
scripts/opensim/run_opensim.sh [new file with mode: 0644]
scripts/opensim/run_osgrid.sh [new file with mode: 0644]
scripts/opensim/scan_opensim_log.sh [new file with mode: 0644]
scripts/opensim/stop_opensim.sh [new file with mode: 0644]
scripts/opensim/stop_osgrid.sh [new file with mode: 0644]
scripts/opensim/zap_opensim_main.sh [new file with mode: 0644]
scripts/processes/pskill.sh [new file with mode: 0644]
scripts/processes/runner.pl [new file with mode: 0644]
scripts/rev_control/checkin.sh [new file with mode: 0644]
scripts/rev_control/cvs_fix.pl [new file with mode: 0644]
scripts/rev_control/cvs_importer.sh [new file with mode: 0644]
scripts/rev_control/fix_svn_binaries.sh [new file with mode: 0644]
scripts/rev_control/getme.sh [new file with mode: 0644]
scripts/rev_control/rev_control.sh [new file with mode: 0644]
scripts/rev_control/svn_set_binary.sh [new file with mode: 0644]
scripts/rev_control/update_these.sh [new file with mode: 0644]
scripts/rip_burn/dvd_image.sh [new file with mode: 0644]
scripts/schedule/cal.sh [new file with mode: 0644]
scripts/schedule/generate_reminders.pl [new file with mode: 0644]
scripts/schedule/start_calendar.sh [new file with mode: 0644]
scripts/schedule/time_control.sh [new file with mode: 0644]
scripts/security/check_website.sh [new file with mode: 0644]
scripts/security/start_tunnels.sh [new file with mode: 0644]
scripts/security/tell_zooty_our_ip.sh [new file with mode: 0644]
scripts/security/y2038_check.pl [new file with mode: 0644]
scripts/system/check_mount.sh [new file with mode: 0644]
scripts/system/find_dhcp_unassigned.sh [new file with mode: 0644]
scripts/system/machine-update.pl [new file with mode: 0644]
scripts/system/osx_cd_mounter.sh [new file with mode: 0644]
scripts/system/redo_nvidia_driver.sh [new file with mode: 0644]
scripts/system/write_uptime_report.sh [new file with mode: 0644]
scripts/text/add_cr.pl [new file with mode: 0644]
scripts/text/cpdiff.pl [new file with mode: 0644]
scripts/text/cpdiffnow.pl [new file with mode: 0644]
scripts/text/csv_compare.sh [new file with mode: 0644]
scripts/text/csv_to_array.sh [new file with mode: 0644]
scripts/text/diff_lib.pl [new file with mode: 0644]
scripts/text/differ.pl [new file with mode: 0644]
scripts/text/list_to_html.pl [new file with mode: 0644]
scripts/text/nechung_signature.sh [new file with mode: 0644]
scripts/text/new_sig.pl [new file with mode: 0644]
scripts/text/smoove_lists.sh [new file with mode: 0644]
scripts/text/strip_cr.pl [new file with mode: 0644]
scripts/text/text_to_url.pl [new file with mode: 0644]
scripts/tty/findterm.sh [new file with mode: 0644]
scripts/tty/keep_awake.sh [new file with mode: 0644]
scripts/tty/keep_awake_process.sh [new file with mode: 0644]
scripts/tty/label_terminal_with_infos.sh [new file with mode: 0644]
scripts/tty/lockup.sh [new file with mode: 0644]
scripts/tty/set_term_title.sh [new file with mode: 0644]
scripts/tty/sftp.sh [new file with mode: 0644]
scripts/tty/ssh.sh [new file with mode: 0644]
scripts/users/find_user.sh [new file with mode: 0644]
scripts/users/findme.sh [new file with mode: 0644]
scripts/web/javascript/dtree/dtree.css [new file with mode: 0644]
scripts/web/javascript/dtree/dtree.js [new file with mode: 0644]
scripts/web/javascript/gruntose/gruntomote.js [new file with mode: 0644]
scripts/web/javascript/gruntose/launchers.js [new file with mode: 0644]
scripts/web/javascript/gruntose/norse_date.js [new file with mode: 0644]
scripts/web/javascript/gruntose/show_file.js [new file with mode: 0644]
scripts/web/javascript/jquery/jquery-1.5.1.js [new file with mode: 0644]
scripts/winders/exploder.sh [new file with mode: 0644]
scripts/winders/find_64bit_bins.sh [new file with mode: 0644]
scripts/winders/locate_function_in_lib.sh [new file with mode: 0644]
scripts/winders/zap_msbuilds.sh [new file with mode: 0644]
scripts/x_win/get_x_auth.sh [new file with mode: 0644]
scripts/x_win/make_display.sh [new file with mode: 0644]
scripts/x_win/webcam_snagger.sh [new file with mode: 0644]
scripts/x_win/xtfont.sh [new file with mode: 0644]