aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-26added evaluate_expression handling with argssTinWoodman92
2023-06-26Update __init__.pyTinWoodman92
rough build of evaluate_expression method
2023-06-25added command handling.TinWoodman92
2023-06-25Moved comment.TinWoodman92
2023-06-25Updated conversion from integer to binary.TinWoodman92
2023-06-25initial design of evaluate_expression testTinWoodman92
2023-06-25open and close dialogue for test class.TinWoodman92
2023-06-25Added boolean handlingTinWoodman92
2023-06-25added import boolean testTinWoodman92
2023-06-25consolidated open and close methodsTinWoodman92
2023-06-25Pass uuid and taget file path via system arguments. Establish socket ↵TinWoodman92
connection by verifying matching uuid.
2023-06-24added reversals to procedure. test_string_conversion still fails.TinWoodman92
2023-06-24added commentTinWoodman92
2023-06-21Update __init__.pyTinWoodman92
added comment
2023-06-20Update test_binary_conversion.pyTinWoodman92
added comments
2023-06-20Update __init__.pyTinWoodman92
added comments
2023-06-20Updated binary conversion importTinWoodman92
2023-06-20consolidated binary conversion methods.TinWoodman92
2023-06-20consolidated binary conversion functionsTinWoodman92
2023-06-20updated module importTinWoodman92
2023-06-20ignore .vscodeTinWoodman92
2023-06-19updated test import to include integersTinWoodman92
2023-06-19updated dialogue handelingTinWoodman92
2023-06-19updated binary conversion moduleTinWoodman92
2023-06-19Added data type reference dictionary.TinWoodman92
2023-06-19ignore notes folderTinWoodman92
2023-06-17Update __init__.pyTinWoodman92
added comments for future multi-module feature.
2023-06-17Update binary_conversion.pyTinWoodman92
removed __main__ section
2023-06-17Update context_script.rTinWoodman92
added comments
2023-06-17Update context_script.rTinWoodman92
added comments
2023-06-14Update __init__.pyTinWoodman92
added comment
2023-06-14Update __init__.pyTinWoodman92
added comment
2023-06-14Update __init__.pyTinWoodman92
added comment
2023-06-14Update __init__.pyTinWoodman92
added comment
2023-06-13Updated import variable unit test for binary connection.TinWoodman92
2023-06-13Updated sockets connection to binary.TinWoodman92
2023-06-13Added unit test of the python binary conversion.TinWoodman92
2023-06-13added python binary conversion module.TinWoodman92
2023-06-11Migrated use-case launcher.py to test-case test_import_variable.py. R file ↵TinWoodman92
renamed accordingly.
2023-06-11updated gitignore.TinWoodman92
2023-06-11Updated launcher and script to use the dialoguer package.TinWoodman92
2023-06-11Describing current intended next-state of the project.TinWoodman92
2023-06-11Initial version of dialoguer package.TinWoodman92
2023-06-02Merge branch 'master' into package_designTinWoodman92
2023-06-02Merge branch 'master' into launch_socketsTinWoodman92
2023-06-02Ignore design.txtTinWoodman92
2023-06-02Update README.mdTinWoodman92
2023-05-31clients now connect via sockets.TinWoodman92
2023-05-30WORK-IN-PROGRESS: Converting launcher and Python source file to interact via ↵TinWoodman92
sockets.
2023-05-30consolidated launchers for multithread.TinWoodman92