{"id":23106026,"url":"https://github.com/jvsmota/beecrowd","last_synced_at":"2025-04-03T22:25:12.177Z","repository":{"id":251121760,"uuid":"833666051","full_name":"JVSMOTA/Beecrowd","owner":"JVSMOTA","description":"Repositório para armazenamento de respostas do Beecrowd para exercitar lógica de programação.","archived":false,"fork":false,"pushed_at":"2025-03-03T23:00:04.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T00:18:52.926Z","etag":null,"topics":["beecrowd-solutions","java","sql"],"latest_commit_sha":null,"homepage":"","language":"Java","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/JVSMOTA.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":"2024-07-25T13:56:24.000Z","updated_at":"2025-03-03T23:00:07.000Z","dependencies_parsed_at":"2024-09-14T13:56:25.458Z","dependency_job_id":"b0a9758b-3f31-4c31-8c9b-745dc95037a6","html_url":"https://github.com/JVSMOTA/Beecrowd","commit_stats":null,"previous_names":["jvsmota/beecrowd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JVSMOTA%2FBeecrowd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JVSMOTA%2FBeecrowd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JVSMOTA%2FBeecrowd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JVSMOTA%2FBeecrowd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JVSMOTA","download_url":"https://codeload.github.com/JVSMOTA/Beecrowd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247087599,"owners_count":20881420,"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":["beecrowd-solutions","java","sql"],"created_at":"2024-12-17T00:57:25.154Z","updated_at":"2025-04-03T22:25:12.166Z","avatar_url":"https://github.com/JVSMOTA.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beecrowd\n\n\u003cdiv align=\"right\"\u003e\n\n[![Hits](https://hits.sh/github.com/JVSMOTA/Beecrowd.svg)](https://hits.sh/github.com/JVSMOTA/Beecrowd/)\n\n\u003c/div\u003e\n\n## 📝 Sobre\n\nEste repositório armazena meus códigos de resposta de exercícios fornecidos do [Beecrowd](https://judge.beecrowd.com/). Deixei as respostas dentro de seus respectivos diretórios nomeados pelo código da questão, no qual está seu código-fonte de estado final.\n\n## 🏗️ Organização do Repositório\n\nO repositório está organizado por nível e seus exercícios. Cada diretório corresponde a um nível, no qual, dentro dele estarão os exercício já concluídos. Dentro de cada diretório de exercício, você encontrará o código do exercício presente.\n\n```txt\n├── bin\n│   ├── new\n│   ├── run\n├── Begginer\n│   ├── 1000\n│   │   ├── Main.java\n│   ├── 1001\n│   │   ├── Main.java\n├── Strings\n│   ├── ...\n│── ...\n```\n\n## 🚀 Como funciona\n\nPara criar uma questão, use o script [new](bin/new), usando:\n\n```bash\nnew Begginer/1000/\n```\n\nPara executar a questão, use o script [run](bin/run), usando:\n\n```bash\nrun Begginer/1000/\nHello World!\n```\n\nou \n\n```bash\nrun Begginer/1000/Main.java\nHello World!\n```\n\n## 🔧 Como tornar os Scripts executáveis\n\nTorne os scripts executáveis.\n\n```bash\nchmod +x bin/new bin/run\n```\n\nConfigure seu ambiente de terminal para incluir automaticamente o diretório `Beecrowd/bin` no PATH toda vez que um novo terminal Bash for aberto.\n\n```bash\necho 'export PATH=$PATH:~/Github/Beecrowd/bin' \u003e\u003e ~/.bashrc\n```\n\n\u003e [!IMPORTANT] \n\u003e Note que o caminho de execução está `~/Github/Beecrowd/bin`, e no seu caso, caso queria replicar, você deve colocar o caminho do seu `/bin` da sua árvore de arquivos.\n\u003e \n\nPara carregar mudanças no bash:\n\n```bash\nsource ~/.bashrc\n```\n\n\u003cdiv align=\"center\"\u003e\n\nLembre-se: \"Disciplina é igual a Liberdade\", então, liberte-se.\n\n\u003cp\u003e \n\nDeseja entrar em contato comigo? Envie um **email** para: [jvmota.sb@gmail.com](mailto:jvmota.sb@gmail.com), ou acesse os **links abaixo**:\n\n\u003c/p\u003e\n\n[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/jvsmota/)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvsmota%2Fbeecrowd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvsmota%2Fbeecrowd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvsmota%2Fbeecrowd/lists"}