{"id":15468852,"url":"https://github.com/levongh/singleton","last_synced_at":"2025-04-03T20:46:24.396Z","repository":{"id":161116749,"uuid":"69761545","full_name":"levongh/singleton","owner":"levongh","description":"The singleton pattern is a software design pattern that restricts the instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. ","archived":false,"fork":false,"pushed_at":"2018-05-22T05:57:59.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T09:12:34.301Z","etag":null,"topics":[],"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/levongh.png","metadata":{"files":{"readme":"README","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":"2016-10-01T20:17:26.000Z","updated_at":"2018-05-22T05:58:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"442b046d-aa28-496c-b37f-20b5ffb4c7ef","html_url":"https://github.com/levongh/singleton","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"c39f448f409b3c27b0ebed24757bcdc06e8a9d8e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levongh%2Fsingleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levongh%2Fsingleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levongh%2Fsingleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levongh%2Fsingleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levongh","download_url":"https://codeload.github.com/levongh/singleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247078803,"owners_count":20879951,"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":[],"created_at":"2024-10-02T01:45:15.474Z","updated_at":"2025-04-03T20:46:24.381Z","avatar_url":"https://github.com/levongh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Intent:\n    Ensure a class has only one instance, and provide a global point of access to it.\n    Encapsulate \"just-in-time\" or \"initialization on first use\"\n\nThe Problem:\n    Application needs one, and only one, instance of an object.\n    Additionaly, lazy initialization and blobal access are necessary\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevongh%2Fsingleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevongh%2Fsingleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevongh%2Fsingleton/lists"}