Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.