{"id":18853242,"url":"https://github.com/rahuldabgotra/learn","last_synced_at":"2026-04-15T14:35:08.345Z","repository":{"id":190422335,"uuid":"682563559","full_name":"rahuldabgotra/learn","owner":"rahuldabgotra","description":"Documentation my journey in learning various programming languages and technologies","archived":false,"fork":false,"pushed_at":"2025-02-09T07:40:03.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T04:55:21.478Z","etag":null,"topics":["cpp","java","python"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahuldabgotra.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,"zenodo":null}},"created_at":"2023-08-24T12:48:43.000Z","updated_at":"2025-02-09T07:40:07.000Z","dependencies_parsed_at":"2023-08-24T16:08:54.295Z","dependency_job_id":"6a0819db-179c-4c44-b022-c722752385da","html_url":"https://github.com/rahuldabgotra/learn","commit_stats":null,"previous_names":["rahuldabgotra/learning","rahuldabgotra/learn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahuldabgotra/learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldabgotra%2Flearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldabgotra%2Flearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldabgotra%2Flearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldabgotra%2Flearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahuldabgotra","download_url":"https://codeload.github.com/rahuldabgotra/learn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldabgotra%2Flearn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31846053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","java","python"],"created_at":"2024-11-08T03:43:29.999Z","updated_at":"2026-04-15T14:35:08.323Z","avatar_url":"https://github.com/rahuldabgotra.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn Repository\n\nWelcome to my **Learn Repository**! This is a practical space where I document my journey in learning various programming languages and technologies through code snippets, projects, and resources.\n\n## Introduction\n\nThis repository reflects my commitment to expanding my technical skills through hands-on experience. I actively engage in coding exercises, small projects, and experiments across different programming languages, organized into folders for easy navigation.\n\n## Table of Contents\n\n- [Repository Structure](#repository-structure)\n- [Installation and Setup](#installation-and-setup)\n- [How to Use](#how-to-use)\n- [How to Contribute](#how-to-contribute)\n- [Resources](#resources)\n- [Badges](#badges)\n- [License](#license)\n\n## Repository Structure\n\n```bash\n/learn\n├── labs\n│   ├── computer graphics\n│   │   ├── lab-01\n│   │   └── ...\n│   ├── cpp\n│   │   ├── lab-01\n│   │   └── ...\n│   ├── network security\n│   │   ├── lab-01\n│   │   └── ...\n│   ├── operating system\n│   │   ├── lab-01\n│   │   └── ...\n│   └── web development\n│       ├── lab-01\n│       └── ...\n├── cpp\n│   ├── programs\n│   └── projects\n├── java\n│   ├── programs\n│   └── projects\n└── python\n    ├── programs\n    └── projects\n```\n\n## Installation and Setup\n\n### Prerequisites\n\n- Ensure that the necessary compilers and interpreters for the respective programming languages are installed on your machine.\n\n### How to Clone the Repository\n\nClone this repository to your local machine using the following command:\n\n```bash\ngit clone https://github.com/your-username/LearnRepo.git\n```\n\n## How to Use\n\n1. Navigate to the respective language folder (C++, Java, or Python) to access the programs and projects.\n2. Each project may contain a README file with specific instructions on how to run or execute the code.\n3. In the labs directory, you will find folders dedicated to specific lab assignments or algorithms. Each folder contains the relevant code file for that lab, clearly named to indicate which lab it corresponds to.\n\n## How to Contribute\n\nContributions are welcome to improve and expand the repository. To contribute:\n\n1. **Fork the repository**.\n2. **Create a feature branch**:\n\n   ```bash\n   git checkout -b feature/your-feature\n   ```\n\n3. **Make your changes** and commit them.\n4. **Submit a pull request**.\n\n### Contribution Guidelines\n\n- Follow best coding practices for each programming language.\n- Ensure that the code is well-documented and includes comments where necessary.\n\n## Resources\n\nI have compiled helpful resources, including online tutorials, documentation, and articles relevant to the technologies I’m studying. Check them in the [Resources](resources.md) file.\n\n## Badges\n\n![C++](https://img.shields.io/badge/C%2B%2B-11-blue.svg) ![Java](https://img.shields.io/badge/Java-21-orange.svg) ![Python](https://img.shields.io/badge/Python-3.9-yellow.svg)\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuldabgotra%2Flearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahuldabgotra%2Flearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuldabgotra%2Flearn/lists"}