{"id":29308881,"url":"https://github.com/nullbeam/upc-algoritmos-structuras-datos","last_synced_at":"2025-07-07T07:18:57.493Z","repository":{"id":156958388,"uuid":"624674742","full_name":"nullbeam/upc-algoritmos-structuras-datos","owner":"nullbeam","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-12T17:58:02.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-17T00:04:12.988Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullbeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2023-04-07T02:03:21.000Z","updated_at":"2024-04-17T00:04:12.989Z","dependencies_parsed_at":"2023-07-25T06:40:10.948Z","dependency_job_id":null,"html_url":"https://github.com/nullbeam/upc-algoritmos-structuras-datos","commit_stats":null,"previous_names":["nullbeam/upc-algoritmos-structuras-datos"],"tags_count":0,"template":false,"template_full_name":"microsoft/vscode-remote-try-cpp","purl":"pkg:github/nullbeam/upc-algoritmos-structuras-datos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullbeam%2Fupc-algoritmos-structuras-datos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullbeam%2Fupc-algoritmos-structuras-datos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullbeam%2Fupc-algoritmos-structuras-datos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullbeam%2Fupc-algoritmos-structuras-datos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullbeam","download_url":"https://codeload.github.com/nullbeam/upc-algoritmos-structuras-datos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullbeam%2Fupc-algoritmos-structuras-datos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264032599,"owners_count":23546821,"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","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":"2025-07-07T07:18:37.716Z","updated_at":"2025-07-07T07:18:57.486Z","avatar_url":"https://github.com/nullbeam.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Try Out Development Containers: C++\r\n\r\n[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/vscode-remote-try-cpp)\r\n\r\nA **development container** is a running container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with **[GitHub Codespaces](https://github.com/features/codespaces)** or **[Visual Studio Code Dev Containers](https://aka.ms/vscode-remote/containers)**.\r\n\r\nThis is a sample project that lets you try out either option in a few easy steps. We have a variety of other [vscode-remote-try-*](https://github.com/search?q=org%3Amicrosoft+vscode-remote-try-\u0026type=Repositories) sample projects, too.\r\n\r\n\u003e **Note:** If you already have a Codespace or dev container, you can jump to the [Things to try](#things-to-try) section.\r\n\r\n## Setting up the development container\r\n\r\n### GitHub Codespaces\r\nFollow these steps to open this sample in a Codespace:\r\n1. Click the **Code** drop-down menu.\r\n2. Click on the **Codespaces** tab.\r\n3. Click **Create codespace on main** .\r\n\r\nFor more info, check out the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace).\r\n\r\n### VS Code Dev Containers\r\n\r\nIf you already have VS Code and Docker installed, you can click the badge above or [here](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/vscode-remote-try-cpp) to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.\r\n\r\nFollow these steps to open this sample in a container using the VS Code Dev Containers extension:\r\n\r\n1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).\r\n\r\n2. To use this repository, you can either open the repository in an isolated Docker volume:\r\n\r\n    - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Dev Containers: Try a Sample...** command.\r\n    - Choose the \"C++\" sample, wait for the container to start, and try things out!\r\n        \u003e **Note:** Under the hood, this will use the **Dev Containers: Clone Repository in Container Volume...** command to clone the source code in a Docker volume instead of the local filesystem. [Volumes](https://docs.docker.com/storage/volumes/) are the preferred mechanism for persisting container data.\r\n\r\n   Or open a locally cloned copy of the code:\r\n\r\n   - Clone this repository to your local filesystem.\r\n   - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Dev Containers: Open Folder in Container...** command.\r\n   - Select the cloned copy of this folder, wait for the container to start, and try things out!\r\n\r\n## Things to try\r\n\r\nOnce you have this sample opened, you'll be able to work with it like you would locally.\r\n\r\nSome things to try:\r\n\r\n1. **Edit:**\r\n   - Open `main.cpp`\r\n   - Try adding some code and check out the language features.\r\n   - Make a spelling mistake and notice it is detected. The [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension was automatically installed because it is referenced in `.devcontainer/devcontainer.json`.\r\n   - Also notice that utilities like `Vcpkg` and the [C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) extension are installed. Tools are installed in the `mcr.microsoft.com/devcontainers/cpp` image and Dev Container settings and metadata are automatically picked up from [image labels](https://containers.dev/implementors/reference/#labels).\r\n\r\n1. **Terminal:** Press \u003ckbd\u003ectrl\u003c/kbd\u003e+\u003ckbd\u003eshift\u003c/kbd\u003e+\u003ckbd\u003e\\`\u003c/kbd\u003e and type `uname` and other Linux commands from the terminal window.\r\n\r\n1. **Build, Run, and Debug:**\r\n   - Open `main.cpp`\r\n   - Add a breakpoint (e.g. on line 7).\r\n   - Press \u003ckbd\u003eF5\u003c/kbd\u003e to launch the app in the container.\r\n   - Once the breakpoint is hit, try hovering over variables, examining locals, and more.\r\n\r\n1. **Install the GitHub CLI using a Dev Container Feature:**\r\n   - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Dev Containers: Configure Container Features...** or **Codespaces: Configure Container Features...** command.\r\n   - Type \"github\" in the text box at the top.\r\n   - Check check box next to \"GitHub CLI\" (published by devcontainers) \r\n   - Click OK\r\n   - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Dev Containers: Rebuild Container** or **Codespaces: Rebuild Container** command so the modifications are picked up.\r\n\r\n## Contributing\r\n\r\nThis project welcomes contributions and suggestions. Most contributions require you to agree to a\r\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\r\n\r\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\r\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\r\nprovided by the bot. You will only need to do this once across all repos using our CLA.\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\r\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n## License\r\n\r\nCopyright © Microsoft Corporation All rights reserved.\u003cbr /\u003e\r\nLicensed under the MIT License. See LICENSE in the project root for license information.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullbeam%2Fupc-algoritmos-structuras-datos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullbeam%2Fupc-algoritmos-structuras-datos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullbeam%2Fupc-algoritmos-structuras-datos/lists"}