{"id":30857703,"url":"https://github.com/osaamaahmeed/libralink","last_synced_at":"2025-09-07T13:10:46.456Z","repository":{"id":313022825,"uuid":"902056461","full_name":"osaamaahmeed/LibraLink","owner":"osaamaahmeed","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-03T11:46:13.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T13:27:58.530Z","etag":null,"topics":["cpp","datastructures","datastructures-algorithms"],"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/osaamaahmeed.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-11T20:26:54.000Z","updated_at":"2025-09-03T11:46:16.000Z","dependencies_parsed_at":"2025-09-03T13:27:59.577Z","dependency_job_id":"ee82edfb-625c-4f8a-bfb7-5bea9ec9511d","html_url":"https://github.com/osaamaahmeed/LibraLink","commit_stats":null,"previous_names":["osaamaahmeed/libralink"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/osaamaahmeed/LibraLink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osaamaahmeed%2FLibraLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osaamaahmeed%2FLibraLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osaamaahmeed%2FLibraLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osaamaahmeed%2FLibraLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osaamaahmeed","download_url":"https://codeload.github.com/osaamaahmeed/LibraLink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osaamaahmeed%2FLibraLink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274040786,"owners_count":25212133,"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-07T02:00:09.463Z","response_time":67,"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":["cpp","datastructures","datastructures-algorithms"],"created_at":"2025-09-07T13:10:44.090Z","updated_at":"2025-09-07T13:10:46.444Z","avatar_url":"https://github.com/osaamaahmeed.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 LibraLink\n\nLibraLink is a simple C++ library management system that demonstrates basic linked list operations for managing books in a library. The project provides functionality to add, remove, search, sort, and display books using a doubly linked list structure.\n\n## ✨ Features\n\n- ➕ Add books to the head, tail, or a specific position in the library.\n- 🗑️ Remove books from the head, tail, by index, or by matching book details.\n- 🔎 Search for books by title, author, or publication year.\n- 🔃 Sort books by title, author, or publication year (ascending and descending).\n- 📖 Display all books or display in reverse order.\n- 🧹 Clear the library.\n- 🔢 Count the number of books.\n\n## 🚀 Usage\n\nThe main functionality is demonstrated in `main.cpp`. Compile and run the program to see how books are managed in the library.\n\n### Example\n\n```bash\ng++ main.cpp -o libra\n./libra\n```\n\n## 🏗️ Structure\n\n- `Book` class: Represents a book with title, author, publication year, and links to the next/previous books.\n- `Library` class: Manages the collection of books and provides all operations.\n\n## ⚙️ Requirements\n\n- C++ compiler (e.g., g++)\n\n## 📜 License\n\nThis project is for educational purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosaamaahmeed%2Flibralink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosaamaahmeed%2Flibralink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosaamaahmeed%2Flibralink/lists"}