-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rupesh Dabbir
committed
Nov 2, 2018
1 parent
1051b50
commit 64b98d5
Showing
2 changed files
with
139 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Leetcode Contest Language Display | ||
|
||
[![leetcode](https://camo.githubusercontent.com/4d21a2a0f2bb751bba6bae08f56fbbb87e0b0460/68747470733a2f2f63646e2d696d616765732d312e6d656469756d2e636f6d2f6d61782f313336302f312a357164504c733478395475616276514a7775376975412e706e67)](https://leetcode.com/contest/) | ||
|
||
Leetcode contests are *great* way to keep your programming skills sharp. They come as invaluable tools in your toolbox. | ||
|
||
# What does this script do? | ||
This script will add another section called "Language" that shows language choice used for the solution. | ||
|
||
# Motivation: | ||
When I finished the contest, I wanted to check solutions of my programming language however, I didn't find an effective way rather than picking every solution and checking each one of them. | ||
|
||
# New Features! | ||
|
||
- Show language options on the right. | ||
- The script only checks for the first question when we display language(s) on the right. | ||
|
||
# Next | ||
- Multi language support. | ||
- Intuitive UI by displaying Icons. | ||
- Download / Export to pdf for solutions? If there's any interest. | ||
|
||
### Installation | ||
|
||
This script requires TamperMonkey installed on your browser [TamperMonkey](https://tampermonkey.net) (Stable Preferred) | ||
|
||
Installation: | ||
|
||
```sh | ||
$ Go to https://tampermonkey.net and instal plugin. | ||
$ npm install -d | ||
$ node app | ||
``` | ||
|
||
|
||
|
||
### Development | ||
|
||
Want to contribute? Great! Send a PR to this repo. | ||
Have suggestions? Great bring em' on! | ||
Anything else? Feel free to contact me! | ||
|
||
|
||
License | ||
---- | ||
|
||
Just doing my 2cents for the community. It's free. Use it however you like. But please credit this repo, if you plan to use it. | ||
|
||
MIT | ||
|
||
|
||
**Free Software, Hell Yeah!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters