{"id":20431991,"url":"https://github.com/sauce-code/heldenstats","last_synced_at":"2026-06-01T08:32:37.120Z","repository":{"id":95805887,"uuid":"589311643","full_name":"sauce-code/heldenstats","owner":"sauce-code","description":"HeldenStats transforms the logfiles of the game Counter-Strike into a detailled statistic. Every Player is presented with its kills, deaths, weapons he used and many more features. The Output are HTML pages, which can be shown to the whole world easily in.","archived":false,"fork":false,"pushed_at":"2023-01-26T16:31:02.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T06:17:17.304Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sauce-code.png","metadata":{"files":{"readme":"README","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}},"created_at":"2023-01-15T19:04:20.000Z","updated_at":"2023-01-15T19:12:51.000Z","dependencies_parsed_at":"2023-03-04T21:30:18.137Z","dependency_job_id":null,"html_url":"https://github.com/sauce-code/heldenstats","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sauce-code/heldenstats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fheldenstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fheldenstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fheldenstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fheldenstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sauce-code","download_url":"https://codeload.github.com/sauce-code/heldenstats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fheldenstats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33767435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":[],"created_at":"2024-11-15T08:13:33.652Z","updated_at":"2026-06-01T08:32:37.116Z","avatar_url":"https://github.com/sauce-code.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"HeldenStats transforms logfiles of CounterStrike into a detailled statistic, I first wrote for my LAN parties to\nhave some stats, which can be a lot of fun. But after I saw the interest of some people, I included new features and\nat sometime made it available to the public, which was my first programming success, as I realized from the feedback.\n\nCompiling for Windows(MSVC):\n1. \tSet up Trolltech's QT Library correctly ( get it from www.trolltech.com)\n\tI used version 2.30 and i haven't tried the version so far, let me know if it still works :)\n2.\tCreate a new Console Project\n3.\tUnzip the Content of the source zip archive into the directory of your newly created project\n4.\tLink the following 2 libraries to your project : qtmain.lib and qt-mt230nc.lib(may have another name in newer versions)\n5.\tBe sure to set up your QT include directories or your compiler won't find the header files in my case : $(QTDIR)\\include\n6.\tDefine the following preprocessor directives : WIN32,_DEBUG,_WINDOWS,_MBCS,QT_DLL,UNICODE,QT_THREAD_SUPPORT\n7.\tCompile HeldenStats and pray to God that it works ;)\n8.\tYou will get some warning of this type:\n\twarning C4786: 'std::vector\u003cstd::basic_string\u003cchar,std::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e,std::allocator\u003cstd::basic_string\u003cchar,std::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e \u003e \u003e::vector\u003cstd::basi\n\tc_string\u003cchar,std::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e,std::allocator\u003cstd::basic_string\u003cchar,std::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e \u003e \u003e' : Bezeichner wurde auf '255' Zeichen in den Fehlerinformationen verk�rzt\n\twarning C4786: 'std::vector\u003cstd::vector\u003cstd::basic_string\u003cchar,std::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e,std::allocator\u003cstd::basic_string\u003cchar,std::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e \u003e \u003e,std::allocator\u003cstd::vector\u003cstd::basic_string\u003cchar,st\n\td::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e,std::allocator\u003cstd::basic_string\u003cchar,std::char_traits\u003cchar\u003e,std::allocator\u003cchar\u003e \u003e \u003e \u003e \u003e \u003e' : Bezeichner wurde auf '255' Zeichen in den Fehlerinformationen verk�rzt\n\t\n\tYou can ignore them or write \n\t#ifdef _MSC_VER\n\t#   pragma warning(disable:4786)\n\t#endif\n\nCompiling for Linux(kDevelop):\nFirst you need QT 2.3 or higher to compile, then create a new qt project and add the files from the archive, then try to compile.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauce-code%2Fheldenstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsauce-code%2Fheldenstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauce-code%2Fheldenstats/lists"}