marty 0.5.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +84 -0
- data/Rakefile +29 -0
- data/app/assets/javascripts/marty/application.js +15 -0
- data/app/assets/stylesheets/marty/application.css +13 -0
- data/app/components/marty/api_auth_view.rb +32 -0
- data/app/components/marty/auth_app.rb +55 -0
- data/app/components/marty/auth_app.rb~ +51 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js +91 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js~ +91 -0
- data/app/components/marty/cm_form_panel.rb~ +5 -0
- data/app/components/marty/cm_grid_panel.rb~ +35 -0
- data/app/components/marty/data_import_view.rb~ +142 -0
- data/app/components/marty/extras/layout.rb +46 -0
- data/app/components/marty/extras/layout.rb~ +46 -0
- data/app/components/marty/extras/misc.rb +18 -0
- data/app/components/marty/form.rb +6 -0
- data/app/components/marty/grid.rb +45 -0
- data/app/components/marty/grid_append_only.rb +12 -0
- data/app/components/marty/import_type_view.rb +53 -0
- data/app/components/marty/live_search_grid_panel.rb +46 -0
- data/app/components/marty/live_search_grid_panel.rb~ +49 -0
- data/app/components/marty/main_auth_app.rb +269 -0
- data/app/components/marty/main_auth_app.rb~ +238 -0
- data/app/components/marty/mcfly_grid_panel.rb +62 -0
- data/app/components/marty/mcfly_grid_panel.rb~ +80 -0
- data/app/components/marty/new_posting_form.rb +46 -0
- data/app/components/marty/new_posting_form.rb~ +46 -0
- data/app/components/marty/new_posting_window.rb +21 -0
- data/app/components/marty/new_posting_window.rb~ +21 -0
- data/app/components/marty/panel.rb +12 -0
- data/app/components/marty/pivot_grid.rb +52 -0
- data/app/components/marty/pivot_grid/endpoints.rb +45 -0
- data/app/components/marty/pivot_grid/javascripts/extensions.js +150 -0
- data/app/components/marty/pivot_grid/javascripts/pivot_grid.js +86 -0
- data/app/components/marty/pivot_grid/services.rb +44 -0
- data/app/components/marty/posting_grid.rb +139 -0
- data/app/components/marty/posting_grid.rb~ +140 -0
- data/app/components/marty/posting_window.rb +27 -0
- data/app/components/marty/promise_view.rb +177 -0
- data/app/components/marty/promise_view.rb~ +157 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css +26 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css~ +15 -0
- data/app/components/marty/report_form.rb +225 -0
- data/app/components/marty/report_form.rb~ +217 -0
- data/app/components/marty/report_select.rb +145 -0
- data/app/components/marty/report_select.rb~ +133 -0
- data/app/components/marty/reporting.rb +39 -0
- data/app/components/marty/reporting.rb~ +39 -0
- data/app/components/marty/script_detail.rb~ +430 -0
- data/app/components/marty/script_form.rb +233 -0
- data/app/components/marty/script_form.rb~ +233 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js +698 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js~ +909 -0
- data/app/components/marty/script_form/javascripts/codemirror.js +3130 -0
- data/app/components/marty/script_form/javascripts/mode/clike/clike.js +284 -0
- data/app/components/marty/script_form/javascripts/mode/clike/index.html +102 -0
- data/app/components/marty/script_form/javascripts/mode/clike/scala.html +766 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/clojure.js +206 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/index.html +67 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/LICENSE +22 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/coffeescript.js +346 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/index.html +728 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/commonlisp.js +101 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/index.html +165 -0
- data/app/components/marty/script_form/javascripts/mode/css/css.js +448 -0
- data/app/components/marty/script_form/javascripts/mode/css/index.html +58 -0
- data/app/components/marty/script_form/javascripts/mode/css/test.js +501 -0
- data/app/components/marty/script_form/javascripts/mode/delorean/delorean.js +189 -0
- data/app/components/marty/script_form/javascripts/mode/diff/diff.js +32 -0
- data/app/components/marty/script_form/javascripts/mode/diff/index.html +105 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/ecl.js +203 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/erlang.js +463 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/gfm.js +150 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/index.html +48 -0
- data/app/components/marty/script_form/javascripts/mode/go/go.js +170 -0
- data/app/components/marty/script_form/javascripts/mode/go/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/groovy.js +210 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/index.html +72 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/haskell.js +242 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/index.html +61 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/haxe.js +429 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/index.html +91 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/htmlembedded.js +72 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/htmlmixed.js +84 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/index.html +52 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/index.html +78 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/javascript.js +361 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/index.html +38 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/jinja2.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/less/index.html +740 -0
- data/app/components/marty/script_form/javascripts/mode/less/less.js +266 -0
- data/app/components/marty/script_form/javascripts/mode/lua/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/lua/lua.js +140 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/index.html +343 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/markdown.js +382 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/test.js +1084 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/mysql.js +186 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/index.html +33 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/ntriples.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/index.html +130 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/ocaml.js +114 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/LICENSE +7 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/pascal.js +94 -0
- data/app/components/marty/script_form/javascripts/mode/perl/LICENSE +19 -0
- data/app/components/marty/script_form/javascripts/mode/perl/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/perl/perl.js +816 -0
- data/app/components/marty/script_form/javascripts/mode/php/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/php/php.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/pig/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/pig/pig.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/plsql.js +217 -0
- data/app/components/marty/script_form/javascripts/mode/properties/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/properties/properties.js +63 -0
- data/app/components/marty/script_form/javascripts/mode/python/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/python/index.html +123 -0
- data/app/components/marty/script_form/javascripts/mode/python/python.js +338 -0
- data/app/components/marty/script_form/javascripts/mode/r/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/r/index.html +74 -0
- data/app/components/marty/script_form/javascripts/mode/r/r.js +141 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/changes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/index.html +54 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/index.html +100 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.css +5 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.js +66 -0
- data/app/components/marty/script_form/javascripts/mode/rst/index.html +526 -0
- data/app/components/marty/script_form/javascripts/mode/rst/rst.js +326 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/index.html +172 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/ruby.js +195 -0
- data/app/components/marty/script_form/javascripts/mode/rust/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/rust/rust.js +432 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/index.html +65 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/scheme.js +230 -0
- data/app/components/marty/script_form/javascripts/mode/shell/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/shell/shell.js +118 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/LICENSE +23 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/index.html +81 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/sieve.js +156 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/index.html +56 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/smalltalk.js +139 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/smarty.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/sparql.js +143 -0
- data/app/components/marty/script_form/javascripts/mode/stex/index.html +98 -0
- data/app/components/marty/script_form/javascripts/mode/stex/stex.js +182 -0
- data/app/components/marty/script_form/javascripts/mode/stex/test.js +343 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/index.html +141 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.js +384 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.css +26 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.js +309 -0
- data/app/components/marty/script_form/javascripts/mode/vb/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/vb/index.html +89 -0
- data/app/components/marty/script_form/javascripts/mode/vb/vb.js +260 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/vbscript.js +26 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/index.html +104 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/velocity.js +146 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/index.html +211 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/verilog.js +194 -0
- data/app/components/marty/script_form/javascripts/mode/xml/index.html +45 -0
- data/app/components/marty/script_form/javascripts/mode/xml/xml.js +318 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/LICENSE +20 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/index.html +223 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/index.html +27 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testBase.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testEmptySequenceKeyword.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testMultiAttr.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testNamespaces.js +91 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testProcessingInstructions.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testQuotes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/xquery.js +451 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/index.html +68 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/yaml.js +95 -0
- data/app/components/marty/script_form/javascripts/util/closetag.js +164 -0
- data/app/components/marty/script_form/javascripts/util/dialog.css +27 -0
- data/app/components/marty/script_form/javascripts/util/dialog.js +70 -0
- data/app/components/marty/script_form/javascripts/util/foldcode.js +196 -0
- data/app/components/marty/script_form/javascripts/util/formatting.js +193 -0
- data/app/components/marty/script_form/javascripts/util/javascript-hint.js +134 -0
- data/app/components/marty/script_form/javascripts/util/loadmode.js +51 -0
- data/app/components/marty/script_form/javascripts/util/match-highlighter.js +44 -0
- data/app/components/marty/script_form/javascripts/util/multiplex.js +77 -0
- data/app/components/marty/script_form/javascripts/util/overlay.js +54 -0
- data/app/components/marty/script_form/javascripts/util/pig-hint.js +123 -0
- data/app/components/marty/script_form/javascripts/util/runmode-standalone.js +90 -0
- data/app/components/marty/script_form/javascripts/util/runmode.js +53 -0
- data/app/components/marty/script_form/javascripts/util/search.js +118 -0
- data/app/components/marty/script_form/javascripts/util/searchcursor.js +119 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.css +16 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.js +97 -0
- data/app/components/marty/script_form/javascripts/util/xml-hint.js +137 -0
- data/app/components/marty/script_form/stylesheets/codemirror.css +172 -0
- data/app/components/marty/script_form/stylesheets/delorean.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/ambiance.css +81 -0
- data/app/components/marty/script_form/stylesheets/theme/blackboard.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/cobalt.css +18 -0
- data/app/components/marty/script_form/stylesheets/theme/eclipse.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/elegant.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/erlang-dark.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/lesser-dark.css +44 -0
- data/app/components/marty/script_form/stylesheets/theme/monokai.css +28 -0
- data/app/components/marty/script_form/stylesheets/theme/neat.css +9 -0
- data/app/components/marty/script_form/stylesheets/theme/night.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/rubyblue.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/vibrant-ink.css +27 -0
- data/app/components/marty/script_form/stylesheets/theme/xq-dark.css +46 -0
- data/app/components/marty/script_grid.rb +104 -0
- data/app/components/marty/script_grid.rb~ +99 -0
- data/app/components/marty/script_tester.rb +114 -0
- data/app/components/marty/script_tester.rb~ +213 -0
- data/app/components/marty/scripting.rb +132 -0
- data/app/components/marty/scripting.rb~ +124 -0
- data/app/components/marty/select_report.rb~ +143 -0
- data/app/components/marty/simple_app.rb +97 -0
- data/app/components/marty/simple_app.rb~ +101 -0
- data/app/components/marty/simple_app/javascripts/simple_app.js +50 -0
- data/app/components/marty/simple_app/javascripts/statusbar_ext.js +8 -0
- data/app/components/marty/tag_grid.rb +83 -0
- data/app/components/marty/tag_grid.rb~ +89 -0
- data/app/components/marty/tree_panel.rb~ +256 -0
- data/app/components/marty/tree_panel/javascripts/tree_panel.js~ +317 -0
- data/app/components/marty/user_pivot.rb +128 -0
- data/app/components/marty/user_view.rb +181 -0
- data/app/components/marty/user_view.rb~ +188 -0
- data/app/controllers/marty/application_controller.rb +124 -0
- data/app/controllers/marty/application_controller.rb~ +133 -0
- data/app/controllers/marty/components_controller.rb +41 -0
- data/app/controllers/marty/components_controller.rb~ +37 -0
- data/app/controllers/marty/job_controller.rb +28 -0
- data/app/controllers/marty/job_controller.rb~ +28 -0
- data/app/controllers/marty/rpc_controller.rb +64 -0
- data/app/controllers/marty/rpc_controller.rb~ +61 -0
- data/app/helpers/marty/application_helper.rb +4 -0
- data/app/helpers/marty/script_set.rb +57 -0
- data/app/helpers/marty/script_set.rb~ +59 -0
- data/app/models/marty/api_auth.rb +44 -0
- data/app/models/marty/api_auth.rb~ +48 -0
- data/app/models/marty/base.rb +4 -0
- data/app/models/marty/data_change.rb +179 -0
- data/app/models/marty/data_change.rb~ +141 -0
- data/app/models/marty/enum.rb +22 -0
- data/app/models/marty/enum.rb~ +16 -0
- data/app/models/marty/import_type.rb +44 -0
- data/app/models/marty/import_type.rb~ +48 -0
- data/app/models/marty/poop.rb~ +169 -0
- data/app/models/marty/posting.rb +101 -0
- data/app/models/marty/posting.rb~ +86 -0
- data/app/models/marty/posting_type.rb +12 -0
- data/app/models/marty/posting_type.rb~ +21 -0
- data/app/models/marty/promise.rb +252 -0
- data/app/models/marty/promise.rb~ +196 -0
- data/app/models/marty/role.rb +6 -0
- data/app/models/marty/role.rb~ +10 -0
- data/app/models/marty/script.rb +144 -0
- data/app/models/marty/script.rb~ +62 -0
- data/app/models/marty/tag.rb +96 -0
- data/app/models/marty/tag.rb~ +91 -0
- data/app/models/marty/token.rb +30 -0
- data/app/models/marty/user.rb +146 -0
- data/app/models/marty/user.rb~ +148 -0
- data/app/models/marty/user_role.rb +7 -0
- data/app/models/marty/user_role.rb~ +13 -0
- data/app/views/layouts/marty/application.html.erb +12 -0
- data/app/views/layouts/marty/application.html.erb~ +11 -0
- data/config/locales/en.yml +134 -0
- data/config/routes.rb +6 -0
- data/config/routes.rb~ +10 -0
- data/db/migrate/001_create_marty_scripts.rb +14 -0
- data/db/migrate/003_create_marty_users.rb +12 -0
- data/db/migrate/004_create_marty_roles.rb +7 -0
- data/db/migrate/005_create_marty_user_roles.rb +14 -0
- data/db/migrate/006_create_marty_tokens.rb +14 -0
- data/db/migrate/008_create_marty_posting_types.rb +7 -0
- data/db/migrate/019_create_marty_postings.rb +18 -0
- data/db/migrate/019_create_marty_postings.rb~ +19 -0
- data/db/migrate/068_create_marty_import_types.rb +12 -0
- data/db/migrate/069_create_marty_import_synonyms.rb +15 -0
- data/db/migrate/070_create_versions.rb +18 -0
- data/db/migrate/071_add_object_changes_column_to_versions.rb +9 -0
- data/db/migrate/072_add_validation_function_to_import_types.rb +6 -0
- data/db/migrate/073_add_preprocess_function_to_import_types.rb +5 -0
- data/db/migrate/090_create_delayed_jobs.rb +22 -0
- data/db/migrate/091_create_marty_promises.rb +36 -0
- data/db/migrate/095_create_marty_tags.rb +14 -0
- data/db/migrate/095_create_marty_tags.rb~ +19 -0
- data/db/migrate/096_add_user_roles_to_import_types.rb +11 -0
- data/db/migrate/097_drop_versions.rb +9 -0
- data/db/migrate/098_create_marty_api_auths.rb +20 -0
- data/db/seeds.rb +48 -0
- data/lib/marty.rb +18 -0
- data/lib/marty.rb~ +13 -0
- data/lib/marty/content_handler.rb +97 -0
- data/lib/marty/content_handler.rb~ +93 -0
- data/lib/marty/data_conversion.rb +298 -0
- data/lib/marty/data_exporter.rb +150 -0
- data/lib/marty/data_exporter.rb~ +137 -0
- data/lib/marty/data_importer.rb +122 -0
- data/lib/marty/data_importer.rb~ +114 -0
- data/lib/marty/data_row_processor.rb~ +206 -0
- data/lib/marty/drop_folder_hook.rb~ +17 -0
- data/lib/marty/engine.rb +10 -0
- data/lib/marty/folder_hook.rb~ +9 -0
- data/lib/marty/lazy_column_loader.rb +57 -0
- data/lib/marty/lazy_column_loader.rb~ +47 -0
- data/lib/marty/mcfly_query.rb +189 -0
- data/lib/marty/mcfly_query.rb~ +188 -0
- data/lib/marty/migrations.rb +108 -0
- data/lib/marty/migrations.rb~ +65 -0
- data/lib/marty/monkey.rb +163 -0
- data/lib/marty/monkey.rb~ +160 -0
- data/lib/marty/permissions.rb +64 -0
- data/lib/marty/permissions.rb~ +69 -0
- data/lib/marty/promise.rb~ +41 -0
- data/lib/marty/promise_job.rb +123 -0
- data/lib/marty/promise_job.rb~ +121 -0
- data/lib/marty/promise_proxy.rb +94 -0
- data/lib/marty/promise_proxy.rb~ +69 -0
- data/lib/marty/railtie.rb +5 -0
- data/lib/marty/relation.rb +39 -0
- data/lib/marty/util.rb +110 -0
- data/lib/marty/util.rb~ +80 -0
- data/lib/marty/version.rb +3 -0
- data/lib/marty/version.rb~ +3 -0
- data/lib/marty/xl.rb +527 -0
- data/lib/marty/xl.rb~ +526 -0
- data/lib/pyxll/README.txt +19 -0
- data/lib/pyxll/README.txt~ +16 -0
- data/lib/pyxll/gemini.py +155 -0
- data/lib/pyxll/gemini.py~ +110 -0
- data/lib/pyxll/pyxll.cfg +12 -0
- data/lib/pyxll/pyxll.cfg~ +12 -0
- data/lib/pyxll/sample.xlsx +0 -0
- data/lib/tasks/marty_tasks.rake +37 -0
- metadata +517 -0
@@ -0,0 +1,326 @@
|
|
1
|
+
CodeMirror.defineMode('rst', function(config, options) {
|
2
|
+
function setState(state, fn, ctx) {
|
3
|
+
state.fn = fn;
|
4
|
+
setCtx(state, ctx);
|
5
|
+
}
|
6
|
+
|
7
|
+
function setCtx(state, ctx) {
|
8
|
+
state.ctx = ctx || {};
|
9
|
+
}
|
10
|
+
|
11
|
+
function setNormal(state, ch) {
|
12
|
+
if (ch && (typeof ch !== 'string')) {
|
13
|
+
var str = ch.current();
|
14
|
+
ch = str[str.length-1];
|
15
|
+
}
|
16
|
+
|
17
|
+
setState(state, normal, {back: ch});
|
18
|
+
}
|
19
|
+
|
20
|
+
function hasMode(mode) {
|
21
|
+
if (mode) {
|
22
|
+
var modes = CodeMirror.listModes();
|
23
|
+
|
24
|
+
for (var i in modes) {
|
25
|
+
if (modes[i] == mode) {
|
26
|
+
return true;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
return false;
|
32
|
+
}
|
33
|
+
|
34
|
+
function getMode(mode) {
|
35
|
+
if (hasMode(mode)) {
|
36
|
+
return CodeMirror.getMode(config, mode);
|
37
|
+
} else {
|
38
|
+
return null;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
var verbatimMode = getMode(options.verbatim);
|
43
|
+
var pythonMode = getMode('python');
|
44
|
+
|
45
|
+
var reSection = /^[!"#$%&'()*+,-./:;<=>?@[\\\]^_`{|}~]/;
|
46
|
+
var reDirective = /^\s*\w([-:.\w]*\w)?::(\s|$)/;
|
47
|
+
var reHyperlink = /^\s*_[\w-]+:(\s|$)/;
|
48
|
+
var reFootnote = /^\s*\[(\d+|#)\](\s|$)/;
|
49
|
+
var reCitation = /^\s*\[[A-Za-z][\w-]*\](\s|$)/;
|
50
|
+
var reFootnoteRef = /^\[(\d+|#)\]_/;
|
51
|
+
var reCitationRef = /^\[[A-Za-z][\w-]*\]_/;
|
52
|
+
var reDirectiveMarker = /^\.\.(\s|$)/;
|
53
|
+
var reVerbatimMarker = /^::\s*$/;
|
54
|
+
var rePreInline = /^[-\s"([{</:]/;
|
55
|
+
var rePostInline = /^[-\s`'")\]}>/:.,;!?\\_]/;
|
56
|
+
var reEnumeratedList = /^\s*((\d+|[A-Za-z#])[.)]|\((\d+|[A-Z-a-z#])\))\s/;
|
57
|
+
var reBulletedList = /^\s*[-\+\*]\s/;
|
58
|
+
var reExamples = /^\s+(>>>|In \[\d+\]:)\s/;
|
59
|
+
|
60
|
+
function normal(stream, state) {
|
61
|
+
var ch, sol, i;
|
62
|
+
|
63
|
+
if (stream.eat(/\\/)) {
|
64
|
+
ch = stream.next();
|
65
|
+
setNormal(state, ch);
|
66
|
+
return null;
|
67
|
+
}
|
68
|
+
|
69
|
+
sol = stream.sol();
|
70
|
+
|
71
|
+
if (sol && (ch = stream.eat(reSection))) {
|
72
|
+
for (i = 0; stream.eat(ch); i++);
|
73
|
+
|
74
|
+
if (i >= 3 && stream.match(/^\s*$/)) {
|
75
|
+
setNormal(state, null);
|
76
|
+
return 'header';
|
77
|
+
} else {
|
78
|
+
stream.backUp(i + 1);
|
79
|
+
}
|
80
|
+
}
|
81
|
+
|
82
|
+
if (sol && stream.match(reDirectiveMarker)) {
|
83
|
+
if (!stream.eol()) {
|
84
|
+
setState(state, directive);
|
85
|
+
}
|
86
|
+
return 'meta';
|
87
|
+
}
|
88
|
+
|
89
|
+
if (stream.match(reVerbatimMarker)) {
|
90
|
+
if (!verbatimMode) {
|
91
|
+
setState(state, verbatim);
|
92
|
+
} else {
|
93
|
+
var mode = verbatimMode;
|
94
|
+
|
95
|
+
setState(state, verbatim, {
|
96
|
+
mode: mode,
|
97
|
+
local: mode.startState()
|
98
|
+
});
|
99
|
+
}
|
100
|
+
return 'meta';
|
101
|
+
}
|
102
|
+
|
103
|
+
if (sol && stream.match(reExamples, false)) {
|
104
|
+
if (!pythonMode) {
|
105
|
+
setState(state, verbatim);
|
106
|
+
return 'meta';
|
107
|
+
} else {
|
108
|
+
var mode = pythonMode;
|
109
|
+
|
110
|
+
setState(state, verbatim, {
|
111
|
+
mode: mode,
|
112
|
+
local: mode.startState()
|
113
|
+
});
|
114
|
+
|
115
|
+
return null;
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
function testBackward(re) {
|
120
|
+
return sol || !state.ctx.back || re.test(state.ctx.back);
|
121
|
+
}
|
122
|
+
|
123
|
+
function testForward(re) {
|
124
|
+
return stream.eol() || stream.match(re, false);
|
125
|
+
}
|
126
|
+
|
127
|
+
function testInline(re) {
|
128
|
+
return stream.match(re) && testBackward(/\W/) && testForward(/\W/);
|
129
|
+
}
|
130
|
+
|
131
|
+
if (testInline(reFootnoteRef)) {
|
132
|
+
setNormal(state, stream);
|
133
|
+
return 'footnote';
|
134
|
+
}
|
135
|
+
|
136
|
+
if (testInline(reCitationRef)) {
|
137
|
+
setNormal(state, stream);
|
138
|
+
return 'citation';
|
139
|
+
}
|
140
|
+
|
141
|
+
ch = stream.next();
|
142
|
+
|
143
|
+
if (testBackward(rePreInline)) {
|
144
|
+
if ((ch === ':' || ch === '|') && stream.eat(/\S/)) {
|
145
|
+
var token;
|
146
|
+
|
147
|
+
if (ch === ':') {
|
148
|
+
token = 'builtin';
|
149
|
+
} else {
|
150
|
+
token = 'atom';
|
151
|
+
}
|
152
|
+
|
153
|
+
setState(state, inline, {
|
154
|
+
ch: ch,
|
155
|
+
wide: false,
|
156
|
+
prev: null,
|
157
|
+
token: token
|
158
|
+
});
|
159
|
+
|
160
|
+
return token;
|
161
|
+
}
|
162
|
+
|
163
|
+
if (ch === '*' || ch === '`') {
|
164
|
+
var orig = ch,
|
165
|
+
wide = false;
|
166
|
+
|
167
|
+
ch = stream.next();
|
168
|
+
|
169
|
+
if (ch == orig) {
|
170
|
+
wide = true;
|
171
|
+
ch = stream.next();
|
172
|
+
}
|
173
|
+
|
174
|
+
if (ch && !/\s/.test(ch)) {
|
175
|
+
var token;
|
176
|
+
|
177
|
+
if (orig === '*') {
|
178
|
+
token = wide ? 'strong' : 'em';
|
179
|
+
} else {
|
180
|
+
token = wide ? 'string' : 'string-2';
|
181
|
+
}
|
182
|
+
|
183
|
+
setState(state, inline, {
|
184
|
+
ch: orig, // inline() has to know what to search for
|
185
|
+
wide: wide, // are we looking for `ch` or `chch`
|
186
|
+
prev: null, // terminator must not be preceeded with whitespace
|
187
|
+
token: token // I don't want to recompute this all the time
|
188
|
+
});
|
189
|
+
|
190
|
+
return token;
|
191
|
+
}
|
192
|
+
}
|
193
|
+
}
|
194
|
+
|
195
|
+
setNormal(state, ch);
|
196
|
+
return null;
|
197
|
+
}
|
198
|
+
|
199
|
+
function inline(stream, state) {
|
200
|
+
var ch = stream.next(),
|
201
|
+
token = state.ctx.token;
|
202
|
+
|
203
|
+
function finish(ch) {
|
204
|
+
state.ctx.prev = ch;
|
205
|
+
return token;
|
206
|
+
}
|
207
|
+
|
208
|
+
if (ch != state.ctx.ch) {
|
209
|
+
return finish(ch);
|
210
|
+
}
|
211
|
+
|
212
|
+
if (/\s/.test(state.ctx.prev)) {
|
213
|
+
return finish(ch);
|
214
|
+
}
|
215
|
+
|
216
|
+
if (state.ctx.wide) {
|
217
|
+
ch = stream.next();
|
218
|
+
|
219
|
+
if (ch != state.ctx.ch) {
|
220
|
+
return finish(ch);
|
221
|
+
}
|
222
|
+
}
|
223
|
+
|
224
|
+
if (!stream.eol() && !rePostInline.test(stream.peek())) {
|
225
|
+
if (state.ctx.wide) {
|
226
|
+
stream.backUp(1);
|
227
|
+
}
|
228
|
+
|
229
|
+
return finish(ch);
|
230
|
+
}
|
231
|
+
|
232
|
+
setState(state, normal);
|
233
|
+
setNormal(state, ch);
|
234
|
+
|
235
|
+
return token;
|
236
|
+
}
|
237
|
+
|
238
|
+
function directive(stream, state) {
|
239
|
+
var token = null;
|
240
|
+
|
241
|
+
if (stream.match(reDirective)) {
|
242
|
+
token = 'attribute';
|
243
|
+
} else if (stream.match(reHyperlink)) {
|
244
|
+
token = 'link';
|
245
|
+
} else if (stream.match(reFootnote)) {
|
246
|
+
token = 'quote';
|
247
|
+
} else if (stream.match(reCitation)) {
|
248
|
+
token = 'quote';
|
249
|
+
} else {
|
250
|
+
stream.eatSpace();
|
251
|
+
|
252
|
+
if (stream.eol()) {
|
253
|
+
setNormal(state, stream);
|
254
|
+
return null;
|
255
|
+
} else {
|
256
|
+
stream.skipToEnd();
|
257
|
+
setState(state, comment);
|
258
|
+
return 'comment';
|
259
|
+
}
|
260
|
+
}
|
261
|
+
|
262
|
+
// FIXME this is unreachable
|
263
|
+
setState(state, body, {start: true});
|
264
|
+
return token;
|
265
|
+
}
|
266
|
+
|
267
|
+
function body(stream, state) {
|
268
|
+
var token = 'body';
|
269
|
+
|
270
|
+
if (!state.ctx.start || stream.sol()) {
|
271
|
+
return block(stream, state, token);
|
272
|
+
}
|
273
|
+
|
274
|
+
stream.skipToEnd();
|
275
|
+
setCtx(state);
|
276
|
+
|
277
|
+
return token;
|
278
|
+
}
|
279
|
+
|
280
|
+
function comment(stream, state) {
|
281
|
+
return block(stream, state, 'comment');
|
282
|
+
}
|
283
|
+
|
284
|
+
function verbatim(stream, state) {
|
285
|
+
if (!verbatimMode) {
|
286
|
+
return block(stream, state, 'meta');
|
287
|
+
} else {
|
288
|
+
if (stream.sol()) {
|
289
|
+
if (!stream.eatSpace()) {
|
290
|
+
setNormal(state, stream);
|
291
|
+
}
|
292
|
+
|
293
|
+
return null;
|
294
|
+
}
|
295
|
+
|
296
|
+
return verbatimMode.token(stream, state.ctx.local);
|
297
|
+
}
|
298
|
+
}
|
299
|
+
|
300
|
+
function block(stream, state, token) {
|
301
|
+
if (stream.eol() || stream.eatSpace()) {
|
302
|
+
stream.skipToEnd();
|
303
|
+
return token;
|
304
|
+
} else {
|
305
|
+
setNormal(state, stream);
|
306
|
+
return null;
|
307
|
+
}
|
308
|
+
}
|
309
|
+
|
310
|
+
return {
|
311
|
+
startState: function() {
|
312
|
+
return {fn: normal, ctx: {}};
|
313
|
+
},
|
314
|
+
|
315
|
+
copyState: function(state) {
|
316
|
+
return {fn: state.fn, ctx: state.ctx};
|
317
|
+
},
|
318
|
+
|
319
|
+
token: function(stream, state) {
|
320
|
+
var token = state.fn(stream, state);
|
321
|
+
return token;
|
322
|
+
}
|
323
|
+
};
|
324
|
+
}, "python");
|
325
|
+
|
326
|
+
CodeMirror.defineMIME("text/x-rst", "rst");
|
@@ -0,0 +1,24 @@
|
|
1
|
+
Copyright (c) 2011, Ubalo, Inc.
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
5
|
+
modification, are permitted provided that the following conditions are met:
|
6
|
+
* Redistributions of source code must retain the above copyright
|
7
|
+
notice, this list of conditions and the following disclaimer.
|
8
|
+
* Redistributions in binary form must reproduce the above copyright
|
9
|
+
notice, this list of conditions and the following disclaimer in the
|
10
|
+
documentation and/or other materials provided with the distribution.
|
11
|
+
* Neither the name of the Ubalo, Inc. nor the names of its
|
12
|
+
contributors may be used to endorse or promote products derived
|
13
|
+
from this software without specific prior written permission.
|
14
|
+
|
15
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
16
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
17
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
18
|
+
DISCLAIMED. IN NO EVENT SHALL UBALO, INC BE LIABLE FOR ANY
|
19
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
20
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
21
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
22
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
23
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
24
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -0,0 +1,172 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<title>CodeMirror: Ruby mode</title>
|
6
|
+
<link rel="stylesheet" href="../../lib/codemirror.css">
|
7
|
+
<script src="../../lib/codemirror.js"></script>
|
8
|
+
<script src="ruby.js"></script>
|
9
|
+
<style>
|
10
|
+
.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
|
11
|
+
.cm-s-default span.cm-arrow { color: red; }
|
12
|
+
</style>
|
13
|
+
<link rel="stylesheet" href="../../doc/docs.css">
|
14
|
+
</head>
|
15
|
+
<body>
|
16
|
+
<h1>CodeMirror: Ruby mode</h1>
|
17
|
+
<form><textarea id="code" name="code">
|
18
|
+
# Code from http://sandbox.mc.edu/~bennet/ruby/code/poly_rb.html
|
19
|
+
#
|
20
|
+
# This program evaluates polynomials. It first asks for the coefficients
|
21
|
+
# of a polynomial, which must be entered on one line, highest-order first.
|
22
|
+
# It then requests values of x and will compute the value of the poly for
|
23
|
+
# each x. It will repeatly ask for x values, unless you the user enters
|
24
|
+
# a blank line. It that case, it will ask for another polynomial. If the
|
25
|
+
# user types quit for either input, the program immediately exits.
|
26
|
+
#
|
27
|
+
|
28
|
+
#
|
29
|
+
# Function to evaluate a polynomial at x. The polynomial is given
|
30
|
+
# as a list of coefficients, from the greatest to the least.
|
31
|
+
def polyval(x, coef)
|
32
|
+
sum = 0
|
33
|
+
coef = coef.clone # Don't want to destroy the original
|
34
|
+
while true
|
35
|
+
sum += coef.shift # Add and remove the next coef
|
36
|
+
break if coef.empty? # If no more, done entirely.
|
37
|
+
sum *= x # This happens the right number of times.
|
38
|
+
end
|
39
|
+
return sum
|
40
|
+
end
|
41
|
+
|
42
|
+
#
|
43
|
+
# Function to read a line containing a list of integers and return
|
44
|
+
# them as an array of integers. If the string conversion fails, it
|
45
|
+
# throws TypeError. If the input line is the word 'quit', then it
|
46
|
+
# converts it to an end-of-file exception
|
47
|
+
def readints(prompt)
|
48
|
+
# Read a line
|
49
|
+
print prompt
|
50
|
+
line = readline.chomp
|
51
|
+
raise EOFError.new if line == 'quit' # You can also use a real EOF.
|
52
|
+
|
53
|
+
# Go through each item on the line, converting each one and adding it
|
54
|
+
# to retval.
|
55
|
+
retval = [ ]
|
56
|
+
for str in line.split(/\s+/)
|
57
|
+
if str =~ /^\-?\d+$/
|
58
|
+
retval.push(str.to_i)
|
59
|
+
else
|
60
|
+
raise TypeError.new
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
return retval
|
65
|
+
end
|
66
|
+
|
67
|
+
#
|
68
|
+
# Take a coeff and an exponent and return the string representation, ignoring
|
69
|
+
# the sign of the coefficient.
|
70
|
+
def term_to_str(coef, exp)
|
71
|
+
ret = ""
|
72
|
+
|
73
|
+
# Show coeff, unless it's 1 or at the right
|
74
|
+
coef = coef.abs
|
75
|
+
ret = coef.to_s unless coef == 1 && exp > 0
|
76
|
+
ret += "x" if exp > 0 # x if exponent not 0
|
77
|
+
ret += "^" + exp.to_s if exp > 1 # ^exponent, if > 1.
|
78
|
+
|
79
|
+
return ret
|
80
|
+
end
|
81
|
+
|
82
|
+
#
|
83
|
+
# Create a string of the polynomial in sort-of-readable form.
|
84
|
+
def polystr(p)
|
85
|
+
# Get the exponent of first coefficient, plus 1.
|
86
|
+
exp = p.length
|
87
|
+
|
88
|
+
# Assign exponents to each term, making pairs of coeff and exponent,
|
89
|
+
# Then get rid of the zero terms.
|
90
|
+
p = (p.map { |c| exp -= 1; [ c, exp ] }).select { |p| p[0] != 0 }
|
91
|
+
|
92
|
+
# If there's nothing left, it's a zero
|
93
|
+
return "0" if p.empty?
|
94
|
+
|
95
|
+
# *** Now p is a non-empty list of [ coef, exponent ] pairs. ***
|
96
|
+
|
97
|
+
# Convert the first term, preceded by a "-" if it's negative.
|
98
|
+
result = (if p[0][0] < 0 then "-" else "" end) + term_to_str(*p[0])
|
99
|
+
|
100
|
+
# Convert the rest of the terms, in each case adding the appropriate
|
101
|
+
# + or - separating them.
|
102
|
+
for term in p[1...p.length]
|
103
|
+
# Add the separator then the rep. of the term.
|
104
|
+
result += (if term[0] < 0 then " - " else " + " end) +
|
105
|
+
term_to_str(*term)
|
106
|
+
end
|
107
|
+
|
108
|
+
return result
|
109
|
+
end
|
110
|
+
|
111
|
+
#
|
112
|
+
# Run until some kind of endfile.
|
113
|
+
begin
|
114
|
+
# Repeat until an exception or quit gets us out.
|
115
|
+
while true
|
116
|
+
# Read a poly until it works. An EOF will except out of the
|
117
|
+
# program.
|
118
|
+
print "\n"
|
119
|
+
begin
|
120
|
+
poly = readints("Enter a polynomial coefficients: ")
|
121
|
+
rescue TypeError
|
122
|
+
print "Try again.\n"
|
123
|
+
retry
|
124
|
+
end
|
125
|
+
break if poly.empty?
|
126
|
+
|
127
|
+
# Read and evaluate x values until the user types a blank line.
|
128
|
+
# Again, an EOF will except out of the pgm.
|
129
|
+
while true
|
130
|
+
# Request an integer.
|
131
|
+
print "Enter x value or blank line: "
|
132
|
+
x = readline.chomp
|
133
|
+
break if x == ''
|
134
|
+
raise EOFError.new if x == 'quit'
|
135
|
+
|
136
|
+
# If it looks bad, let's try again.
|
137
|
+
if x !~ /^\-?\d+$/
|
138
|
+
print "That doesn't look like an integer. Please try again.\n"
|
139
|
+
next
|
140
|
+
end
|
141
|
+
|
142
|
+
# Convert to an integer and print the result.
|
143
|
+
x = x.to_i
|
144
|
+
print "p(x) = ", polystr(poly), "\n"
|
145
|
+
print "p(", x, ") = ", polyval(x, poly), "\n"
|
146
|
+
end
|
147
|
+
end
|
148
|
+
rescue EOFError
|
149
|
+
print "\n=== EOF ===\n"
|
150
|
+
rescue Interrupt, SignalException
|
151
|
+
print "\n=== Interrupted ===\n"
|
152
|
+
else
|
153
|
+
print "--- Bye ---\n"
|
154
|
+
end
|
155
|
+
</textarea></form>
|
156
|
+
<script>
|
157
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
158
|
+
mode: "text/x-ruby",
|
159
|
+
tabMode: "indent",
|
160
|
+
matchBrackets: true,
|
161
|
+
indentUnit: 4
|
162
|
+
});
|
163
|
+
</script>
|
164
|
+
|
165
|
+
<p><strong>MIME types defined:</strong> <code>text/x-ruby</code>.</p>
|
166
|
+
|
167
|
+
<p>Development of the CodeMirror Ruby mode was kindly sponsored
|
168
|
+
by <a href="http://ubalo.com/">Ubalo</a>, who hold
|
169
|
+
the <a href="LICENSE">license</a>.</p>
|
170
|
+
|
171
|
+
</body>
|
172
|
+
</html>
|