An open API service indexing awesome lists of open source software.

https://github.com/rishiloyola/hackertext


https://github.com/rishiloyola/hackertext

Last synced: 2 months ago
JSON representation

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.