Code Monkey home page Code Monkey logo

code-scraper-in-browser-tool's People

Contributors

drj11 avatar frabcus avatar rossjones avatar stevenmaude avatar zarino 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

Watchers

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

code-scraper-in-browser-tool's Issues

Not clear what can be used in #!

If I add

#!/usr/bin/tcc -r

then I get a complain from flock "flock: ./code/scraper: No such file or directory"

It is only if I use

#!/usr/bin/env tcc -r

that I get a useful error message

#!/usr/bin/env: tcc -r: No such file or directory

Show CPU and memory use of running script

Would give some reassurance it is doing something.

Use case was I was running someone else's script that was busy doing lots of stuff using CPU, but was printing new output. Couldn't tell anything was happening.

Let it work with output from another tool

It would be useful if it was possible to use this tool to write code that interacts with the output from another tool.

Currently within a dataset, if I use say, the twitter tool, it is not possible for me to use the editor to write code to interact with the database that that twitter tool created. I can ssh onto the box and so all that work there, and setup my cron job etc, but I'd rather not context switch from one thing to another unnecessarily.

Stop button

Kill the process - or else you can get stuck!

keystroke to run code

It would be helpful if a series of keystrokes would run the code (same as pressing "run").

c.f. codeacademy editor, where cmd (on mac) + enter = run

Scheduling

Hourly, daily, weekly, you choose!

Probably parses the crontab.

Getting 504's and scripts simply won't run...

When using "Code in your browser," the editor is timing out when doing a relatively simple python operation.

The status bar next to "run" says saving at all times, and when pressing it, the editor freezes, and I get a 504 error at the top of the page.

The major problem here, is that I don't know whether it has saved or not before it freezes.

Autosave

Make it save regularly - more often than just when you run.

Perhaps use a time after you type like Google Docs (used to) - wait 5 seconds then save.

Show when last saved somewhere.

How does this work with share.js?

git error on run

Failed only once; retrying worked just fine, without refresh.

Unknown new status! fatal: Unable to create '/home/code/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. fatal: Unable to create '/home/code/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. running

Awkward copying and pasting box name into SSH

As a Mac user I'd like one click whatever "Git clone or SSH in" does that copied the SSH command to the clipboard, so I can just paste it into Terminal.app

Windows users might want it to copy something else :)

Alternatively, is there an ssh:// URL type that is well supported we can use?

Show output incrementally as it happens

exec endpoint doesn't support streaming properly yet.

Instead - perhaps spawn process in background and write to a log? Then poll the end of the log. This has advantage that it will combine cron executions with normal ones later.

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.