{"id":21650154,"url":"https://github.com/jaytwolab/getenvvalue-qt","last_synced_at":"2026-01-28T23:01:39.265Z","repository":{"id":96136740,"uuid":"403314891","full_name":"JayTwoLab/GetEnvValue-Qt","owner":"JayTwoLab","description":"Get OS environment value (using Qt)","archived":false,"fork":false,"pushed_at":"2024-08-29T04:36:55.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T06:42:03.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jaytwolab.github.io/GetEnvValue-Qt/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JayTwoLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-09-05T13:24:25.000Z","updated_at":"2024-08-29T04:37:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"4372de08-9291-4aa4-bba7-daedf343629e","html_url":"https://github.com/JayTwoLab/GetEnvValue-Qt","commit_stats":null,"previous_names":["jaytwolab/getenvvalue-qt"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JayTwoLab/GetEnvValue-Qt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayTwoLab%2FGetEnvValue-Qt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayTwoLab%2FGetEnvValue-Qt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayTwoLab%2FGetEnvValue-Qt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayTwoLab%2FGetEnvValue-Qt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayTwoLab","download_url":"https://codeload.github.com/JayTwoLab/GetEnvValue-Qt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayTwoLab%2FGetEnvValue-Qt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28854420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-25T07:38:29.859Z","updated_at":"2026-01-28T23:01:39.248Z","avatar_url":"https://github.com/JayTwoLab.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GetEnvValue-Qt\n\n- Get environment value using Qt\n\n- C++ 17 or higher version \n\n## namespace \n\n- ```j2::Qt6```\n\n## GetOSPath()\n\n- example code\n\n```cpp\n// main.cpp\n\n#include \u003cQCoreApplication\u003e\n#include \u003cQDebug\u003e\n\n#include \"GetEnv.h\"\n\nint main(int argc, char *argv[])\n{\n    QCoreApplication a(argc, argv);\n\n    QStringList pathList = j2::Qt6::GetOSPath();\n    foreach (QString pathName, pathList)\n    {\n        qDebug() \u003c\u003c pathName;\n    }\n\n    return 0; \n}\n```\n\n## License\n\n- GetEnvValue-Qt is under MIT License. https://github.com/j2doll/GetEnvValue-Qt\n- This is a part of j2 library.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaytwolab%2Fgetenvvalue-qt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaytwolab%2Fgetenvvalue-qt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaytwolab%2Fgetenvvalue-qt/lists"}