Strip out Google Analytics.
[io10] / main.js
2024-04-07 Robert HoganAdd a simple tiebreak for language guessing
2024-04-06 Robert HoganFix use of sql on loaded files
2023-09-26 Robert HoganCapture files dynamically written to by Python
2023-09-17 Rob HoganRemove Google Drive support
2023-09-14 Rob HoganFix behaviour of Esc key in help panel
2023-08-29 Rob HoganToggle with F1
2023-08-27 Rob HoganSupport keyboard shortcuts when not in editor
2023-08-26 Rob HoganAdd F1 for rest of help
2022-11-06 Robert HoganUpdate help to update every time you make a move
2022-10-30 Robert HoganChange help line, it's ugly
2022-10-24 Robert HoganAdd navigation between panes
2022-10-23 Robert HoganCreate a new step by default when navigating past the...
2022-10-22 Robert HoganAdd initial lisp support
2022-09-01 Robert HoganUse mawk instead
2022-09-01 Robert HoganUse the very slow awk implementation from https://githu...
2022-09-01 Robert HoganUse an ArrayBuffer to pass stdout back to main thread
2022-05-07 Robert HoganFix google drive upload
2022-05-06 Robert HoganNo need to use a manifest file
2022-05-06 Robert HoganUse a file manifest -possibly not necessary
2022-05-05 Robert HoganSplit out google drive logic
2022-05-02 Robert HoganPad filenames with leading zeroes
2022-05-02 Robert HoganMore work on using drive API
2022-05-02 Robert HoganExperiment with google api
2022-05-02 Robert HoganAdd the ability to load previously saved pipeline files
2022-05-01 Robert HoganDon't use an editable pane for the input if we're not...
2022-04-23 Robert HoganAdd a copy/paste button to files
2022-04-23 Robert HoganOnly check syntax when the editor panel has changed
2022-04-23 Robert HoganMove pane setup back to main
2022-04-23 Robert HoganCtrl-S: Download the current pipeline as a zip file.
2022-04-13 Robert HoganFix up format of if
2022-04-12 Robert HoganAdd shebang support
2022-04-12 Robert HoganAdd ability to interrupt R and SQL
2022-04-08 Robert HoganSurface error when creating input.txt table
2022-04-08 Robert HoganAdd a message when loading Python and R for the first...
2022-04-07 Robert HoganAdd files to R
2022-04-07 Robert HoganFix indentation in main.js
2022-04-07 Robert HoganAdd R - WIP
2022-04-06 Robert HoganLoad SQL dynamically
2022-04-06 Robert HoganLoad Python dynamically
2022-04-06 Robert HoganAdd basic lua
2022-04-05 Robert HoganUse vanilla js instead of duktape
2022-04-05 Robert HoganMake the input available as input.txt to Python and SQL
2022-04-05 Robert HoganOnly update output after a program has run
2022-04-05 Robert HoganUpdate chunk length on zoom events
2022-04-04 Robert HoganKeep separate CodeMirror docs for each pipe
2022-04-03 Robert HoganDelete files along with pipe
2022-04-03 Robert HoganGenerate unique pipe ids each time
2022-04-03 Robert Hoganupdate scrollbars
2022-04-03 Robert HoganLet pipes run in the 'background'
2022-04-03 Robert HoganEnsure we update display before running
2022-04-03 Robert HoganDon't store input, except for the first pipe
2022-04-03 Robert HoganRefactor storage
2022-04-03 Robert HoganAdd interrupt execution to python
2022-04-03 Robert HoganImprove error messages a bit
2022-03-29 Robert HoganAdd key strokes to input and output panes
2022-03-27 Robert HoganPass output as variable to JS
2022-03-27 Robert HoganAdd an example for js and fix pipeline deletion
2022-03-27 Robert HoganAdd Duktape JS
2022-03-27 Robert HoganDon't lose files reference when running sql
2022-03-27 Robert HoganRun entire pipelines using Alt-R
2022-03-25 Robert HoganAdd a worked example to the example pipeline
2022-03-24 Robert HoganAdd file support
2022-03-23 Robert HoganFix display of single line output
2022-03-22 Robert HoganAdd sql.js
2022-03-19 Robert HoganMove files into app folder
2022-03-19 Robert HoganAdd pipes to awesome bar
2022-03-19 Robert HoganAdd some tips to awesomebar
2022-03-18 Robert HoganAdd a chunked display for the input and output panes
2022-03-16 Robert HoganGet a basic pipeline working
2022-03-14 Robert HoganInitial commit