{"id":26242166,"url":"https://github.com/emonrezabd/data-analyzer","last_synced_at":"2026-04-21T08:31:20.931Z","repository":{"id":193997317,"uuid":"687449761","full_name":"EmonRezaBD/Data-Analyzer","owner":"EmonRezaBD","description":"This code base contains files for Data Analyzer software. I developed this software during my training period in FSM as a Software Engineer. Tech stack: MFC C++","archived":false,"fork":false,"pushed_at":"2023-09-21T07:48:16.000Z","size":24515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T18:28:01.728Z","etag":null,"topics":["automation","desktop-application","metrology-software","mfc","semiconductor","software-engineering"],"latest_commit_sha":null,"homepage":"","language":"C","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/EmonRezaBD.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-05T11:39:04.000Z","updated_at":"2023-09-21T06:20:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bd3407b-acc7-4f97-a7b2-5920c16c400f","html_url":"https://github.com/EmonRezaBD/Data-Analyzer","commit_stats":null,"previous_names":["emonrezabd/data-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmonRezaBD/Data-Analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmonRezaBD%2FData-Analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmonRezaBD%2FData-Analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmonRezaBD%2FData-Analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmonRezaBD%2FData-Analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmonRezaBD","download_url":"https://codeload.github.com/EmonRezaBD/Data-Analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmonRezaBD%2FData-Analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32083626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","desktop-application","metrology-software","mfc","semiconductor","software-engineering"],"created_at":"2025-03-13T09:49:46.282Z","updated_at":"2026-04-21T08:31:20.926Z","avatar_url":"https://github.com/EmonRezaBD.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Analyzer MFC App\n![GitHub Repo stars](https://img.shields.io/github/stars/EmonRezaBD/Data-Analyzer) ![GitHub repo size](https://img.shields.io/github/repo-size/EmonRezaBD/Data-Analyzer?color=red) \nInitial UI            |  Final UI\n:-------------------------:|:-------------------------:\n![Fig. 1](https://github.com/EmonRezaBD/Data-Analyzer/blob/main/InitialView.PNG)  |  ![Fig. 2](https://github.com/EmonRezaBD/Data-Analyzer/blob/main/FinalView.PNG)\n\n## :blue_book: App Description\nThis app is developed to get a good grasp on MFC C++ framework. All the basic features and their fully functional implementation can be found here. This repo can be helpful for the beginners of MFC C++.\nFeatures of this app-\n* Load file : A button to load a CSV file \n* Tab control: For creating different tabs for specific purpose\n* Tree control: For showing the headers of the CSV as a tree view\n* List control: Showing all the data columns wise as present in CSV file\n* Context menu: For selecting specific 02 columns\n* Chart control: To create and display the chart created from the selected 02 columns through context menu\n* Export data: To export data of selected 02 columns through context menu in a new CSV file\n* Export pdf: To export data and write in PDF file in any format ex. table, plain text, etc.\n\n## :file_folder: Table of Contents \n* \u003ccode\u003e[ChartCtrl](ChartCtrl)\u003c/code\u003e : Chart Control Library is used to generate 2D graphs in MFC. This library is designed for MFC C++.\n* \u003ccode\u003e[Debug](Debug) \u003c/code\u003e : Debugging object files\n* \u003ccode\u003e[libharu_x86-windows](libharu_x86-windows)\u003c/code\u003e : Libharu library is used for building PDF from scratch in MFC\n* \u003ccode\u003e[libpng_x86-windows](libpng_x86-windows) \u003c/code\u003e : For PDF building in MFC. Both of the folder is needed\n* \u003ccode\u003e [res](res)\u003c/code\u003e : Used resource files in this app. contains all the buttons, tabs etc.\n  \n## :gear: How to Build and Run the App\n* This app is builded using Visual Studio 2019\n* Download the repo and open using Visual Studio 2019, then run the software\n* For testing, one CSV file is given in this repo named \u003ccode\u003e[DemoProjectData.csv](DemoProjectData.csv)\u003c/code\u003e\n* Main file : DemoProjectDlg.cpp\n* Chart creating file : FirstDialog.cpp\n\nThank you for reading and reach out to me for any help regarding MFC. Happy coding :smile_cat:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femonrezabd%2Fdata-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femonrezabd%2Fdata-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femonrezabd%2Fdata-analyzer/lists"}