{"id":20017365,"url":"https://github.com/devlarley/removeunnecessarybrackets","last_synced_at":"2025-08-16T18:08:52.052Z","repository":{"id":182278936,"uuid":"668236104","full_name":"DevLARLEY/RemoveUnnecessaryBrackets","owner":"DevLARLEY","description":"Created be me, this program removes all unnecessary brackets from a calculation ?1+(2+(3*4)+5)? (Question marks intentional)","archived":false,"fork":false,"pushed_at":"2023-12-21T21:30:00.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T03:15:55.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/DevLARLEY.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":"2023-07-19T10:38:01.000Z","updated_at":"2025-02-23T10:43:50.000Z","dependencies_parsed_at":"2025-01-12T15:44:21.395Z","dependency_job_id":"f5f11404-fedf-468c-a2c6-2f83cb1c70e9","html_url":"https://github.com/DevLARLEY/RemoveUnnecessaryBrackets","commit_stats":null,"previous_names":["devlarley/removeunnecessarybrackets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevLARLEY/RemoveUnnecessaryBrackets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLARLEY%2FRemoveUnnecessaryBrackets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLARLEY%2FRemoveUnnecessaryBrackets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLARLEY%2FRemoveUnnecessaryBrackets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLARLEY%2FRemoveUnnecessaryBrackets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevLARLEY","download_url":"https://codeload.github.com/DevLARLEY/RemoveUnnecessaryBrackets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLARLEY%2FRemoveUnnecessaryBrackets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270749228,"owners_count":24638685,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T08:15:42.350Z","updated_at":"2025-08-16T18:08:52.029Z","avatar_url":"https://github.com/DevLARLEY.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RemoveUnnecessaryBrackets\nCreated be me, this program removes all unnecessary brackets from a calculation ?1+(2+(3*4)+5)? (Question marks intentional). It will solve ANY calculation as long as it doesn't use spceial math-shortforms like: (1+1)(1+1) or 3(1+1) (multiplication operator is left out)\n\n# Requirements\nJDK 14.0.2 (Not working on JDK 11, 17).\nPlease note that when compiling the source file, the same Java version must be used to run the program.\n\n# Compiling \n\n```sh\njavac RemoveUnnecessaryBrackets.java\n```\n\n# Running\n\n```sh\njava RemoveUnnecessaryBrackets ?[CALCULATION]?\n```\n\n# Example Output\n\n```sh\n((3+4)+(5+6))+((7-8)*(9*(1*2))) --[43ms]-\u003e 3+4+5+6+(7-8)*9*(1*2)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlarley%2Fremoveunnecessarybrackets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlarley%2Fremoveunnecessarybrackets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlarley%2Fremoveunnecessarybrackets/lists"}