Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pravj/hacklime
Sublime-Text Editor plugin to compile/run using HackerEarth's API
https://github.com/pravj/hacklime
Last synced: 30 days ago
JSON representation
Sublime-Text Editor plugin to compile/run using HackerEarth's API
- Host: GitHub
- URL: https://github.com/pravj/hacklime
- Owner: pravj
- License: mit
- Created: 2014-05-01T07:52:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T10:57:49.000Z (over 10 years ago)
- Last Synced: 2024-04-14T19:59:23.120Z (7 months ago)
- Language: Python
- Size: 148 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HackLime
========
> Sublime-Text Editor plugin to compile/run using HackerEarth's [API](http://api.hackerearth.com)###Installtion:
* Copy it in 'HackLime' folder of your sublime package directory
* Edit `client_secret` in `config.py` with your secret key
* It is ready to work###How to use:
> for both windows and linux* *ctrl+shift+c* : compile the current open file
* *ctrl+shift+r* : run the current open file
* *ctrl+alt+h* : open help guide for HackLime###How it works:
* HackLime is built on top of HackerEarth's API
* On a compile/run command it opens a output file, showing output details###TODO
* I'm thinking of an Installtion script to help installing it.
* Status showing analysis of relative result of all responses.