{"id":24517699,"url":"https://github.com/shane-staret/simplebinarycalculator","last_synced_at":"2025-03-15T11:10:51.671Z","repository":{"id":70001294,"uuid":"120538239","full_name":"shane-staret/SimpleBinaryCalculator","owner":"shane-staret","description":"A Java binary calculator based on a system of gates","archived":false,"fork":false,"pushed_at":"2018-02-19T18:17:53.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T01:36:41.029Z","etag":null,"topics":["adder","assembly","assembly-language-programming","binary","binary-addition","calculator","calculator-application","half-adder","java","twos-complement","unsigned-integers"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shane-staret.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-02-06T23:53:09.000Z","updated_at":"2024-11-05T22:42:08.000Z","dependencies_parsed_at":"2023-02-22T10:30:22.210Z","dependency_job_id":null,"html_url":"https://github.com/shane-staret/SimpleBinaryCalculator","commit_stats":null,"previous_names":["shane-staret/simplebinarycalculator","shanestaret/simplebinarycalculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shane-staret%2FSimpleBinaryCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shane-staret%2FSimpleBinaryCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shane-staret%2FSimpleBinaryCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shane-staret%2FSimpleBinaryCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shane-staret","download_url":"https://codeload.github.com/shane-staret/SimpleBinaryCalculator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719399,"owners_count":20336607,"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":["adder","assembly","assembly-language-programming","binary","binary-addition","calculator","calculator-application","half-adder","java","twos-complement","unsigned-integers"],"created_at":"2025-01-22T01:34:54.859Z","updated_at":"2025-03-15T11:10:51.631Z","avatar_url":"https://github.com/shane-staret.png","language":"Java","readme":"# SimpleBinaryCalculator\nThis is a simple Java based binary calculator based on software emulated gates. Our application will support up to 8 bit binary values supporting addition and subtraction of any value within 8 bits.\n\nThe project is split into three portions:\n\n* The Adder\n* The Complementor\n* The Registers\n\nEach of these systems will be developed in a separate branch and merged when each branch has completed their work.\n\n**Data Exchange between classes**\n\n* Any data that will be exchanged between two or more parts of the program will be sent as an array of 8 boolean values. \n* True representing a 1 and false representing a 0 in bolean values. \n* The left most column of the array, position 0 in Java will represent the most significant digit of our binary number.\n\n**Expectations of classes**\n\n* The **adder** will blindly add any two numbers and return the result in an array\n\t* If the application is subtracting two numbers the adder will be passed a properly sighned value so that the resulltant is correct\n\n* The **complementor** will perform any complemtning steps necesary as well as performing a twos complement operation if subtraction is to be carried out\n* The **register** will support three different registers\n\t* The subtrahend or addend\n\t* The minuend or addend\n\t* The summand\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshane-staret%2Fsimplebinarycalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshane-staret%2Fsimplebinarycalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshane-staret%2Fsimplebinarycalculator/lists"}