{"id":25446569,"url":"https://github.com/inanyan/boolean-algebra","last_synced_at":"2025-11-01T23:30:31.540Z","repository":{"id":119195121,"uuid":"494798660","full_name":"InAnYan/boolean-algebra","owner":"InAnYan","description":"Boolean function truth table generator","archived":true,"fork":false,"pushed_at":"2022-05-21T14:53:38.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T17:57:33.099Z","etag":null,"topics":["boolean-algebra","console-application","truth-table"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InAnYan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-21T13:58:41.000Z","updated_at":"2025-02-11T12:57:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7f67db8-ea5d-444d-8559-0fa132b94ced","html_url":"https://github.com/InAnYan/boolean-algebra","commit_stats":null,"previous_names":["inanyan/boolean-algebra"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fboolean-algebra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fboolean-algebra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fboolean-algebra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fboolean-algebra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InAnYan","download_url":"https://codeload.github.com/InAnYan/boolean-algebra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239340494,"owners_count":19622704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boolean-algebra","console-application","truth-table"],"created_at":"2025-02-17T17:57:35.188Z","updated_at":"2025-11-01T23:30:31.497Z","avatar_url":"https://github.com/InAnYan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\nSimple truth table generator.\nWRITTEN FOR EDUCATIONAL PURPOSES.\n## Output\n    Boolean function truth table generator\n    Copyright(C) 2022 Ruslan Popov \u003cruslanpopov1512@gmail.com\u003e\n    \n    Enter operation:\n    1. Generate truth table for one function\n    2. Compare two functions\n    3. Exit\n    Enter number [1-3]: 2\n\n    Functions must have same variables\n    Enter first function: a*b+b*c+a*c\n    Enter second function: a^b^c\n    \n         a*b+b*c+a*c                a^b^c\n    ---------------------   ---------------------\n    |   a|   b|   c|func|   |   a|   b|   c|func|\n    |----|----|----|----|   |----|----|----|----|\n    |   0|   0|   0|   0|   |   0|   0|   0|   0|\n    |----|----|----|----|   |----|----|----|----|\n    |   0|   0|   1|   0|   |   0|   0|   1|   1|\n    |----|----|----|----|   |----|----|----|----|\n    |   0|   1|   0|   0|   |   0|   1|   0|   1|\n    |----|----|----|----|   |----|----|----|----|\n    |   0|   1|   1|   1|   |   0|   1|   1|   0|\n    |----|----|----|----|   |----|----|----|----|\n    |   1|   0|   0|   0|   |   1|   0|   0|   1|\n    |----|----|----|----|   |----|----|----|----|\n    |   1|   0|   1|   1|   |   1|   0|   1|   0|\n    |----|----|----|----|   |----|----|----|----|\n    |   1|   1|   0|   1|   |   1|   1|   0|   0|\n    |----|----|----|----|   |----|----|----|----|\n    |   1|   1|   1|   1|   |   1|   1|   1|   1|\n    ---------------------   ---------------------\n## Syntax\n- Variables must be one character long.\n- All boolean operators must be written explicitly.\n- OR: +\n- XOR: ^\n- AND: * , \u0026\n- NOT: ! , ~ , -\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finanyan%2Fboolean-algebra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finanyan%2Fboolean-algebra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finanyan%2Fboolean-algebra/lists"}