All Projects → kehsihba19 → CP-Badges

kehsihba19 / CP-Badges

Licence: GPL-3.0 license
Support for Competitive Coding badges to add in Github readme or portfolio websites.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CP-Badges

Coding-Problems
💻 Solutions to coding problems from popular platforms in multiple programming languages.
Stars: ✭ 51 (-34.62%)
Mutual labels:  leetcode, codechef, codeforces, atcoder
CP
Competitive Coding
Stars: ✭ 25 (-67.95%)
Mutual labels:  leetcode, codechef, codeforces, atcoder
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (-58.97%)
Mutual labels:  leetcode, codechef, codeforces, atcoder
100DaysCodingChallenege
This is 100 days of competitive coding challenege . You have details of all the problem and solution that I will be solving daily for 100 days consecutively . I have added link to all the questions in read me according to days , you can try solving on your own before watching solution .
Stars: ✭ 29 (-62.82%)
Mutual labels:  leetcode, codechef, codeforces, atcoder
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (-57.69%)
Mutual labels:  leetcode, codechef, codeforces, hacktoberfest-accepted
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+3.85%)
Mutual labels:  codechef, codeforces, atcoder
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-74.36%)
Mutual labels:  codechef, codeforces, atcoder
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-76.92%)
Mutual labels:  codechef, codeforces, atcoder
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (-73.08%)
Mutual labels:  leetcode, codechef, codeforces
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (-74.36%)
Mutual labels:  leetcode, codechef, codeforces
Competetive programming
Contains my solutions to thousands of different CP sums and some DSA Problems(available in snippets)
Stars: ✭ 21 (-73.08%)
Mutual labels:  leetcode, codechef, atcoder
Data-Structures-and-Algorithm-C-
Hi folks🖐🏻 , I'm maintaining this repository, feel free to open a pull request and contribute! :)
Stars: ✭ 39 (-50%)
Mutual labels:  leetcode, hacktoberfest-accepted
Datastructures Algorithms
This repo contains links of questions and their solution for interview prepration from geeksforgeeks, leetcode, etc.
Stars: ✭ 262 (+235.9%)
Mutual labels:  leetcode, codeforces
Stl cheat sheets
C++ STL Cheat Sheets.
Stars: ✭ 293 (+275.64%)
Mutual labels:  leetcode, codeforces
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+44.87%)
Mutual labels:  leetcode, codeforces
Competitive Programing
个人算法刷题处
Stars: ✭ 33 (-57.69%)
Mutual labels:  leetcode, codeforces
Algorithm
The challenges for algorithm contests, and summary the implementation.
Stars: ✭ 115 (+47.44%)
Mutual labels:  leetcode, codeforces
CodeForces-Solutions
Solutions to CodeForces ProblemSets
Stars: ✭ 47 (-39.74%)
Mutual labels:  codeforces, hacktoberfest-accepted
Resources
Data Structures, Algorithms, Utility Classes for Competitive Programming, Codeforces: https://codeforces.com/profile/wleung_bvg, AtCoder: https://atcoder.jp/users/wleung_bvg, DMOJ: https://dmoj.ca/user/wleung_bvg
Stars: ✭ 34 (-56.41%)
Mutual labels:  codeforces, atcoder
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-76.92%)
Mutual labels:  leetcode, hacktoberfest-accepted

CP-Badges

What if there are badges on Github profile that show our Codeforces ratings with the rating colour as well?

So I decided to make my own!

This repo helps you to create your custom profile badges with Max rating in Codechef, Codeforces and many more.

Maybe you can flaunt more with your coding badges now.

Show some ❤️ and the repo to support the project


🛠 Installation

Use the package manager pip3 to install requirements file first.

pip3 install requirements.text

Endpoints

https://cp-logo.vercel.app/codeforces/<user_name>
https://cp-logo.vercel.app/codechef/<user_name>
https://cp-logo.vercel.app/atcoder/<user_name>
https://cp-logo.vercel.app/topcoder/<user_name>
https://cp-logo.vercel.app/yukicoder/<user_name>
https://cp-logo.vercel.app/uri/<user_name>
https://cp-logo.vercel.app/leetcode/<user_name>
https://cp-logo.vercel.app/leetcode-cn/<user_name>

Usage

[![Badge](https://cp-logo.vercel.app/codechef/gennady.korotkevich)]

This corresponds to

Badge

You can also show the logo along with the website name and rating by including the query parameter with the URL ?logo=true

For example

[![Badge](https://cp-logo.vercel.app/codechef/gennady.korotkevich?logo=true)]

This corresponds to

Badge

You can add custom links also to the badge for reference :

[![Badge](https://cp-logo.vercel.app/codechef/gennady.korotkevich)]
(https://www.codechef.com/users/gennady.korotkevich)

This will add a link to the badge

Badge

Fun Fact

The colour of the badge changes as your maximum rating changes according to the website policy.

Some examples are -

Badge Badge Badge

Badge Badge Badge

Badge Badge Badge

Badge Badge Badge

Badge Badge Badge

Badge Badge Badge

Badge

Badge

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3.0 License

Star the Repo in case you liked it :)

© kehsihba19

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].