lacci 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +79 -0
- data/Rakefile +1 -4
- data/lib/lacci/scarpe_cli.rb +71 -0
- data/lib/lacci/scarpe_core.rb +22 -0
- data/lib/lacci/version.rb +13 -0
- data/lib/scarpe/niente/app.rb +23 -0
- data/lib/scarpe/niente/display_service.rb +62 -0
- data/lib/scarpe/niente/drawable.rb +57 -0
- data/lib/scarpe/niente/logger.rb +29 -0
- data/lib/scarpe/niente/shoes_spec.rb +87 -0
- data/lib/scarpe/niente.rb +20 -0
- data/lib/shoes/app.rb +165 -43
- data/lib/{scarpe → shoes}/background.rb +2 -2
- data/lib/{scarpe → shoes}/border.rb +2 -2
- data/lib/shoes/builtins.rb +63 -0
- data/lib/shoes/changelog.rb +52 -0
- data/lib/{scarpe → shoes}/colors.rb +3 -1
- data/lib/shoes/constants.rb +24 -3
- data/lib/{scarpe → shoes}/display_service.rb +45 -23
- data/lib/{scarpe → shoes}/download.rb +7 -7
- data/lib/shoes/drawable.rb +380 -0
- data/lib/shoes/drawables/arc.rb +49 -0
- data/lib/shoes/drawables/arrow.rb +41 -0
- data/lib/shoes/drawables/button.rb +73 -0
- data/lib/shoes/drawables/check.rb +29 -0
- data/lib/{scarpe → shoes/drawables}/document_root.rb +5 -5
- data/lib/{scarpe → shoes/drawables}/edit_box.rb +6 -6
- data/lib/{scarpe → shoes/drawables}/edit_line.rb +6 -6
- data/lib/shoes/drawables/flow.rb +22 -0
- data/lib/{scarpe → shoes/drawables}/image.rb +7 -13
- data/lib/shoes/drawables/line.rb +20 -0
- data/lib/shoes/drawables/link.rb +34 -0
- data/lib/shoes/drawables/list_box.rb +56 -0
- data/lib/shoes/drawables/para.rb +118 -0
- data/lib/shoes/drawables/progress.rb +14 -0
- data/lib/shoes/drawables/radio.rb +33 -0
- data/lib/shoes/drawables/rect.rb +17 -0
- data/lib/shoes/drawables/shape.rb +36 -0
- data/lib/shoes/drawables/slot.rb +87 -0
- data/lib/{scarpe → shoes/drawables}/span.rb +8 -7
- data/lib/{scarpe → shoes/drawables}/stack.rb +10 -4
- data/lib/shoes/drawables/star.rb +50 -0
- data/lib/shoes/drawables/subscription_item.rb +93 -0
- data/lib/shoes/drawables/text_drawable.rb +63 -0
- data/lib/shoes/drawables/video.rb +16 -0
- data/lib/shoes/drawables/widget.rb +69 -0
- data/lib/shoes/drawables.rb +31 -0
- data/lib/shoes/errors.rb +28 -0
- data/lib/shoes/log.rb +71 -0
- data/lib/shoes/ruby_extensions.rb +15 -0
- data/lib/shoes/spacing.rb +9 -0
- data/lib/shoes-spec.rb +93 -0
- data/lib/shoes.rb +93 -11
- metadata +67 -557
- 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/alert.rb +0 -19
- data/lib/scarpe/arc.rb +0 -49
- data/lib/scarpe/base64.rb +0 -27
- data/lib/scarpe/button.rb +0 -35
- data/lib/scarpe/cats_cradle.rb +0 -255
- data/lib/scarpe/fill.rb +0 -23
- data/lib/scarpe/flow.rb +0 -18
- data/lib/scarpe/font.rb +0 -14
- 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/link.rb +0 -25
- data/lib/scarpe/list_box.rb +0 -25
- data/lib/scarpe/logger.rb +0 -159
- data/lib/scarpe/para.rb +0 -92
- data/lib/scarpe/promises.rb +0 -405
- data/lib/scarpe/shape.rb +0 -20
- data/lib/scarpe/slot.rb +0 -7
- data/lib/scarpe/spacing.rb +0 -9
- data/lib/scarpe/star.rb +0 -47
- data/lib/scarpe/subscription_item.rb +0 -60
- data/lib/scarpe/unit_test_helpers.rb +0 -236
- data/lib/scarpe/version.rb +0 -5
- data/lib/scarpe/video.rb +0 -15
- 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/lib/shoes/text_widget.rb +0 -52
- data/lib/shoes/widget.rb +0 -209
- 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
@@ -1,210 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# -)= Cheeky Drat (=-
|
3
|
-
# composed by freQvibez
|
4
|
-
# [within TextMate]
|
5
|
-
# exclusively for _why's BloopSaphone
|
6
|
-
#
|
7
|
-
# from Farbrausch with ♥
|
8
|
-
#
|
9
|
-
|
10
|
-
require 'bloops'
|
11
|
-
|
12
|
-
b = Bloops.new
|
13
|
-
b.tempo = 172
|
14
|
-
|
15
|
-
bass = b.sound Bloops::SQUARE
|
16
|
-
bass.volume = 0.4
|
17
|
-
bass.sustain = 0.1
|
18
|
-
bass.attack = 0.1
|
19
|
-
bass.decay = 0.3
|
20
|
-
|
21
|
-
base = b.sound Bloops::SQUARE
|
22
|
-
base.volume = 0.35
|
23
|
-
base.punch = 0.3
|
24
|
-
base.sustain = 0.1
|
25
|
-
base.decay = 0.3
|
26
|
-
base.phase = 0.2
|
27
|
-
base.lpf = 0.115
|
28
|
-
base.resonance = 0.55
|
29
|
-
base.slide = -0.4
|
30
|
-
|
31
|
-
snare = b.sound Bloops::NOISE
|
32
|
-
snare.attack = 0.075
|
33
|
-
snare.sustain = 0.01
|
34
|
-
snare.decay = 0.33
|
35
|
-
snare.hpf = 0.55
|
36
|
-
snare.resonance = 0.44
|
37
|
-
snare.dslide = -0.452
|
38
|
-
|
39
|
-
chord = b.sound Bloops::SQUARE
|
40
|
-
chord.volume = 0.275
|
41
|
-
chord.attack = 0.05
|
42
|
-
chord.sustain = 0.6
|
43
|
-
chord.decay = 0.9
|
44
|
-
chord.phase = 0.35
|
45
|
-
chord.psweep = -0.25
|
46
|
-
chord.vibe = 0.0455
|
47
|
-
chord.vspeed = 0.255
|
48
|
-
|
49
|
-
lead = b.sound Bloops::SINE
|
50
|
-
lead.volume = 0.45
|
51
|
-
lead.attack = 0.3
|
52
|
-
lead.sustain = 0.15
|
53
|
-
lead.decay = 0.8
|
54
|
-
lead.vibe = 0.035
|
55
|
-
lead.vspeed = 0.345
|
56
|
-
lead.vdelay = -0.5
|
57
|
-
lead.hpf = 0.2
|
58
|
-
lead.hsweep = -0.05
|
59
|
-
lead.resonance = 0.55
|
60
|
-
lead.phase = 0.4
|
61
|
-
lead.psweep = -0.05
|
62
|
-
|
63
|
-
b.tune bass, %q^
|
64
|
-
8 4a1 8a 8a 4a 4a 4c2 9c 7c 4c 8e
|
65
|
-
8 4g2 8g 8 4g 4g 4d2 8 8c3 4b2 8e
|
66
|
-
8 4d2 8c 8c 4c 4 4a2 9a 7a 4a 8a
|
67
|
-
8 4g2 8g 8 4g 4d 4d2 9e3 7c2 8 4b1
|
68
|
-
|
69
|
-
8 4a2 8a 8d 4 4d 4a1 8a 8a 4d 8d
|
70
|
-
8 4g2 8g 8 4g 4g 4c2 8c 8c2 4g 8c
|
71
|
-
8 4d2 8d 8d 4d 4d 4a1 8a 8a 4a 8a
|
72
|
-
8 4g2 8g 8 4g 4g 4c2 8c 8c 4c 8b1
|
73
|
-
|
74
|
-
8 4a1 8a 8a 4a 4a 4c2 9c 7c 4c 8e
|
75
|
-
8 4g2 8g 8 4g 4g 4d2 8 8c3 4b2 8e
|
76
|
-
8 4d2 8c 8c 4c 4 4a2 9a 7a 4a 8a
|
77
|
-
8 4g2 8g 8 4g 4d 4d2 9e3 7c2 8 4b1
|
78
|
-
|
79
|
-
8 4a2 8a 8d 4 4d 4a1 8a 8a 4d 8d
|
80
|
-
8 4g2 8g 8 4g 4g 4c2 8c 8c2 4g 8c
|
81
|
-
8 4d2 8d 8d 4d 4d 4a1 8a 8a 4a 8a
|
82
|
-
8 4g2 8g 8 4g 4g 4c2 8c 8c 4c 8b1
|
83
|
-
^
|
84
|
-
|
85
|
-
b.tune base, %q^
|
86
|
-
4a2 4 8a 8a 4 4a 4 8a 8a 4
|
87
|
-
4a 4 8a 8a 4 4a 4 4a 8 8a
|
88
|
-
4a 4 8a 8a 4 4a 4 8a 8a 4
|
89
|
-
4a 4 8a 4 8a 4a 4 8a 4 8a
|
90
|
-
|
91
|
-
4a2 4 8a 8a 4 4a 4 8a 8a 4
|
92
|
-
4a 4 8a 8a 4 4a 4 4a 8 8a
|
93
|
-
4a 4 8a 8a 4 4a 4 8a 8a 4
|
94
|
-
4a 4 8a 4 8a 4a 4 8a 4 8a
|
95
|
-
|
96
|
-
4a2 4 8a 8a 4 4a 4 8a 8a 4
|
97
|
-
4a 4 8a 8a 4 4a 4 4a 8 8a
|
98
|
-
4a 4 8a 8a 4 4a 4 8a 8a 4
|
99
|
-
4a 4 8a 4 8a 4a 4 8a 4 8a
|
100
|
-
|
101
|
-
4a2 4 8a 8a 4 4a 4 8a 8a 4
|
102
|
-
4a 4 8a 8a 4 4a 4 4a 8 8a
|
103
|
-
4a 4 8a 8a 4 4a 4 8a 8a 4
|
104
|
-
4a 4 8a 4 8a 4a 4 8a 4 8a
|
105
|
-
^
|
106
|
-
|
107
|
-
b.tune snare, %q^
|
108
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
109
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
110
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
111
|
-
4 4a2 4 4a2 4 4a2 4 8a2 8a2
|
112
|
-
|
113
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
114
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
115
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
116
|
-
4 4a2 4 4a2 4 4a2 4 8a2 8a2
|
117
|
-
|
118
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
119
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
120
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
121
|
-
4 4a2 4 4a2 4 4a2 4 8a2 8a2
|
122
|
-
|
123
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
124
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
125
|
-
4 4a2 4 4a2 4 4a2 4 4a2
|
126
|
-
4 4a2 4 4a2 4 4a2 4 8a2 8a2
|
127
|
-
^
|
128
|
-
|
129
|
-
b.tune chord, %q^
|
130
|
-
1
|
131
|
-
1 1
|
132
|
-
1 1 1
|
133
|
-
1 1
|
134
|
-
|
135
|
-
1a2 2a3 2 1g2 2d3 2
|
136
|
-
1a2 2a3 2 1d2 4g3 4g2 2e3
|
137
|
-
|
138
|
-
1a2 2a3 2 1g2 2d3 2
|
139
|
-
1a2 2a3 2 1d2 2g3 2
|
140
|
-
|
141
|
-
1a2 2a3 2 1g2 2d3 2
|
142
|
-
1a2 2a3 2 1d2 2g3 2
|
143
|
-
|
144
|
-
1a2 2a3 2 1g2 2d3 2
|
145
|
-
1a2 2a3 2 1d2 2g3 2
|
146
|
-
^
|
147
|
-
|
148
|
-
b.tune chord, %q^
|
149
|
-
1
|
150
|
-
1 1
|
151
|
-
1 1 1
|
152
|
-
1 1
|
153
|
-
|
154
|
-
2 2c4 2 1 2b4 2
|
155
|
-
1 2c4 4 2g3 2b4 1
|
156
|
-
|
157
|
-
2 2c4 2 1 2b4 2
|
158
|
-
1 2c4 2 1 2b4 1
|
159
|
-
|
160
|
-
2 2c4 2 1 2b4 2
|
161
|
-
1 2c4 2 1 2b4 1
|
162
|
-
|
163
|
-
2 2c4 2 1 2b4 2
|
164
|
-
1 2c4 2 1 2b4 1
|
165
|
-
^
|
166
|
-
|
167
|
-
b.tune chord, %q^
|
168
|
-
1
|
169
|
-
1 1
|
170
|
-
1 1 1
|
171
|
-
1 1
|
172
|
-
|
173
|
-
2 1 2e4 2 1 2d4
|
174
|
-
2 1 2e4 2 1 2d4
|
175
|
-
|
176
|
-
2 1 2e4 2 1 2d4
|
177
|
-
2 1 2e4 2 1 2d4
|
178
|
-
|
179
|
-
2 1 2e4 2 1 2d4
|
180
|
-
2 1 2e4 2 1 2d4
|
181
|
-
|
182
|
-
2 1 2e4 2 1 2d4
|
183
|
-
2 1 2e4 2 1 2d4
|
184
|
-
^
|
185
|
-
|
186
|
-
b.tune lead, %q^
|
187
|
-
1 4
|
188
|
-
1 1 1 1
|
189
|
-
1 1 1 1 1 1
|
190
|
-
1 1 1 1
|
191
|
-
|
192
|
-
2g3 1a4 2
|
193
|
-
2c5 1e4 2 1
|
194
|
-
1a4 2 4 2e4 1d4 2
|
195
|
-
|
196
|
-
2a3 1b4 2
|
197
|
-
2d5 2g4 1c5
|
198
|
-
1a4 1e5
|
199
|
-
1b4 2 4 8 8d4
|
200
|
-
|
201
|
-
2g3 1a4 2
|
202
|
-
2c5 1e4 3d4 5g4
|
203
|
-
1a4 1e4
|
204
|
-
1d4 1
|
205
|
-
^
|
206
|
-
|
207
|
-
while true do
|
208
|
-
b.play
|
209
|
-
sleep 0.5 while not b.stopped?
|
210
|
-
end
|
data/examples/button.rb
DELETED
data/examples/button_alert.rb
DELETED
data/examples/button_go_away.rb
DELETED
data/examples/coffee.rb
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
Shoes.app title: "Sleepless", width: 80, height: 120 do
|
2
|
-
@push = button "☕️"
|
3
|
-
@note = para "😪"
|
4
|
-
@push.click {
|
5
|
-
if @pid.nil?
|
6
|
-
@pid = spawn("caffeinate -d")
|
7
|
-
@note.replace "😳"
|
8
|
-
else
|
9
|
-
Process.kill 9, @pid
|
10
|
-
@pid = nil
|
11
|
-
@note.replace "😪"
|
12
|
-
end
|
13
|
-
}
|
14
|
-
end
|
data/examples/download.rb
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
stack do
|
3
|
-
title "Downloading Google image", size: 16
|
4
|
-
@status = para "Enter URL and press Enter:"
|
5
|
-
|
6
|
-
url_edit = edit_line
|
7
|
-
caption "here is a cute cat url: https://img.freepik.com/premium-photo/funny-smart-cat-professor-with-glasses-illustration-generative-ai_845977-709.jpg?w=700&h=300"
|
8
|
-
|
9
|
-
button 'Download Image!', color: "#3d5a80", padding_bottom: "8", padding_top: "8", text_color: "white", font_size: "16" do
|
10
|
-
download(url_edit.text, save: "downloaded_image.png") do
|
11
|
-
@status.replace "Download completed. Click to display the image."
|
12
|
-
@download_completed = true
|
13
|
-
button 'Display Image', color: "#3d5a80", padding_bottom: "8", padding_top: "8", text_color: "white", font_size: "16" do
|
14
|
-
if @download_completed
|
15
|
-
@status.replace "Showing you the image..."
|
16
|
-
display_image("downloaded_image.png")
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
|
23
|
-
end
|
24
|
-
|
25
|
-
def display_image(image_path)
|
26
|
-
image(image_path)
|
27
|
-
end
|
28
|
-
end
|
data/examples/edit_box.rb
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
para "Manuscript:"
|
3
|
-
lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim."
|
4
|
-
@manuscript = edit_box(lorem, width: "100%") do |box|
|
5
|
-
@char_count.replace("#{box.text.length} characters")
|
6
|
-
end
|
7
|
-
@char_count = para "#{@manuscript.text.length} characters"
|
8
|
-
end
|
data/examples/edit_line.rb
DELETED
data/examples/fill.rb
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
stack margin:5,width: 50,height:50 do
|
3
|
-
fill "cyan"
|
4
|
-
border "blue", strokewidth: 2
|
5
|
-
end
|
6
|
-
|
7
|
-
stack margin:10, width: 50,height:50 do
|
8
|
-
fill "linear-gradient(cyan, red)"
|
9
|
-
end
|
10
|
-
|
11
|
-
stack margin:10 ,width: 50,height:50 do
|
12
|
-
fill "radial-gradient(red, orange)"
|
13
|
-
end
|
14
|
-
|
15
|
-
stack margin:10 ,width: 50,height:50 do
|
16
|
-
fill "radial-gradient(red, green)"
|
17
|
-
end
|
18
|
-
|
19
|
-
flow do
|
20
|
-
stack margin:10, width: 50,height:50 do
|
21
|
-
fill "linear-gradient(green, cyan)"
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
data/examples/flow.rb
DELETED
data/examples/fonts.rb
DELETED
data/examples/gen.rb
DELETED
@@ -1,140 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
require 'erb'
|
3
|
-
|
4
|
-
class ScarpeGenerator
|
5
|
-
def initialize(filename, display_properties)
|
6
|
-
@filename = filename
|
7
|
-
@display_properties = display_properties
|
8
|
-
end
|
9
|
-
|
10
|
-
def generate_files(choice, class_template_choice)
|
11
|
-
case choice
|
12
|
-
when 'Class'
|
13
|
-
generate_class_file(class_template_choice)
|
14
|
-
when 'Module'
|
15
|
-
generate_module_file
|
16
|
-
else
|
17
|
-
puts('Invalid choice. Exiting...')
|
18
|
-
exit
|
19
|
-
end
|
20
|
-
|
21
|
-
generate_webview_file
|
22
|
-
generate_example_file
|
23
|
-
add_require_relative_to_widgets_file
|
24
|
-
|
25
|
-
puts('Yayyyy! Files generated successfully!')
|
26
|
-
end
|
27
|
-
|
28
|
-
|
29
|
-
def add_require_relative_to_widgets_file
|
30
|
-
widgets_file_path = "lib/scarpe/widgets.rb"
|
31
|
-
filename = @filename.downcase
|
32
|
-
require_line = "require_relative \"#{filename}\""
|
33
|
-
|
34
|
-
File.open(widgets_file_path, "a") do |file|
|
35
|
-
file.puts require_line
|
36
|
-
end
|
37
|
-
|
38
|
-
puts "Added require_relative to widgets.rb file"
|
39
|
-
end
|
40
|
-
|
41
|
-
def generate_class_file(class_template_choice)
|
42
|
-
case class_template_choice
|
43
|
-
when 'Basic'
|
44
|
-
class_template_file = 'templates/basic_class_template.erb'
|
45
|
-
when 'Event Bind'
|
46
|
-
class_template_file = 'templates/class_template_with_event_bind.erb'
|
47
|
-
when 'Shapes'
|
48
|
-
class_template_file = 'templates/class_template_with_shapes.erb'
|
49
|
-
else
|
50
|
-
puts('Invalid class template choice. Exiting...')
|
51
|
-
exit
|
52
|
-
end
|
53
|
-
|
54
|
-
class_template = File.read(class_template_file)
|
55
|
-
class_content = ERB.new(class_template).result(binding_with_argument)
|
56
|
-
|
57
|
-
File.write("lib/scarpe/#{@filename}.rb", class_content)
|
58
|
-
end
|
59
|
-
|
60
|
-
def generate_module_file
|
61
|
-
module_template = File.read('templates/module_template.erb')
|
62
|
-
module_content = ERB.new(module_template).result(binding_with_argument)
|
63
|
-
|
64
|
-
File.write("lib/scarpe/#{@filename}.rb", module_content)
|
65
|
-
end
|
66
|
-
|
67
|
-
def generate_webview_file
|
68
|
-
webview_template = File.read('templates/webview_template.erb')
|
69
|
-
webview_content = ERB.new(webview_template).result(binding_with_argument)
|
70
|
-
|
71
|
-
File.write("lib/scarpe/wv/#{@filename}.rb", webview_content)
|
72
|
-
puts "generated webview file"
|
73
|
-
add_require_relative_to_wv_file
|
74
|
-
end
|
75
|
-
|
76
|
-
def add_require_relative_to_wv_file
|
77
|
-
wv_file_path = "lib/scarpe/wv.rb"
|
78
|
-
filename = @filename.downcase
|
79
|
-
require_line = "require_relative \"wv/#{filename}\""
|
80
|
-
|
81
|
-
File.open(wv_file_path, "a") do |file|
|
82
|
-
file.puts require_line
|
83
|
-
end
|
84
|
-
|
85
|
-
puts "Added require_relative to wv.rb file"
|
86
|
-
end
|
87
|
-
|
88
|
-
def generate_example_file
|
89
|
-
example_template = File.read('templates/example_template.erb')
|
90
|
-
example_content = ERB.new(example_template).result(binding_with_argument)
|
91
|
-
|
92
|
-
File.write("examples/#{@filename}.rb", example_content)
|
93
|
-
end
|
94
|
-
|
95
|
-
def binding_with_argument
|
96
|
-
capitalized_argument = @filename.capitalize
|
97
|
-
binding.dup.tap do |b|
|
98
|
-
b.local_variable_set(:argument, capitalized_argument)
|
99
|
-
b.local_variable_set(:display_properties, @display_properties)
|
100
|
-
end
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
Shoes.app(title: 'Templates') do
|
105
|
-
stack margin: 40 do
|
106
|
-
stack width: 400 do
|
107
|
-
para 'Enter the filename: '
|
108
|
-
$filename_input = edit_line
|
109
|
-
end
|
110
|
-
|
111
|
-
stack width: 400 do
|
112
|
-
para 'Enter display properties (like :height,:text) '
|
113
|
-
$properties_input = edit_line
|
114
|
-
end
|
115
|
-
|
116
|
-
stack width: 400 do
|
117
|
-
para 'Do you want to generate:'
|
118
|
-
$choice_input = list_box items: ['Class', 'Module']
|
119
|
-
end
|
120
|
-
|
121
|
-
stack width: 400,margin_bottom:8 do
|
122
|
-
para 'Which type of class file template do you want to generate:'
|
123
|
-
$class_template_choice_input = list_box items: ['Shapes', 'Event Bind', 'Basic']
|
124
|
-
end
|
125
|
-
|
126
|
-
button 'Generate Files!',color:"#FF7116",padding_bottom:"8",padding_top:"8",text_color:"white",font_size:"16" do
|
127
|
-
filename = $filename_input.text
|
128
|
-
display_properties = $properties_input.text
|
129
|
-
choice = $choice_input.selected_item
|
130
|
-
|
131
|
-
generator = ScarpeGenerator.new(filename, display_properties)
|
132
|
-
|
133
|
-
if choice == 'Class'
|
134
|
-
generator.generate_files(choice, $class_template_choice_input.selected_item)
|
135
|
-
else
|
136
|
-
generator.generate_files(choice, nil)
|
137
|
-
end
|
138
|
-
end
|
139
|
-
end
|
140
|
-
end
|
data/examples/get_headers.rb
DELETED
data/examples/hello_world.rb
DELETED
data/examples/highlander.rb
DELETED
@@ -1,87 +0,0 @@
|
|
1
|
-
#!/usr/bin/env scarpe
|
2
|
-
|
3
|
-
# Check the examples directory for duplicate files
|
4
|
-
|
5
|
-
require "digest"
|
6
|
-
|
7
|
-
Dir.chdir __dir__ # Run the script with this as the current dir
|
8
|
-
|
9
|
-
BOTTOM_DISPLAY_INSTRUCTIONS = "(Click on a list item for details)"
|
10
|
-
DIVIDER = " --- "
|
11
|
-
|
12
|
-
def all_duplicate_files
|
13
|
-
checked_files = Dir["**/*"].select { |f| !File.directory?(f) }.to_a
|
14
|
-
hash_digests = {}
|
15
|
-
|
16
|
-
checked_files.each do |file|
|
17
|
-
digest = Digest::SHA256.digest File.read(file)
|
18
|
-
hash_digests[digest] ||= []
|
19
|
-
hash_digests[digest] << file
|
20
|
-
end
|
21
|
-
|
22
|
-
# If a checksum has more than one file matching, they're dups
|
23
|
-
hash_digests.values.select { |file_set| file_set.size > 1 }
|
24
|
-
end
|
25
|
-
|
26
|
-
def update_dup_list
|
27
|
-
$top_text.replace "Loading..."
|
28
|
-
all_dups = all_duplicate_files
|
29
|
-
list_items = []
|
30
|
-
all_dups.each do |file_set|
|
31
|
-
list_items << file_set.join(DIVIDER)
|
32
|
-
end
|
33
|
-
$top_text.replace "Found #{all_dups.size} likely duplicates."
|
34
|
-
$dup_list.items = list_items
|
35
|
-
end
|
36
|
-
|
37
|
-
def highlander_the_selected_item
|
38
|
-
selected = $dup_list.selected_item
|
39
|
-
if !selected || selected == "" || !selected.include?(DIVIDER)
|
40
|
-
$bottom_display.replace("Select an item first!")
|
41
|
-
return
|
42
|
-
end
|
43
|
-
|
44
|
-
files = selected.split(DIVIDER)
|
45
|
-
first_content = File.read files[0]
|
46
|
-
files[1..-1].each do |sean_connery|
|
47
|
-
if File.read(sean_connery) != first_content
|
48
|
-
$bottom_display.replace("File #{sean_connery} wasn't actually a duplicate! Oops!")
|
49
|
-
return
|
50
|
-
end
|
51
|
-
|
52
|
-
# This would fail if, for instance, the file wasn't in Git. You can change this example
|
53
|
-
# for your own needs, but I'm doing git-rm for me.
|
54
|
-
system("git rm #{sean_connery}")
|
55
|
-
unless $?.success?
|
56
|
-
$bottom_display.replace("Got an error while git-removing #{sean_connery.inspect}: #{$?.inspect}")
|
57
|
-
return
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
update_dup_list
|
62
|
-
end
|
63
|
-
|
64
|
-
Shoes.app(title: "Highlander") do
|
65
|
-
stack :margin => 40 do
|
66
|
-
$top_text = para "Loading..."
|
67
|
-
$dup_list = list_box(:items => []).change do
|
68
|
-
$bottom_display.replace "Selected duplicates: #{$dup_list.selected_item.inspect}"
|
69
|
-
end
|
70
|
-
|
71
|
-
update_dup_list
|
72
|
-
|
73
|
-
button "Refresh the list!" do
|
74
|
-
$top_text.replace "Refreshing..."
|
75
|
-
$bottom_display.replace BOTTOM_DISPLAY_INSTRUCTIONS
|
76
|
-
update_dup_list
|
77
|
-
end
|
78
|
-
|
79
|
-
$bottom_display = para BOTTOM_DISPLAY_INSTRUCTIONS
|
80
|
-
$delete_button = button "There Can Be Only One!" do
|
81
|
-
highlander_the_selected_item
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
85
|
-
|
86
|
-
# And code down here doesn't get run.
|
87
|
-
#update_dup_list
|
data/examples/image/image.rb
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
Shoes.app do
|
2
|
-
@icon= image "http://shoesrb.com/manual/static/shoes-icon.png"
|
3
|
-
@icon2 = image "https://images.unsplash.com/photo-1595433707802-6b2626ef1c91?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8&w=1000&q=80"
|
4
|
-
@icon2.size
|
5
|
-
puts "icon2 size is #{@icon2.size}"
|
6
|
-
@icon.size
|
7
|
-
end
|
data/examples/info.rb
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
Shoes.app do
|
4
|
-
info <<~SHOES
|
5
|
-
His calculations were, sadly, very completely wrong. And when he went to try the shoes out, he found that he had not
|
6
|
-
invented jumping shoes; but, instead, he had invented shoes which rumbled and popped, before transforming his legs
|
7
|
-
into the thick, hairy legs of a Clydesdale horse.
|
8
|
-
SHOES
|
9
|
-
end
|