{"id":15069089,"url":"https://github.com/rishabhdeepsingh/competitive","last_synced_at":"2025-10-30T05:11:43.186Z","repository":{"id":72869278,"uuid":"126679018","full_name":"rishabhdeepsingh/Competitive","owner":"rishabhdeepsingh","description":"Competitive coding templates for C++, Java, Kotlin","archived":false,"fork":false,"pushed_at":"2025-10-23T03:14:54.000Z","size":7202,"stargazers_count":16,"open_issues_count":6,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T05:26:55.506Z","etag":null,"topics":["class","competitive","competitive-coding","competitive-programming","contest","cpp","java-11","java-8","javascript","kotlin","programming"],"latest_commit_sha":null,"homepage":"","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/rishabhdeepsingh.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,"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":"2018-03-25T08:41:39.000Z","updated_at":"2025-10-23T03:14:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"448c5b63-39ac-49ef-9c53-4438fd0f4a41","html_url":"https://github.com/rishabhdeepsingh/Competitive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rishabhdeepsingh/Competitive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabhdeepsingh%2FCompetitive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabhdeepsingh%2FCompetitive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabhdeepsingh%2FCompetitive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabhdeepsingh%2FCompetitive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishabhdeepsingh","download_url":"https://codeload.github.com/rishabhdeepsingh/Competitive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabhdeepsingh%2FCompetitive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281748716,"owners_count":26554822,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","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":["class","competitive","competitive-coding","competitive-programming","contest","cpp","java-11","java-8","javascript","kotlin","programming"],"created_at":"2024-09-25T01:40:25.869Z","updated_at":"2025-10-30T05:11:43.164Z","avatar_url":"https://github.com/rishabhdeepsingh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastIO For Different Languages in Competitive Programming\n\nFast Input and output Class for Competitive Coding.\n\n# Settings\n\n## Competitive Companion\n[Chrome](https://chrome.google.com/webstore/detail/competitive-companion/cjnmckjndlpiamhfimnnjmnckgghkjbl) | [Firefox](https://addons.mozilla.org/en-US/firefox/addon/competitive-companion/)\n\n## [C++](https://github.com/rishabhdeepsingh/Competitive/tree/master/Cpp)\nInstall [Jhelper2.0](https://github.com/rishabhdeepsingh/JHelper2.0) plugin and import the Cpp project in Clion\n\n# Bash testing for C++\nIn ubuntu we can use the following code to check the time\n    \n    time ./a.out \u003c in \n    time ./generator | ./a\n    \n## Using generator\n    \n    #!/bin/bash\n    g++ -o gen gen.cpp\n    g++ -o main main.cpp\n    g++ -o brute brute.cpp\n    for((i = 1;;++i));do\n        echo $i\n        ./gen $i \u003e inputt\n        diff -w \u003c(./main \u003c inputt) \u003c(./brute \u003c inputt) || break\n    done\n\n\nTo copy a single file to multiple Files\n\n    echo a.cpp b.cpp d.cpp | xargs -n 1 cp template.cpp\n    \n## Compile\n### Normal\n    g++ -O2 -std=c++17 -Wno-unused-result -Wshadow -Wall -o \"%e\" \"%f\"\n### Debugging\n    g++ -DLOCAL -std=c++17 -Wshadow -Wall -o \"%e\" \"%f\" -fsanitize=address -fsanitize=undefined -D_GLIBCXX_DEBUG -g\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabhdeepsingh%2Fcompetitive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishabhdeepsingh%2Fcompetitive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabhdeepsingh%2Fcompetitive/lists"}