{"id":19083445,"url":"https://github.com/emrd/java-get-disk-temp","last_synced_at":"2025-11-12T10:30:43.404Z","repository":{"id":250625621,"uuid":"834984633","full_name":"EmrD/java-get-disk-temp","owner":"EmrD","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-29T17:45:56.000Z","size":849,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:26:14.343Z","etag":null,"topics":["disk-usage","java","temperature","watch"],"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/EmrD.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":"2024-07-28T22:43:38.000Z","updated_at":"2024-08-19T13:48:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d503c5e-d51e-4db7-970e-4a3d059290d8","html_url":"https://github.com/EmrD/java-get-disk-temp","commit_stats":null,"previous_names":["emrd/java-get-disk-temp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/EmrD/java-get-disk-temp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fjava-get-disk-temp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fjava-get-disk-temp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fjava-get-disk-temp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fjava-get-disk-temp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmrD","download_url":"https://codeload.github.com/EmrD/java-get-disk-temp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fjava-get-disk-temp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284020984,"owners_count":26933838,"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-11-12T02:00:06.336Z","response_time":59,"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":["disk-usage","java","temperature","watch"],"created_at":"2024-11-09T02:47:32.261Z","updated_at":"2025-11-12T10:30:43.397Z","avatar_url":"https://github.com/EmrD.png","language":"Java","readme":"# Disk Temperature Dashboard\n\n## Overview\n\nThe **Disk Temperature App** is a Java application that provides a visual representation of disk temperatures using speedometer-style gauges. This application reads disk temperature data from a CSV file and displays it using dynamic gauges that update in real-time.\n\n### Features\n\n- **Speedometer-Style Gauges**: Visualize disk temperatures with a speedometer-like design.\n- **Real-Time Updates**: Automatically updates the gauges based on new temperature data.\n- **Disk ID Labels**: Clearly displays which disk each gauge corresponds to.\n\n## Prerequisites\n\nBefore running the application, ensure that you have the following installed:\n\n- [Java Development Kit (JDK) 11 or higher](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html)\n- [FlatLaf Look and Feel](https://www.formdev.com/flatlaf/)\n\n## Setup\n\n1. **Navigate to the Project Directory**:\n\n   ```bash\n   cd path/to/your/clone/dir\n   ```\n\n2. **Compile and Run the Application**:\n\n   Ensure you have all dependencies, then compile and run the application using your IDE or command line.\n\n   ```bash\n   javac -cp \"path/to/flatlaf.jar\" DiskInfoUI.java\n   java -cp \".;path/to/flatlaf.jar\" DiskInfoUI\n   ```\n\n3. **Run the PowerShell Script**:\n\n   - Place your `GetDiskInfo.ps1` script in the `src` directory.\n   - Ensure the script outputs the temperature data to `Desktop/output.csv`.\n\n## Usage\n\n1. **Start the Application**:\n   \n   Launch the application, and it will open a window displaying the disk temperature gauges.\n\n2. **Run the Script**:\n   \n   Click the \"Refresh\" button to execute the PowerShell script that gathers disk temperature data.\n\n3. **View the Gauges**:\n   \n   The gauges will update in real-time to reflect the current temperatures of your disks.\n\n## Code Explanation\n\n- **DiskInfoUI Class**: Contains the main GUI setup and handles the execution of the PowerShell script. It also reads the CSV data and updates the gauges.\n- **Speedometer Class**: Custom JPanel that renders a speedometer-style gauge. It displays the temperature values with a non-filled, line-only gauge design.\n\n## Contributing\n\nContributions are welcome! Please submit issues and pull requests on the GitHub repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fjava-get-disk-temp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrd%2Fjava-get-disk-temp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fjava-get-disk-temp/lists"}