{"id":17548506,"url":"https://github.com/neiljohari/eecs280-lab08-simple_string","last_synced_at":"2025-09-03T05:36:43.172Z","repository":{"id":135170413,"uuid":"310729560","full_name":"neiljohari/eecs280-lab08-Simple_String","owner":"neiljohari","description":"Marked up solution of a practice problem shown during Lab08.","archived":false,"fork":false,"pushed_at":"2020-11-06T23:45:26.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-29T06:14:04.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/neiljohari.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":"2020-11-06T23:44:24.000Z","updated_at":"2020-11-06T23:45:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"c961b0bc-6527-44b4-8d61-886ed71056d9","html_url":"https://github.com/neiljohari/eecs280-lab08-Simple_String","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neiljohari/eecs280-lab08-Simple_String","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neiljohari%2Feecs280-lab08-Simple_String","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neiljohari%2Feecs280-lab08-Simple_String/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neiljohari%2Feecs280-lab08-Simple_String/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neiljohari%2Feecs280-lab08-Simple_String/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neiljohari","download_url":"https://codeload.github.com/neiljohari/eecs280-lab08-Simple_String/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neiljohari%2Feecs280-lab08-Simple_String/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273397761,"owners_count":25098233,"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-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2024-10-21T02:07:56.858Z","updated_at":"2025-09-03T05:36:43.140Z","avatar_url":"https://github.com/neiljohari.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EECS 280 SimpleString Example\n\n_Note:_ This repository is **not** solution code for Lab08. This is a documented\nsolution for a practice problem shown during my EECS280 lab section for Lab08.\n\nThis is a good example of how to use the Big 3 to effectively create your own\nlightweight version of std::string. It is not nearly as efficient (doesn't take\nadvantage of c++11 move semantics), but it is a great example tying together\nmany concepts like C-Style strings, dynamically allocated memory, `delete` vs\n`delete[]`, copy ctor, assignment operator, default parameters, etc.\n\nI encourage you to play around in `main.cpp`. I provided a Makefile so it should\nbe as easy as running `make` to compile the code (the executable will, by\ndefault, be called `solution`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneiljohari%2Feecs280-lab08-simple_string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneiljohari%2Feecs280-lab08-simple_string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneiljohari%2Feecs280-lab08-simple_string/lists"}