{"id":18084497,"url":"https://github.com/endel/googlecodejam","last_synced_at":"2025-04-12T20:08:46.939Z","repository":{"id":2941768,"uuid":"3954600","full_name":"endel/googlecodejam","owner":"endel","description":"Google Code Jam - Runner Utility for Ruby","archived":false,"fork":false,"pushed_at":"2012-04-07T02:44:44.000Z","size":113,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T20:08:31.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"bugfixer.endel.me/2012/04/07/use-ruby-on-google-code-jam/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"vakata/jstree","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/endel.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}},"created_at":"2012-04-07T00:07:06.000Z","updated_at":"2015-05-01T14:02:18.000Z","dependencies_parsed_at":"2022-08-06T13:00:36.258Z","dependency_job_id":null,"html_url":"https://github.com/endel/googlecodejam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fgooglecodejam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fgooglecodejam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fgooglecodejam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fgooglecodejam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endel","download_url":"https://codeload.github.com/endel/googlecodejam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625493,"owners_count":21135513,"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":"2024-10-31T15:07:00.465Z","updated_at":"2025-04-12T20:08:46.914Z","avatar_url":"https://github.com/endel.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Google Code Jam - Runner Utility for Ruby\n====\n\nGet the output of tour Google Code Jam algorithms even more easily with this gem.\n\nHow to use\n---\n\nInstall the gem:\n\n    gem install googlecodejam\n\nWrite a class to resolve single entries of the problem, like this:\n\n    # reverse_words.rb\n    class ReverseWords\n      def run(line)\n        line.split(' ').reverse.join(' ')\n      end\n    end\n\nRun the utility by giving the source algorithm and input file (downloaded from Google Code Jam problem description)\n\n    googlecodejam -s reverse_words.rb  -i B-small-practice.in\n\nSo you'll see the following output:\n\n    Running...\n    Output written in: \"B-small-practice.out\"\n    Finished in 0.000712ms.\n\nHave fun!\n\nLicense\n---\n\nThis gem is distributed under the MIT license. Please see the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fgooglecodejam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendel%2Fgooglecodejam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fgooglecodejam/lists"}