lacci 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -2
- data/Gemfile.lock +72 -0
- data/Rakefile +1 -4
- data/lib/lacci/scarpe_cli.rb +70 -0
- data/lib/lacci/scarpe_core.rb +21 -0
- data/lib/lacci/version.rb +13 -0
- data/lib/shoes/app.rb +91 -14
- data/lib/{scarpe → shoes}/background.rb +1 -1
- data/lib/{scarpe → shoes}/border.rb +1 -1
- data/lib/{scarpe → shoes}/colors.rb +1 -1
- data/lib/shoes/constants.rb +5 -2
- data/lib/{scarpe → shoes}/display_service.rb +8 -9
- data/lib/{scarpe → shoes}/download.rb +5 -5
- data/lib/shoes/log.rb +71 -0
- data/lib/{scarpe → shoes}/spacing.rb +1 -1
- data/lib/shoes/widget.rb +28 -19
- data/lib/{scarpe → shoes/widgets}/alert.rb +2 -2
- data/lib/{scarpe → shoes/widgets}/arc.rb +6 -4
- data/lib/{scarpe → shoes/widgets}/button.rb +2 -2
- data/lib/shoes/widgets/check.rb +28 -0
- data/lib/{scarpe → shoes/widgets}/document_root.rb +3 -3
- data/lib/{scarpe → shoes/widgets}/edit_box.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/edit_line.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/flow.rb +6 -2
- data/lib/{scarpe → shoes/widgets}/font.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/image.rb +2 -8
- data/lib/shoes/widgets/line.rb +18 -0
- data/lib/{scarpe → shoes/widgets}/link.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/list_box.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/para.rb +1 -25
- data/lib/shoes/widgets/radio.rb +35 -0
- data/lib/shoes/widgets/shape.rb +37 -0
- data/lib/shoes/widgets/slot.rb +75 -0
- data/lib/{scarpe → shoes/widgets}/span.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/stack.rb +5 -1
- data/lib/{scarpe → shoes/widgets}/star.rb +5 -8
- data/lib/{scarpe → shoes/widgets}/subscription_item.rb +1 -1
- data/lib/shoes/{text_widget.rb → widgets/text_widget.rb} +2 -3
- data/lib/{scarpe → shoes/widgets}/video.rb +1 -1
- data/lib/shoes/widgets.rb +29 -0
- data/lib/shoes.rb +71 -9
- metadata +38 -555
- data/.rubocop.yml +0 -85
- data/.ruby-version +0 -1
- data/.vscode/extensions.json +0 -5
- data/.yardopts +0 -12
- data/CHANGELOG.md +0 -19
- data/CODE_OF_CONDUCT.md +0 -84
- data/CONTRIBUTING.md +0 -20
- data/LICENSE.txt +0 -21
- data/README.md +0 -178
- data/bin/console +0 -15
- data/bin/setup +0 -8
- data/dev.yml +0 -7
- data/docs/static/PKGBUILD +0 -47
- data/docs/static/Shoes.icns +0 -0
- data/docs/static/avatar.png +0 -0
- data/docs/static/code_highlighter.js +0 -188
- data/docs/static/code_highlighter_ruby.js +0 -26
- data/docs/static/icon-debug.png +0 -0
- data/docs/static/icon-error.png +0 -0
- data/docs/static/icon-info.png +0 -0
- data/docs/static/icon-warn.png +0 -0
- data/docs/static/listbox_button1.png +0 -0
- data/docs/static/listbox_button2.png +0 -0
- data/docs/static/man-app.png +0 -0
- data/docs/static/man-builds.png +0 -0
- data/docs/static/man-builds1.png +0 -0
- data/docs/static/man-editor-notepad.png +0 -0
- data/docs/static/man-editor-osx.png +0 -0
- data/docs/static/man-ele-background.png +0 -0
- data/docs/static/man-ele-border.png +0 -0
- data/docs/static/man-ele-button.png +0 -0
- data/docs/static/man-ele-check.png +0 -0
- data/docs/static/man-ele-editbox.png +0 -0
- data/docs/static/man-ele-editline.png +0 -0
- data/docs/static/man-ele-image.png +0 -0
- data/docs/static/man-ele-listbox.png +0 -0
- data/docs/static/man-ele-progress.png +0 -0
- data/docs/static/man-ele-radio.png +0 -0
- data/docs/static/man-ele-shape.png +0 -0
- data/docs/static/man-ele-textblock.png +0 -0
- data/docs/static/man-ele-video.png +0 -0
- data/docs/static/man-intro-dmg.png +0 -0
- data/docs/static/man-intro-exe.png +0 -0
- data/docs/static/man-look-tiger.png +0 -0
- data/docs/static/man-look-ubuntu.png +0 -0
- data/docs/static/man-look-vista.png +0 -0
- data/docs/static/man-run-osx.png +0 -0
- data/docs/static/man-run-vista.png +0 -0
- data/docs/static/man-run-xp.png +0 -0
- data/docs/static/man-shot1.png +0 -0
- data/docs/static/manual-en.txt +0 -3529
- data/docs/static/manual-ja.txt +0 -2829
- data/docs/static/manual.css +0 -171
- data/docs/static/manual.md +0 -3528
- data/docs/static/menu-corner1.png +0 -0
- data/docs/static/menu-corner2.png +0 -0
- data/docs/static/menu-gray.png +0 -0
- data/docs/static/menu-left.png +0 -0
- data/docs/static/menu-right.png +0 -0
- data/docs/static/menu-top.png +0 -0
- data/docs/static/shoes-dmg.jpg +0 -0
- data/docs/static/shoes-icon-blue.png +0 -0
- data/docs/static/shoes-icon.png +0 -0
- data/docs/static/shoes-manual-apps.gif +0 -0
- data/docs/static/shoes_main_window.png +0 -0
- data/docs/static/stripe.png +0 -0
- data/docs/static/stubs/blank.exe +0 -0
- data/docs/static/stubs/blank.hfz +0 -0
- data/docs/static/stubs/blank.run +0 -375
- data/docs/static/stubs/cocoa-install +0 -0
- data/docs/static/stubs/sh-install +0 -49
- data/docs/static/stubs/shoes-stub-inject.exe +0 -0
- data/docs/static/stubs/shoes-stub.exe +0 -0
- data/docs/static/tutor-back.png +0 -0
- data/docs/yard/catscradle.md +0 -44
- data/docs/yard/template/default/fulldoc/html/setup.rb +0 -13
- data/docs/yard/template/default/layout/html/setup.rb +0 -9
- data/examples/backdround_with_image.rb +0 -16
- data/examples/bloopsaphone/working/1901_by_Aanand_Prasad.rb +0 -478
- data/examples/bloopsaphone/working/b1.rb +0 -64
- data/examples/bloopsaphone/working/b2.rb +0 -36
- data/examples/bloopsaphone/working/bloops_test.rb +0 -41
- data/examples/bloopsaphone/working/bloopsaphone_theme_song_by_why.rb +0 -31
- data/examples/bloopsaphone/working/feepogram.rb +0 -67
- data/examples/bloopsaphone/working/simpsons_theme_song_by_why.rb +0 -14
- data/examples/bloopsaphone/working/tune_cheeky_drat.rb +0 -210
- data/examples/button.rb +0 -10
- data/examples/button_alert.rb +0 -6
- data/examples/button_go_away.rb +0 -6
- data/examples/button_with_position_and_size.rb +0 -7
- data/examples/coffee.rb +0 -14
- data/examples/download.rb +0 -5
- data/examples/download_and_show_image.rb +0 -28
- data/examples/edit_box.rb +0 -8
- data/examples/edit_line.rb +0 -8
- data/examples/fill.rb +0 -25
- data/examples/flow.rb +0 -11
- data/examples/fonts.rb +0 -6
- data/examples/gen.rb +0 -140
- data/examples/get_headers.rb +0 -10
- data/examples/hello_world.rb +0 -3
- data/examples/highlander.rb +0 -87
- data/examples/image/clickable_image.rb +0 -5
- data/examples/image/image.rb +0 -3
- data/examples/image/image_size.rb +0 -7
- data/examples/image/image_with_position_and_size.rb +0 -3
- data/examples/info.rb +0 -9
- data/examples/legacy/not_checked/expert/colours.rb +0 -105
- data/examples/legacy/not_checked/expert/curve-animation.rb +0 -31
- data/examples/legacy/not_checked/expert/curve-control-point.rb +0 -51
- data/examples/legacy/not_checked/expert/custom-list-box.rb +0 -53
- data/examples/legacy/not_checked/expert/definr.rb +0 -23
- data/examples/legacy/not_checked/expert/funnies.rb +0 -56
- data/examples/legacy/not_checked/expert/minesweeper.rb +0 -267
- data/examples/legacy/not_checked/expert/othello.rb +0 -318
- data/examples/legacy/not_checked/expert/pong.rb +0 -62
- data/examples/legacy/not_checked/expert/tankspank.rb +0 -385
- data/examples/legacy/not_checked/expert/tooltips.rb +0 -45
- data/examples/legacy/not_checked/expert/url.rb +0 -37
- data/examples/legacy/not_checked/expert/video-player.rb +0 -256
- data/examples/legacy/not_checked/good/_why-stories.rb +0 -44
- data/examples/legacy/not_checked/good/_why-stories.yaml +0 -387
- data/examples/legacy/not_checked/good/arc.rb +0 -37
- data/examples/legacy/not_checked/good/cardflip.rb +0 -141
- data/examples/legacy/not_checked/good/clock.rb +0 -51
- data/examples/legacy/not_checked/good/console.rb +0 -21
- data/examples/legacy/not_checked/good/follow.rb +0 -26
- data/examples/legacy/not_checked/good/image-rotate.rb +0 -14
- data/examples/legacy/not_checked/good/paris.svg +0 -7236
- data/examples/legacy/not_checked/good/path-animation.rb +0 -46
- data/examples/legacy/not_checked/good/plots.rb +0 -100
- data/examples/legacy/not_checked/good/reminder.rb +0 -174
- data/examples/legacy/not_checked/good/svgview.rb +0 -113
- data/examples/legacy/not_checked/good/vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-contrib/.gitignore +0 -2
- data/examples/legacy/not_checked/shoes-contrib/README.md +0 -34
- data/examples/legacy/not_checked/shoes-contrib/animation/animate-ovals.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/animation/flowers.rb +0 -59
- data/examples/legacy/not_checked/shoes-contrib/animation/happy-trails.rb +0 -31
- data/examples/legacy/not_checked/shoes-contrib/animation/mice-satellites.rb +0 -27
- data/examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb +0 -12
- data/examples/legacy/not_checked/shoes-contrib/animation/pink-bubbles.rb +0 -34
- data/examples/legacy/not_checked/shoes-contrib/animation/pulsate.rb +0 -18
- data/examples/legacy/not_checked/shoes-contrib/animation/rotating-star.rb +0 -18
- data/examples/legacy/not_checked/shoes-contrib/app/download-and-save.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/app/download.rb +0 -10
- data/examples/legacy/not_checked/shoes-contrib/app/get-google.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/app/mouse-detection.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/app/resizeable-false.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/art/bubble-bullseye.rb +0 -23
- data/examples/legacy/not_checked/shoes-contrib/art/faded.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/art/fill-oval.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/art/mask.rb +0 -15
- data/examples/legacy/not_checked/shoes-contrib/art/oval-gradient.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/art/star-gradient.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-edit-box.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-new-window.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-image.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-shape.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.rb +0 -43
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.yaml +0 -387
- data/examples/legacy/not_checked/shoes-contrib/basic/clock.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/basic/edit-stack +0 -14
- data/examples/legacy/not_checked/shoes-contrib/basic/gradient-shoes.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/basic/list_box-shape-report.rb +0 -19
- data/examples/legacy/not_checked/shoes-contrib/basic/rect-arrow.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/basic/scribble.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/search.rb +0 -32
- data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +0 -16
- data/examples/legacy/not_checked/shoes-contrib/basic/url-shoes-subclassing.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/browser.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/elements/background-column.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/elements/background.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/elements/basic-fps.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/border-cat.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/button-block.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/elements/check-mate.rb +0 -15
- data/examples/legacy/not_checked/shoes-contrib/elements/common-styles.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/displace-animation.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_box-character-count.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_line-character-count.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box-select-class.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/move-flow-animate.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/phat-button.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/popup.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/progress-bar.rb +0 -10
- data/examples/legacy/not_checked/shoes-contrib/elements/radio-dreamcast-favs.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/elements/timer.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/events/background-hover.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/events/motion-detect.rb +0 -9
- data/examples/legacy/not_checked/shoes-contrib/events/pressed-key.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-funnies.rb +0 -51
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-irb.rb +0 -112
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-othello.rb +0 -319
- data/examples/legacy/not_checked/shoes-contrib/good/good-arc.rb +0 -37
- data/examples/legacy/not_checked/shoes-contrib/good/good-clock.rb +0 -51
- data/examples/legacy/not_checked/shoes-contrib/good/good-follow.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/good/good-reminder.rb +0 -174
- data/examples/legacy/not_checked/shoes-contrib/good/good-vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_color.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_open_file.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_save_file.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/kernel/confirm.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/kernel/debug.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/exit.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/kernel/font.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/kernel/fonts.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/manipulation/append-slot.rb +0 -9
- data/examples/legacy/not_checked/shoes-contrib/manipulation/clear-slot.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/manipulation/prepend-slot.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/manipulation/roll.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/position/gutter-margin.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/position/stack-width.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-accordion.rb +0 -75
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-text.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-arc.rb +0 -23
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-bounce.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-calc.rb +0 -70
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-chipmunk.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-control-sizes.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-curve.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-dialogs.rb +0 -29
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-downloader.rb +0 -27
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-editor.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-mask.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu.rb +0 -31
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu1.rb +0 -35
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-rubygems.rb +0 -29
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-slide.rb +0 -45
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sphere.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sqlite3.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-timer.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-video.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/styles/alignment.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/styles/attachment.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/styles/emphasis.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/gradient-angle.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/para-methods.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/styles/para-red-underlined.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/para-style-method.rb +0 -4
- data/examples/legacy/not_checked/shoes-dep-samples/expert-game-of-life.rb +0 -243
- data/examples/legacy/not_checked/shoes-dep-samples/expert-othello.rb +0 -319
- data/examples/legacy/not_checked/shoes-dep-samples/good-clock.rb +0 -51
- data/examples/legacy/not_checked/shoes-dep-samples/good-follow.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/good-reminder.rb +0 -174
- data/examples/legacy/not_checked/shoes-dep-samples/good-vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-dep-samples/simple-accordion.rb +0 -75
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-text.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-arc.rb +0 -23
- data/examples/legacy/not_checked/shoes-dep-samples/simple-bounce.rb +0 -24
- data/examples/legacy/not_checked/shoes-dep-samples/simple-calc.rb +0 -70
- data/examples/legacy/not_checked/shoes-dep-samples/simple-chipmunk.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/simple-control-sizes.rb +0 -24
- data/examples/legacy/not_checked/shoes-dep-samples/simple-curve.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/simple-dialogs.rb +0 -29
- data/examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-editor.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-mask.rb +0 -21
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu.rb +0 -31
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu1.rb +0 -35
- data/examples/legacy/not_checked/shoes-dep-samples/simple-rubygems.rb +0 -29
- data/examples/legacy/not_checked/shoes-dep-samples/simple-slide.rb +0 -45
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sphere.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sqlite3.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-timer.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-video.rb +0 -13
- data/examples/legacy/not_checked/shoes3-tests/AnemicCinema1926marcelDuchampCut.mp4 +0 -0
- data/examples/legacy/not_checked/shoes3-tests/button/button.rb +0 -53
- data/examples/legacy/not_checked/shoes3-tests/cache/cache.rb +0 -41
- data/examples/legacy/not_checked/shoes3-tests/combo/combo.rb +0 -24
- data/examples/legacy/not_checked/shoes3-tests/curl/bare.rb +0 -34
- data/examples/legacy/not_checked/shoes3-tests/curl/downloader.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/curl/m1.rb +0 -11
- data/examples/legacy/not_checked/shoes3-tests/curl/m2.rb +0 -12
- data/examples/legacy/not_checked/shoes3-tests/curl/m3.rb +0 -11
- data/examples/legacy/not_checked/shoes3-tests/curl/m4.rb +0 -5
- data/examples/legacy/not_checked/shoes3-tests/curl/typ.rb +0 -30
- data/examples/legacy/not_checked/shoes3-tests/cursor/c1.rb +0 -21
- data/examples/legacy/not_checked/shoes3-tests/decoration.rb +0 -14
- data/examples/legacy/not_checked/shoes3-tests/dialogs/ask.rb +0 -6
- data/examples/legacy/not_checked/shoes3-tests/dialogs/confirm.rb +0 -6
- data/examples/legacy/not_checked/shoes3-tests/editbox/editbox.rb +0 -36
- data/examples/legacy/not_checked/shoes3-tests/editline/editline.rb +0 -27
- data/examples/legacy/not_checked/shoes3-tests/events/button.rb +0 -32
- data/examples/legacy/not_checked/shoes3-tests/events/button.yaml +0 -40
- data/examples/legacy/not_checked/shoes3-tests/events/capture.rb +0 -57
- data/examples/legacy/not_checked/shoes3-tests/events/chipmunk.yaml +0 -47
- data/examples/legacy/not_checked/shoes3-tests/events/event0.rb +0 -8
- data/examples/legacy/not_checked/shoes3-tests/events/event1.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/events/event1.yaml +0 -26
- data/examples/legacy/not_checked/shoes3-tests/events/event2.rb +0 -46
- data/examples/legacy/not_checked/shoes3-tests/events/event3.rb +0 -44
- data/examples/legacy/not_checked/shoes3-tests/events/event4.rb +0 -65
- data/examples/legacy/not_checked/shoes3-tests/events/event5.rb +0 -17
- data/examples/legacy/not_checked/shoes3-tests/events/event6.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/events/replay.rb +0 -60
- data/examples/legacy/not_checked/shoes3-tests/gapp/fullscreen.rb +0 -38
- data/examples/legacy/not_checked/shoes3-tests/gapp/icon.rb +0 -56
- data/examples/legacy/not_checked/shoes3-tests/gapp/mon1.rb +0 -46
- data/examples/legacy/not_checked/shoes3-tests/gapp/settings1.rb +0 -22
- data/examples/legacy/not_checked/shoes3-tests/gapp/title1.rb +0 -34
- data/examples/legacy/not_checked/shoes3-tests/indian.m4a +0 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/event.rb +0 -33
- data/examples/legacy/not_checked/shoes3-tests/menus/menu1.rb +0 -8
- data/examples/legacy/not_checked/shoes3-tests/menus/menu2.rb +0 -25
- data/examples/legacy/not_checked/shoes3-tests/menus/menu3.rb +0 -103
- data/examples/legacy/not_checked/shoes3-tests/menus/menu4.rb +0 -41
- data/examples/legacy/not_checked/shoes3-tests/menus/tests.txt +0 -42
- data/examples/legacy/not_checked/shoes3-tests/opacity.rb +0 -13
- data/examples/legacy/not_checked/shoes3-tests/plot/^IRX.R +0 -5219
- data/examples/legacy/not_checked/shoes3-tests/plot/^SPX +0 -5219
- data/examples/legacy/not_checked/shoes3-tests/plot/cstest.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/plot/gr1.rb +0 -73
- data/examples/legacy/not_checked/shoes3-tests/plot/gr2.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/plot/gr3.rb +0 -47
- data/examples/legacy/not_checked/shoes3-tests/plot/gr4.rb +0 -35
- data/examples/legacy/not_checked/shoes3-tests/plot/gr5.rb +0 -31
- data/examples/legacy/not_checked/shoes3-tests/plot/gr6.rb +0 -35
- data/examples/legacy/not_checked/shoes3-tests/plot/gr7.rb +0 -37
- data/examples/legacy/not_checked/shoes3-tests/plot/grcsv.rb +0 -219
- data/examples/legacy/not_checked/shoes3-tests/plot/manual.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/progress/progress.rb +0 -29
- data/examples/legacy/not_checked/shoes3-tests/radio/clear.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/radio/group.rb +0 -18
- data/examples/legacy/not_checked/shoes3-tests/radio/multiple.rb +0 -32
- data/examples/legacy/not_checked/shoes3-tests/radio/nogroup.rb +0 -9
- data/examples/legacy/not_checked/shoes3-tests/simpletest.svg +0 -14
- data/examples/legacy/not_checked/shoes3-tests/spinner.rb +0 -15
- data/examples/legacy/not_checked/shoes3-tests/svg.rb +0 -208
- data/examples/legacy/not_checked/shoes3-tests/switch/switch.rb +0 -28
- data/examples/legacy/not_checked/shoes3-tests/systray/back.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/systray/note.rb +0 -17
- data/examples/legacy/not_checked/shoes3-tests/terminal/cursor.rb +0 -27
- data/examples/legacy/not_checked/shoes3-tests/terminal/ed.rb +0 -65
- data/examples/legacy/not_checked/shoes3-tests/terminal/el.rb +0 -50
- data/examples/legacy/not_checked/shoes3-tests/terminal/logattr.rb +0 -31
- data/examples/legacy/not_checked/shoes3-tests/tests_color.rb +0 -138
- data/examples/legacy/not_checked/shoes3-tests/tests_svg.rb +0 -228
- data/examples/legacy/not_checked/shoes3-tests/tests_video_vlc.rb +0 -186
- data/examples/legacy/not_checked/shoes3-tests/tooltips.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/video_vlc.rb +0 -242
- data/examples/legacy/not_checked/shoes3-tests/wheel/wheel1.rb +0 -21
- data/examples/legacy/not_checked/simple/accordion.rb +0 -81
- data/examples/legacy/not_checked/simple/anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/simple/anim-text.rb +0 -13
- data/examples/legacy/not_checked/simple/arc.rb +0 -23
- data/examples/legacy/not_checked/simple/bounce.rb +0 -24
- data/examples/legacy/not_checked/simple/chipmunk.rb +0 -26
- data/examples/legacy/not_checked/simple/control-sizes.rb +0 -24
- data/examples/legacy/not_checked/simple/curve-control-points.rb +0 -24
- data/examples/legacy/not_checked/simple/curve.rb +0 -26
- data/examples/legacy/not_checked/simple/dialogs.rb +0 -29
- data/examples/legacy/not_checked/simple/downloader.rb +0 -40
- data/examples/legacy/not_checked/simple/downloader1.rb +0 -31
- data/examples/legacy/not_checked/simple/draw.rb +0 -13
- data/examples/legacy/not_checked/simple/editor.rb +0 -28
- data/examples/legacy/not_checked/simple/form.rb +0 -30
- data/examples/legacy/not_checked/simple/image.rb +0 -21
- data/examples/legacy/not_checked/simple/info.rb +0 -78
- data/examples/legacy/not_checked/simple/mask.rb +0 -21
- data/examples/legacy/not_checked/simple/mask2.rb +0 -27
- data/examples/legacy/not_checked/simple/menu.rb +0 -31
- data/examples/legacy/not_checked/simple/menu1.rb +0 -35
- data/examples/legacy/not_checked/simple/slide.rb +0 -45
- data/examples/legacy/not_checked/simple/sphere.rb +0 -28
- data/examples/legacy/not_checked/superleg.rb +0 -244
- data/examples/legacy/working/shoes-contrib/basic/a-poem.rb +0 -24
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks-instances.rb +0 -7
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks.rb +0 -7
- data/examples/legacy/working/shoes-contrib/basic/basic-slot.rb +0 -8
- data/examples/legacy/working/shoes-contrib/basic/intro.rb +0 -20
- data/examples/legacy/working/shoes-contrib/basic/two-column.rb +0 -12
- data/examples/legacy/working/shoes-contrib/elements/edit_box.rb +0 -6
- data/examples/legacy/working/shoes-contrib/kernel/alert.rb +0 -3
- data/examples/legacy/working/simple/calc.rb +0 -71
- data/examples/legacy/working/simple/sqlite3.rb +0 -27
- data/examples/legacy/working/simple/timer.rb +0 -13
- data/examples/line.rb +0 -5
- data/examples/link.rb +0 -20
- data/examples/list_box.rb +0 -8
- data/examples/local_fonts.rb +0 -4
- data/examples/local_images.rb +0 -4
- data/examples/motion_events.rb +0 -20
- data/examples/para/collection_of_arguments.rb +0 -9
- data/examples/para/hello_world.rb +0 -5
- data/examples/para/hide_and_show.rb +0 -9
- data/examples/para/rainbow.rb +0 -11
- data/examples/para/rainbow_2.rb +0 -11
- data/examples/para/sizes.rb +0 -11
- data/examples/para/sizes_2.rb +0 -12
- data/examples/para/strong.rb +0 -3
- data/examples/para_text_widgets.rb +0 -4
- data/examples/parse_xl_funnies.rb +0 -58
- data/examples/pirate.png +0 -0
- data/examples/raw_flow.rb +0 -11
- data/examples/ruby_racer.rb +0 -50
- data/examples/selfitude.rb +0 -18
- data/examples/shapes/arc.rb +0 -8
- data/examples/shapes/shapes.rb +0 -8
- data/examples/shapes/shapes_fill.rb +0 -10
- data/examples/shapes/star.rb +0 -5
- data/examples/shoes_school.rb +0 -66
- data/examples/shoes_splorer.rb +0 -150
- data/examples/simple_slides.rb +0 -73
- data/examples/skip_ci/parrot.rb +0 -22
- data/examples/skip_ci/say.rb +0 -20
- data/examples/sleepless.rb +0 -26
- data/examples/slots.rb +0 -10
- data/examples/spacing.rb +0 -18
- data/examples/span.rb +0 -6
- data/examples/stack/background.rb +0 -35
- data/examples/stack/border.rb +0 -11
- data/examples/stack/gradients.rb +0 -6
- data/examples/stack/raw_stack.rb +0 -8
- data/examples/stack/stack.rb +0 -27
- data/examples/text_change.rb +0 -4
- data/examples/text_sizes.rb +0 -10
- data/examples/timmy.rb +0 -109
- data/examples/title_and_resize.rb +0 -3
- data/examples/video.rb +0 -10
- data/exe/scarpe +0 -107
- data/fonts/Pacifico.ttf +0 -0
- data/lib/scarpe/base64.rb +0 -27
- data/lib/scarpe/cats_cradle.rb +0 -255
- data/lib/scarpe/fill.rb +0 -23
- data/lib/scarpe/glibui/README.md +0 -34
- data/lib/scarpe/glibui/alert.rb +0 -65
- data/lib/scarpe/glibui/app.rb +0 -27
- data/lib/scarpe/glibui/background.rb +0 -18
- data/lib/scarpe/glibui/border.rb +0 -22
- data/lib/scarpe/glibui/button.rb +0 -38
- data/lib/scarpe/glibui/dimensions.rb +0 -22
- data/lib/scarpe/glibui/document_root.rb +0 -33
- data/lib/scarpe/glibui/edit_box.rb +0 -44
- data/lib/scarpe/glibui/edit_line.rb +0 -43
- data/lib/scarpe/glibui/flow.rb +0 -33
- data/lib/scarpe/glibui/html.rb +0 -77
- data/lib/scarpe/glibui/image.rb +0 -36
- data/lib/scarpe/glibui/link.rb +0 -29
- data/lib/scarpe/glibui/local_display.rb +0 -62
- data/lib/scarpe/glibui/para.rb +0 -84
- data/lib/scarpe/glibui/spacing.rb +0 -41
- data/lib/scarpe/glibui/stack.rb +0 -33
- data/lib/scarpe/glibui/text_widget.rb +0 -30
- data/lib/scarpe/glibui/widget.rb +0 -81
- data/lib/scarpe/glibui.rb +0 -29
- data/lib/scarpe/libui/alert.rb +0 -9
- data/lib/scarpe/libui/button.rb +0 -18
- data/lib/scarpe/libui/colors.rb +0 -157
- data/lib/scarpe/libui/core.rb +0 -66
- data/lib/scarpe/libui/flow.rb +0 -16
- data/lib/scarpe/libui/libui.rb +0 -45
- data/lib/scarpe/libui/notepad.md +0 -26
- data/lib/scarpe/libui/para.rb +0 -154
- data/lib/scarpe/libui/stack.rb +0 -34
- data/lib/scarpe/line.rb +0 -25
- data/lib/scarpe/logger.rb +0 -159
- data/lib/scarpe/promises.rb +0 -405
- data/lib/scarpe/shape.rb +0 -20
- data/lib/scarpe/slot.rb +0 -7
- data/lib/scarpe/unit_test_helpers.rb +0 -236
- data/lib/scarpe/version.rb +0 -5
- data/lib/scarpe/widgets.rb +0 -35
- data/lib/scarpe/wv/alert.rb +0 -65
- data/lib/scarpe/wv/app.rb +0 -104
- data/lib/scarpe/wv/arc.rb +0 -57
- data/lib/scarpe/wv/background.rb +0 -27
- data/lib/scarpe/wv/border.rb +0 -24
- data/lib/scarpe/wv/button.rb +0 -50
- data/lib/scarpe/wv/control_interface.rb +0 -147
- data/lib/scarpe/wv/control_interface_test.rb +0 -234
- data/lib/scarpe/wv/dimensions.rb +0 -22
- data/lib/scarpe/wv/document_root.rb +0 -8
- data/lib/scarpe/wv/edit_box.rb +0 -44
- data/lib/scarpe/wv/edit_line.rb +0 -43
- data/lib/scarpe/wv/fill.rb +0 -30
- data/lib/scarpe/wv/flow.rb +0 -24
- data/lib/scarpe/wv/font.rb +0 -36
- data/lib/scarpe/wv/html.rb +0 -108
- data/lib/scarpe/wv/image.rb +0 -41
- data/lib/scarpe/wv/line.rb +0 -38
- data/lib/scarpe/wv/link.rb +0 -29
- data/lib/scarpe/wv/list_box.rb +0 -50
- data/lib/scarpe/wv/para.rb +0 -90
- data/lib/scarpe/wv/shape.rb +0 -35
- data/lib/scarpe/wv/shape_helper.rb +0 -44
- data/lib/scarpe/wv/slot.rb +0 -81
- data/lib/scarpe/wv/spacing.rb +0 -41
- data/lib/scarpe/wv/span.rb +0 -66
- data/lib/scarpe/wv/stack.rb +0 -24
- data/lib/scarpe/wv/star.rb +0 -64
- data/lib/scarpe/wv/subscription_item.rb +0 -50
- data/lib/scarpe/wv/text_widget.rb +0 -30
- data/lib/scarpe/wv/video.rb +0 -42
- data/lib/scarpe/wv/web_wrangler.rb +0 -683
- data/lib/scarpe/wv/webview_local_display.rb +0 -73
- data/lib/scarpe/wv/webview_relay_display.rb +0 -185
- data/lib/scarpe/wv/widget.rb +0 -185
- data/lib/scarpe/wv/wv_display_worker.rb +0 -65
- data/lib/scarpe/wv.rb +0 -43
- data/lib/scarpe/wv_local.rb +0 -6
- data/lib/scarpe/wv_relay.rb +0 -6
- data/lib/scarpe.rb +0 -29
- data/logger/debug_web_wrangler.json +0 -4
- data/logger/scarpe_wv_test.json +0 -4
- data/scarpe-0.2.0.gem +0 -0
- data/scarpe.gemspec +0 -44
- data/scarpegen.rb +0 -193
- data/sig/scarpe.rbs +0 -4
- data/templates/basic_class_template.erb +0 -38
- data/templates/class_template_with_event_bind.erb +0 -27
- data/templates/class_template_with_shapes.erb +0 -43
- data/templates/example_template.erb +0 -3
- data/templates/module_template.erb +0 -12
- data/templates/webview_template.erb +0 -27
Binary file
|
Binary file
|
data/docs/static/menu-gray.png
DELETED
Binary file
|
data/docs/static/menu-left.png
DELETED
Binary file
|
data/docs/static/menu-right.png
DELETED
Binary file
|
data/docs/static/menu-top.png
DELETED
Binary file
|
data/docs/static/shoes-dmg.jpg
DELETED
Binary file
|
Binary file
|
data/docs/static/shoes-icon.png
DELETED
Binary file
|
Binary file
|
Binary file
|
data/docs/static/stripe.png
DELETED
Binary file
|
data/docs/static/stubs/blank.exe
DELETED
Binary file
|
data/docs/static/stubs/blank.hfz
DELETED
Binary file
|
data/docs/static/stubs/blank.run
DELETED
@@ -1,375 +0,0 @@
|
|
1
|
-
#!/bin/sh
|
2
|
-
# This script was generated using Makeself 2.1.4
|
3
|
-
FULLSIZE=#{FULLSIZE}
|
4
|
-
CRCsum="#{CRC}"
|
5
|
-
MD5="#{MD5}"
|
6
|
-
TMPROOT=${TMPDIR:=/tmp}
|
7
|
-
|
8
|
-
label="#{LABEL}"
|
9
|
-
script="./sh-install"
|
10
|
-
scriptargs=""
|
11
|
-
targetdir="dist"
|
12
|
-
filesizes="#{SIZE}"
|
13
|
-
keep=n
|
14
|
-
|
15
|
-
print_cmd_arg=""
|
16
|
-
if type printf > /dev/null; then
|
17
|
-
print_cmd="printf"
|
18
|
-
elif test -x /usr/ucb/echo; then
|
19
|
-
print_cmd="/usr/ucb/echo"
|
20
|
-
else
|
21
|
-
print_cmd="echo"
|
22
|
-
fi
|
23
|
-
|
24
|
-
unset CDPATH
|
25
|
-
|
26
|
-
MS_Printf()
|
27
|
-
{
|
28
|
-
$print_cmd $print_cmd_arg "$1"
|
29
|
-
}
|
30
|
-
|
31
|
-
MS_Progress()
|
32
|
-
{
|
33
|
-
while read a; do
|
34
|
-
MS_Printf .
|
35
|
-
done
|
36
|
-
}
|
37
|
-
|
38
|
-
MS_dd()
|
39
|
-
{
|
40
|
-
blocks=`expr $3 / 1024`
|
41
|
-
bytes=`expr $3 % 1024`
|
42
|
-
dd if="$1" ibs=$2 skip=1 obs=1024 conv=sync 2> /dev/null | \
|
43
|
-
{ test $blocks -gt 0 && dd ibs=1024 obs=1024 count=$blocks ; \
|
44
|
-
test $bytes -gt 0 && dd ibs=1 obs=1024 count=$bytes ; } 2> /dev/null
|
45
|
-
}
|
46
|
-
|
47
|
-
MS_Help()
|
48
|
-
{
|
49
|
-
cat << EOH >&2
|
50
|
-
Makeself version 2.1.4
|
51
|
-
1) Getting help or info about $0 :
|
52
|
-
$0 --help Print this message
|
53
|
-
$0 --info Print embedded info : title, default target directory, embedded script ...
|
54
|
-
$0 --lsm Print embedded lsm entry (or no LSM)
|
55
|
-
$0 --list Print the list of files in the archive
|
56
|
-
$0 --check Checks integrity of the archive
|
57
|
-
|
58
|
-
2) Running $0 :
|
59
|
-
$0 [options] [--] [additional arguments to embedded script]
|
60
|
-
with following options (in that order)
|
61
|
-
--confirm Ask before running embedded script
|
62
|
-
--noexec Do not run embedded script
|
63
|
-
--keep Do not erase target directory after running
|
64
|
-
the embedded script
|
65
|
-
--nox11 Do not spawn an xterm
|
66
|
-
--nochown Do not give the extracted files to the current user
|
67
|
-
--target NewDirectory Extract in NewDirectory
|
68
|
-
--tar arg1 [arg2 ...] Access the contents of the archive through the tar command
|
69
|
-
-- Following arguments will be passed to the embedded script
|
70
|
-
EOH
|
71
|
-
}
|
72
|
-
|
73
|
-
MS_Check()
|
74
|
-
{
|
75
|
-
OLD_PATH=$PATH
|
76
|
-
PATH=${GUESS_MD5_PATH:-"$OLD_PATH:/bin:/usr/bin:/sbin:/usr/local/ssl/bin:/usr/local/bin:/opt/openssl/bin"}
|
77
|
-
MD5_PATH=`exec 2>&-; which md5sum || type md5sum | cut -c 11-`
|
78
|
-
MD5_PATH=${MD5_PATH:-`exec 2>&-; which md5 || type md5 | cut -c 8-`}
|
79
|
-
PATH=$OLD_PATH
|
80
|
-
MS_Printf "Verifying archive integrity..."
|
81
|
-
offset=`head -n 375 "$1" | wc -c | tr -d " "`
|
82
|
-
verb=$2
|
83
|
-
i=1
|
84
|
-
for s in $filesizes
|
85
|
-
do
|
86
|
-
crc=`echo $CRCsum | cut -d" " -f$i`
|
87
|
-
if test -x "$MD5_PATH"; then
|
88
|
-
md5=`echo $MD5 | cut -d" " -f$i`
|
89
|
-
if test $md5 = "00000000000000000000000000000000"; then
|
90
|
-
test x$verb = xy && echo " $1 does not contain an embedded MD5 checksum." >&2
|
91
|
-
else
|
92
|
-
md5sum=`MS_dd "$1" $offset $s | "$MD5_PATH" | cut -b-32`;
|
93
|
-
if test "$md5sum" != "$md5"; then
|
94
|
-
echo "Error in MD5 checksums: $md5sum is different from $md5" >&2
|
95
|
-
exit 2
|
96
|
-
else
|
97
|
-
test x$verb = xy && MS_Printf " MD5 checksums are OK." >&2
|
98
|
-
fi
|
99
|
-
crc="0000000000"; verb=n
|
100
|
-
fi
|
101
|
-
fi
|
102
|
-
if test $crc = "0000000000"; then
|
103
|
-
test x$verb = xy && echo " $1 does not contain a CRC checksum." >&2
|
104
|
-
else
|
105
|
-
sum1=`MS_dd "$1" $offset $s | CMD_ENV=xpg4 cksum | awk '{print $1}'`
|
106
|
-
if test "$sum1" = "$crc"; then
|
107
|
-
test x$verb = xy && MS_Printf " CRC checksums are OK." >&2
|
108
|
-
else
|
109
|
-
echo "Error in checksums: $sum1 is different from $crc"
|
110
|
-
exit 2;
|
111
|
-
fi
|
112
|
-
fi
|
113
|
-
i=`expr $i + 1`
|
114
|
-
offset=`expr $offset + $s`
|
115
|
-
done
|
116
|
-
echo " All good."
|
117
|
-
}
|
118
|
-
|
119
|
-
UnTAR()
|
120
|
-
{
|
121
|
-
tar $1vf - 2>&1 || { echo Extraction failed. > /dev/tty; kill -15 $$; }
|
122
|
-
}
|
123
|
-
|
124
|
-
finish=true
|
125
|
-
xterm_loop=
|
126
|
-
nox11=n
|
127
|
-
copy=none
|
128
|
-
ownership=y
|
129
|
-
verbose=n
|
130
|
-
|
131
|
-
initargs="$@"
|
132
|
-
|
133
|
-
while true
|
134
|
-
do
|
135
|
-
case "$1" in
|
136
|
-
-h | --help)
|
137
|
-
MS_Help
|
138
|
-
exit 0
|
139
|
-
;;
|
140
|
-
--info)
|
141
|
-
echo Identification: "$label"
|
142
|
-
echo Target directory: "$targetdir"
|
143
|
-
echo Uncompressed size: #{RAWSIZE} KB
|
144
|
-
echo Compression: gzip
|
145
|
-
echo Date of packaging: #{TIME}
|
146
|
-
echo Built with Makeself version 2.1.4 on
|
147
|
-
echo Build command was: "/usr/bin/makeself \\
|
148
|
-
\"dist\" \\
|
149
|
-
\"pkg/#{NAME}.run\" \\
|
150
|
-
\"#{LABEL}\" \\
|
151
|
-
\"./sh-install\""
|
152
|
-
if test x$script != x; then
|
153
|
-
echo Script run after extraction:
|
154
|
-
echo " " $script $scriptargs
|
155
|
-
fi
|
156
|
-
if test x"" = xcopy; then
|
157
|
-
echo "Archive will copy itself to a temporary location"
|
158
|
-
fi
|
159
|
-
if test x"n" = xy; then
|
160
|
-
echo "directory $targetdir is permanent"
|
161
|
-
else
|
162
|
-
echo "$targetdir will be removed after extraction"
|
163
|
-
fi
|
164
|
-
exit 0
|
165
|
-
;;
|
166
|
-
--dumpconf)
|
167
|
-
echo LABEL=\"$label\"
|
168
|
-
echo SCRIPT=\"$script\"
|
169
|
-
echo SCRIPTARGS=\"$scriptargs\"
|
170
|
-
echo archdirname=\"dist\"
|
171
|
-
echo KEEP=n
|
172
|
-
echo COMPRESS=gzip
|
173
|
-
echo filesizes=\"$filesizes\"
|
174
|
-
echo CRCsum=\"$CRCsum\"
|
175
|
-
echo MD5sum=\"$MD5\"
|
176
|
-
echo OLDUSIZE=#{RAWSIZE}
|
177
|
-
echo OLDSKIP=376
|
178
|
-
exit 0
|
179
|
-
;;
|
180
|
-
--lsm)
|
181
|
-
cat << EOLSM
|
182
|
-
No LSM.
|
183
|
-
EOLSM
|
184
|
-
exit 0
|
185
|
-
;;
|
186
|
-
--list)
|
187
|
-
echo Target directory: $targetdir
|
188
|
-
offset=`head -n 375 "$0" | wc -c | tr -d " "`
|
189
|
-
for s in $filesizes
|
190
|
-
do
|
191
|
-
MS_dd "$0" $offset $s | eval "gzip -cd" | UnTAR t
|
192
|
-
offset=`expr $offset + $s`
|
193
|
-
done
|
194
|
-
exit 0
|
195
|
-
;;
|
196
|
-
--tar)
|
197
|
-
offset=`head -n 375 "$0" | wc -c | tr -d " "`
|
198
|
-
arg1="$2"
|
199
|
-
shift 2
|
200
|
-
for s in $filesizes
|
201
|
-
do
|
202
|
-
MS_dd "$0" $offset $s | eval "gzip -cd" | tar "$arg1" - $*
|
203
|
-
offset=`expr $offset + $s`
|
204
|
-
done
|
205
|
-
exit 0
|
206
|
-
;;
|
207
|
-
--check)
|
208
|
-
MS_Check "$0" y
|
209
|
-
exit 0
|
210
|
-
;;
|
211
|
-
--confirm)
|
212
|
-
verbose=y
|
213
|
-
shift
|
214
|
-
;;
|
215
|
-
--noexec)
|
216
|
-
script=""
|
217
|
-
shift
|
218
|
-
;;
|
219
|
-
--keep)
|
220
|
-
keep=y
|
221
|
-
shift
|
222
|
-
;;
|
223
|
-
--target)
|
224
|
-
keep=y
|
225
|
-
targetdir=${2:-.}
|
226
|
-
shift 2
|
227
|
-
;;
|
228
|
-
--nox11)
|
229
|
-
nox11=y
|
230
|
-
shift
|
231
|
-
;;
|
232
|
-
--nochown)
|
233
|
-
ownership=n
|
234
|
-
shift
|
235
|
-
;;
|
236
|
-
--xwin)
|
237
|
-
finish="echo Press Return to close this window...; read junk"
|
238
|
-
xterm_loop=1
|
239
|
-
shift
|
240
|
-
;;
|
241
|
-
--phase2)
|
242
|
-
copy=phase2
|
243
|
-
shift
|
244
|
-
;;
|
245
|
-
--)
|
246
|
-
shift
|
247
|
-
break ;;
|
248
|
-
-*)
|
249
|
-
echo Unrecognized flag : "$1" >&2
|
250
|
-
MS_Help
|
251
|
-
exit 1
|
252
|
-
;;
|
253
|
-
*)
|
254
|
-
break ;;
|
255
|
-
esac
|
256
|
-
done
|
257
|
-
|
258
|
-
case "$copy" in
|
259
|
-
copy)
|
260
|
-
tmpdir=$TMPROOT/makeself.$RANDOM.`date +"%y%m%d%H%M%S"`.$$
|
261
|
-
mkdir "$tmpdir" || {
|
262
|
-
echo "Could not create temporary directory $tmpdir" >&2
|
263
|
-
exit 1
|
264
|
-
}
|
265
|
-
SCRIPT_COPY="$tmpdir/makeself"
|
266
|
-
echo "Copying to a temporary location..." >&2
|
267
|
-
cp "$0" "$SCRIPT_COPY"
|
268
|
-
chmod +x "$SCRIPT_COPY"
|
269
|
-
cd "$TMPROOT"
|
270
|
-
exec "$SCRIPT_COPY" --phase2
|
271
|
-
;;
|
272
|
-
phase2)
|
273
|
-
finish="$finish ; rm -rf `dirname $0`"
|
274
|
-
;;
|
275
|
-
esac
|
276
|
-
|
277
|
-
if test "$nox11" = "n"; then
|
278
|
-
if tty -s; then # Do we have a terminal?
|
279
|
-
:
|
280
|
-
else
|
281
|
-
if test x"$DISPLAY" != x -a x"$xterm_loop" = x; then # No, but do we have X?
|
282
|
-
if xset q > /dev/null 2>&1; then # Check for valid DISPLAY variable
|
283
|
-
GUESS_XTERMS="xterm rxvt dtterm eterm Eterm kvt konsole aterm"
|
284
|
-
for a in $GUESS_XTERMS; do
|
285
|
-
if type $a >/dev/null 2>&1; then
|
286
|
-
XTERM=$a
|
287
|
-
break
|
288
|
-
fi
|
289
|
-
done
|
290
|
-
chmod a+x $0 || echo Please add execution rights on $0
|
291
|
-
if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
|
292
|
-
exec $XTERM -title "$label" -e "$0" --xwin "$initargs"
|
293
|
-
else
|
294
|
-
exec $XTERM -title "$label" -e "./$0" --xwin "$initargs"
|
295
|
-
fi
|
296
|
-
fi
|
297
|
-
fi
|
298
|
-
fi
|
299
|
-
fi
|
300
|
-
|
301
|
-
if test "$targetdir" = "."; then
|
302
|
-
tmpdir="."
|
303
|
-
else
|
304
|
-
if test "$keep" = y; then
|
305
|
-
echo "Creating directory $targetdir" >&2
|
306
|
-
tmpdir="$targetdir"
|
307
|
-
dashp="-p"
|
308
|
-
else
|
309
|
-
tmpdir="$TMPROOT/selfgz$$$RANDOM"
|
310
|
-
dashp=""
|
311
|
-
fi
|
312
|
-
mkdir $dashp $tmpdir || {
|
313
|
-
echo 'Cannot create target directory' $tmpdir >&2
|
314
|
-
echo 'You should try option --target OtherDirectory' >&2
|
315
|
-
eval $finish
|
316
|
-
exit 1
|
317
|
-
}
|
318
|
-
fi
|
319
|
-
|
320
|
-
location="`pwd`"
|
321
|
-
if test x$SETUP_NOCHECK != x1; then
|
322
|
-
MS_Check "$0"
|
323
|
-
fi
|
324
|
-
offset=`head -n 375 "$0" | wc -c | tr -d " "`
|
325
|
-
|
326
|
-
if test x"$verbose" = xy; then
|
327
|
-
MS_Printf "About to extract #{RAWSIZE} KB in $tmpdir ... Proceed ? [Y/n] "
|
328
|
-
read yn
|
329
|
-
if test x"$yn" = xn; then
|
330
|
-
eval $finish; exit 1
|
331
|
-
fi
|
332
|
-
fi
|
333
|
-
|
334
|
-
MS_Printf "Uncompressing $label"
|
335
|
-
res=3
|
336
|
-
if test "$keep" = n; then
|
337
|
-
trap 'echo Signal caught, cleaning up >&2; cd $TMPROOT; /bin/rm -rf $tmpdir; eval $finish; exit 15' 1 2 3 15
|
338
|
-
fi
|
339
|
-
|
340
|
-
for s in $filesizes
|
341
|
-
do
|
342
|
-
if MS_dd "$0" $offset $s | eval "gzip -cd" | ( cd "$tmpdir"; UnTAR x ) | MS_Progress; then
|
343
|
-
if test x"$ownership" = xy; then
|
344
|
-
(PATH=/usr/xpg4/bin:$PATH; cd "$tmpdir"; chown -R `id -u` .; chgrp -R `id -g` .)
|
345
|
-
fi
|
346
|
-
else
|
347
|
-
echo
|
348
|
-
echo "Unable to decompress $0" >&2
|
349
|
-
eval $finish; exit 1
|
350
|
-
fi
|
351
|
-
offset=`expr $offset + $s`
|
352
|
-
done
|
353
|
-
echo
|
354
|
-
|
355
|
-
cd "$tmpdir"
|
356
|
-
res=0
|
357
|
-
if test x"$script" != x; then
|
358
|
-
if test x"$verbose" = xy; then
|
359
|
-
MS_Printf "OK to execute: $script $scriptargs $* ? [Y/n] "
|
360
|
-
read yn
|
361
|
-
if test x"$yn" = x -o x"$yn" = xy -o x"$yn" = xY; then
|
362
|
-
eval $script $scriptargs $*; res=$?;
|
363
|
-
fi
|
364
|
-
else
|
365
|
-
eval $script $scriptargs $*; res=$?
|
366
|
-
fi
|
367
|
-
if test $res -ne 0; then
|
368
|
-
test x"$verbose" = xy && echo "The program '$script' returned an error code ($res)" >&2
|
369
|
-
fi
|
370
|
-
fi
|
371
|
-
if test "$keep" = n; then
|
372
|
-
cd $TMPROOT
|
373
|
-
/bin/rm -rf $tmpdir
|
374
|
-
fi
|
375
|
-
eval $finish; exit $res
|
Binary file
|
@@ -1,49 +0,0 @@
|
|
1
|
-
#!/bin/sh
|
2
|
-
shoes_host="http://shoes.heroku.com"
|
3
|
-
shoes_url="$shoes_host/pkg/policeman/linux/shoes-novideo"
|
4
|
-
this_dir=`pwd`
|
5
|
-
|
6
|
-
shoes="$(which shoes)"
|
7
|
-
if [ -x "$this_dir/shoes" ] ; then
|
8
|
-
shoes="$this_dir/shoes"
|
9
|
-
fi
|
10
|
-
if [ -z "$shoes" ] ; then
|
11
|
-
shoes="$HOME/.shoes/shoes.run"
|
12
|
-
fi
|
13
|
-
|
14
|
-
if [ ! -x "$shoes" ] ; then
|
15
|
-
echo "Downloading Shoes... "
|
16
|
-
|
17
|
-
# First, try wget.
|
18
|
-
wget="wget -q -O -"
|
19
|
-
wdl="wget -q"
|
20
|
-
shoes_pkg="$($wget "$shoes_url" 2>/dev/null)"
|
21
|
-
|
22
|
-
if [ -z "$shoes_pkg" ] ; then
|
23
|
-
# Then, try curl.
|
24
|
-
wget="curl -s"
|
25
|
-
wdl="curl -s -O"
|
26
|
-
shoes_pkg="$($wget "$shoes_url" 2>/dev/null)"
|
27
|
-
|
28
|
-
if [ -z "$shoes_pkg" ] ; then
|
29
|
-
# Lastly, try bsd fetch.
|
30
|
-
wget="fetch -q -o -"
|
31
|
-
wdl="fetch -q"
|
32
|
-
shoes_pkg="$($wget "$shoes_url" 2>/dev/null)"
|
33
|
-
|
34
|
-
if [ -z "$shoes_pkg" ] ; then
|
35
|
-
echo "sorry, couldn't find wget or curl."
|
36
|
-
exit 1;
|
37
|
-
fi
|
38
|
-
fi
|
39
|
-
fi
|
40
|
-
|
41
|
-
#shoes_run="$shoes_host$shoes_pkg"
|
42
|
-
shoes_run="$shoes_pkg"
|
43
|
-
echo "Fetching $shoes_run..."
|
44
|
-
mkdir -p $HOME/.shoes
|
45
|
-
eval $wget "$shoes_run" > $shoes
|
46
|
-
chmod 755 $shoes
|
47
|
-
fi
|
48
|
-
|
49
|
-
eval $shoes -- "$this_dir/#{SCRIPT}"
|
Binary file
|
Binary file
|
data/docs/static/tutor-back.png
DELETED
Binary file
|
data/docs/yard/catscradle.md
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
# CatsCradle and Fiber-Based Testing
|
2
|
-
|
3
|
-
We've tried a number of things for testing. We mock extensively in many places. We use promises to handle "assert thing X after the next redraw"-type testing.
|
4
|
-
|
5
|
-
Most recently, we have a Fiber-based approach to testing which is a little weird, but (so far) looks pretty good. Here's a representative test of that kind:
|
6
|
-
|
7
|
-
```
|
8
|
-
def test_html_dom_multiple_update
|
9
|
-
run_test_scarpe_code(<<-'SCARPE_APP', app_test_code: <<-'TEST_CODE')
|
10
|
-
Shoes.app do
|
11
|
-
para "Hello World"
|
12
|
-
end
|
13
|
-
SCARPE_APP
|
14
|
-
on_heartbeat do
|
15
|
-
p = para()
|
16
|
-
assert_include dom_html, "Hello World"
|
17
|
-
p.replace("Goodbye World")
|
18
|
-
wait fully_updated
|
19
|
-
assert_include dom_html, "Goodbye World"
|
20
|
-
p.replace("Hello Again")
|
21
|
-
wait fully_updated
|
22
|
-
assert_include dom_html, "Hello Again"
|
23
|
-
|
24
|
-
test_finished
|
25
|
-
end
|
26
|
-
TEST_CODE
|
27
|
-
end
|
28
|
-
```
|
29
|
-
|
30
|
-
That's fine. There's a very simple Scarpe app with a single para. The test finds it, then makes sure the page HTML includes the right text. Then it changes it, waits for the redraw and makes sure it contains the new right text. Then, basically, does those same things again. So what's interesting here?
|
31
|
-
|
32
|
-
Primarily that it waits. You could reasonably think, "waiting is easy - you can use promises or sleeps for that." And normally you'd be right. But in this case, this uses the Webview local display service. It will crash if you don't return control to its main loop within a fraction of a second. And until it gets back to its main loop it can't receive calls from Javascript. Those "dom_html" calls require looping to Webview and back, as (of course) does "wait fully_updated".
|
33
|
-
|
34
|
-
But this method appears to run through, line by line, until it's done. How?
|
35
|
-
|
36
|
-
Fibers. Specifically, Ruby 3.0 added some nice Fiber capabilities that we can use. You can go look [at the docs](https://ruby-doc.org/core-3.0.0/Fiber.html#method-i-transfer) if you want.
|
37
|
-
|
38
|
-
If you check catscradle.rb, you can see us doing a fun little dance where a block like the on_heartbeat above creates a Fiber, and there's a manager Fiber to coordinate them. On every heartbeat and redraw we run the manager Fiber, which in turn runs every other Fiber that's ready, which it tracks via Promises.
|
39
|
-
|
40
|
-
A ready Fiber will run until it does something blocking, like a dom_html or wait call. Then it returns a Promise object that will be fulfilled when it's ready to run again, like a Promise for being fully redrawn, or a promise for when a snippet of Javascript finishes.
|
41
|
-
|
42
|
-
Once the manager has run every ready Fiber once, it yields control and waits to be called again.
|
43
|
-
|
44
|
-
Right now (June 2023) we keep control simple by only being called on heartbeats or redraws, so sometimes a promise *not* involving promises or redraws can wait awhile extra (up to 1/10th of a second or so) before it runs again. It would be possible to run the manager in response to other promises completing, and that would probably be more efficient. I'm just worried about that complicating the flow of control and leading to weird order-dependent bugs. So right now we do the simple thing, which can be slower.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
def generate_docpages_list
|
4
|
-
@file_list = true
|
5
|
-
|
6
|
-
# Customise these more?
|
7
|
-
@items = options.files.select { |m| m.filename.end_with?(".md") }
|
8
|
-
|
9
|
-
@list_title = "Doc Pages List"
|
10
|
-
@list_type = "file"
|
11
|
-
generate_list_contents
|
12
|
-
@file_list = nil
|
13
|
-
end
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
def menu_lists
|
3
|
-
[
|
4
|
-
{:type => 'docpages', :title => 'Doc Pages', :search_title => 'Doc Pages'},
|
5
|
-
{:type => 'class', :title => 'Classes', :search_title => 'Class List'},
|
6
|
-
{:type => 'method', :title => 'Methods', :search_title => 'Method List'},
|
7
|
-
{:type => 'file', :title => 'Files', :search_title => 'File List'},
|
8
|
-
]
|
9
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
|
3
|
-
stack width:100, height:100 do
|
4
|
-
background "docs/static/avatar.png"
|
5
|
-
border blue ,strokewidth: 4
|
6
|
-
end
|
7
|
-
|
8
|
-
stack width:100, height:100 do
|
9
|
-
background red
|
10
|
-
end
|
11
|
-
|
12
|
-
stack width:100, height:100 do
|
13
|
-
background "rgba(255,200,0,255)"
|
14
|
-
end
|
15
|
-
|
16
|
-
end
|