https://github.com/rishiloyola/hackertext
https://github.com/rishiloyola/hackertext
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishiloyola/hackertext
- Owner: rishiloyola
- License: mit
- Created: 2016-02-26T08:06:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T18:19:06.000Z (over 9 years ago)
- Last Synced: 2025-02-05T14:14:40.282Z (4 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hackerrank
##Run
1. Keep the file name and problem name same.
2. Add your credentials in /Home/account.txt file.
3. Open the console and print the following command.
```
view.run_command("run")
```
##Setup
1. Open sublime text 2.
2. Select Tools | New Plugin... in the menu.
3. Save to Packages/User/xyz.py.
4. Replace the code of xyz.py by file hackerrank_plugin.py.
5. Create a new buffer (Ctrl+n).
6. Open the Python console (Ctrl+`).
7. Type: view.run_command("run") and press enter.