A plugin to compile and test the code on hackerrank.com directly from the gedit browser.
Usage Instructions:
- install gedit
- enable external tools plugin in gedit from edit->preferences->plugins
- go to tools->manage external tools->run command
- replace the script with this:
#!/bin/sh
#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec"
#eval
- assign a shortcut key as per your convenience
- go to the editor and use the shortcut key you assigned earlier to start the plugin
- enter the problem name and file name as prompted
- wait for the result to appear on the console pane