Skip to content

A plugin to compile and test the code on hackerrank.com directly from the gedit browser

Notifications You must be signed in to change notification settings

anuj-kumar/codesubmitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Code Submitter for Hackrerrank.com

A plugin to compile and test the code on hackerrank.com directly from the gedit browser.

Usage Instructions:

  1. install gedit
  2. enable external tools plugin in gedit from edit->preferences->plugins
  3. go to tools->manage external tools->run command
  4. replace the script with this:

#!/bin/sh

#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec" #eval $(zenity --entry --title="Run Command - gedit" --text="Command to run:") eval python /home/anuj/coding/httprequest.py $(zenity --entry --title="Test Code - gedit" --text="problem name:") $(zenity --entry --title="Test Code" --text="File name:")

  1. assign a shortcut key as per your convenience
  2. go to the editor and use the shortcut key you assigned earlier to start the plugin
  3. enter the problem name and file name as prompted
  4. wait for the result to appear on the console pane

About

A plugin to compile and test the code on hackerrank.com directly from the gedit browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages