{"id":16390837,"url":"https://github.com/jackkelly/disaggregation_msc_code","last_synced_at":"2025-08-15T14:07:19.187Z","repository":{"id":138839773,"uuid":"95094271","full_name":"JackKelly/disaggregation_MSc_code","owner":"JackKelly","description":"The C++ code for my Computing MSc energy disaggregation project","archived":false,"fork":false,"pushed_at":"2017-06-22T09:10:34.000Z","size":5634,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"graphAndDeltas","last_synced_at":"2025-06-16T08:59:12.846Z","etag":null,"topics":["disaggregation","electricity","electricity-consumption","msc-project","nilm","nilm-algorithms"],"latest_commit_sha":null,"homepage":"http://jackkelly.github.io/disaggregation_MSc_code/annotated.html","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/JackKelly.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}},"created_at":"2017-06-22T08:45:23.000Z","updated_at":"2017-06-22T09:09:52.000Z","dependencies_parsed_at":"2023-03-14T18:15:44.371Z","dependency_job_id":null,"html_url":"https://github.com/JackKelly/disaggregation_MSc_code","commit_stats":{"total_commits":156,"total_committers":1,"mean_commits":156.0,"dds":0.0,"last_synced_commit":"55d2113698cd39a5395808ad42a17c6edfd12742"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JackKelly/disaggregation_MSc_code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackKelly%2Fdisaggregation_MSc_code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackKelly%2Fdisaggregation_MSc_code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackKelly%2Fdisaggregation_MSc_code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackKelly%2Fdisaggregation_MSc_code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackKelly","download_url":"https://codeload.github.com/JackKelly/disaggregation_MSc_code/tar.gz/refs/heads/graphAndDeltas","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackKelly%2Fdisaggregation_MSc_code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579613,"owners_count":24610044,"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-08-15T02:00:12.559Z","response_time":110,"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":["disaggregation","electricity","electricity-consumption","msc-project","nilm","nilm-algorithms"],"created_at":"2024-10-11T04:44:27.448Z","updated_at":"2025-08-15T14:07:19.162Z","avatar_url":"https://github.com/JackKelly.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"The code for my 2011 MSc thesis.  The thesis can be downloaded from http://jack-kelly.com/files/writing/d_kelly_MSc_thesis.pdf\n\n#   DEPENDENCIES\n\n```\n1. Doxygen (developed against version 1.7.3)\n2. Boost   (developed against version 1.42.0.1)\n | \n +--- Boost String Algorithms Library\n |        http://www.boost.org/doc/libs/1_42_0/doc/html/string_algo.html\n |        \n +--- Boost Graph Library\n |        http://www.boost.org/doc/libs/1_42_0/libs/graph/doc/index.html\n |         \n +--- Boost Unit Test Framework\n |         http://www.boost.org/doc/libs/1_42_0/libs/test/doc/html/index.html\n |         \n \\--- Boost Program Options\n           http://www.boost.org/doc/libs/1_42_0/doc/html/program_options/\n           Must be compiled from source and explicitly linked to.\n           Details:\n              http://www.boost.org/doc/libs/1_42_0/more/getting_started/unix-variants.html#easy-build-and-install\n              http://www.boost.org/doc/libs/1_42_0/more/getting_started/unix-variants.html#link-your-program-to-a-boost-library\n```\n\n\n#   DOCUMENTATION\n\nHTML documentation is [available online](http://jackkelly.github.io/disaggregation_MSc_code/annotated.html).\n\nTo compile the documentation youself:\n\n1. change directory to doc/\n2. run 'doxygen' (you may have to install doxygen first! It is available from doxygen.org )\n3. Now point a web browser at doc/html/index.html \n\n\n# LICENSE\n\nMIT License\n\nCopyright (c) 2011 Jack Kelly\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkelly%2Fdisaggregation_msc_code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkelly%2Fdisaggregation_msc_code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkelly%2Fdisaggregation_msc_code/lists"}