{"id":21056942,"url":"https://github.com/fluent-plugins-nursery/winevt_c","last_synced_at":"2025-05-15T23:33:34.420Z","repository":{"id":45522284,"uuid":"190556348","full_name":"fluent-plugins-nursery/winevt_c","owner":"fluent-plugins-nursery","description":"Windows Event Log API binding from winevt.h. https://docs.microsoft.com/en-us/windows/desktop/api/_wes/","archived":false,"fork":false,"pushed_at":"2025-02-18T01:31:22.000Z","size":351,"stargazers_count":5,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-25T05:26:34.778Z","etag":null,"topics":["ruby","wevtapi-h","windows","windows-event-log"],"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/fluent-plugins-nursery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-06-06T09:41:17.000Z","updated_at":"2025-02-18T01:31:26.000Z","dependencies_parsed_at":"2024-08-19T05:03:04.243Z","dependency_job_id":null,"html_url":"https://github.com/fluent-plugins-nursery/winevt_c","commit_stats":{"total_commits":359,"total_committers":6,"mean_commits":"59.833333333333336","dds":0.5348189415041782,"last_synced_commit":"7d3e490b84574f7ff707902216315e6374b47446"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Fwinevt_c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Fwinevt_c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Fwinevt_c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Fwinevt_c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent-plugins-nursery","download_url":"https://codeload.github.com/fluent-plugins-nursery/winevt_c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442429,"owners_count":22071864,"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":["ruby","wevtapi-h","windows","windows-event-log"],"created_at":"2024-11-19T16:55:13.184Z","updated_at":"2025-05-15T23:33:29.325Z","avatar_url":"https://github.com/fluent-plugins-nursery.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# winevt_c\n\n[![Build status](https://ci.appveyor.com/api/projects/status/o5771b3cb6x3acq0/branch/master?svg=true)](https://ci.appveyor.com/project/cosmo0920/winevt-c-6145k/branch/master)\n\n## Prerequisites\n\n* Windows Vista/Windows Server 2008 or later.\n* gcc and g++ from MSYS2 for building C/C++ extension.\n* Ruby 2.4 or later with MSYS2.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'winevt_c'\n```\n\nAnd then execute:\n\n    $ ridk exec bundle\n\nOr install it yourself as:\n\n    $ ridk exec gem install winevt_c\n\n## Fat gems building\n\n* Docker is needed to build fat gem due to rake-compiler-dock uses docker container.\n\n## Usage\n\nUsage examples are found in [example directory](example).\n\n### Multilingual description\n\nCurrently, the following locales should be supported to output description:\n\nlocale    | language\n---------:|:--------\nbg\\_BG    | Bulgarian\nzh\\_CN    | Simplified Chinese\nzh\\_TW    | Traditional Chinese\nzh\\_HK    | Chinese (Hong Kong)\nzh\\_SG    | Chinese (Singapore)\nhr\\_HR    | Croatian\ncz\\_CZ    | Czech\nda\\_DK    | Danish\nnl\\_NL    | Dutch\nnl\\_BG    | Dutch (Belgium)\nen\\_US    | English (United States)\nen\\_GB    | English (UK)\nen\\_AU    | English (Australia)\nen\\_CA    | English (Canada)\nen\\_NZ    | English (New Zealand)\nen\\_IE    | English (Ireland)\nfi\\_FI    | Finnish\nfr\\_FR    | French\nfr\\_BE    | French (Belgium)\nfr\\_CA    | French (Canada)\nfr\\_CH    | French (Swiss)\nde\\_DE    | German\nde\\_CH    | German (Swiss)\nde\\_AT    | German (Austria)\nel\\_GR    | Greek (Ελληνικά)\nhu\\_HU    | Hungarian\nis\\_IS    | Icelandic\nit\\_IT    | Italian (Italy)\nit\\_CH    | Italian (Swiss)\nja\\_JP    | Japanese\nko\\_KO    | Korean\nno\\_NO    | Norwegian (Bokmål)\nnb\\_NO    | Norwegian (Bokmål)\nnn\\_NO    | Norwegian (Nynorsk)\npl\\_PL    | Polish (Poland)\npt\\_PT    | Portuguese\npt\\_BR    | Portuguese (Brazil)\nro\\_RO    | Romanian\nru\\_RU    | Russian (русский язык)\nsk\\_SK    | Slovak\nsl\\_SI    | Slovenian\nes\\_ES    | Spanish\nes\\_ES\\_T | Spanish (Traditional)\nes\\_MX    | Spanish (Mexico)\nes\\_ES\\_M | Spanish (Modern)\nsv\\_SE    | Swedish\ntr\\_TR    | Turkish\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/fluent-plugins-nursery/winevt_c.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-plugins-nursery%2Fwinevt_c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-plugins-nursery%2Fwinevt_c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-plugins-nursery%2Fwinevt_c/lists"}