{"id":27140406,"url":"https://github.com/1810suman/scientific_calculator","last_synced_at":"2026-04-28T18:32:25.344Z","repository":{"id":286269316,"uuid":"960910095","full_name":"1810suman/Scientific_Calculator","owner":"1810suman","description":"A Java Swing-based scientific calculator with custom UI, dark mode, history log, and support for advanced functions, expression parsing, constants, and parentheses evaluation.","archived":false,"fork":false,"pushed_at":"2025-04-05T11:07:40.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:29:51.398Z","etag":null,"topics":["arithmetic-operations","java","javaswing","scientificcalculator"],"latest_commit_sha":null,"homepage":"","language":null,"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/1810suman.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":"2025-04-05T10:33:59.000Z","updated_at":"2025-04-05T11:07:44.000Z","dependencies_parsed_at":"2025-04-05T12:15:16.407Z","dependency_job_id":null,"html_url":"https://github.com/1810suman/Scientific_Calculator","commit_stats":null,"previous_names":["1810suman/scientific_calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1810suman%2FScientific_Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1810suman%2FScientific_Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1810suman%2FScientific_Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1810suman%2FScientific_Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1810suman","download_url":"https://codeload.github.com/1810suman/Scientific_Calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785943,"owners_count":20995644,"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":["arithmetic-operations","java","javaswing","scientificcalculator"],"created_at":"2025-04-08T05:52:02.499Z","updated_at":"2026-04-28T18:32:25.304Z","avatar_url":"https://github.com/1810suman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbody\u003e\n\n  \u003ch1\u003e🔢 Scientific Calculator\u003c/h1\u003e\n\n  \u003cp\u003e\n    This project is a fully functional \u003cstrong\u003eScientific Calculator\u003c/strong\u003e built using \u003cstrong\u003eJava Swing\u003c/strong\u003e. It combines both standard and advanced mathematical capabilities with a sleek, user-friendly interface. It is ideal for students, professionals, and anyone looking for a reliable offline calculator application.\n  \u003c/p\u003e\n\n  \u003ch2\u003e🌟 Key Features\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eBasic arithmetic operations: \u003ccode\u003e+, -, ×, ÷\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eScientific functions: \u003ccode\u003esin, cos, tan, ln, exp, √\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eConstants like \u003ccode\u003eπ\u003c/code\u003e and support for exponentiation (\u003ccode\u003e^\u003c/code\u003e)\u003c/li\u003e\n    \u003cli\u003eFull support for parentheses and nested expressions\u003c/li\u003e\n    \u003cli\u003eHistory panel to view previous calculations\u003c/li\u003e\n    \u003cli\u003eToggle between Light Mode and Dark Mode\u003c/li\u003e\n    \u003cli\u003eResponsive, compact layout using \u003ccode\u003eGridLayout\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eReal-time input and display formatting\u003c/li\u003e\n    \u003cli\u003eCustom button rendering and clean modern UI\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e🖼️ User Interface\u003c/h2\u003e\n  \u003cp\u003e\n    The UI is divided into 3 main sections:\n  \u003c/p\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eDisplay Panel\u003c/strong\u003e: Shows the current input and result\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eButton Grid\u003c/strong\u003e: Calculator keys arranged in a 7x4 grid layout\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eHistory Log\u003c/strong\u003e: Scrollable area to track past expressions and outputs\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e🛠️ Technologies Used\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eJava\u003c/strong\u003e - Core programming language\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eSwing\u003c/strong\u003e - For GUI design\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eAWT\u003c/strong\u003e - For basic event handling and graphics\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e🚀 Getting Started\u003c/h2\u003e\n  \u003cp\u003eTo run this project locally:\u003c/p\u003e\n  \u003col\u003e\n    \u003cli\u003eEnsure \u003cstrong\u003eJava JDK 8 or later\u003c/strong\u003e is installed\u003c/li\u003e\n    \u003cli\u003eClone or download this repository\u003c/li\u003e\n    \u003cli\u003eOpen the project in your IDE (Eclipse, IntelliJ, etc.)\u003c/li\u003e\n    \u003cli\u003eRun the \u003ccode\u003eScientificCalculator.java\u003c/code\u003e file\u003c/li\u003e\n  \u003c/ol\u003e\n\n  \u003ch2\u003e📋 Example Expressions Supported\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ccode\u003esin(30) + cos(45)\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003e(2 + 3) * 4\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eexp(2) + ln(10)\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003e√(25) + 3^2\u003c/code\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e🎨 Dark Mode\u003c/h2\u003e\n  \u003cp\u003e\n    From the menu bar, select \u003cstrong\u003eView → Toggle Dark Mode\u003c/strong\u003e to switch between themes.\n    Button colors and display background adapt accordingly.\n  \u003c/p\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1810suman%2Fscientific_calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1810suman%2Fscientific_calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1810suman%2Fscientific_calculator/lists"}