{"id":18300070,"url":"https://github.com/r1walz/lru_implementation","last_synced_at":"2026-05-15T01:37:03.785Z","repository":{"id":97155092,"uuid":"181169223","full_name":"r1walz/lru_implementation","owner":"r1walz","description":"Implementation of some page replacement algorithms","archived":false,"fork":false,"pushed_at":"2019-04-17T10:14:00.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T07:34:02.258Z","etag":null,"topics":["cpp11","lru","python2"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r1walz.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":"2019-04-13T12:40:17.000Z","updated_at":"2019-04-17T10:13:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d237a88-71e3-48d1-a495-ffb3b1ed2df9","html_url":"https://github.com/r1walz/lru_implementation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r1walz/lru_implementation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Flru_implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Flru_implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Flru_implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Flru_implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r1walz","download_url":"https://codeload.github.com/r1walz/lru_implementation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1walz%2Flru_implementation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["cpp11","lru","python2"],"created_at":"2024-11-05T15:11:17.807Z","updated_at":"2026-05-15T01:37:03.769Z","avatar_url":"https://github.com/r1walz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LRU Implementation\n\nThis repository contains various implementations of common page-replacement algorithms.\n\n## Group 11\n\nThis is a cumulative effort of our group **#11**.\n\nEnr no. | Name\n-|-\n16115028 | Arihant Jain\n17114050 | Narendra Patel\n17114064 | Rohit Ashiwal\n16116043 | Parla Surendra Mani Kumar\n16116064 | Shrey Aggarwal\n16118078 | Shubhanshu Agarwal\n16116069 | Suyash Mahar\n\n\n## Requirements\n\n- g++ 7.3.0\n- make 4.1\n- python-tkinter\n- matplotlib\n\n## Install Dependencies\n\n```md\n1. $ apt install g++\n2. $ apt install make\n3. $ apt install python-tk\n4. $ python2 -m pip install --user matplotlib\n```\n\n## Setup and Running\n\n```md\n1. Clone the repository: $ git clone git@github.com:r1walz/lru_implementation\n2. cd lru_implementation\n3. $ make #[or make \u003cname-of-algorithm\u003e]\n4. ./\u003cname-of-algorithm\u003e \u003ctrace-file\u003e \u003cframe-size\u003e\n```\n\nTo clean up use `make clean`.\n\n## License\n\nThis project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1walz%2Flru_implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr1walz%2Flru_implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1walz%2Flru_implementation/lists"}