Giter Club home page Giter Club logo

code-now's People

Contributors

ashish1294 avatar jarifibrahim avatar sahildua2305 avatar sam17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

code-now's Issues

Does not work in Ubuntu+Chromium

Unable to setup the extension.
The scripts outputs "No software named gedit found on system" even when gedit is installed and working.

Separate File for each website JS Script

Currently, there is just one single code_later.js file.

Separate the logic of each website in different scripts and then run only the specific scripts on certain pages based on regex. Configure this is manifest.

This will reduce the number of pages on which the script runs. This will also make addition of new websites a lot easier

trouble getting it to work

i forked and tried to install this last night, and i have been unsuccessful.

  1. the install from chrome web store doesn't have the fix for code chef. so i installed from the source
  2. subprocess.Popen fails with [Errno 2], for subl and a valid absolute file path. i ran the Popen command with the same params from the shell, and from a test file. they work.
  3. the connectNative port disconnects as soon as the error happens.
  4. i added shell=True to the subprocess.Popen command. this time i see the subprocess was started message, but it does not.
  5. and then the connectNative port disconnects

all this on py 2.7.10. what am i missing?

Optional Config File

Allow user to create a config file before they execute install script. Parse all the configuration from that script.

Add Hackerrank Support

Hackerrank already has a nice text editor. It would nice to have all the code in editor to transfer directly to an IDE. Vice-versa may be difficult to achieve

Not working on CodeChef

This is because codechef now started using https instead of http. Thus we should change pattern in native host manifest json.

Show installation error in Red

People have reported confusing regarding installation error.

It will be more understandable if we print errors in red on stdout.

Use JQuery

SPOJ, CodeChef, CodeForces and HackerEarth all have JQuery.

Why not use JQuery when it's available. This will make the code a lot cleaner

Create a List of IDEs

Currently, any IDE is just opened with the first argument as the file path. While this works for most popular IDEs, but some IDEs may have other rules. Especially what if the IDE is currently executing.

Moreover, there is no way of checking if the program name that the user enters is actually a text editor or a some other program in their path. Because the hash will only tell if it's a program. We need to know if it's an installed program and if it can handle the required parameters.

One solution is to keep a list of IDEs / Text Editors and the command line args that they accept. We can detect all the IDEs installed on user's system and then show a list from which he/she can choose the IDE they want to configure. They may also want to configure some command line parameters.

Regarding issues with codeforces_problem.js reg_link taking undefined value

codeforces_problem.js is throwing error: textToLowerCase() can't take undefined
It is due to:
var reg_link = $('#header .lang-chooser div')[1].children[1].text.toLowerCase();
But if we modify it to:
var reg_link = $('#header .lang-chooser')[0].children[1].**children[0].**text.toLowerCase();
It works fine.

Also $('#sidebar').html);
is showing a side bar with code function (a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof

#HTML CODE

 
  In English   По-русски
  |
  | edwardpv   Logout  
 

I am really sorry if I could not bring my point clearly. But this is my first open source contribution and its my first time that I am writing like this. Hope, to get your reply.

Improve README

Read Me should describe installation instructions clearly for both user and developer.

How to install from source and start developing ?

FAQs May be ?

Error Reporting

In case of any error add a JS alert to inform user about the failure to open the corresponding IDEs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.