{"id":23881380,"url":"https://github.com/luishgh/competitive-companion.el","last_synced_at":"2026-06-19T19:02:18.930Z","repository":{"id":269612312,"uuid":"907988585","full_name":"luishgh/competitive-companion.el","owner":"luishgh","description":"Emacs integration with https://github.com/jmerle/competitive-companion","archived":false,"fork":false,"pushed_at":"2026-03-14T21:27:57.000Z","size":137,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T06:41:42.882Z","etag":null,"topics":["atcoder","codeforces","competitive-programming","emacs","emacs-package","icpc"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/luishgh.png","metadata":{"files":{"readme":"README.org","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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-24T19:44:10.000Z","updated_at":"2026-01-16T15:11:50.000Z","dependencies_parsed_at":"2024-12-24T20:26:07.136Z","dependency_job_id":"a114bfd8-d0c6-4fa9-8fdd-a5f07c8241cb","html_url":"https://github.com/luishgh/competitive-companion.el","commit_stats":null,"previous_names":["luishgh/competitive-companion.el"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luishgh/competitive-companion.el","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luishgh%2Fcompetitive-companion.el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luishgh%2Fcompetitive-companion.el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luishgh%2Fcompetitive-companion.el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luishgh%2Fcompetitive-companion.el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luishgh","download_url":"https://codeload.github.com/luishgh/competitive-companion.el/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luishgh%2Fcompetitive-companion.el/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544413,"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-19T02:00:06.005Z","response_time":61,"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":["atcoder","codeforces","competitive-programming","emacs","emacs-package","icpc"],"created_at":"2025-01-04T01:45:16.648Z","updated_at":"2026-06-19T19:02:18.924Z","avatar_url":"https://github.com/luishgh.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Competitive Companion for Emacs\n\nSimple Emacs integration with [[https://github.com/jmerle/competitive-companion][competitive companion]].\n\n[[https://github.com/luishgh/Dotfiles/blob/master/Emacs.org#competitive-companion][My personal configuration]], you may take it as a slightly undocumented inspiration for yours.\n\n** Features\n\n- Automatically download all task's sample test cases.\n- Generate task's implementation file with user's template.\n- Run program against all test cases, see wrong answers in pop-up (help) buffer.\n- Add/remove/edit test cases easily.\n- Support to multiple programming languages.\n- Detect basic verdicts (AC, WA, RTE)\n- Native =evil-mode= support!\n\n** Planned features\n\nThese are the features which would be nice to have on the future, not necessarily where I'm working next:\n\n- [ ] Support more verdicts (TLE, MLE).\n- [ ] Automatic submission (offload to another software most probably)\n\n** Non planned features\n\n- Compilation :: Emacs has a bunch of solutions for compilation already (~M-x compile~ for example)\n- Complex templating :: Use specific templating solutions for that.\n- Input/Output from files or command line arguments :: This rarely appears in online contests and seems too hard to be justifiable 🫤. Just test the program reading from stdin and outputting to stdout and change the IO wiring before submitting.\n- Mouse friendly interface :: Why reach for the mouse during a contest? 🤨\n\n** Installation\n\nThis package is currently only available through the GitHub repository. Installation examples in some common settings are provided below.\n\n*** Doom Emacs\n\nAdd this to =$DOOMDIR/packages.el=:\n\n#+begin_src emacs-lisp\n  (package! competitive-companion\n    :recipe (:host github :repo \"luishgh/competitive-companion.el\"))\n#+end_src\n\n*** use-package + straight.el\n\n#+begin_src emacs-lisp\n  (use-package competitive-companion\n    :straight (competitive-companion :type git\n                                     :host github\n                                     :repo \"luishgh/competitive-companion.el\"))\n#+end_src\n\n*** package-vc\n\n#+begin_src emacs-lisp\n  (package-vc-install\n   '(competitive-companion :url \"https://github.com/luishgh/competitive-companion.el\"\n                           :doc \"doc/competitive-companion.texi\"))\n#+end_src\n\n** Documentation\n\nThis package includes an Info manual! After installation, please check it out with:\n\n#+begin_example\nM-x info-display-manual RET competitive-companion RET\n#+end_example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluishgh%2Fcompetitive-companion.el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluishgh%2Fcompetitive-companion.el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluishgh%2Fcompetitive-companion.el/lists"}