{"id":28824130,"url":"https://github.com/haroldoramirez/counter-strike-play","last_synced_at":"2026-05-06T08:33:37.204Z","repository":{"id":292897792,"uuid":"982303793","full_name":"haroldoramirez/counter-strike-play","owner":"haroldoramirez","description":"Esta aplicação tem como objetivo registrar e gerar estatísticas do desempenho de jogadores da comunidade de Counter Strike após o final de cada partida 5 x 5 ou também chamado de MIX.","archived":false,"fork":false,"pushed_at":"2026-01-25T19:59:33.000Z","size":78044,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T11:16:51.003Z","etag":null,"topics":["java-17","playframework","postgresql","sbt","scala"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haroldoramirez.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,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-12T17:17:46.000Z","updated_at":"2026-01-25T19:59:37.000Z","dependencies_parsed_at":"2025-05-12T18:37:26.402Z","dependency_job_id":"eb68024e-412b-4156-8607-27651970227f","html_url":"https://github.com/haroldoramirez/counter-strike-play","commit_stats":null,"previous_names":["haroldoramirez/counter-strike-play"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haroldoramirez/counter-strike-play","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldoramirez%2Fcounter-strike-play","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldoramirez%2Fcounter-strike-play/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldoramirez%2Fcounter-strike-play/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldoramirez%2Fcounter-strike-play/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haroldoramirez","download_url":"https://codeload.github.com/haroldoramirez/counter-strike-play/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldoramirez%2Fcounter-strike-play/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["java-17","playframework","postgresql","sbt","scala"],"created_at":"2025-06-19T01:05:03.284Z","updated_at":"2026-05-06T08:33:37.199Z","avatar_url":"https://github.com/haroldoramirez.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Counter Strike Stats with Playframework 3\n\nTo follow the steps in this tutorial, you will need the correct version of Java and sbt. The tutorial requires:\n\n* Java Software Developer's Kit (SE) 21\n* sbt 1.12.0\n\nTo check your Java version, enter the following in a command window:\n\n```bash\njava -version\n```\n\nTo check your sbt version, enter the following in a command window:\n\n```bash\nsbt sbtVersion\n```\n\nIf you do not have the required versions, follow these links to obtain them:\n\n* [Java SE](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)\n* [sbt](http://www.scala-sbt.org/download.html)\n\n## Build and run the project\n\nThis example Play project was created from a seed template. It includes all Play components and an Pekko HTTP server. The project is also configured with filters for Cross-Site Request Forgery (CSRF) protection and security headers.\n\nTo build and run the project:\n\n1. Use a command window to change into the example project directory, for example: `cd counter-strike-play`\n\n2. Build the project. Enter: `sbt run` or `./gradlew playRun`. The project builds and starts the embedded HTTP server. Since this downloads libraries and dependencies, the amount of time required depends partly on your connection's speed.\n\n3. After the message `Server started, ...` displays, enter the following URL in a browser: \u003chttp://localhost:9000\u003e\n\nThe Play application responds: `Welcome to Playframework 3 Project!`\n\n## Server backend\n\nBy default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.\nIn the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.\nFor more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).\n\n## Examples from Play 3 Repository\n\nFor more information, refer to the Play Framework 3 [github](https://github.com/playframework/play-samples).\n\n## Informações Adicionais\n\n1. O arquivo .csv deve conter um header conforme descrito abaixo:\n\n```code\nnome;qtdEliminacoes;qtdBaixas;qtdDano;porcentagemHS;statusPartida;qtdDanoUtilitario;qtdInimigosCegos\n```\n\n2. O nome do jogador sempre será persistido em caixa alta, isso evita problemas internos.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldoramirez%2Fcounter-strike-play","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharoldoramirez%2Fcounter-strike-play","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldoramirez%2Fcounter-strike-play/lists"}