{"id":15679154,"url":"https://github.com/blueedgetechno/codeblue","last_synced_at":"2025-05-07T09:26:09.263Z","repository":{"id":104416944,"uuid":"286524789","full_name":"blueedgetechno/codeblue","owner":"blueedgetechno","description":"An Atom package to test and submit solutions during codeforces contests.","archived":false,"fork":false,"pushed_at":"2020-11-23T10:14:35.000Z","size":3481,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T08:38:53.426Z","etag":null,"topics":["apm","atom","atom-editor","atom-package","codeblue","codeforces","contest","forthebadge","nolife","react","reactjs"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/codeblue","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blueedgetechno.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-08-10T16:24:39.000Z","updated_at":"2025-01-06T06:23:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a1adef6-1756-4ff6-abcb-6e2a5f54867f","html_url":"https://github.com/blueedgetechno/codeblue","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueedgetechno%2Fcodeblue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueedgetechno%2Fcodeblue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueedgetechno%2Fcodeblue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueedgetechno%2Fcodeblue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueedgetechno","download_url":"https://codeload.github.com/blueedgetechno/codeblue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252849625,"owners_count":21813832,"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":["apm","atom","atom-editor","atom-package","codeblue","codeforces","contest","forthebadge","nolife","react","reactjs"],"created_at":"2024-10-03T16:26:29.055Z","updated_at":"2025-05-07T09:26:09.254Z","avatar_url":"https://github.com/blueedgetechno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codeblue package for Atom text editor\n\n[![APM version](https://img.shields.io/apm/v/codeblue?style=flat-square)](https://atom.io/packages/codeblue)\n[![APM downloads](https://img.shields.io/apm/dm/codeblue?style=flat-square)](https://atom.io/packages/codeblue)\n[![APM Licence](https://img.shields.io/badge/licence-MIT-orange?style=flat-square)](https://opensource.org/licences/MIT)\n[![Follow me](https://img.shields.io/github/followers/blueedgetechno?label=follow%20me\u0026style=social)](https://github.com/blueedgetechno)\n\n[![forthebadge made-by-hipster](https://forthebadge.com/images/badges/built-by-hipsters.svg)](https://www.javascript.com/)\n[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/blueedgetechno)\n\n## An Atom package for all your competitive coding needs\n\nA codeforces helper that can test, run, present and submit solutions on codeforces\n\u003cbr\u003e\n\n![overview](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/codeblue.gif)\n\n### Installation\nStep 1.\n```\napm install codeblue\n```\nStep 2.\n```\npip install online-judge-tools\n```\nStep 3.\n```\noj l https://codeforces.com/\n```\n\n## Features\n\n- Fetch and load details of a live codeforces contest ⚡\n- Automatically create an environment for contest including working files 💻\n- Run code with official sample cases of any particular problem 🔭\n- Compare your output with expected output in a elegant manner 📺\n- Get your code verdicts like OK ✅, Wrong answer ❌, TLE 🕒, MLE 🛢, Runtime error or Compilation error ⚠, Queue ⏳, Hacked ☠️\n- Submit 🏳‍🌈 your code from your favorite text editor\n- Get your official standing of the live contest 👥\n- Play minigames while you wait for the contest 🎮\n\n## Updates\n- Option to detect and login from the plugin itself\n- Now you can change working directory by right clicking in the tree view\n\n## Guide\n- Set your preferences in settings of the package, in advance\n- Delete the folders and files of working directory before contest and check the create environment\n- Click on Refresh button to refresh the standings\n- Click on the yellow user icon to minimize/maximize friends standing view\n- Click on your profile picture to refresh problems\n- Click on an example number to copy its input data\n\n## Limitations\n- I will try to remove the dependency of online-judge-tools for non-python users in future updates\n\n- While running C or C++ files, it sometimes run the previously compiled file and shows the same verdict. Incase of that delete the previously compiled file and run the code again\n\n- Not tested for linux or macOs\n\n##### Any feedback will be highly appreciable\n\n\u003cbr\u003e  \n\n![overview](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/face.png)\n\n\n![work](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/work.png)\n\u003chr\u003e\n\n# Play while you wait\n\n![game](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/game.png)\n\u003chr\u003e\n\n# Detailed and concise error presentation\n\n![error](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/error.png)\n\u003chr\u003e\n\n# Wrong answer ?\n\n![Wrong answer](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/run.png)\n\u003chr\u003e\n\n# * Ain't Nobody Got Time For That *\n![TLE](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/tle.png)\n\u003chr\u003e\n\n# MLE - Its a thing too\n![TLE](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/mle.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueedgetechno%2Fcodeblue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueedgetechno%2Fcodeblue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueedgetechno%2Fcodeblue/lists"}