├── .firebaserc ├── .gitattributes ├── .gitignore ├── .travis.yml ├── Makefile ├── README.md ├── analysis_options.yaml ├── assets ├── blog-japan.filiph.net.xml ├── filiph-favicon.sketch └── share-image.sketch ├── firebase.json ├── htmlgen-blog.toml ├── htmlgen-flutter-performance.toml ├── old ├── abel │ ├── abel cars.unity3d │ └── index.html ├── apk │ ├── DJs Mate.apk │ └── GmmAndroidRelease.apk ├── d │ └── index.html ├── d2b │ ├── docsToBlogger.dart.js │ └── index.html ├── dj-notation │ ├── images │ │ └── cdj-small.jpg │ ├── index.html │ └── sounds │ │ ├── beats.mp3 │ │ ├── break-down.mp3 │ │ ├── build-up.mp3 │ │ ├── detuned.mp3 │ │ ├── drone.mp3 │ │ ├── hits.mp3 │ │ ├── melody.mp3 │ │ └── riff.mp3 ├── dj │ ├── dj.css │ ├── filiph.net.kpf │ └── index.html ├── dl │ └── Ukrajina- co čekat.pps ├── eshop-ai │ ├── apple-touch-icon-precomposed.png │ ├── favicon.ico │ ├── images │ │ ├── screenshot.png │ │ └── touch │ │ │ ├── chrome-touch-icon-192x192.png │ │ │ └── ms-touch-icon-144x144-precomposed.png │ ├── index.bootstrap.dart.js │ ├── index.html │ ├── index.html.polymer.bootstrap.dart.js │ ├── index.web_components.bootstrap.dart.js │ ├── packages │ │ ├── browser │ │ │ ├── dart.js │ │ │ └── interop.js │ │ ├── core_elements │ │ │ ├── av_icons.html │ │ │ ├── av_icons_nodart.html │ │ │ ├── communication_icons.html │ │ │ ├── communication_icons_nodart.html │ │ │ ├── core_a11y_keys.html │ │ │ ├── core_a11y_keys_nodart.html │ │ │ ├── core_ajax_dart.html │ │ │ ├── core_ajax_dart_nodart.html │ │ │ ├── core_animated_pages.html │ │ │ ├── core_animated_pages │ │ │ │ └── transitions │ │ │ │ │ ├── cascade_transition.html │ │ │ │ │ ├── cascade_transition_nodart.html │ │ │ │ │ ├── core_transition_pages.html │ │ │ │ │ ├── core_transition_pages_nodart.html │ │ │ │ │ ├── cross_fade.html │ │ │ │ │ ├── cross_fade_nodart.html │ │ │ │ │ ├── hero_transition.html │ │ │ │ │ ├── hero_transition_nodart.html │ │ │ │ │ ├── list_cascade.html │ │ │ │ │ ├── list_cascade_nodart.html │ │ │ │ │ ├── scale_up.html │ │ │ │ │ ├── scale_up_nodart.html │ │ │ │ │ ├── slide_down.html │ │ │ │ │ ├── slide_down_nodart.html │ │ │ │ │ ├── slide_from_bottom.html │ │ │ │ │ ├── slide_from_bottom_nodart.html │ │ │ │ │ ├── slide_from_right.html │ │ │ │ │ ├── slide_from_right_nodart.html │ │ │ │ │ ├── slide_up.html │ │ │ │ │ ├── slide_up_nodart.html │ │ │ │ │ ├── tile_cascade.html │ │ │ │ │ └── tile_cascade_nodart.html │ │ │ ├── core_animated_pages_nodart.html │ │ │ ├── core_animation.html │ │ │ ├── core_animation_group.html │ │ │ ├── core_animation_group_nodart.html │ │ │ ├── core_animation_nodart.html │ │ │ ├── core_collapse.html │ │ │ ├── core_collapse_nodart.html │ │ │ ├── core_drag_drop.html │ │ │ ├── core_drag_drop_nodart.html │ │ │ ├── core_drawer_panel.html │ │ │ ├── core_drawer_panel_nodart.html │ │ │ ├── core_dropdown.html │ │ │ ├── core_dropdown_base.html │ │ │ ├── core_dropdown_base_nodart.html │ │ │ ├── core_dropdown_menu.html │ │ │ ├── core_dropdown_menu_nodart.html │ │ │ ├── core_dropdown_nodart.html │ │ │ ├── core_field.html │ │ │ ├── core_field_nodart.html │ │ │ ├── core_focusable.html │ │ │ ├── core_focusable_nodart.html │ │ │ ├── core_header_panel.html │ │ │ ├── core_header_panel_nodart.html │ │ │ ├── core_icon.html │ │ │ ├── core_icon_button.html │ │ │ ├── core_icon_button_nodart.html │ │ │ ├── core_icon_nodart.html │ │ │ ├── core_icons.html │ │ │ ├── core_icons_nodart.html │ │ │ ├── core_iconset.html │ │ │ ├── core_iconset_nodart.html │ │ │ ├── core_iconset_svg.html │ │ │ ├── core_iconset_svg_nodart.html │ │ │ ├── core_image.html │ │ │ ├── core_image_nodart.html │ │ │ ├── core_input.html │ │ │ ├── core_input_nodart.html │ │ │ ├── core_item.html │ │ │ ├── core_item_nodart.html │ │ │ ├── core_key_helper.html │ │ │ ├── core_key_helper_nodart.html │ │ │ ├── core_label.html │ │ │ ├── core_label_nodart.html │ │ │ ├── core_layout_grid.html │ │ │ ├── core_layout_grid_nodart.html │ │ │ ├── core_layout_trbl.html │ │ │ ├── core_layout_trbl_nodart.html │ │ │ ├── core_list_dart.html │ │ │ ├── core_list_dart_nodart.html │ │ │ ├── core_localstorage_dart.html │ │ │ ├── core_localstorage_dart_nodart.html │ │ │ ├── core_media_query.html │ │ │ ├── core_media_query_nodart.html │ │ │ ├── core_menu.html │ │ │ ├── core_menu_button.html │ │ │ ├── core_menu_button_nodart.html │ │ │ ├── core_menu_nodart.html │ │ │ ├── core_meta.html │ │ │ ├── core_meta_nodart.html │ │ │ ├── core_overlay.html │ │ │ ├── core_overlay_layer.html │ │ │ ├── core_overlay_layer_nodart.html │ │ │ ├── core_overlay_nodart.html │ │ │ ├── core_pages.html │ │ │ ├── core_pages_nodart.html │ │ │ ├── core_range.html │ │ │ ├── core_range_nodart.html │ │ │ ├── core_resizable.html │ │ │ ├── core_resizable_nodart.html │ │ │ ├── core_resizer.html │ │ │ ├── core_resizer_nodart.html │ │ │ ├── core_scaffold.html │ │ │ ├── core_scaffold_nodart.html │ │ │ ├── core_scroll_header_panel.html │ │ │ ├── core_scroll_header_panel_nodart.html │ │ │ ├── core_scroll_threshold.html │ │ │ ├── core_scroll_threshold_nodart.html │ │ │ ├── core_selection.html │ │ │ ├── core_selection_nodart.html │ │ │ ├── core_selector.html │ │ │ ├── core_selector_nodart.html │ │ │ ├── core_shared_lib.html │ │ │ ├── core_shared_lib_nodart.html │ │ │ ├── core_signals.html │ │ │ ├── core_signals_nodart.html │ │ │ ├── core_slide.html │ │ │ ├── core_slide_nodart.html │ │ │ ├── core_splitter.html │ │ │ ├── core_splitter_nodart.html │ │ │ ├── core_style.html │ │ │ ├── core_style_nodart.html │ │ │ ├── core_submenu.html │ │ │ ├── core_submenu_nodart.html │ │ │ ├── core_toolbar.html │ │ │ ├── core_toolbar_nodart.html │ │ │ ├── core_tooltip.html │ │ │ ├── core_tooltip_nodart.html │ │ │ ├── core_transition.html │ │ │ ├── core_transition_css.html │ │ │ ├── core_transition_css_nodart.html │ │ │ ├── core_transition_nodart.html │ │ │ ├── core_xhr_dart.html │ │ │ ├── core_xhr_dart_nodart.html │ │ │ ├── device_icons.html │ │ │ ├── device_icons_nodart.html │ │ │ ├── editor_icons.html │ │ │ ├── editor_icons_nodart.html │ │ │ ├── hardware_icons.html │ │ │ ├── hardware_icons_nodart.html │ │ │ ├── image_icons.html │ │ │ ├── image_icons_nodart.html │ │ │ ├── maps_icons.html │ │ │ ├── maps_icons_nodart.html │ │ │ ├── notification_icons.html │ │ │ ├── notification_icons_nodart.html │ │ │ ├── roboto.html │ │ │ ├── roboto_nodart.html │ │ │ ├── social_icons.html │ │ │ ├── social_icons_nodart.html │ │ │ ├── src │ │ │ │ ├── core-a11y-keys │ │ │ │ │ └── core-a11y-keys.html │ │ │ │ ├── core-ajax │ │ │ │ │ ├── core-ajax.html │ │ │ │ │ ├── core-xhr.html │ │ │ │ │ ├── demo-progress.html │ │ │ │ │ └── test │ │ │ │ │ │ ├── core-ajax-progress.html │ │ │ │ │ │ ├── core-ajax-race.html │ │ │ │ │ │ └── core-ajax.html │ │ │ │ ├── core-animated-pages │ │ │ │ │ ├── core-animated-pages.css │ │ │ │ │ ├── core-animated-pages.html │ │ │ │ │ └── transitions │ │ │ │ │ │ ├── cascade-transition.html │ │ │ │ │ │ ├── core-transition-pages.html │ │ │ │ │ │ ├── cross-fade.html │ │ │ │ │ │ ├── hero-transition.css │ │ │ │ │ │ ├── hero-transition.html │ │ │ │ │ │ ├── list-cascade.html │ │ │ │ │ │ ├── scale-up.html │ │ │ │ │ │ ├── slide-down.html │ │ │ │ │ │ ├── slide-from-bottom.html │ │ │ │ │ │ ├── slide-from-right.html │ │ │ │ │ │ ├── slide-up.html │ │ │ │ │ │ └── tile-cascade.html │ │ │ │ ├── core-animation │ │ │ │ │ ├── core-animation-group.html │ │ │ │ │ ├── core-animation.html │ │ │ │ │ └── web-animations.html │ │ │ │ ├── core-collapse │ │ │ │ │ ├── core-collapse.css │ │ │ │ │ ├── core-collapse.html │ │ │ │ │ └── test │ │ │ │ │ │ └── basic.html │ │ │ │ ├── core-drag-drop │ │ │ │ │ └── core-drag-drop.html │ │ │ │ ├── core-drawer-panel │ │ │ │ │ ├── core-drawer-panel.css │ │ │ │ │ └── core-drawer-panel.html │ │ │ │ ├── core-dropdown-menu │ │ │ │ │ ├── core-dropdown-menu.html │ │ │ │ │ └── test │ │ │ │ │ │ ├── a11y.html │ │ │ │ │ │ └── basic.html │ │ │ │ ├── core-dropdown │ │ │ │ │ ├── core-dropdown-base.html │ │ │ │ │ ├── core-dropdown.html │ │ │ │ │ └── test │ │ │ │ │ │ └── basic.html │ │ │ │ ├── core-elements │ │ │ │ │ └── core-elements.html │ │ │ │ ├── core-field │ │ │ │ │ ├── core-field.css │ │ │ │ │ └── core-field.html │ │ │ │ ├── core-focusable │ │ │ │ │ ├── core-focusable.html │ │ │ │ │ ├── core-focusable.js │ │ │ │ │ └── polymer-mixin.js │ │ │ │ ├── core-header-panel │ │ │ │ │ ├── core-header-panel.css │ │ │ │ │ └── core-header-panel.html │ │ │ │ ├── core-icon-button │ │ │ │ │ ├── core-icon-button.css │ │ │ │ │ └── core-icon-button.html │ │ │ │ ├── core-icon │ │ │ │ │ ├── core-icon.css │ │ │ │ │ └── core-icon.html │ │ │ │ ├── core-icons │ │ │ │ │ ├── av-icons.html │ │ │ │ │ ├── communication-icons.html │ │ │ │ │ ├── core-icons.html │ │ │ │ │ ├── device-icons.html │ │ │ │ │ ├── editor-icons.html │ │ │ │ │ ├── hardware-icons.html │ │ │ │ │ ├── image-icons.html │ │ │ │ │ ├── maps-icons.html │ │ │ │ │ ├── notification-icons.html │ │ │ │ │ └── social-icons.html │ │ │ │ ├── core-iconset-svg │ │ │ │ │ ├── core-iconset-svg.html │ │ │ │ │ └── svg-sample-icons.html │ │ │ │ ├── core-iconset │ │ │ │ │ ├── core-iconset.html │ │ │ │ │ ├── my-icons-big.png │ │ │ │ │ └── my-icons.png │ │ │ │ ├── core-image │ │ │ │ │ ├── core-image.css │ │ │ │ │ └── core-image.html │ │ │ │ ├── core-input │ │ │ │ │ ├── core-input.css │ │ │ │ │ ├── core-input.html │ │ │ │ │ └── test │ │ │ │ │ │ ├── a11y.html │ │ │ │ │ │ └── basic.html │ │ │ │ ├── core-item │ │ │ │ │ ├── core-item.css │ │ │ │ │ └── core-item.html │ │ │ │ ├── core-label │ │ │ │ │ └── core-label.html │ │ │ │ ├── core-layout-grid │ │ │ │ │ └── core-layout-grid.html │ │ │ │ ├── core-layout-trbl │ │ │ │ │ ├── core-layout-trbl.html │ │ │ │ │ └── core-slide.html │ │ │ │ ├── core-list │ │ │ │ │ ├── core-list.css │ │ │ │ │ ├── core-list.html │ │ │ │ │ ├── images │ │ │ │ │ │ ├── 0.png │ │ │ │ │ │ ├── 1.png │ │ │ │ │ │ ├── 2.png │ │ │ │ │ │ └── 3.png │ │ │ │ │ └── test │ │ │ │ │ │ ├── core-list-basic.html │ │ │ │ │ │ ├── core-list-data.html │ │ │ │ │ │ └── core-list-selection.html │ │ │ │ ├── core-localstorage │ │ │ │ │ ├── core-localstorage.html │ │ │ │ │ └── test │ │ │ │ │ │ ├── basic.html │ │ │ │ │ │ ├── raw.html │ │ │ │ │ │ └── value-binding.html │ │ │ │ ├── core-media-query │ │ │ │ │ └── core-media-query.html │ │ │ │ ├── core-menu-button │ │ │ │ │ ├── core-menu-button.html │ │ │ │ │ └── test │ │ │ │ │ │ └── basic.html │ │ │ │ ├── core-menu │ │ │ │ │ ├── core-menu.css │ │ │ │ │ ├── core-menu.html │ │ │ │ │ ├── core-submenu.css │ │ │ │ │ └── core-submenu.html │ │ │ │ ├── core-meta │ │ │ │ │ └── core-meta.html │ │ │ │ ├── core-overlay │ │ │ │ │ ├── core-key-helper.html │ │ │ │ │ ├── core-overlay-layer.html │ │ │ │ │ ├── core-overlay.html │ │ │ │ │ ├── gulpfile.js │ │ │ │ │ └── tests │ │ │ │ │ │ ├── html │ │ │ │ │ │ ├── core-overlay-basic.html │ │ │ │ │ │ ├── core-overlay-positioning-margin.html │ │ │ │ │ │ ├── core-overlay-positioning.html │ │ │ │ │ │ ├── core-overlay-quick-close.html │ │ │ │ │ │ └── core-overlay-scroll.html │ │ │ │ │ │ ├── js │ │ │ │ │ │ └── htmltests.js │ │ │ │ │ │ ├── runner.html │ │ │ │ │ │ └── tests.json │ │ │ │ ├── core-pages │ │ │ │ │ ├── core-pages.css │ │ │ │ │ └── core-pages.html │ │ │ │ ├── core-range │ │ │ │ │ ├── core-range.html │ │ │ │ │ └── test │ │ │ │ │ │ └── basic.html │ │ │ │ ├── core-resizable │ │ │ │ │ ├── core-resizable.html │ │ │ │ │ └── test │ │ │ │ │ │ ├── basic.html │ │ │ │ │ │ └── test-elements.html │ │ │ │ ├── core-scaffold │ │ │ │ │ └── core-scaffold.html │ │ │ │ ├── core-scroll-header-panel │ │ │ │ │ ├── core-scroll-header-panel.css │ │ │ │ │ └── core-scroll-header-panel.html │ │ │ │ ├── core-scroll-threshold │ │ │ │ │ └── core-scroll-threshold.html │ │ │ │ ├── core-selection │ │ │ │ │ ├── core-selection.html │ │ │ │ │ └── test │ │ │ │ │ │ ├── basic.html │ │ │ │ │ │ └── multi.html │ │ │ │ ├── core-selector │ │ │ │ │ ├── core-selector.html │ │ │ │ │ └── test │ │ │ │ │ │ ├── activate-event.html │ │ │ │ │ │ ├── basic.html │ │ │ │ │ │ ├── content.html │ │ │ │ │ │ ├── multi.html │ │ │ │ │ │ ├── next-previous.html │ │ │ │ │ │ ├── selected-attr-prop.html │ │ │ │ │ │ └── template-repeat.html │ │ │ │ ├── core-shared-lib │ │ │ │ │ ├── core-shared-lib.html │ │ │ │ │ └── tests │ │ │ │ │ │ ├── html │ │ │ │ │ │ └── core-shared-lib.html │ │ │ │ │ │ ├── js │ │ │ │ │ │ └── htmltests.js │ │ │ │ │ │ ├── runner.html │ │ │ │ │ │ └── tests.json │ │ │ │ ├── core-signals │ │ │ │ │ └── core-signals.html │ │ │ │ ├── core-splitter │ │ │ │ │ ├── core-splitter.css │ │ │ │ │ ├── core-splitter.html │ │ │ │ │ ├── handle-h.svg │ │ │ │ │ └── handle.svg │ │ │ │ ├── core-style │ │ │ │ │ ├── core-style.html │ │ │ │ │ ├── elements.html │ │ │ │ │ └── my-theme.html │ │ │ │ ├── core-toolbar │ │ │ │ │ ├── core-toolbar.css │ │ │ │ │ ├── core-toolbar.html │ │ │ │ │ └── test │ │ │ │ │ │ └── basic.html │ │ │ │ ├── core-tooltip │ │ │ │ │ ├── core-tooltip.css │ │ │ │ │ └── core-tooltip.html │ │ │ │ ├── core-transition │ │ │ │ │ ├── core-transition-css.html │ │ │ │ │ ├── core-transition-overlay.css │ │ │ │ │ └── core-transition.html │ │ │ │ ├── font-roboto │ │ │ │ │ └── roboto.html │ │ │ │ ├── polymer │ │ │ │ │ └── polymer.html │ │ │ │ ├── sampler-scaffold │ │ │ │ │ ├── sampler-scaffold.css │ │ │ │ │ └── sampler-scaffold.html │ │ │ │ ├── web-animations-js │ │ │ │ │ ├── COPYING │ │ │ │ │ ├── Gruntfile.js │ │ │ │ │ ├── History.md │ │ │ │ │ ├── node_modules │ │ │ │ │ │ ├── chai │ │ │ │ │ │ │ └── chai.js │ │ │ │ │ │ └── mocha │ │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ │ ├── mocha.css │ │ │ │ │ │ │ └── mocha.js │ │ │ │ │ ├── package.json │ │ │ │ │ ├── src │ │ │ │ │ │ ├── animation-constructor.js │ │ │ │ │ │ ├── animation-node.js │ │ │ │ │ │ ├── animation.js │ │ │ │ │ │ ├── apply-preserving-inline-style.js │ │ │ │ │ │ ├── apply.js │ │ │ │ │ │ ├── box-handler.js │ │ │ │ │ │ ├── color-handler.js │ │ │ │ │ │ ├── deprecation.js │ │ │ │ │ │ ├── dev.js │ │ │ │ │ │ ├── dimension-handler.js │ │ │ │ │ │ ├── effect-callback.js │ │ │ │ │ │ ├── effect.js │ │ │ │ │ │ ├── element-animatable.js │ │ │ │ │ │ ├── font-weight-handler.js │ │ │ │ │ │ ├── group-constructors.js │ │ │ │ │ │ ├── handler-utils.js │ │ │ │ │ │ ├── interpolation.js │ │ │ │ │ │ ├── matrix-decomposition.js │ │ │ │ │ │ ├── matrix-interpolation.js │ │ │ │ │ │ ├── normalize-keyframes.js │ │ │ │ │ │ ├── number-handler.js │ │ │ │ │ │ ├── player.js │ │ │ │ │ │ ├── position-handler.js │ │ │ │ │ │ ├── property-interpolation.js │ │ │ │ │ │ ├── property-names.js │ │ │ │ │ │ ├── scope.js │ │ │ │ │ │ ├── shadow-handler.js │ │ │ │ │ │ ├── shape-handler.js │ │ │ │ │ │ ├── tick.js │ │ │ │ │ │ ├── timeline.js │ │ │ │ │ │ ├── timing-utilities.js │ │ │ │ │ │ ├── transform-handler.js │ │ │ │ │ │ ├── visibility-handler.js │ │ │ │ │ │ └── web-animations-next-player.js │ │ │ │ │ ├── target-config.js │ │ │ │ │ ├── target-loader.js │ │ │ │ │ ├── templates │ │ │ │ │ │ ├── boilerplate │ │ │ │ │ │ ├── runner.html │ │ │ │ │ │ ├── web-animations.html │ │ │ │ │ │ └── web-animations.js │ │ │ │ │ ├── test │ │ │ │ │ │ ├── blink │ │ │ │ │ │ │ ├── 2-keyframes-with-offsets.html │ │ │ │ │ │ │ ├── 3-keyframes-with-offsets.html │ │ │ │ │ │ │ ├── add-keyframes.html │ │ │ │ │ │ │ ├── eased-keyframes.html │ │ │ │ │ │ │ ├── get-animation-players.html │ │ │ │ │ │ │ ├── get-css-players.html │ │ │ │ │ │ │ ├── insufficient-keyframes.html │ │ │ │ │ │ │ ├── interpolation │ │ │ │ │ │ │ │ ├── background-color-interpolation.html │ │ │ │ │ │ │ │ ├── background-image-interpolation.html │ │ │ │ │ │ │ │ ├── background-position-interpolation.html │ │ │ │ │ │ │ │ ├── background-position-origin-interpolation.html │ │ │ │ │ │ │ │ ├── background-size-interpolation.html │ │ │ │ │ │ │ │ ├── border-color-interpolation.html │ │ │ │ │ │ │ │ ├── border-image-outset-interpolation.html │ │ │ │ │ │ │ │ ├── border-image-slice-interpolation.html │ │ │ │ │ │ │ │ ├── border-image-source-interpolation.html │ │ │ │ │ │ │ │ ├── border-image-width-interpolation.html │ │ │ │ │ │ │ │ ├── border-radius-interpolation.html │ │ │ │ │ │ │ │ ├── border-spacing-interpolation.html │ │ │ │ │ │ │ │ ├── border-width-interpolation.html │ │ │ │ │ │ │ │ ├── bottom-interpolation.html │ │ │ │ │ │ │ │ ├── box-shadow-interpolation.html │ │ │ │ │ │ │ │ ├── calc-interpolation.html │ │ │ │ │ │ │ │ ├── clip-interpolation.html │ │ │ │ │ │ │ │ ├── color-interpolation.html │ │ │ │ │ │ │ │ ├── filter-interpolation.html │ │ │ │ │ │ │ │ ├── flex-interpolation.html │ │ │ │ │ │ │ │ ├── font-size-interpolation.html │ │ │ │ │ │ │ │ ├── font-weight-interpolation.html │ │ │ │ │ │ │ │ ├── height-interpolation.html │ │ │ │ │ │ │ │ ├── left-interpolation.html │ │ │ │ │ │ │ │ ├── letter-spacing-interpolation.html │ │ │ │ │ │ │ │ ├── line-height-interpolation.html │ │ │ │ │ │ │ │ ├── list-style-image-interpolation.html │ │ │ │ │ │ │ │ ├── margin-interpolation.html │ │ │ │ │ │ │ │ ├── max-height-interpolation.html │ │ │ │ │ │ │ │ ├── max-width-interpolation.html │ │ │ │ │ │ │ │ ├── min-height-interpolation.html │ │ │ │ │ │ │ │ ├── min-width-interpolation.html │ │ │ │ │ │ │ │ ├── object-position-interpolation.html │ │ │ │ │ │ │ │ ├── opacity-interpolation.html │ │ │ │ │ │ │ │ ├── orphans-interpolation.html │ │ │ │ │ │ │ │ ├── outline-color-interpolation.html │ │ │ │ │ │ │ │ ├── outline-offset-interpolation.html │ │ │ │ │ │ │ │ ├── outline-width-interpolation.html │ │ │ │ │ │ │ │ ├── padding-interpolation.html │ │ │ │ │ │ │ │ ├── perspective-interpolation.html │ │ │ │ │ │ │ │ ├── perspective-origin-interpolation.html │ │ │ │ │ │ │ │ ├── resources │ │ │ │ │ │ │ │ │ └── interpolation-test.js │ │ │ │ │ │ │ │ ├── right-interpolation.html │ │ │ │ │ │ │ │ ├── shape-image-threshold.html │ │ │ │ │ │ │ │ ├── shape-margin.html │ │ │ │ │ │ │ │ ├── shape-outside.html │ │ │ │ │ │ │ │ ├── text-decoration-color-interpolation.html │ │ │ │ │ │ │ │ ├── text-indent-interpolation.html │ │ │ │ │ │ │ │ ├── text-shadow-interpolation.html │ │ │ │ │ │ │ │ ├── top-interpolation.html │ │ │ │ │ │ │ │ ├── transform-matrix-interpolation.html │ │ │ │ │ │ │ │ ├── transform-none-interpolation.html │ │ │ │ │ │ │ │ ├── transform-origin-interpolation.html │ │ │ │ │ │ │ │ ├── transform-perspective-interpolation.html │ │ │ │ │ │ │ │ ├── transform-rotate-interpolation.html │ │ │ │ │ │ │ │ ├── transform-scale-interpolation.html │ │ │ │ │ │ │ │ ├── transform-skew-interpolation.html │ │ │ │ │ │ │ │ ├── transform-translate-interpolation.html │ │ │ │ │ │ │ │ ├── vertical-align-interpolation.html │ │ │ │ │ │ │ │ ├── viewport-unit-interpolation.html │ │ │ │ │ │ │ │ ├── visibility-interpolation.html │ │ │ │ │ │ │ │ ├── widows-interpolation.html │ │ │ │ │ │ │ │ ├── width-interpolation.html │ │ │ │ │ │ │ │ ├── word-spacing-interpolation.html │ │ │ │ │ │ │ │ ├── z-index-interpolation.html │ │ │ │ │ │ │ │ └── zoom-iterpolation.html │ │ │ │ │ │ │ ├── keyframe-properties.html │ │ │ │ │ │ │ ├── keyframes-with-null-offsets.html │ │ │ │ │ │ │ ├── out-of-order-keyframes.html │ │ │ │ │ │ │ ├── resources │ │ │ │ │ │ │ │ ├── blue-100.png │ │ │ │ │ │ │ │ ├── green-100.png │ │ │ │ │ │ │ │ ├── green-20.png │ │ │ │ │ │ │ │ ├── keyframes-test.js │ │ │ │ │ │ │ │ ├── stripes-100.png │ │ │ │ │ │ │ │ └── stripes-20.png │ │ │ │ │ │ │ ├── same-offset-keyframes.html │ │ │ │ │ │ │ ├── simple-keyframes.html │ │ │ │ │ │ │ └── testharness │ │ │ │ │ │ │ │ ├── testharness.css │ │ │ │ │ │ │ │ ├── testharness.js │ │ │ │ │ │ │ │ └── testharnessreport.js │ │ │ │ │ │ ├── js │ │ │ │ │ │ │ ├── animation-constructor.js │ │ │ │ │ │ │ ├── animation-node.js │ │ │ │ │ │ │ ├── apply-preserving-inline-style.js │ │ │ │ │ │ │ ├── box-handler.js │ │ │ │ │ │ │ ├── color-handler.js │ │ │ │ │ │ │ ├── dimension-handler.js │ │ │ │ │ │ │ ├── effect-callback.js │ │ │ │ │ │ │ ├── effect.js │ │ │ │ │ │ │ ├── group-constructors.js │ │ │ │ │ │ │ ├── group-player-finish-event.js │ │ │ │ │ │ │ ├── group-player.js │ │ │ │ │ │ │ ├── interpolation.js │ │ │ │ │ │ │ ├── matrix-interpolation.js │ │ │ │ │ │ │ ├── number-handler.js │ │ │ │ │ │ │ ├── player-finish-event.js │ │ │ │ │ │ │ ├── player.js │ │ │ │ │ │ │ ├── property-interpolation.js │ │ │ │ │ │ │ ├── tick.js │ │ │ │ │ │ │ ├── timeline.js │ │ │ │ │ │ │ ├── timing.js │ │ │ │ │ │ │ └── transform-handler.js │ │ │ │ │ │ ├── karma-config-ci.js │ │ │ │ │ │ ├── karma-config.js │ │ │ │ │ │ ├── resources │ │ │ │ │ │ │ ├── WebKitWeightWatcher100.ttf │ │ │ │ │ │ │ ├── WebKitWeightWatcher200.ttf │ │ │ │ │ │ │ ├── WebKitWeightWatcher300.ttf │ │ │ │ │ │ │ ├── WebKitWeightWatcher400.ttf │ │ │ │ │ │ │ ├── WebKitWeightWatcher500.ttf │ │ │ │ │ │ │ ├── WebKitWeightWatcher600.ttf │ │ │ │ │ │ │ ├── WebKitWeightWatcher700.ttf │ │ │ │ │ │ │ ├── WebKitWeightWatcher800.ttf │ │ │ │ │ │ │ └── WebKitWeightWatcher900.ttf │ │ │ │ │ │ ├── runner-web-animations-next-lite.html │ │ │ │ │ │ ├── runner-web-animations-next.html │ │ │ │ │ │ ├── runner-web-animations.html │ │ │ │ │ │ ├── runner.js │ │ │ │ │ │ ├── testharness-runner.html │ │ │ │ │ │ ├── testharness-runner.js │ │ │ │ │ │ └── testharness-tests.js │ │ │ │ │ ├── web-animations-next-lite.dev.html │ │ │ │ │ ├── web-animations-next-lite.dev.js │ │ │ │ │ ├── web-animations-next-lite.min.js │ │ │ │ │ ├── web-animations-next-lite.min.js.map │ │ │ │ │ ├── web-animations-next.dev.html │ │ │ │ │ ├── web-animations-next.dev.js │ │ │ │ │ ├── web-animations-next.min.js │ │ │ │ │ ├── web-animations-next.min.js.map │ │ │ │ │ ├── web-animations.dev.html │ │ │ │ │ ├── web-animations.dev.js │ │ │ │ │ ├── web-animations.html │ │ │ │ │ ├── web-animations.min.js │ │ │ │ │ └── web-animations.min.js.map │ │ │ │ └── web-animations-next │ │ │ │ │ ├── COPYING │ │ │ │ │ ├── Gruntfile.js │ │ │ │ │ ├── node_modules │ │ │ │ │ ├── chai │ │ │ │ │ │ └── chai.js │ │ │ │ │ └── mocha │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ ├── mocha.css │ │ │ │ │ │ └── mocha.js │ │ │ │ │ ├── package.json │ │ │ │ │ ├── src │ │ │ │ │ ├── animation-constructor.js │ │ │ │ │ ├── animation-node.js │ │ │ │ │ ├── animation.js │ │ │ │ │ ├── apply-preserving-inline-style.js │ │ │ │ │ ├── apply.js │ │ │ │ │ ├── box-handler.js │ │ │ │ │ ├── color-handler.js │ │ │ │ │ ├── dev.js │ │ │ │ │ ├── dimension-handler.js │ │ │ │ │ ├── effect-callback.js │ │ │ │ │ ├── effect.js │ │ │ │ │ ├── element-animatable.js │ │ │ │ │ ├── font-weight-handler.js │ │ │ │ │ ├── group-constructors.js │ │ │ │ │ ├── handler-utils.js │ │ │ │ │ ├── interpolation.js │ │ │ │ │ ├── matrix-decomposition.js │ │ │ │ │ ├── matrix-interpolation.js │ │ │ │ │ ├── maxifill-player.js │ │ │ │ │ ├── normalize-keyframes.js │ │ │ │ │ ├── number-handler.js │ │ │ │ │ ├── player.js │ │ │ │ │ ├── position-handler.js │ │ │ │ │ ├── property-interpolation.js │ │ │ │ │ ├── property-names.js │ │ │ │ │ ├── scope.js │ │ │ │ │ ├── shadow-handler.js │ │ │ │ │ ├── shape-handler.js │ │ │ │ │ ├── tick.js │ │ │ │ │ ├── timeline.js │ │ │ │ │ ├── timing-utilities.js │ │ │ │ │ ├── transform-handler.js │ │ │ │ │ └── visibility-handler.js │ │ │ │ │ ├── target-config.js │ │ │ │ │ ├── target-loader.js │ │ │ │ │ ├── templates │ │ │ │ │ ├── boilerplate │ │ │ │ │ ├── runner.html │ │ │ │ │ ├── web-animations.html │ │ │ │ │ └── web-animations.js │ │ │ │ │ ├── test │ │ │ │ │ ├── blink │ │ │ │ │ │ ├── 2-keyframes-with-offsets.html │ │ │ │ │ │ ├── 3-keyframes-with-offsets.html │ │ │ │ │ │ ├── add-keyframes.html │ │ │ │ │ │ ├── eased-keyframes.html │ │ │ │ │ │ ├── get-animation-players.html │ │ │ │ │ │ ├── get-css-players.html │ │ │ │ │ │ ├── insufficient-keyframes.html │ │ │ │ │ │ ├── interpolation │ │ │ │ │ │ │ ├── background-color-interpolation.html │ │ │ │ │ │ │ ├── background-image-interpolation.html │ │ │ │ │ │ │ ├── background-position-interpolation.html │ │ │ │ │ │ │ ├── background-position-origin-interpolation.html │ │ │ │ │ │ │ ├── background-size-interpolation.html │ │ │ │ │ │ │ ├── border-color-interpolation.html │ │ │ │ │ │ │ ├── border-image-outset-interpolation.html │ │ │ │ │ │ │ ├── border-image-slice-interpolation.html │ │ │ │ │ │ │ ├── border-image-source-interpolation.html │ │ │ │ │ │ │ ├── border-image-width-interpolation.html │ │ │ │ │ │ │ ├── border-radius-interpolation.html │ │ │ │ │ │ │ ├── border-spacing-interpolation.html │ │ │ │ │ │ │ ├── border-width-interpolation.html │ │ │ │ │ │ │ ├── bottom-interpolation.html │ │ │ │ │ │ │ ├── box-shadow-interpolation.html │ │ │ │ │ │ │ ├── calc-interpolation.html │ │ │ │ │ │ │ ├── clip-interpolation.html │ │ │ │ │ │ │ ├── color-interpolation.html │ │ │ │ │ │ │ ├── filter-interpolation.html │ │ │ │ │ │ │ ├── flex-interpolation.html │ │ │ │ │ │ │ ├── font-size-interpolation.html │ │ │ │ │ │ │ ├── font-weight-interpolation.html │ │ │ │ │ │ │ ├── height-interpolation.html │ │ │ │ │ │ │ ├── left-interpolation.html │ │ │ │ │ │ │ ├── letter-spacing-interpolation.html │ │ │ │ │ │ │ ├── line-height-interpolation.html │ │ │ │ │ │ │ ├── list-style-image-interpolation.html │ │ │ │ │ │ │ ├── margin-interpolation.html │ │ │ │ │ │ │ ├── max-height-interpolation.html │ │ │ │ │ │ │ ├── max-width-interpolation.html │ │ │ │ │ │ │ ├── min-height-interpolation.html │ │ │ │ │ │ │ ├── min-width-interpolation.html │ │ │ │ │ │ │ ├── object-position-interpolation.html │ │ │ │ │ │ │ ├── opacity-interpolation.html │ │ │ │ │ │ │ ├── orphans-interpolation.html │ │ │ │ │ │ │ ├── outline-color-interpolation.html │ │ │ │ │ │ │ ├── outline-offset-interpolation.html │ │ │ │ │ │ │ ├── outline-width-interpolation.html │ │ │ │ │ │ │ ├── padding-interpolation.html │ │ │ │ │ │ │ ├── perspective-interpolation.html │ │ │ │ │ │ │ ├── perspective-origin-interpolation.html │ │ │ │ │ │ │ ├── resources │ │ │ │ │ │ │ │ └── interpolation-test.js │ │ │ │ │ │ │ ├── right-interpolation.html │ │ │ │ │ │ │ ├── shape-image-threshold.html │ │ │ │ │ │ │ ├── shape-margin.html │ │ │ │ │ │ │ ├── shape-outside.html │ │ │ │ │ │ │ ├── text-decoration-color-interpolation.html │ │ │ │ │ │ │ ├── text-indent-interpolation.html │ │ │ │ │ │ │ ├── text-shadow-interpolation.html │ │ │ │ │ │ │ ├── top-interpolation.html │ │ │ │ │ │ │ ├── transform-matrix-interpolation.html │ │ │ │ │ │ │ ├── transform-none-interpolation.html │ │ │ │ │ │ │ ├── transform-origin-interpolation.html │ │ │ │ │ │ │ ├── transform-perspective-interpolation.html │ │ │ │ │ │ │ ├── transform-rotate-interpolation.html │ │ │ │ │ │ │ ├── transform-scale-interpolation.html │ │ │ │ │ │ │ ├── transform-skew-interpolation.html │ │ │ │ │ │ │ ├── transform-translate-interpolation.html │ │ │ │ │ │ │ ├── vertical-align-interpolation.html │ │ │ │ │ │ │ ├── viewport-unit-interpolation.html │ │ │ │ │ │ │ ├── visibility-interpolation.html │ │ │ │ │ │ │ ├── widows-interpolation.html │ │ │ │ │ │ │ ├── width-interpolation.html │ │ │ │ │ │ │ ├── word-spacing-interpolation.html │ │ │ │ │ │ │ ├── z-index-interpolation.html │ │ │ │ │ │ │ └── zoom-iterpolation.html │ │ │ │ │ │ ├── keyframe-properties.html │ │ │ │ │ │ ├── keyframes-with-null-offsets.html │ │ │ │ │ │ ├── out-of-order-keyframes.html │ │ │ │ │ │ ├── resources │ │ │ │ │ │ │ ├── blue-100.png │ │ │ │ │ │ │ ├── green-100.png │ │ │ │ │ │ │ ├── green-20.png │ │ │ │ │ │ │ ├── keyframes-test.js │ │ │ │ │ │ │ ├── stripes-100.png │ │ │ │ │ │ │ └── stripes-20.png │ │ │ │ │ │ ├── same-offset-keyframes.html │ │ │ │ │ │ ├── simple-keyframes.html │ │ │ │ │ │ └── testharness │ │ │ │ │ │ │ ├── testharness.css │ │ │ │ │ │ │ ├── testharness.js │ │ │ │ │ │ │ └── testharnessreport.js │ │ │ │ │ ├── js │ │ │ │ │ │ ├── animation-constructor.js │ │ │ │ │ │ ├── animation-node.js │ │ │ │ │ │ ├── apply-preserving-inline-style.js │ │ │ │ │ │ ├── box-handler.js │ │ │ │ │ │ ├── color-handler.js │ │ │ │ │ │ ├── dimension-handler.js │ │ │ │ │ │ ├── effect-callback.js │ │ │ │ │ │ ├── effect.js │ │ │ │ │ │ ├── group-constructors.js │ │ │ │ │ │ ├── group-player-finish-event.js │ │ │ │ │ │ ├── group-player.js │ │ │ │ │ │ ├── interpolation.js │ │ │ │ │ │ ├── matrix-interpolation.js │ │ │ │ │ │ ├── number-handler.js │ │ │ │ │ │ ├── player-finish-event.js │ │ │ │ │ │ ├── player.js │ │ │ │ │ │ ├── property-interpolation.js │ │ │ │ │ │ ├── tick.js │ │ │ │ │ │ ├── timeline.js │ │ │ │ │ │ ├── timing.js │ │ │ │ │ │ └── transform-handler.js │ │ │ │ │ ├── karma-config-ci.js │ │ │ │ │ ├── karma-config.js │ │ │ │ │ ├── resources │ │ │ │ │ │ ├── WebKitWeightWatcher100.ttf │ │ │ │ │ │ ├── WebKitWeightWatcher200.ttf │ │ │ │ │ │ ├── WebKitWeightWatcher300.ttf │ │ │ │ │ │ ├── WebKitWeightWatcher400.ttf │ │ │ │ │ │ ├── WebKitWeightWatcher500.ttf │ │ │ │ │ │ ├── WebKitWeightWatcher600.ttf │ │ │ │ │ │ ├── WebKitWeightWatcher700.ttf │ │ │ │ │ │ ├── WebKitWeightWatcher800.ttf │ │ │ │ │ │ └── WebKitWeightWatcher900.ttf │ │ │ │ │ ├── runner-web-animations-next-lite.html │ │ │ │ │ ├── runner-web-animations-next.html │ │ │ │ │ ├── runner-web-animations.html │ │ │ │ │ ├── runner.js │ │ │ │ │ ├── testharness-runner.html │ │ │ │ │ ├── testharness-runner.js │ │ │ │ │ └── testharness-tests.js │ │ │ │ │ ├── web-animations-next-lite.dev.html │ │ │ │ │ ├── web-animations-next-lite.dev.js │ │ │ │ │ ├── web-animations-next.dev.html │ │ │ │ │ ├── web-animations-next.dev.js │ │ │ │ │ ├── web-animations.dev.html │ │ │ │ │ ├── web-animations.dev.js │ │ │ │ │ └── web-animations.html │ │ │ ├── web_animations.html │ │ │ └── web_animations_nodart.html │ │ ├── goap_web │ │ │ └── main_app.html │ │ ├── paper_elements │ │ │ ├── paper_action_dialog.html │ │ │ ├── paper_action_dialog_nodart.html │ │ │ ├── paper_autogrow_textarea.html │ │ │ ├── paper_autogrow_textarea_nodart.html │ │ │ ├── paper_button.html │ │ │ ├── paper_button_base.html │ │ │ ├── paper_button_base_nodart.html │ │ │ ├── paper_button_nodart.html │ │ │ ├── paper_char_counter.html │ │ │ ├── paper_char_counter_nodart.html │ │ │ ├── paper_checkbox.html │ │ │ ├── paper_checkbox_nodart.html │ │ │ ├── paper_dialog.html │ │ │ ├── paper_dialog_base.html │ │ │ ├── paper_dialog_base_nodart.html │ │ │ ├── paper_dialog_nodart.html │ │ │ ├── paper_dialog_transition.html │ │ │ ├── paper_dialog_transition_nodart.html │ │ │ ├── paper_dropdown.html │ │ │ ├── paper_dropdown_menu.html │ │ │ ├── paper_dropdown_menu_nodart.html │ │ │ ├── paper_dropdown_nodart.html │ │ │ ├── paper_dropdown_transition.html │ │ │ ├── paper_dropdown_transition_nodart.html │ │ │ ├── paper_fab.html │ │ │ ├── paper_fab_nodart.html │ │ │ ├── paper_icon_button.html │ │ │ ├── paper_icon_button_nodart.html │ │ │ ├── paper_input.html │ │ │ ├── paper_input_decorator.html │ │ │ ├── paper_input_decorator_nodart.html │ │ │ ├── paper_input_nodart.html │ │ │ ├── paper_item.html │ │ │ ├── paper_item_nodart.html │ │ │ ├── paper_menu_button.html │ │ │ ├── paper_menu_button_nodart.html │ │ │ ├── paper_progress.html │ │ │ ├── paper_progress_nodart.html │ │ │ ├── paper_radio_button.html │ │ │ ├── paper_radio_button_nodart.html │ │ │ ├── paper_radio_group.html │ │ │ ├── paper_radio_group_nodart.html │ │ │ ├── paper_ripple.html │ │ │ ├── paper_ripple_nodart.html │ │ │ ├── paper_shadow.html │ │ │ ├── paper_shadow_nodart.html │ │ │ ├── paper_slider.html │ │ │ ├── paper_slider_nodart.html │ │ │ ├── paper_spinner.html │ │ │ ├── paper_spinner_nodart.html │ │ │ ├── paper_tab.html │ │ │ ├── paper_tab_nodart.html │ │ │ ├── paper_tabs.html │ │ │ ├── paper_tabs_nodart.html │ │ │ ├── paper_toast.html │ │ │ ├── paper_toast_nodart.html │ │ │ ├── paper_toggle_button.html │ │ │ ├── paper_toggle_button_nodart.html │ │ │ ├── roboto.html │ │ │ ├── roboto_nodart.html │ │ │ ├── sampler_scaffold.html │ │ │ ├── sampler_scaffold_nodart.html │ │ │ └── src │ │ │ │ ├── core-a11y-keys │ │ │ │ └── core-a11y-keys.html │ │ │ │ ├── core-animation │ │ │ │ ├── core-animation-group.html │ │ │ │ ├── core-animation.html │ │ │ │ └── web-animations.html │ │ │ │ ├── core-collapse │ │ │ │ └── core-collapse.html │ │ │ │ ├── core-component-page │ │ │ │ └── core-component-page.html │ │ │ │ ├── core-drawer-panel │ │ │ │ └── core-drawer-panel.html │ │ │ │ ├── core-dropdown │ │ │ │ ├── core-dropdown-base.html │ │ │ │ └── core-dropdown.html │ │ │ │ ├── core-field │ │ │ │ └── core-field.html │ │ │ │ ├── core-focusable │ │ │ │ └── core-focusable.html │ │ │ │ ├── core-header-panel │ │ │ │ └── core-header-panel.html │ │ │ │ ├── core-icon-button │ │ │ │ └── core-icon-button.html │ │ │ │ ├── core-icon │ │ │ │ └── core-icon.html │ │ │ │ ├── core-icons │ │ │ │ └── core-icons.html │ │ │ │ ├── core-iconset-svg │ │ │ │ └── core-iconset-svg.html │ │ │ │ ├── core-iconset │ │ │ │ └── core-iconset.html │ │ │ │ ├── core-input │ │ │ │ └── core-input.html │ │ │ │ ├── core-item │ │ │ │ └── core-item.html │ │ │ │ ├── core-media-query │ │ │ │ └── core-media-query.html │ │ │ │ ├── core-menu │ │ │ │ ├── core-menu.html │ │ │ │ └── core-submenu.html │ │ │ │ ├── core-meta │ │ │ │ └── core-meta.html │ │ │ │ ├── core-overlay │ │ │ │ ├── core-key-helper.html │ │ │ │ ├── core-overlay-layer.html │ │ │ │ └── core-overlay.html │ │ │ │ ├── core-range │ │ │ │ └── core-range.html │ │ │ │ ├── core-resizable │ │ │ │ └── core-resizable.html │ │ │ │ ├── core-scroll-header-panel │ │ │ │ └── core-scroll-header-panel.html │ │ │ │ ├── core-selection │ │ │ │ └── core-selection.html │ │ │ │ ├── core-selector │ │ │ │ └── core-selector.html │ │ │ │ ├── core-style │ │ │ │ └── core-style.html │ │ │ │ ├── core-toolbar │ │ │ │ └── core-toolbar.html │ │ │ │ ├── core-transition │ │ │ │ ├── core-transition-css.html │ │ │ │ └── core-transition.html │ │ │ │ ├── font-roboto │ │ │ │ └── roboto.html │ │ │ │ ├── paper-button │ │ │ │ ├── paper-button-base.html │ │ │ │ ├── paper-button.html │ │ │ │ └── test │ │ │ │ │ └── paper-button.html │ │ │ │ ├── paper-checkbox │ │ │ │ ├── paper-checkbox.css │ │ │ │ └── paper-checkbox.html │ │ │ │ ├── paper-dialog │ │ │ │ ├── paper-action-dialog.html │ │ │ │ ├── paper-dialog-base.html │ │ │ │ ├── paper-dialog-transition.css │ │ │ │ ├── paper-dialog-transition.html │ │ │ │ ├── paper-dialog.html │ │ │ │ └── test │ │ │ │ │ └── basic.html │ │ │ │ ├── paper-dropdown-menu │ │ │ │ ├── paper-dropdown-menu.css │ │ │ │ ├── paper-dropdown-menu.html │ │ │ │ └── test │ │ │ │ │ └── basic.html │ │ │ │ ├── paper-dropdown │ │ │ │ ├── paper-dropdown-transition.css │ │ │ │ ├── paper-dropdown-transition.html │ │ │ │ └── paper-dropdown.html │ │ │ │ ├── paper-elements │ │ │ │ └── paper-elements.html │ │ │ │ ├── paper-fab │ │ │ │ ├── paper-fab.html │ │ │ │ └── test │ │ │ │ │ ├── a11y.html │ │ │ │ │ └── basic.html │ │ │ │ ├── paper-icon-button │ │ │ │ ├── paper-icon-button.html │ │ │ │ └── test │ │ │ │ │ ├── a11y.html │ │ │ │ │ └── basic.html │ │ │ │ ├── paper-input │ │ │ │ ├── paper-autogrow-textarea.html │ │ │ │ ├── paper-char-counter.html │ │ │ │ ├── paper-input-decorator.css │ │ │ │ ├── paper-input-decorator.html │ │ │ │ ├── paper-input.html │ │ │ │ └── test │ │ │ │ │ ├── paper-autogrow-textarea.html │ │ │ │ │ ├── paper-input-decorator.html │ │ │ │ │ ├── paper-input.html │ │ │ │ │ └── util.js │ │ │ │ ├── paper-item │ │ │ │ └── paper-item.html │ │ │ │ ├── paper-menu-button │ │ │ │ ├── paper-menu-button.css │ │ │ │ └── paper-menu-button.html │ │ │ │ ├── paper-progress │ │ │ │ ├── paper-progress.css │ │ │ │ └── paper-progress.html │ │ │ │ ├── paper-radio-button │ │ │ │ ├── paper-radio-button.css │ │ │ │ └── paper-radio-button.html │ │ │ │ ├── paper-radio-group │ │ │ │ └── paper-radio-group.html │ │ │ │ ├── paper-ripple │ │ │ │ ├── paper-ripple.html │ │ │ │ └── test │ │ │ │ │ └── position.html │ │ │ │ ├── paper-shadow │ │ │ │ ├── paper-shadow.css │ │ │ │ ├── paper-shadow.html │ │ │ │ └── test │ │ │ │ │ └── basic.html │ │ │ │ ├── paper-slider │ │ │ │ ├── paper-slider.css │ │ │ │ └── paper-slider.html │ │ │ │ ├── paper-spinner │ │ │ │ ├── paper-spinner.css │ │ │ │ └── paper-spinner.html │ │ │ │ ├── paper-tabs │ │ │ │ ├── paper-tab.css │ │ │ │ ├── paper-tab.html │ │ │ │ ├── paper-tabs.css │ │ │ │ └── paper-tabs.html │ │ │ │ ├── paper-toast │ │ │ │ ├── paper-toast.css │ │ │ │ └── paper-toast.html │ │ │ │ ├── paper-toggle-button │ │ │ │ ├── paper-toggle-button.css │ │ │ │ └── paper-toggle-button.html │ │ │ │ ├── polymer │ │ │ │ └── polymer.html │ │ │ │ ├── sampler-scaffold │ │ │ │ ├── sampler-scaffold.css │ │ │ │ └── sampler-scaffold.html │ │ │ │ └── web-animations-next │ │ │ │ ├── COPYING │ │ │ │ ├── Gruntfile.js │ │ │ │ ├── History.md │ │ │ │ ├── package.json │ │ │ │ ├── src │ │ │ │ ├── animation-constructor.js │ │ │ │ ├── animation-node.js │ │ │ │ ├── animation.js │ │ │ │ ├── apply-preserving-inline-style.js │ │ │ │ ├── apply.js │ │ │ │ ├── box-handler.js │ │ │ │ ├── color-handler.js │ │ │ │ ├── deprecation.js │ │ │ │ ├── dev.js │ │ │ │ ├── dimension-handler.js │ │ │ │ ├── effect-callback.js │ │ │ │ ├── effect.js │ │ │ │ ├── element-animatable.js │ │ │ │ ├── font-weight-handler.js │ │ │ │ ├── group-constructors.js │ │ │ │ ├── handler-utils.js │ │ │ │ ├── interpolation.js │ │ │ │ ├── matrix-decomposition.js │ │ │ │ ├── matrix-interpolation.js │ │ │ │ ├── maxifill-player.js │ │ │ │ ├── normalize-keyframes.js │ │ │ │ ├── number-handler.js │ │ │ │ ├── player.js │ │ │ │ ├── position-handler.js │ │ │ │ ├── property-interpolation.js │ │ │ │ ├── property-names.js │ │ │ │ ├── scope.js │ │ │ │ ├── shadow-handler.js │ │ │ │ ├── shape-handler.js │ │ │ │ ├── tick.js │ │ │ │ ├── timeline.js │ │ │ │ ├── timing-utilities.js │ │ │ │ ├── transform-handler.js │ │ │ │ └── visibility-handler.js │ │ │ │ ├── target-config.js │ │ │ │ ├── target-loader.js │ │ │ │ ├── templates │ │ │ │ ├── boilerplate │ │ │ │ ├── runner.html │ │ │ │ ├── web-animations.html │ │ │ │ └── web-animations.js │ │ │ │ ├── test │ │ │ │ ├── blink │ │ │ │ │ ├── 2-keyframes-with-offsets.html │ │ │ │ │ ├── 3-keyframes-with-offsets.html │ │ │ │ │ ├── add-keyframes.html │ │ │ │ │ ├── eased-keyframes.html │ │ │ │ │ ├── get-animation-players.html │ │ │ │ │ ├── get-css-players.html │ │ │ │ │ ├── insufficient-keyframes.html │ │ │ │ │ ├── interpolation │ │ │ │ │ │ ├── background-color-interpolation.html │ │ │ │ │ │ ├── background-image-interpolation.html │ │ │ │ │ │ ├── background-position-interpolation.html │ │ │ │ │ │ ├── background-position-origin-interpolation.html │ │ │ │ │ │ ├── background-size-interpolation.html │ │ │ │ │ │ ├── border-color-interpolation.html │ │ │ │ │ │ ├── border-image-outset-interpolation.html │ │ │ │ │ │ ├── border-image-slice-interpolation.html │ │ │ │ │ │ ├── border-image-source-interpolation.html │ │ │ │ │ │ ├── border-image-width-interpolation.html │ │ │ │ │ │ ├── border-radius-interpolation.html │ │ │ │ │ │ ├── border-spacing-interpolation.html │ │ │ │ │ │ ├── border-width-interpolation.html │ │ │ │ │ │ ├── bottom-interpolation.html │ │ │ │ │ │ ├── box-shadow-interpolation.html │ │ │ │ │ │ ├── calc-interpolation.html │ │ │ │ │ │ ├── clip-interpolation.html │ │ │ │ │ │ ├── color-interpolation.html │ │ │ │ │ │ ├── filter-interpolation.html │ │ │ │ │ │ ├── flex-interpolation.html │ │ │ │ │ │ ├── font-size-interpolation.html │ │ │ │ │ │ ├── font-weight-interpolation.html │ │ │ │ │ │ ├── height-interpolation.html │ │ │ │ │ │ ├── left-interpolation.html │ │ │ │ │ │ ├── letter-spacing-interpolation.html │ │ │ │ │ │ ├── line-height-interpolation.html │ │ │ │ │ │ ├── list-style-image-interpolation.html │ │ │ │ │ │ ├── margin-interpolation.html │ │ │ │ │ │ ├── max-height-interpolation.html │ │ │ │ │ │ ├── max-width-interpolation.html │ │ │ │ │ │ ├── min-height-interpolation.html │ │ │ │ │ │ ├── min-width-interpolation.html │ │ │ │ │ │ ├── object-position-interpolation.html │ │ │ │ │ │ ├── opacity-interpolation.html │ │ │ │ │ │ ├── orphans-interpolation.html │ │ │ │ │ │ ├── outline-color-interpolation.html │ │ │ │ │ │ ├── outline-offset-interpolation.html │ │ │ │ │ │ ├── outline-width-interpolation.html │ │ │ │ │ │ ├── padding-interpolation.html │ │ │ │ │ │ ├── perspective-interpolation.html │ │ │ │ │ │ ├── perspective-origin-interpolation.html │ │ │ │ │ │ ├── resources │ │ │ │ │ │ │ └── interpolation-test.js │ │ │ │ │ │ ├── right-interpolation.html │ │ │ │ │ │ ├── shape-image-threshold.html │ │ │ │ │ │ ├── shape-margin.html │ │ │ │ │ │ ├── shape-outside.html │ │ │ │ │ │ ├── text-decoration-color-interpolation.html │ │ │ │ │ │ ├── text-indent-interpolation.html │ │ │ │ │ │ ├── text-shadow-interpolation.html │ │ │ │ │ │ ├── top-interpolation.html │ │ │ │ │ │ ├── transform-matrix-interpolation.html │ │ │ │ │ │ ├── transform-none-interpolation.html │ │ │ │ │ │ ├── transform-origin-interpolation.html │ │ │ │ │ │ ├── transform-perspective-interpolation.html │ │ │ │ │ │ ├── transform-rotate-interpolation.html │ │ │ │ │ │ ├── transform-scale-interpolation.html │ │ │ │ │ │ ├── transform-skew-interpolation.html │ │ │ │ │ │ ├── transform-translate-interpolation.html │ │ │ │ │ │ ├── vertical-align-interpolation.html │ │ │ │ │ │ ├── viewport-unit-interpolation.html │ │ │ │ │ │ ├── visibility-interpolation.html │ │ │ │ │ │ ├── widows-interpolation.html │ │ │ │ │ │ ├── width-interpolation.html │ │ │ │ │ │ ├── word-spacing-interpolation.html │ │ │ │ │ │ ├── z-index-interpolation.html │ │ │ │ │ │ └── zoom-iterpolation.html │ │ │ │ │ ├── keyframe-properties.html │ │ │ │ │ ├── keyframes-with-null-offsets.html │ │ │ │ │ ├── out-of-order-keyframes.html │ │ │ │ │ ├── resources │ │ │ │ │ │ ├── blue-100.png │ │ │ │ │ │ ├── green-100.png │ │ │ │ │ │ ├── green-20.png │ │ │ │ │ │ ├── keyframes-test.js │ │ │ │ │ │ ├── stripes-100.png │ │ │ │ │ │ └── stripes-20.png │ │ │ │ │ ├── same-offset-keyframes.html │ │ │ │ │ ├── simple-keyframes.html │ │ │ │ │ └── testharness │ │ │ │ │ │ ├── testharness.css │ │ │ │ │ │ ├── testharness.js │ │ │ │ │ │ └── testharnessreport.js │ │ │ │ ├── js │ │ │ │ │ ├── animation-constructor.js │ │ │ │ │ ├── animation-node.js │ │ │ │ │ ├── apply-preserving-inline-style.js │ │ │ │ │ ├── box-handler.js │ │ │ │ │ ├── color-handler.js │ │ │ │ │ ├── dimension-handler.js │ │ │ │ │ ├── effect-callback.js │ │ │ │ │ ├── effect.js │ │ │ │ │ ├── group-constructors.js │ │ │ │ │ ├── group-player-finish-event.js │ │ │ │ │ ├── group-player.js │ │ │ │ │ ├── interpolation.js │ │ │ │ │ ├── matrix-interpolation.js │ │ │ │ │ ├── number-handler.js │ │ │ │ │ ├── player-finish-event.js │ │ │ │ │ ├── player.js │ │ │ │ │ ├── property-interpolation.js │ │ │ │ │ ├── tick.js │ │ │ │ │ ├── timeline.js │ │ │ │ │ ├── timing.js │ │ │ │ │ └── transform-handler.js │ │ │ │ ├── karma-config-ci.js │ │ │ │ ├── karma-config.js │ │ │ │ ├── resources │ │ │ │ │ ├── WebKitWeightWatcher100.ttf │ │ │ │ │ ├── WebKitWeightWatcher200.ttf │ │ │ │ │ ├── WebKitWeightWatcher300.ttf │ │ │ │ │ ├── WebKitWeightWatcher400.ttf │ │ │ │ │ ├── WebKitWeightWatcher500.ttf │ │ │ │ │ ├── WebKitWeightWatcher600.ttf │ │ │ │ │ ├── WebKitWeightWatcher700.ttf │ │ │ │ │ ├── WebKitWeightWatcher800.ttf │ │ │ │ │ └── WebKitWeightWatcher900.ttf │ │ │ │ ├── runner-web-animations-next-lite.html │ │ │ │ ├── runner-web-animations-next.html │ │ │ │ ├── runner-web-animations.html │ │ │ │ ├── runner.js │ │ │ │ ├── testharness-runner.html │ │ │ │ ├── testharness-runner.js │ │ │ │ └── testharness-tests.js │ │ │ │ ├── web-animations-next-lite.dev.html │ │ │ │ ├── web-animations-next-lite.dev.js │ │ │ │ ├── web-animations-next.dev.html │ │ │ │ ├── web-animations-next.dev.js │ │ │ │ ├── web-animations.dev.html │ │ │ │ ├── web-animations.dev.js │ │ │ │ └── web-animations.html │ │ ├── polymer │ │ │ ├── polymer.html │ │ │ └── polymer_experimental.html │ │ ├── polymer_interop │ │ │ ├── polymer.html │ │ │ └── src │ │ │ │ └── js │ │ │ │ ├── AUTHORS │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── LICENSE │ │ │ │ ├── PATENTS │ │ │ │ ├── README.md │ │ │ │ ├── bower.json │ │ │ │ ├── layout.html │ │ │ │ ├── polymer.html │ │ │ │ └── polymer.min.js │ │ ├── template_binding │ │ │ └── js │ │ │ │ ├── flush.js │ │ │ │ ├── microtask.js │ │ │ │ ├── node_bind.js │ │ │ │ └── observe.js │ │ └── web_components │ │ │ ├── dart_support.js │ │ │ ├── interop_support.html │ │ │ ├── interop_support.js │ │ │ ├── webcomponents.js │ │ │ └── webcomponents.min.js │ ├── robots.txt │ └── styles.css ├── fartman │ ├── appmanifest.json │ ├── data.json │ ├── icons │ │ ├── icon-128.png │ │ ├── icon-16.png │ │ ├── icon-256.png │ │ ├── icon-32.png │ │ ├── icon-512.png │ │ ├── icon-64.png │ │ └── loading-logo.png │ ├── images │ │ ├── shared-0-sheet0.webp │ │ ├── shared-0-sheet1.webp │ │ ├── shared-0-sheet2.webp │ │ ├── shared-0-sheet3.webp │ │ ├── shared-0-sheet4.webp │ │ ├── tiledbackground-sheet0.webp │ │ ├── tiledbackground2-sheet0.webp │ │ └── tiledbackground3-sheet0.webp │ ├── index.html │ ├── media │ │ ├── Cartoon Fart.webm │ │ ├── Human Fart 09.webm │ │ ├── Jingle (Death) - New Super Mario Bros U - Music.webm │ │ ├── Super Mario World Music Level Complete.webm │ │ ├── chomp-sound.webm │ │ └── fartman-smb-overworld-theme.webm │ ├── scripts │ │ ├── c3runtime.js │ │ ├── dispatchworker.js │ │ ├── jobworker.js │ │ ├── main.js │ │ ├── modernjscheck.js │ │ ├── opus.wasm.js │ │ ├── opus.wasm.wasm │ │ └── supportcheck.js │ ├── style.css │ └── workermain.js ├── fmod │ ├── .last_build_id │ ├── assets │ │ ├── AssetManifest.bin │ │ ├── AssetManifest.bin.json │ │ ├── AssetManifest.json │ │ ├── FontManifest.json │ │ ├── NOTICES │ │ ├── assets │ │ │ └── FMOD%20Logo%20Black%20-%20White%20Background.png │ │ ├── fonts │ │ │ └── MaterialIcons-Regular.otf │ │ ├── packages │ │ │ └── cupertino_icons │ │ │ │ └── assets │ │ │ │ └── CupertinoIcons.ttf │ │ └── shaders │ │ │ └── ink_sparkle.frag │ ├── banks │ │ ├── Flutter Demo.bank │ │ ├── Master.bank │ │ └── Master.strings.bank │ ├── canvaskit │ │ ├── canvaskit.js │ │ ├── canvaskit.wasm │ │ ├── chromium │ │ │ ├── canvaskit.js │ │ │ └── canvaskit.wasm │ │ ├── skwasm.js │ │ ├── skwasm.wasm │ │ └── skwasm.worker.js │ ├── favicon.png │ ├── flutter.js │ ├── flutter_service_worker.js │ ├── fmod │ │ ├── fmod_wrapper.js │ │ ├── fmodstudio.js │ │ ├── fmodstudio.js.mem │ │ ├── fmodstudioL.js │ │ └── fmodstudioL.js.mem │ ├── icons │ │ ├── Icon-192.png │ │ ├── Icon-512.png │ │ ├── Icon-maskable-192.png │ │ └── Icon-maskable-512.png │ ├── index.html │ ├── main.dart.js │ ├── manifest.json │ ├── social.png │ └── version.json ├── followers.html ├── from2005 │ ├── index.html │ └── pic │ │ └── robo3.jpg ├── from2006 │ ├── filiph.net.css │ ├── filiph.net.js │ ├── index.html │ ├── moo.fx.js │ ├── pic │ │ ├── ctgmusic.jpg │ │ ├── recent_photo_2004.jpg │ │ ├── recent_photo_forums.jpg │ │ ├── title.gif │ │ ├── title.jpg │ │ ├── title3d.gif │ │ └── title3dtrans.gif │ └── prototype.lite.js ├── from2010 │ ├── index.html │ └── pic │ │ ├── gplus-icon-64.png │ │ ├── title.gif │ │ ├── title.jpg │ │ ├── title3d.gif │ │ └── title3dtrans.gif ├── fuzzy │ ├── fuzzy_logic_webapp.css │ ├── fuzzy_logic_webapp.dart.js │ ├── fuzzy_logic_webapp.dart.js.deps │ ├── fuzzy_logic_webapp.dart.js.map │ └── index.html ├── gcal │ ├── calendar_chrome_ext.dart.js │ └── index.html ├── lander │ ├── lander-2020-06-10.png │ ├── lunar_lander_tigsource_1.gif │ ├── lunar_lander_tigsource_10.gif │ ├── lunar_lander_tigsource_crash.gif │ └── lunar_lander_tigsource_nope.gif ├── lepsi-volby │ ├── index.html │ ├── lepsi-volby-image.jpg │ ├── main.dart.js │ ├── packages │ │ ├── $sdk │ │ │ ├── _internal │ │ │ │ └── strong.sum │ │ │ └── dev_compiler │ │ │ │ ├── kernel │ │ │ │ ├── amd │ │ │ │ │ ├── dart_sdk.js │ │ │ │ │ └── require.js │ │ │ │ ├── common │ │ │ │ │ ├── dart_sdk.js │ │ │ │ │ └── run.js │ │ │ │ └── es6 │ │ │ │ │ └── dart_sdk.js │ │ │ │ └── web │ │ │ │ └── dart_stack_trace_mapper.js │ │ ├── _fe_analyzer_shared │ │ │ └── src │ │ │ │ └── parser │ │ │ │ └── parser.md │ │ ├── analyzer │ │ │ └── src │ │ │ │ └── summary │ │ │ │ └── format.fbs │ │ ├── build_runner │ │ │ └── src │ │ │ │ └── server │ │ │ │ ├── README.md │ │ │ │ ├── build_updates_client │ │ │ │ ├── hot_reload_client.dart.js │ │ │ │ └── live_reload_client.js │ │ │ │ ├── graph_viz.html │ │ │ │ ├── graph_viz.js │ │ │ │ └── graph_viz_main.dart.js │ │ ├── build_web_compilers │ │ │ └── src │ │ │ │ └── dev_compiler_stack_trace │ │ │ │ └── stack_trace_mapper.dart.js │ │ └── pedantic │ │ │ ├── analysis_options.1.0.0.yaml │ │ │ ├── analysis_options.1.1.0.yaml │ │ │ ├── analysis_options.1.2.0.yaml │ │ │ ├── analysis_options.1.3.0.yaml │ │ │ ├── analysis_options.1.4.0.yaml │ │ │ ├── analysis_options.1.5.0.yaml │ │ │ ├── analysis_options.1.6.0.yaml │ │ │ ├── analysis_options.1.7.0.yaml │ │ │ ├── analysis_options.1.8.0.yaml │ │ │ ├── analysis_options.1.9.0.yaml │ │ │ └── analysis_options.yaml │ └── styles.css ├── lorem │ ├── index.html │ ├── ipsumizer_web.dart.js │ ├── ipsumizer_web.dart.js.deps │ └── ipsumizer_web.dart.js.map ├── mailto │ ├── apple-touch-icon-precomposed.png │ ├── favicon.ico │ ├── images │ │ ├── hamburger.svg │ │ └── touch │ │ │ ├── chrome-touch-icon-192x192.png │ │ │ └── ms-touch-icon-144x144-precomposed.png │ ├── index.html │ ├── main.dart.js │ ├── packages │ │ ├── browser │ │ │ ├── dart.js │ │ │ └── interop.js │ │ ├── test │ │ │ ├── dart.js │ │ │ └── src │ │ │ │ └── runner │ │ │ │ └── browser │ │ │ │ └── static │ │ │ │ ├── host.css │ │ │ │ ├── host.dart.js │ │ │ │ ├── host.dart.js.map │ │ │ │ └── index.html │ │ └── unittest │ │ │ ├── coverage_controller.js │ │ │ └── test_controller.js │ ├── robots.txt │ └── styles │ │ ├── _h5bp.scss │ │ ├── _roboto.scss │ │ ├── components │ │ ├── _components │ │ │ ├── _articles-list.scss │ │ │ ├── _breadcrumb.scss │ │ │ ├── _button.scss │ │ │ ├── _column-list.scss │ │ │ ├── _grid.scss │ │ │ ├── _guides-list.scss │ │ │ ├── _icon-circle.scss │ │ │ ├── _icons.scss │ │ │ ├── _link.scss │ │ │ ├── _list.scss │ │ │ ├── _media.scss │ │ │ ├── _subsection-title.scss │ │ │ ├── _table.scss │ │ │ └── _typography.scss │ │ ├── _global.scss │ │ ├── _helper.scss │ │ ├── _modules │ │ │ ├── _article-nav.scss │ │ │ ├── _articles-section.scss │ │ │ ├── _did-you-know.scss │ │ │ ├── _editorial-header.scss │ │ │ ├── _featured-section.scss │ │ │ ├── _featured-spotlight.scss │ │ │ ├── _guides-section.scss │ │ │ ├── _highlight.scss │ │ │ ├── _in-this-guide.scss │ │ │ ├── _next-lessons.scss │ │ │ ├── _page-header.scss │ │ │ ├── _quote.scss │ │ │ ├── _related-guides.scss │ │ │ ├── _related-items.scss │ │ │ ├── _summary-header.scss │ │ │ └── _toc.scss │ │ ├── _normalize.scss │ │ ├── _pages │ │ │ ├── _page-resources.scss │ │ │ └── _styleguide.scss │ │ ├── _palette.scss │ │ ├── _themed.scss │ │ ├── _utils.scss │ │ └── components.scss │ │ ├── main.css │ │ ├── main.css.map │ │ ├── main.scss │ │ └── main_gen.css ├── philipage.com │ ├── contact-me.html │ ├── favicon.ico │ ├── feed │ │ └── index.html │ ├── index.html │ ├── mp3 │ │ ├── .htaccess │ │ ├── Magnet by Philip Age 160kbps.mp3 │ │ ├── Pappa, Bonnici & Phil K - Blending With The Ether (Philip Age Remix).mp3 │ │ ├── Philip Age - Apollo (hq).mp3 │ │ ├── Philip Age - Comment tu fais-.mp3 │ │ ├── Philip Age - Comment tu fais.mp3 │ │ ├── Philip Age - DJ's Mate Mix.mp3 │ │ ├── Philip Age - Dave Seaman Tribute Set [Aug 2010].mp3 │ │ ├── Philip Age - Deadmau5 Best Of Mix (320kbps).mp3 │ │ ├── Philip Age - Deadmau5 Best Of Mix (streaming).mp3 │ │ ├── Philip Age - Harvest (Deep House, Inde Dance, Progressive House 80min DJ mix set).torrent │ │ ├── Philip Age - Harvest.mp3 │ │ ├── Philip Age - Magnet (160kbps).mp3 │ │ ├── Philip Age - Magnet (hifi).mp3 │ │ ├── Philip Age - Magnet (hifi).mp3.torrent │ │ ├── Philip Age - March 2009 Promo (320kbps).mp3 │ │ ├── Philip Age - March 2009 Promo (streaming).mp3 │ │ ├── Philip Age - Mono (March 2010).mp3 │ │ ├── Philip Age - Monster (continuous mix).mp3 │ │ ├── Philip Age - Monster (continuous mix).mp3.torrent │ │ ├── Philip Age - Monster.mp3 │ │ ├── Philip Age - Summer of 2009 (320kbps).mp3 │ │ ├── Philip Age - Summer of 2009 (HQ).mp3 │ │ ├── Philip Age - Summer of 2009 (streaming).mp3 │ │ ├── Philip Age - What Others Receive.mp3 │ │ ├── Philip Age @ Atelier Laurent, San Francisco [DISTORTED].mp3 │ │ ├── demo_june2006.cue │ │ ├── demo_june2006.mp3 │ │ ├── download.php │ │ ├── exercise 5.mp3 │ │ └── philip age - chill out astronaut (128 CBR).mp3 │ ├── news │ │ ├── index.html │ │ └── index2.html │ ├── philip-age │ │ └── feed │ │ │ └── index.html │ ├── the-japanese-adventure.html │ ├── the-technology.html │ ├── wp-content │ │ ├── plugins │ │ │ └── wpaudio-mp3-player │ │ │ │ └── wpaudio.min.js?ver=3.1 │ │ ├── themes │ │ │ └── PhilipAge │ │ │ │ ├── images │ │ │ │ └── philip-age-homepage.png │ │ │ │ └── style.css │ │ └── uploads │ │ │ ├── 2009 │ │ │ ├── 10 │ │ │ │ ├── chapeau-rouge-night-150x150.jpg │ │ │ │ ├── chapeau-rouge-night-225x300.jpg │ │ │ │ ├── chapeau-rouge-night.jpg │ │ │ │ ├── chapeau-rouge-night1-150x150.jpg │ │ │ │ ├── chapeau-rouge-night1-225x300.jpg │ │ │ │ └── chapeau-rouge-night1.jpg │ │ │ ├── 11 │ │ │ │ ├── magnets-150x150.jpg │ │ │ │ └── magnets.jpg │ │ │ ├── 06 │ │ │ │ ├── DSCF0127-150x131.jpg │ │ │ │ ├── DSCF0127.jpg │ │ │ │ ├── DSC_0653_bw-150x150.gif │ │ │ │ ├── DSC_0653_bw-150x300.gif │ │ │ │ ├── DSC_0653_bw.gif │ │ │ │ ├── IMG_2689-edit-small-150x150.jpg │ │ │ │ ├── IMG_2689-edit-small.jpg │ │ │ │ ├── IMG_2794-edit-small-150x150.jpg │ │ │ │ ├── IMG_2794-edit-small.jpg │ │ │ │ ├── IMG_2803-edit-small-150x150.jpg │ │ │ │ ├── IMG_2803-edit-small.jpg │ │ │ │ ├── SP-404-150x150.png │ │ │ │ └── SP-404.png │ │ │ └── 08 │ │ │ │ ├── summer-of-2009-philip-age-150x150.jpg │ │ │ │ └── summer-of-2009-philip-age.jpg │ │ │ ├── 2010 │ │ │ ├── 10 │ │ │ │ ├── djsmate-icon-preview.jpg │ │ │ │ ├── main-page-150x150.png │ │ │ │ ├── main-page-180x300.png │ │ │ │ ├── main-page.png │ │ │ │ ├── pre-selected-1a-150x150.png │ │ │ │ ├── pre-selected-1a-180x300.png │ │ │ │ ├── pre-selected-1a.png │ │ │ │ ├── selection-1a-150x150.png │ │ │ │ ├── selection-1a-180x300.png │ │ │ │ └── selection-1a.png │ │ │ ├── 02 │ │ │ │ ├── Inspector_Heinrich_Runge_200x200-150x150.jpg │ │ │ │ ├── Inspector_Heinrich_Runge_200x200.jpg │ │ │ │ ├── Inspector_Heinrich_Runge_200x2001-150x150.jpg │ │ │ │ └── Inspector_Heinrich_Runge_200x2001.jpg │ │ │ ├── 03 │ │ │ │ ├── www.chapeaurouge-1-150x150.jpg │ │ │ │ ├── www.chapeaurouge-1-198x300.jpg │ │ │ │ ├── www.chapeaurouge-1.jpeg │ │ │ │ ├── www.chapeaurouge-150x150.jpg │ │ │ │ ├── www.chapeaurouge-2-150x150.jpg │ │ │ │ ├── www.chapeaurouge-2-198x300.jpg │ │ │ │ ├── www.chapeaurouge-2.jpeg │ │ │ │ ├── www.chapeaurouge-300x197.jpg │ │ │ │ └── www.chapeaurouge.jpeg │ │ │ └── 08 │ │ │ │ ├── Dave-Seaman-150x150.jpg │ │ │ │ └── Dave-Seaman.jpeg │ │ │ ├── 2011 │ │ │ └── 03 │ │ │ │ ├── philipage-apollo-150x150.jpg │ │ │ │ ├── philipage-apollo-219x300.jpg │ │ │ │ └── philipage-apollo.jpg │ │ │ ├── 2013 │ │ │ └── 07 │ │ │ │ ├── philip-age-harvest-150x150.jpg │ │ │ │ ├── philip-age-harvest-300x300.jpg │ │ │ │ ├── philip-age-harvest.jpg │ │ │ │ ├── philip-age-harvest1-150x150.jpg │ │ │ │ └── philip-age-harvest1.jpg │ │ │ └── 2019 │ │ │ └── 10 │ │ │ └── empresas-de-juego │ │ │ ├── 24-vivo-poker.html │ │ │ ├── 6f5b84f96236c0bcf2f9b5800f243583.jpg │ │ │ ├── abre-el-casino-en-rosario.html │ │ │ ├── abren-casinos-en-mexicali.html │ │ │ ├── administración-de-lotería-nacional.html │ │ │ ├── administración-lotería-de-madrid.html │ │ │ ├── aplicacion-de-dados-para-celular.html │ │ │ ├── as-en-poker.html │ │ │ ├── bajar-juegos-de-poker.html │ │ │ ├── bingo-bono-de-bienvenida.html │ │ │ ├── bingo-bonus-sin-deposito.html │ │ │ ├── bingo-en-menorca.html │ │ │ ├── bingo-en-salobreña.html │ │ │ ├── bingo-en-villa-carlos-paz.html │ │ │ ├── bingo-gas-la-pintana.html │ │ │ ├── bingo-números-ele.html │ │ │ ├── bingo-online-ganar-dinero.html │ │ │ ├── bingo-pelotas.html │ │ │ ├── bingo-personalizado-online.html │ │ │ ├── bingo-quest.html │ │ │ ├── bingos-y-juegos-de-valencia.html │ │ │ ├── black-jack-casino.html │ │ │ ├── blackjack-guia.html │ │ │ ├── bonos-gratis-de-casino-sin-depósito.html │ │ │ ├── buscador-de-números-de-la-lotería-de-navidad.html │ │ │ ├── buscar-sorteo-de-la-lotería-nacional.html │ │ │ ├── carta-mayor-en-poker.html │ │ │ ├── carton-de-bingo-españa.html │ │ │ ├── casino-abierto-1-de-mayo.html │ │ │ ├── casino-barcelona-on-line.html │ │ │ ├── casino-barcelona.html │ │ │ ├── casino-caliente-en-playa-del-carmen.html │ │ │ ├── casino-con-bonos.html │ │ │ ├── casino-de-juego-en-copiapo.html │ │ │ ├── casino-de-juegos-en-matamoros.html │ │ │ ├── casino-de-scorsese-online.html │ │ │ ├── casino-event.html │ │ │ ├── casino-mallorca-abierto.html │ │ │ ├── casino-online-argentina.html │ │ │ ├── casino-online-que-regala-bono-de-bienvenida.html │ │ │ ├── casino-sin-deposito-inicial-mexico.html │ │ │ ├── casinos-alicante-provincia.html │ │ │ ├── casinos-de-salta.html │ │ │ ├── casinos-en-parral-chihuahua.html │ │ │ ├── casinos-en-santiago-de-los-caballeros.html │ │ │ ├── casinos-en-viña-del-mar.html │ │ │ ├── casinos-juego-de-cartas.html │ │ │ ├── casinos-puerto-iguazu.html │ │ │ ├── chupacabra-dados.html │ │ │ ├── clases-de-poker-en-madrid.html │ │ │ ├── codigo-promocional-casino-barcelona.html │ │ │ ├── combinacion-ganadora-poker.html │ │ │ ├── como-apostar-a-la-ruleta-electronica.html │ │ │ ├── como-cargar-los-dados.html │ │ │ ├── como-contar-cartas-en-el-poker.html │ │ │ ├── como-crear-un-casino-en-linea.html │ │ │ ├── como-funcionan-los-casinos-en-chile.html │ │ │ ├── como-ganar-en-el-casino-de-ciudad-trigal.html │ │ │ ├── como-ganar-en-la-ruleta-electronica-americana.html │ │ │ ├── como-jugar-al-poker-texas-holdem-en-español.html │ │ │ ├── como-resetear-tragamonedas.html │ │ │ ├── como-se-llaman-los-dados-de-20-caras.html │ │ │ ├── como-se-puede-ganar-en-el-bingo.html │ │ │ ├── como-trabaja-la-ruleta-electronica.html │ │ │ ├── como-trucar-una-tragaperras.html │ │ │ ├── comprobador-décimos-lotería.html │ │ │ ├── comprobar-lotería-cruz-roja-18-julio-2022.html │ │ │ ├── comprobar-número-de-lotería-nacional-del-jueves.html │ │ │ ├── cual-es-21-blackjack.html │ │ │ ├── cual-es-la-probabilidad-de-la-ruleta.html │ │ │ ├── cual-ruleta-casino-es.html │ │ │ ├── cuales-son-los-casinos-mas-grandes-del-mundo.html │ │ │ ├── cuantas-cartas-puedes-cambiar-en-el-poker.html │ │ │ ├── curso-poker-gratis.html │ │ │ ├── cuántas-series-tiene-cada-número-de-la-lotería-de-navidad.html │ │ │ ├── cómo-jackpot-slots-gratis.html │ │ │ ├── dados-anillo-unico.html │ │ │ ├── dados-como-van-los-numeros.html │ │ │ ├── dados-con-caras.html │ │ │ ├── diagrama-de-flujo-juego-de-dados.html │ │ │ ├── distintos-tipos-de-ruleta.html │ │ │ ├── donde-comprar-dados-para-juegos.html │ │ │ ├── dos-cartones-de-bingo-que-hacer-con-el-premio.html │ │ │ ├── el-mejor-casino-de-monterrey.html │ │ │ ├── el-mejor-juego-de-poker-en-español.html │ │ │ ├── electronica-bingo-players.html │ │ │ ├── elementos-para-jugar-al-bingo.html │ │ │ ├── en-maquina-tragamonedas.html │ │ │ ├── equity-que-es-poker.html │ │ │ ├── estafa-poker-online.html │ │ │ ├── estrategia-de-ruleta-electronica.html │ │ │ ├── estrategia-juego-poker.html │ │ │ ├── estrategias-apuesta-ruleta.html │ │ │ ├── fichas-de-poker-online.html │ │ │ ├── gambling-clases-ingles.html │ │ │ ├── gambling-site.html │ │ │ ├── ganar-dinero-jugando-tragaperras.html │ │ │ ├── ganar-en-el-bingo.html │ │ │ ├── grand-jackpot-slots.html │ │ │ ├── hackear-maquinas-tragaperras.html │ │ │ ├── header.php │ │ │ ├── holdem-poker-online-gratis.html │ │ │ ├── horario-sorteo-lotería-nacional-sabado.html │ │ │ ├── horario-sorteo-lotería.html │ │ │ ├── jackpot-31-agosto.html │ │ │ ├── jackpot-en-las-vegas.html │ │ │ ├── jackpot-progresivo.html │ │ │ ├── jquery.js │ │ │ ├── juego-bingo-de-fracciones.html │ │ │ ├── juego-de-5-dados-y-un-cubilete.html │ │ │ ├── juego-de-cartas-blackjack-online-gratis.html │ │ │ ├── juego-de-ruletas-de-la-suerte.html │ │ │ ├── juego-para-aprender-a-jugar-poker.html │ │ │ ├── juegod-de-casino.html │ │ │ ├── juegos-bingo-on-line.html │ │ │ ├── juegos-casino-las-vegas-gratis.html │ │ │ ├── juegos-de-casino-gratis-para-jugar-sin-internet.html │ │ │ ├── juegos-de-casino-sin-internet.html │ │ │ ├── juegos-de-casinos-descargar.html │ │ │ ├── juegos-de-la-casino.html │ │ │ ├── juegos-de-poker-monterrey.html │ │ │ ├── juegos-de-poker-pc-gratis.html │ │ │ ├── juegos-gratis-de-maquinas-tragamonedas-de-casino.html │ │ │ ├── jugadores-de-poker-arruinados.html │ │ │ ├── jugadores-poker-españa.html │ │ │ ├── jugar-a-blackjack.html │ │ │ ├── jugar-a-los-dados-poker.html │ │ │ ├── jugar-a-los-dados-reglas.html │ │ │ ├── jugar-al-poker-gratis-minijuegos.html │ │ │ ├── jugar-al-poker-gratis-sin-dinero.html │ │ │ ├── jugar-al-tragamonedas-gratis-y-sin-descargar-en-español.html │ │ │ ├── jugar-blackjack-gratis-sin-registrarse.html │ │ │ ├── jugar-blackjack-online-gratis-en-español.html │ │ │ ├── jugar-blackjack-por-dinero-real.html │ │ │ ├── jugar-gratis-con-maquinas-tragamonedas.html │ │ │ ├── jugar-gratis-maquinas-tragamonedas-antiguas.html │ │ │ ├── jugar-juegos-de-casino-en-linea-gratis.html │ │ │ ├── jugar-poker-5-cartas.html │ │ │ ├── jugar-poker-en-argentina-online.html │ │ │ ├── jugar-poker-en-castellano-gratis.html │ │ │ ├── jugar-ruleta-sin-descargar-gratis.html │ │ │ ├── jugar-y-ganar-dinero-real-por-internet.html │ │ │ ├── lavadora-con-tragamonedas.html │ │ │ ├── lista-de-lotería-navidad.html │ │ │ ├── los-casinos-de-las-vegas-nevada.html │ │ │ ├── los-números-lotería.html │ │ │ ├── lotería-de-córdoba-vespertina.html │ │ │ ├── lotería-de-navidad-buscar-décimo.html │ │ │ ├── lotería-de-navidad-lista-de-premios.html │ │ │ ├── lotería-de-san-juan.html │ │ │ ├── lotería-de-santa-fe-sorteo-de-hoy.html │ │ │ ├── lotería-euromillones-resultados.html │ │ │ ├── lotería-nacional-del-jueves-terminaciones.html │ │ │ ├── lotería-nacional-del-sábado-en-directo.html │ │ │ ├── lotería-navidad-2022-buscar-numero.html │ │ │ ├── manos-de-texas-poker.html │ │ │ ├── maquina-tragamoneda-online.html │ │ │ ├── maquinas-tragamonedas-modernas-para-jugar-gratis.html │ │ │ ├── maquinas-tragaperras-jugar.html │ │ │ ├── mazo-de-carta-poker.html │ │ │ ├── medidas-baraja-cartas-poker.html │ │ │ ├── mejor-escuela-poker-español.html │ │ │ ├── mejores-paginas-para-jugar-al-poker.html │ │ │ ├── mejores-paises-para-jugar-al-poker.html │ │ │ ├── metodo-gambling.html │ │ │ ├── million-dollar-poker-juego.html │ │ │ ├── moneda-poker.html │ │ │ ├── movimientos-con-cartas-de-poker.html │ │ │ ├── máquina-de-bingo-gratis.html │ │ │ ├── naipes-poker-personalizados.html │ │ │ ├── numeracion-cartas-de-poker.html │ │ │ ├── números-de-bingo-al-azar.html │ │ │ ├── números-ganadores-de-la-lotería-de-navidad.html │ │ │ ├── paginas-para-jugar-al-poker-sin-dinero.html │ │ │ ├── pedrea-lotería-de-navidad-2022.html │ │ │ ├── poker-caribeño-dinero-real.html │ │ │ ├── poker-casino-atlantico.html │ │ │ ├── poker-conrad.html │ │ │ ├── poker-de-victorias.html │ │ │ ├── poker-juego-texas.html │ │ │ ├── poker-online-chile-gratis.html │ │ │ ├── poker-que-cartas-descartar.html │ │ │ ├── poker-texas-hold-em-combinations.html │ │ │ ├── poker-texas-oviedo.html │ │ │ ├── poker-valor-de-juegos.html │ │ │ ├── potencia-maquinas-tragaperras.html │ │ │ ├── probabilidad-para-ganar-un-sorteo.html │ │ │ ├── probabilidades-de-manos-de-poker.html │ │ │ ├── programa-para-generar-cartones-bingo.html │ │ │ ├── programas-para-estudiar-poker.html │ │ │ ├── que-significa-jackpot.html │ │ │ ├── quick-keno-malta-resultados.html │ │ │ ├── regalos-para-un-bingo.html │ │ │ ├── reglamento-10-mil-dados.html │ │ │ ├── reglas-del-blackjack-basico.html │ │ │ ├── reglas-del-juego-bingo-lotto.html │ │ │ ├── reglas-del-poker-argentina.html │ │ │ ├── reglas-stud-poker.html │ │ │ ├── reproductor-de-manos-de-poker.html │ │ │ ├── resultado-de-la-lotería-cruz-roja.html │ │ │ ├── resultado-de-la-lotería-de-la-florida.html │ │ │ ├── resultado-de-la-lotería-provincia.html │ │ │ ├── resultado-lotería-bonoloto.html │ │ │ ├── resultado-lotería-nacional-argentina.html │ │ │ ├── ruleta-de-apuestas-online.html │ │ │ ├── salas-de-poker.html │ │ │ ├── se-puede-ganar-dinero-en-poker-online.html │ │ │ ├── significado-de-los-ases-de-poker.html │ │ │ ├── significado-de-los-numeros-de-la-lotería.html │ │ │ ├── signo-de-poker.html │ │ │ ├── simbolos-de-la-baraja-de-poker.html │ │ │ ├── simulador-tragaperra.html │ │ │ ├── sitemap.xml │ │ │ ├── sorteo-de-la-lotería-de-la-provincia.html │ │ │ ├── sorteo-de-lotería-nocturna.html │ │ │ ├── sorteo-lotería-nacional-nocturna-hoy.html │ │ │ ├── style.css │ │ │ ├── tarjetas-carta-de-poker.html │ │ │ ├── todos-los-casinos-tragamonedas-gratis.html │ │ │ ├── torneo-gran-via-poker.html │ │ │ ├── tragamonedas-argentina-online.html │ │ │ ├── tragamonedas-gratis-online-con-bonus.html │ │ │ ├── tragamonedas-gratis-online-mas-nuevas.html │ │ │ ├── tragaperras-20-aniversario.html │ │ │ ├── trampa-en-maquinas-tragamonedas.html │ │ │ ├── truco-bingo.html │ │ │ ├── truco-para-ganar-dinero-en-la-ruleta.html │ │ │ ├── valores-cartas-de-poker.html │ │ │ └── vaughan1985-poker.html │ └── wp-includes │ │ ├── css │ │ ├── classic-themes.min.css?ver=1.css │ │ └── dist │ │ │ └── block-library │ │ │ └── style.min.css?ver=6.1.1.css │ │ └── js │ │ └── jquery │ │ ├── jquery-migrate.min.js?ver=3.3.2 │ │ └── jquery.min.js?ver=3.6.1 ├── pic │ ├── ctgmusic.jpg │ ├── recent_photo_2004.jpg │ ├── recent_photo_2009.jpg │ ├── recent_photo_forums.jpg │ └── tall-800h.jpg ├── prompter │ ├── favicon.ico │ ├── index.html │ ├── main.dart.js │ └── styles.css ├── raindead │ ├── index.html │ ├── raindead-logo-lockup.png │ └── raindead-logo-on-yellow.jpg ├── raytracer │ ├── github.css │ ├── highlight.pack.js │ ├── index.html │ ├── packages │ │ └── browser │ │ │ ├── dart.js │ │ │ └── interop.js │ ├── raytracer.dart │ ├── raytracer.dart.js │ ├── raytracer.dart.js.map │ ├── raytracer.js │ ├── raytracer.js.map │ ├── raytracer.ts │ └── tsconfig.json ├── runtime-favicon.ico ├── slides │ ├── BFU │ │ ├── bfu.html │ │ ├── bfu.mdown │ │ ├── index.html │ │ └── src │ │ │ ├── AmericanFarmer.jpeg │ │ │ ├── Sci-Fi-Post-Apocalyptic-33746.jpg │ │ │ ├── autocomplete.png │ │ │ ├── autocorrect.png │ │ │ ├── better-interface.png │ │ │ ├── books.png │ │ │ ├── chybejici-uvozovky.png │ │ │ ├── commit-suicide.png │ │ │ ├── condescending-lolcat.jpeg │ │ │ ├── evolution-of-language.gif │ │ │ ├── freebase-json.png │ │ │ ├── freebase.png │ │ │ ├── google-squared.png │ │ │ ├── machine-transcription.png │ │ │ ├── napoleon-dynamite.png │ │ │ ├── non-websearch-1.png │ │ │ ├── non-websearch-2.png │ │ │ ├── non-websearch-3.png │ │ │ ├── non-websearch-4.png │ │ │ ├── non-websearch-5.png │ │ │ ├── page-preview.png │ │ │ ├── phishing.png │ │ │ ├── prebyvajici-uvozovky.png │ │ │ ├── qdf.png │ │ │ ├── rtfm-make-a-better-fm.jpeg │ │ │ ├── semantic-onebox-1.png │ │ │ ├── semantic-onebox-2.png │ │ │ ├── semantic-onebox-3.png │ │ │ ├── seth-godin-head.gif │ │ │ ├── seznam.png │ │ │ ├── skrolovani.png │ │ │ ├── translate-page-1.png │ │ │ ├── translate-page-2.png │ │ │ └── voice-search.jpeg │ ├── Zombie │ │ ├── 102050__Timbre__101980_pyr0x_growl_variants.wav │ │ ├── Body │ │ │ └── staticfiles.txt │ │ ├── Earth │ │ │ ├── staticfiles.txt │ │ │ └── www.ninepointfive.org │ │ │ │ ├── about.html │ │ │ │ ├── data │ │ │ │ └── epic │ │ │ │ │ ├── 2010_0.js │ │ │ │ │ ├── 2010_1.js │ │ │ │ │ ├── 2010_10.js │ │ │ │ │ ├── 2010_11.js │ │ │ │ │ ├── 2010_2.js │ │ │ │ │ ├── 2010_3.js │ │ │ │ │ ├── 2010_4.js │ │ │ │ │ ├── 2010_5.js │ │ │ │ │ ├── 2010_6.js │ │ │ │ │ ├── 2010_7.js │ │ │ │ │ ├── 2010_8.js │ │ │ │ │ └── 2010_9.js │ │ │ │ ├── index.html │ │ │ │ └── static │ │ │ │ ├── assets │ │ │ │ ├── 95.png │ │ │ │ ├── atmosphere.png │ │ │ │ ├── bathymetry_negx.jpg │ │ │ │ ├── bathymetry_negy.jpg │ │ │ │ ├── bathymetry_negz.jpg │ │ │ │ ├── bathymetry_posx.jpg │ │ │ │ ├── bathymetry_posy.jpg │ │ │ │ ├── bathymetry_posz.jpg │ │ │ │ ├── dayslider.jpg │ │ │ │ ├── earth_negx_sm.jpg │ │ │ │ ├── earth_negy_sm.jpg │ │ │ │ ├── earth_negz_sm.jpg │ │ │ │ ├── earth_posx_sm.jpg │ │ │ │ ├── earth_posy_sm.jpg │ │ │ │ ├── earth_posz_sm.jpg │ │ │ │ ├── ico_circles.png │ │ │ │ ├── ico_dots.png │ │ │ │ ├── ico_exitfullscreen.png │ │ │ │ ├── ico_lines.png │ │ │ │ ├── ico_supersampling.png │ │ │ │ ├── ico_tour.png │ │ │ │ ├── magslider.jpg │ │ │ │ ├── moon.png │ │ │ │ ├── night_negx512.jpg │ │ │ │ ├── night_negy512.jpg │ │ │ │ ├── night_negz512.jpg │ │ │ │ ├── night_posx512.jpg │ │ │ │ ├── night_posy512.jpg │ │ │ │ ├── night_posz512.jpg │ │ │ │ ├── ninefive.jpg │ │ │ │ ├── normal_negx512.jpg │ │ │ │ ├── normal_negy512.jpg │ │ │ │ ├── normal_negz512.jpg │ │ │ │ ├── normal_posx512.jpg │ │ │ │ ├── normal_posy512.jpg │ │ │ │ ├── normal_posz512.jpg │ │ │ │ ├── timeline.jpg │ │ │ │ └── tour.png │ │ │ │ ├── common.js │ │ │ │ ├── jquery-1.4.2.min.js │ │ │ │ ├── jquery-ui-1.8.5.custom.min.js │ │ │ │ ├── nine5.js │ │ │ │ └── pregl.js │ │ ├── Zombie.ttf │ │ ├── animace.html │ │ ├── filip.png │ │ ├── geolokace.html │ │ ├── growl.mp3 │ │ ├── growl.ogg │ │ ├── notifikace.html │ │ ├── offline │ │ │ └── zombie │ │ │ │ ├── Zombie.ttf │ │ │ │ ├── cache.manifest │ │ │ │ ├── filip.png │ │ │ │ ├── growl.ogg │ │ │ │ ├── index.html │ │ │ │ └── zombie.jpeg │ │ ├── orientace.html │ │ ├── preso │ │ │ ├── src │ │ │ │ ├── DroidSans-Bold.ttf │ │ │ │ ├── DroidSans.ttf │ │ │ │ ├── DroidSansMono.ttf │ │ │ │ ├── davidgrudl.jpg │ │ │ │ ├── davidzombie.jpg │ │ │ │ ├── evildead2.jpg │ │ │ │ ├── html5.png │ │ │ │ ├── left4dead.jpg │ │ │ │ ├── monster-mowdown.jpg │ │ │ │ └── zombielogo.png │ │ │ └── zombie-apokalypsa.html │ │ ├── rychlost-start.html │ │ ├── rychlost.html │ │ ├── webfonts.html │ │ └── zombie.jpeg │ ├── dart-webexpo │ │ ├── LICENSE │ │ ├── README.md │ │ ├── assets │ │ │ ├── fonts │ │ │ │ ├── Dosis │ │ │ │ │ ├── Dosis-Bold.ttf │ │ │ │ │ ├── Dosis-ExtraBold.ttf │ │ │ │ │ ├── Dosis-ExtraLight.ttf │ │ │ │ │ ├── Dosis-Light.ttf │ │ │ │ │ ├── Dosis-Medium.ttf │ │ │ │ │ ├── Dosis-Regular.ttf │ │ │ │ │ ├── Dosis-SemiBold.ttf │ │ │ │ │ └── OFL.txt │ │ │ │ ├── Istok_Web │ │ │ │ │ ├── IstokWeb-Bold.ttf │ │ │ │ │ ├── IstokWeb-BoldItalic.ttf │ │ │ │ │ ├── IstokWeb-Italic.ttf │ │ │ │ │ ├── IstokWeb-Regular.ttf │ │ │ │ │ └── OFL.txt │ │ │ │ └── leaguegothic │ │ │ │ │ ├── LICENSE │ │ │ │ │ └── league_gothic-webfont.ttf │ │ │ └── pics │ │ │ │ ├── 000-cascade.png │ │ │ │ ├── 000-sdk-query.png │ │ │ │ ├── 001-tmzns.png │ │ │ │ ├── 002-currency.png │ │ │ │ ├── 003-class1.png │ │ │ │ ├── 004-class2.png │ │ │ │ ├── 005-class3.png │ │ │ │ ├── 006-class4.png │ │ │ │ ├── 007-class-el.png │ │ │ │ ├── 007-class5.png │ │ │ │ ├── 008-class6.png │ │ │ │ ├── 009-class-whole.png │ │ │ │ ├── 010-class-arithmetic.png │ │ │ │ ├── 011-class-arithmetic-real.png │ │ │ │ ├── 012-class-inputhandler-repeat.png │ │ │ │ ├── 012-input-handler.png │ │ │ │ ├── 013-class-inputhandler-real.png │ │ │ │ ├── 014-class-ltv.png │ │ │ │ ├── 020-unit-call.png │ │ │ │ ├── 021-unit-tests.png │ │ │ │ ├── 022-unit-test-fail.png │ │ │ │ ├── 023-unit-test-pass.png │ │ │ │ ├── 030-explorative-coding.png │ │ │ │ ├── buckshot-sandbox.png │ │ │ │ ├── buckshot-ui-logo.png │ │ │ │ ├── buckshot.png │ │ │ │ ├── closure.png │ │ │ │ ├── dart-editor.png │ │ │ │ ├── dart-editor.psd │ │ │ │ ├── dart-lang.png │ │ │ │ ├── dart-lib.png │ │ │ │ ├── dart-vm.png │ │ │ │ ├── dart.png │ │ │ │ ├── dartflash.png │ │ │ │ ├── js-closure.png │ │ │ │ ├── js-collab.png │ │ │ │ ├── js-wat.png │ │ │ │ ├── ltv-v0.0.1.png │ │ │ │ ├── ltv.png │ │ │ │ ├── rikulo.png │ │ │ │ ├── sad-keanu.png │ │ │ │ ├── threedart.png │ │ │ │ └── webstorm_logo.gif │ │ ├── css │ │ │ ├── main.css │ │ │ ├── print │ │ │ │ ├── paper.css │ │ │ │ └── pdf.css │ │ │ └── theme │ │ │ │ ├── beige.css │ │ │ │ ├── default.css │ │ │ │ ├── simple.css │ │ │ │ └── sky.css │ │ ├── index.html │ │ ├── js │ │ │ ├── reveal.js │ │ │ └── reveal.min.js │ │ ├── lib │ │ │ ├── css │ │ │ │ └── zenburn.css │ │ │ ├── font │ │ │ │ ├── league_gothic-webfont.eot │ │ │ │ ├── league_gothic-webfont.svg │ │ │ │ ├── league_gothic-webfont.ttf │ │ │ │ ├── league_gothic-webfont.woff │ │ │ │ └── league_gothic_license │ │ │ └── js │ │ │ │ ├── classList.js │ │ │ │ ├── data-markdown.js │ │ │ │ ├── head.min.js │ │ │ │ ├── highlight.js │ │ │ │ ├── html5shiv.js │ │ │ │ └── showdown.js │ │ └── plugin │ │ │ └── speakernotes │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ └── notes.html │ ├── digital-humanities │ │ ├── index.html │ │ └── src │ │ │ ├── DroidSans-Bold.ttf │ │ │ ├── DroidSans.ttf │ │ │ ├── DroidSansMono.ttf │ │ │ ├── apps-script-screencast.mp4 │ │ │ ├── cloud-cumulus.jpeg │ │ │ ├── cloud-sun.jpeg │ │ │ ├── cloud.jpeg │ │ │ ├── docs-128.png │ │ │ ├── docs-screencast-speedup.mov │ │ │ ├── docs_cloud_connect-128.png │ │ │ ├── future-city.jpeg │ │ │ ├── presentations-128.png │ │ │ └── spreadsheets-128.png │ ├── fast-webexpo │ │ ├── LICENSE │ │ ├── README.md │ │ ├── assets │ │ │ ├── fonts │ │ │ │ └── leaguegothic │ │ │ │ │ ├── LICENSE │ │ │ │ │ └── league_gothic-webfont.ttf │ │ │ └── pics │ │ │ │ ├── chrome-2010-2012.png │ │ │ │ ├── chrome-iteration.png │ │ │ │ ├── chrome-reaction.png │ │ │ │ ├── chrome.png │ │ │ │ ├── cloud.png │ │ │ │ ├── cz.png │ │ │ │ ├── dart-editor.png │ │ │ │ ├── dart.png │ │ │ │ ├── dilbert-full.gif │ │ │ │ ├── dilbert-revised.png │ │ │ │ ├── dilbert-revised.psd │ │ │ │ ├── dilbert.gif │ │ │ │ ├── fast-web.png │ │ │ │ ├── lamp1.png │ │ │ │ ├── lamp2.png │ │ │ │ ├── lamp3.png │ │ │ │ ├── larry-page.png │ │ │ │ ├── nodes-and-contacts.png │ │ │ │ ├── sad-keanu.png │ │ │ │ ├── slow-web.png │ │ │ │ ├── wave-docs.png │ │ │ │ └── wavelogo.png │ │ ├── css │ │ │ ├── main.css │ │ │ ├── print │ │ │ │ ├── paper.css │ │ │ │ └── pdf.css │ │ │ └── theme │ │ │ │ ├── beige.css │ │ │ │ ├── default.css │ │ │ │ ├── simple.css │ │ │ │ └── sky.css │ │ ├── index.html │ │ ├── js │ │ │ ├── reveal.js │ │ │ └── reveal.min.js │ │ ├── lib │ │ │ ├── css │ │ │ │ └── zenburn.css │ │ │ ├── font │ │ │ │ ├── league_gothic-webfont.eot │ │ │ │ ├── league_gothic-webfont.svg │ │ │ │ ├── league_gothic-webfont.ttf │ │ │ │ ├── league_gothic-webfont.woff │ │ │ │ └── league_gothic_license │ │ │ └── js │ │ │ │ ├── classList.js │ │ │ │ ├── data-markdown.js │ │ │ │ ├── head.min.js │ │ │ │ ├── highlight.js │ │ │ │ ├── html5shiv.js │ │ │ │ └── showdown.js │ │ └── plugin │ │ │ └── speakernotes │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ └── notes.html │ ├── google-jam │ │ ├── images │ │ │ ├── 7upspot.gif │ │ │ ├── ball.png │ │ │ ├── crappy.gif │ │ │ ├── donniedarko.png │ │ │ ├── emailme.gif │ │ │ ├── example-cat.jpg │ │ │ ├── example-graph.png │ │ │ ├── frog-blender.png │ │ │ ├── frog-blender.swf │ │ │ ├── google-gravity.png │ │ │ ├── google_jam.png │ │ │ ├── html5.png │ │ │ ├── kickass.png │ │ │ ├── mchammer.gif │ │ │ ├── mosaic-pic.jpeg │ │ │ ├── mosaic.gif │ │ │ ├── nrg.png │ │ │ ├── pictureframe.jpeg │ │ │ ├── rome.png │ │ │ ├── spinningearth.gif │ │ │ ├── thingsilearned.png │ │ │ ├── underconstruction.gif │ │ │ ├── video.png │ │ │ ├── visualizer.png │ │ │ └── webgl-water.png │ │ └── index.html │ ├── idf-cloud │ │ ├── index.html │ │ └── src │ │ │ ├── DroidSans-Bold.ttf │ │ │ ├── DroidSans.ttf │ │ │ ├── DroidSansMono.ttf │ │ │ ├── amzn-cloudplayer.jpeg │ │ │ ├── apps-script-screencast.mp4 │ │ │ ├── canon-eos.png │ │ │ ├── cloud-cumulus.jpeg │ │ │ ├── cloud-sun.jpeg │ │ │ ├── cloud.jpeg │ │ │ ├── convergence.png │ │ │ ├── cr-48.png │ │ │ ├── docs-128.png │ │ │ ├── docs-screencast-speedup.mov │ │ │ ├── docs-screencast.mp4 │ │ │ ├── docs_cloud_connect-128.png │ │ │ ├── future-city.jpeg │ │ │ ├── google-tv.jpeg │ │ │ ├── googletv-template.jpeg │ │ │ ├── googletv-template.png │ │ │ ├── horizontal-vertical-scalability.jpeg │ │ │ ├── iaas-paas-saas.png │ │ │ ├── internet-desktop.png │ │ │ ├── mobilni-web.png │ │ │ ├── mp3-player.png │ │ │ ├── nemobilni-mobilni-web.png │ │ │ ├── nemobilni-web.png │ │ │ ├── nexus-s.png │ │ │ ├── nx.png │ │ │ ├── onlive-screencast.mp4 │ │ │ ├── presentations-128.png │ │ │ ├── scalability-failures.jpeg │ │ │ ├── spreadsheets-128.png │ │ │ └── toyota-camry.jpeg │ ├── images │ │ ├── colorbar.png │ │ ├── google-logo-small.png │ │ ├── google-logo.png │ │ └── googleio-logo.png │ ├── kisk │ │ ├── index.html │ │ └── src │ │ │ ├── DroidSans-Bold.ttf │ │ │ ├── DroidSans.ttf │ │ │ └── DroidSansMono.ttf │ ├── mdevcamp │ │ ├── LICENSE │ │ ├── README.md │ │ ├── assets │ │ │ ├── fonts │ │ │ │ └── leaguegothic │ │ │ │ │ ├── LICENSE │ │ │ │ │ └── league_gothic-webfont.ttf │ │ │ └── pics │ │ │ │ ├── Cloud.png │ │ │ │ ├── Home-Theater.png │ │ │ │ ├── Nest.jpeg │ │ │ │ ├── One-Size-Doesnt-Fit-All.jpeg │ │ │ │ ├── android-fragmentation-visualization.jpeg │ │ │ │ ├── cables.jpeg │ │ │ │ ├── canon-eos.png │ │ │ │ ├── cr-48.png │ │ │ │ ├── divergence.png │ │ │ │ ├── everywhere.png │ │ │ │ ├── google-tv.jpeg │ │ │ │ ├── happy-keanu.jpeg │ │ │ │ ├── internet-desktop.png │ │ │ │ ├── mp3-player.png │ │ │ │ ├── nexus-s-big.png │ │ │ │ ├── nexus-s.png │ │ │ │ ├── sad-keanu.png │ │ │ │ └── toyota-camry.jpeg │ │ ├── css │ │ │ ├── main.css │ │ │ ├── print.css │ │ │ └── reset.css │ │ ├── index.html │ │ ├── js │ │ │ ├── reveal.js │ │ │ └── reveal.min.js │ │ └── lib │ │ │ ├── classList.js │ │ │ ├── highlight.js │ │ │ └── zenburn.css │ ├── modality-vyhledavani.cz.html │ ├── ntk │ │ ├── images │ │ │ ├── AmericanFarmer.jpeg │ │ │ ├── Sci-Fi-Post-Apocalyptic-33746.jpg │ │ │ ├── autocomplete.png │ │ │ ├── autocorrect.png │ │ │ ├── better-interface.png │ │ │ ├── books.png │ │ │ ├── chybejici-uvozovky.png │ │ │ ├── commit-suicide.png │ │ │ ├── condescending-lolcat.jpeg │ │ │ ├── evolution-of-language.gif │ │ │ ├── example-cat.jpg │ │ │ ├── example-graph.png │ │ │ ├── freebase-json.png │ │ │ ├── freebase.png │ │ │ ├── google-squared.png │ │ │ ├── homepage.png │ │ │ ├── machine-transcription.png │ │ │ ├── napoleon-dynamite.png │ │ │ ├── non-websearch-1.png │ │ │ ├── non-websearch-2.png │ │ │ ├── non-websearch-3.png │ │ │ ├── non-websearch-4.png │ │ │ ├── non-websearch-5.png │ │ │ ├── page-preview.png │ │ │ ├── phishing.png │ │ │ ├── prebyvajici-uvozovky.png │ │ │ ├── qdf.png │ │ │ ├── richsnippet-recipe.png │ │ │ ├── richsnippet-schema.png │ │ │ ├── richsnippet-search.png │ │ │ ├── richsnippet.png │ │ │ ├── rtfm-make-a-better-fm.jpeg │ │ │ ├── semantic-onebox-1.png │ │ │ ├── semantic-onebox-2.png │ │ │ ├── semantic-onebox-3.png │ │ │ ├── semantic-web.png │ │ │ ├── semantics.png │ │ │ ├── seth-godin-head.gif │ │ │ ├── seznam.png │ │ │ ├── skrolovani.png │ │ │ ├── translate-page-1.png │ │ │ ├── translate-page-2.png │ │ │ ├── triple-example.png │ │ │ ├── triple.png │ │ │ └── voice-search.jpeg │ │ └── index.html │ ├── o-html5-v-html5.cz.html │ ├── prettify.js │ ├── slides.js │ ├── src │ │ ├── DroidSans-Bold.ttf │ │ ├── DroidSans.ttf │ │ ├── DroidSansMono.ttf │ │ ├── bible-vs-youtube.png │ │ ├── google-goggles.jpeg │ │ ├── image-recognition.png │ │ ├── machine-transcription.png │ │ ├── madonna-search.png │ │ ├── mosaic_beta.jpeg │ │ └── voice-search.jpeg │ ├── styles.css │ ├── vsudypritomny-internet │ │ ├── index.html │ │ └── src │ │ │ ├── DroidSans-Bold.ttf │ │ │ ├── DroidSans.ttf │ │ │ ├── DroidSansMono.ttf │ │ │ ├── canon-eos.png │ │ │ ├── convergence.png │ │ │ ├── cr-48.png │ │ │ ├── google-tv.jpeg │ │ │ ├── googletv-template.jpeg │ │ │ ├── googletv-template.png │ │ │ ├── internet-desktop.jpeg │ │ │ ├── internet-desktop.png │ │ │ ├── mobilni-web.png │ │ │ ├── mp3-player.png │ │ │ ├── nemobilni-mobilni-web.png │ │ │ ├── nemobilni-web.png │ │ │ ├── nexus-s.png │ │ │ └── toyota-camry.jpeg │ └── webexpo │ │ ├── images │ │ ├── 1DSC00012.jpeg │ │ ├── Leia_luke_kiss.jpeg │ │ ├── challenge-accepted.gif │ │ ├── hall.jpg │ │ ├── rajska-budova.jpeg │ │ └── webexpo-speakers.png │ │ └── index.html ├── slot │ ├── example.css │ ├── example.dart │ ├── example.dart.js │ ├── example.dart.js.map │ ├── example.dart.precompiled.js │ ├── example.html │ ├── index.html │ └── packages │ │ ├── browser │ │ ├── dart.js │ │ └── interop.js │ │ └── slot_machine │ │ └── img │ │ ├── slot-failure.gif │ │ └── slot-success.gif ├── spacepilot │ ├── box2d_demo.dart │ ├── index.html │ ├── shipbrain.dart │ ├── spaceship_combat.css │ ├── spaceship_combat.dart │ ├── spaceship_combat.dart.js │ ├── spaceship_combat.dart.js.deps │ ├── spaceship_combat.dart.js.map │ ├── spaceship_combat.dart.precompiled.js │ └── spaceship_combat.html ├── svatba │ ├── index.html │ ├── pozvanka-web.jpg │ ├── pozvanka-web.png │ └── svatba.css ├── test │ ├── callendarCZ1.html │ ├── clicktrack.html │ └── images │ │ ├── ajax-loader.gif │ │ ├── date-stamp-hover.jpg │ │ ├── date-stamp-koupit-hover.jpg │ │ ├── date-stamp-koupit.jpg │ │ ├── date-stamp.jpg │ │ ├── grey.jpg │ │ ├── left-arrow.jpg │ │ └── right-arrow.jpg ├── text │ └── loutkari │ │ ├── Loutkari - Filip Hracek.mobi │ │ ├── basilisk.gif │ │ └── index.html ├── tictactoe │ ├── favicon.png │ ├── index.html │ └── privacy.html ├── twombola │ ├── index.html │ └── twombola.css ├── webexpo2023 │ └── index.html ├── zombie │ ├── Zombie.ttf │ ├── animace.html │ ├── filip.png │ ├── geolokace.html │ ├── growl.mp3 │ ├── growl.ogg │ ├── index.html │ ├── notifikace.html │ ├── offline │ │ ├── Zombie.ttf │ │ ├── cache.manifest │ │ ├── filip.png │ │ ├── growl.ogg │ │ ├── index.html │ │ └── zombie.jpeg │ ├── orientace.html │ ├── rychlost-start.html │ ├── rychlost.html │ ├── src │ │ ├── DroidSans-Bold.ttf │ │ ├── DroidSans.ttf │ │ ├── DroidSansMono.ttf │ │ ├── davidgrudl.jpg │ │ ├── davidzombie.jpg │ │ ├── evildead2.jpg │ │ ├── html5.png │ │ ├── left4dead.jpg │ │ ├── monster-mowdown.jpg │ │ └── zombielogo.png │ ├── webfonts-start.html │ ├── webfonts.html │ └── zombie.jpeg └── zombieclown │ ├── img │ ├── brain.png │ └── clown.png │ ├── index.html │ ├── zombie.css │ ├── zombie.dart │ ├── zombie.dart.js │ ├── zombie.dart.js.deps │ ├── zombie.dart.js.map │ ├── zombie.dart.precompiled.js │ └── zombie.html ├── package.json ├── pubspec.yaml ├── src ├── flutter-performance │ ├── page.template.html │ ├── page_footer.md │ └── pages │ │ ├── 010 Intro.md │ │ ├── 020 Performance speed efficiency.md │ │ ├── 020 Performance, speed, efficiency.md │ │ ├── 030 Is Dart fast enough.md │ │ ├── 040 Amdahl's law.md │ │ ├── 050 Performance lottery.md │ │ ├── 060 Environment.md │ │ └── Index.md ├── index.md ├── index.template.html └── text │ ├── page.template.html │ ├── page_footer.md │ └── pages │ ├── (Personally) sustainable social media.md │ ├── AI is a printed birthday card train to Paris.md │ ├── Benchmarking Flutter Flame Unity Godot.md │ ├── Filip - coworker's manual.md │ ├── How to playtest a video game.md │ ├── I don't think about your tech at all.md │ ├── IfChange ThenChange.md │ ├── Index.md │ ├── Making my 1970s renderer multi-threaded.md │ ├── Math minus math is wild.md │ ├── Memex is already here, it's just not evenly distributed.md │ ├── Performance versus Preference.md │ ├── Respectfully, socialism is a bad idea.md │ ├── The engineering principles behind GIANT ROBOT GAME.md │ ├── The revenge of Server Side Includes.md │ ├── Two types of open source.md │ ├── Videogames that teach you stuff.md │ ├── We need technology that is less immersive, not more.md │ └── Welcome to the superstar economy.md ├── tool ├── check_links.sh ├── check_links_skip_file.txt ├── deploy.sh ├── htmlgen.dart ├── spanify.dart └── src │ ├── atom_xml.dart │ ├── obsidian_comment_syntax.dart │ ├── obsidian_highlight_syntax.dart │ └── obsidian_mathjax_syntax.dart └── web ├── favicon.ico └── img ├── filip.jpg ├── filip@2x.jpg ├── filip@3x.jpg ├── filip@4x.jpg ├── filiphnet-text.png └── share-image.jpg /.firebaserc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/.firebaserc -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/.travis.yml -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/README.md -------------------------------------------------------------------------------- /analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/analysis_options.yaml -------------------------------------------------------------------------------- /assets/blog-japan.filiph.net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/assets/blog-japan.filiph.net.xml -------------------------------------------------------------------------------- /assets/filiph-favicon.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/assets/filiph-favicon.sketch -------------------------------------------------------------------------------- /assets/share-image.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/assets/share-image.sketch -------------------------------------------------------------------------------- /firebase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/firebase.json -------------------------------------------------------------------------------- /htmlgen-blog.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/htmlgen-blog.toml -------------------------------------------------------------------------------- /htmlgen-flutter-performance.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/htmlgen-flutter-performance.toml -------------------------------------------------------------------------------- /old/abel/abel cars.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/abel/abel cars.unity3d -------------------------------------------------------------------------------- /old/abel/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/abel/index.html -------------------------------------------------------------------------------- /old/apk/DJs Mate.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/apk/DJs Mate.apk -------------------------------------------------------------------------------- /old/apk/GmmAndroidRelease.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/apk/GmmAndroidRelease.apk -------------------------------------------------------------------------------- /old/d/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/d/index.html -------------------------------------------------------------------------------- /old/d2b/docsToBlogger.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/d2b/docsToBlogger.dart.js -------------------------------------------------------------------------------- /old/d2b/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/d2b/index.html -------------------------------------------------------------------------------- /old/dj-notation/images/cdj-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/images/cdj-small.jpg -------------------------------------------------------------------------------- /old/dj-notation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/index.html -------------------------------------------------------------------------------- /old/dj-notation/sounds/beats.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/beats.mp3 -------------------------------------------------------------------------------- /old/dj-notation/sounds/break-down.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/break-down.mp3 -------------------------------------------------------------------------------- /old/dj-notation/sounds/build-up.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/build-up.mp3 -------------------------------------------------------------------------------- /old/dj-notation/sounds/detuned.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/detuned.mp3 -------------------------------------------------------------------------------- /old/dj-notation/sounds/drone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/drone.mp3 -------------------------------------------------------------------------------- /old/dj-notation/sounds/hits.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/hits.mp3 -------------------------------------------------------------------------------- /old/dj-notation/sounds/melody.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/melody.mp3 -------------------------------------------------------------------------------- /old/dj-notation/sounds/riff.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj-notation/sounds/riff.mp3 -------------------------------------------------------------------------------- /old/dj/dj.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj/dj.css -------------------------------------------------------------------------------- /old/dj/filiph.net.kpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj/filiph.net.kpf -------------------------------------------------------------------------------- /old/dj/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dj/index.html -------------------------------------------------------------------------------- /old/dl/Ukrajina- co čekat.pps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/dl/Ukrajina- co čekat.pps -------------------------------------------------------------------------------- /old/eshop-ai/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /old/eshop-ai/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/favicon.ico -------------------------------------------------------------------------------- /old/eshop-ai/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/images/screenshot.png -------------------------------------------------------------------------------- /old/eshop-ai/images/touch/chrome-touch-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/images/touch/chrome-touch-icon-192x192.png -------------------------------------------------------------------------------- /old/eshop-ai/index.bootstrap.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/index.bootstrap.dart.js -------------------------------------------------------------------------------- /old/eshop-ai/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/index.html -------------------------------------------------------------------------------- /old/eshop-ai/index.html.polymer.bootstrap.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/index.html.polymer.bootstrap.dart.js -------------------------------------------------------------------------------- /old/eshop-ai/index.web_components.bootstrap.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/index.web_components.bootstrap.dart.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/browser/dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/browser/dart.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/browser/interop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/browser/interop.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/av_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/av_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/av_icons_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/av_icons_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_a11y_keys.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_a11y_keys.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_ajax_dart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_ajax_dart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_animation.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_collapse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_collapse.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_drag_drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_drag_drop.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_drawer_panel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_drawer_panel.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_dropdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_dropdown.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_field.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_field.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_field_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_field_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_focusable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_focusable.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_header_panel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_header_panel.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_icon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_icon.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_icon_button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_icon_button.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_icon_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_icon_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_icons_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_icons_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_iconset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_iconset.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_iconset_svg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_iconset_svg.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_image.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_image_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_image_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_input.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_input_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_input_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_item.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_item_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_item_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_key_helper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_key_helper.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_label.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_label.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_label_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_label_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_layout_grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_layout_grid.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_layout_trbl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_layout_trbl.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_list_dart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_list_dart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_media_query.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_media_query.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_menu.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_menu_button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_menu_button.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_menu_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_menu_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_meta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_meta.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_meta_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_meta_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_overlay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_overlay.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_pages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_pages.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_pages_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_pages_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_range.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_range.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_range_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_range_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_resizable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_resizable.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_resizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_resizer.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_scaffold.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_scaffold.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_selection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_selection.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_selector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_selector.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_shared_lib.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_shared_lib.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_signals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_signals.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_slide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_slide.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_slide_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_slide_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_splitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_splitter.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_style.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_style.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_style_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_style_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_submenu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_submenu.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_toolbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_toolbar.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_tooltip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_tooltip.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_transition.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_transition.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/core_xhr_dart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/core_xhr_dart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/device_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/device_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/editor_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/editor_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/hardware_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/hardware_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/image_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/image_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/maps_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/maps_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/roboto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/roboto.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/roboto_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/roboto_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/social_icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/social_icons.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/core_elements/web_animations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/core_elements/web_animations.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/goap_web/main_app.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/goap_web/main_app.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_button.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_dialog.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_fab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_fab.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_input.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_item.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_ripple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_ripple.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_shadow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_shadow.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_slider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_slider.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_spinner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_spinner.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_tab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_tab.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_tabs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_tabs.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/paper_toast.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/paper_toast.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/roboto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/roboto.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/paper_elements/roboto_nodart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/paper_elements/roboto_nodart.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer/polymer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer/polymer.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer/polymer_experimental.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer/polymer_experimental.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer_interop/polymer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer_interop/polymer.html -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer_interop/src/js/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer_interop/src/js/AUTHORS -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer_interop/src/js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer_interop/src/js/LICENSE -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer_interop/src/js/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer_interop/src/js/PATENTS -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer_interop/src/js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer_interop/src/js/README.md -------------------------------------------------------------------------------- /old/eshop-ai/packages/polymer_interop/src/js/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/polymer_interop/src/js/bower.json -------------------------------------------------------------------------------- /old/eshop-ai/packages/template_binding/js/flush.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/template_binding/js/flush.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/template_binding/js/microtask.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/template_binding/js/microtask.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/template_binding/js/node_bind.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/template_binding/js/node_bind.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/template_binding/js/observe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/template_binding/js/observe.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/web_components/dart_support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/web_components/dart_support.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/web_components/interop_support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/web_components/interop_support.js -------------------------------------------------------------------------------- /old/eshop-ai/packages/web_components/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/packages/web_components/webcomponents.js -------------------------------------------------------------------------------- /old/eshop-ai/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/robots.txt -------------------------------------------------------------------------------- /old/eshop-ai/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/eshop-ai/styles.css -------------------------------------------------------------------------------- /old/fartman/appmanifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/appmanifest.json -------------------------------------------------------------------------------- /old/fartman/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/data.json -------------------------------------------------------------------------------- /old/fartman/icons/icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/icons/icon-128.png -------------------------------------------------------------------------------- /old/fartman/icons/icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/icons/icon-16.png -------------------------------------------------------------------------------- /old/fartman/icons/icon-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/icons/icon-256.png -------------------------------------------------------------------------------- /old/fartman/icons/icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/icons/icon-32.png -------------------------------------------------------------------------------- /old/fartman/icons/icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/icons/icon-512.png -------------------------------------------------------------------------------- /old/fartman/icons/icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/icons/icon-64.png -------------------------------------------------------------------------------- /old/fartman/icons/loading-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/icons/loading-logo.png -------------------------------------------------------------------------------- /old/fartman/images/shared-0-sheet0.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/shared-0-sheet0.webp -------------------------------------------------------------------------------- /old/fartman/images/shared-0-sheet1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/shared-0-sheet1.webp -------------------------------------------------------------------------------- /old/fartman/images/shared-0-sheet2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/shared-0-sheet2.webp -------------------------------------------------------------------------------- /old/fartman/images/shared-0-sheet3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/shared-0-sheet3.webp -------------------------------------------------------------------------------- /old/fartman/images/shared-0-sheet4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/shared-0-sheet4.webp -------------------------------------------------------------------------------- /old/fartman/images/tiledbackground-sheet0.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/tiledbackground-sheet0.webp -------------------------------------------------------------------------------- /old/fartman/images/tiledbackground2-sheet0.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/tiledbackground2-sheet0.webp -------------------------------------------------------------------------------- /old/fartman/images/tiledbackground3-sheet0.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/images/tiledbackground3-sheet0.webp -------------------------------------------------------------------------------- /old/fartman/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/index.html -------------------------------------------------------------------------------- /old/fartman/media/Cartoon Fart.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/media/Cartoon Fart.webm -------------------------------------------------------------------------------- /old/fartman/media/Human Fart 09.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/media/Human Fart 09.webm -------------------------------------------------------------------------------- /old/fartman/media/chomp-sound.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/media/chomp-sound.webm -------------------------------------------------------------------------------- /old/fartman/media/fartman-smb-overworld-theme.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/media/fartman-smb-overworld-theme.webm -------------------------------------------------------------------------------- /old/fartman/scripts/c3runtime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/c3runtime.js -------------------------------------------------------------------------------- /old/fartman/scripts/dispatchworker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/dispatchworker.js -------------------------------------------------------------------------------- /old/fartman/scripts/jobworker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/jobworker.js -------------------------------------------------------------------------------- /old/fartman/scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/main.js -------------------------------------------------------------------------------- /old/fartman/scripts/modernjscheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/modernjscheck.js -------------------------------------------------------------------------------- /old/fartman/scripts/opus.wasm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/opus.wasm.js -------------------------------------------------------------------------------- /old/fartman/scripts/opus.wasm.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/opus.wasm.wasm -------------------------------------------------------------------------------- /old/fartman/scripts/supportcheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/scripts/supportcheck.js -------------------------------------------------------------------------------- /old/fartman/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/style.css -------------------------------------------------------------------------------- /old/fartman/workermain.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fartman/workermain.js -------------------------------------------------------------------------------- /old/fmod/.last_build_id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/.last_build_id -------------------------------------------------------------------------------- /old/fmod/assets/AssetManifest.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/assets/AssetManifest.bin -------------------------------------------------------------------------------- /old/fmod/assets/AssetManifest.bin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/assets/AssetManifest.bin.json -------------------------------------------------------------------------------- /old/fmod/assets/AssetManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/assets/AssetManifest.json -------------------------------------------------------------------------------- /old/fmod/assets/FontManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/assets/FontManifest.json -------------------------------------------------------------------------------- /old/fmod/assets/NOTICES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/assets/NOTICES -------------------------------------------------------------------------------- /old/fmod/assets/fonts/MaterialIcons-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/assets/fonts/MaterialIcons-Regular.otf -------------------------------------------------------------------------------- /old/fmod/assets/shaders/ink_sparkle.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/assets/shaders/ink_sparkle.frag -------------------------------------------------------------------------------- /old/fmod/banks/Flutter Demo.bank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/banks/Flutter Demo.bank -------------------------------------------------------------------------------- /old/fmod/banks/Master.bank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/banks/Master.bank -------------------------------------------------------------------------------- /old/fmod/banks/Master.strings.bank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/banks/Master.strings.bank -------------------------------------------------------------------------------- /old/fmod/canvaskit/canvaskit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/canvaskit/canvaskit.js -------------------------------------------------------------------------------- /old/fmod/canvaskit/canvaskit.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/canvaskit/canvaskit.wasm -------------------------------------------------------------------------------- /old/fmod/canvaskit/chromium/canvaskit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/canvaskit/chromium/canvaskit.js -------------------------------------------------------------------------------- /old/fmod/canvaskit/chromium/canvaskit.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/canvaskit/chromium/canvaskit.wasm -------------------------------------------------------------------------------- /old/fmod/canvaskit/skwasm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/canvaskit/skwasm.js -------------------------------------------------------------------------------- /old/fmod/canvaskit/skwasm.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/canvaskit/skwasm.wasm -------------------------------------------------------------------------------- /old/fmod/canvaskit/skwasm.worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/canvaskit/skwasm.worker.js -------------------------------------------------------------------------------- /old/fmod/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/favicon.png -------------------------------------------------------------------------------- /old/fmod/flutter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/flutter.js -------------------------------------------------------------------------------- /old/fmod/flutter_service_worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/flutter_service_worker.js -------------------------------------------------------------------------------- /old/fmod/fmod/fmod_wrapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/fmod/fmod_wrapper.js -------------------------------------------------------------------------------- /old/fmod/fmod/fmodstudio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/fmod/fmodstudio.js -------------------------------------------------------------------------------- /old/fmod/fmod/fmodstudio.js.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/fmod/fmodstudio.js.mem -------------------------------------------------------------------------------- /old/fmod/fmod/fmodstudioL.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/fmod/fmodstudioL.js -------------------------------------------------------------------------------- /old/fmod/fmod/fmodstudioL.js.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/fmod/fmodstudioL.js.mem -------------------------------------------------------------------------------- /old/fmod/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/icons/Icon-192.png -------------------------------------------------------------------------------- /old/fmod/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/icons/Icon-512.png -------------------------------------------------------------------------------- /old/fmod/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /old/fmod/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /old/fmod/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/index.html -------------------------------------------------------------------------------- /old/fmod/main.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/main.dart.js -------------------------------------------------------------------------------- /old/fmod/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/manifest.json -------------------------------------------------------------------------------- /old/fmod/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/social.png -------------------------------------------------------------------------------- /old/fmod/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fmod/version.json -------------------------------------------------------------------------------- /old/followers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/followers.html -------------------------------------------------------------------------------- /old/from2005/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2005/index.html -------------------------------------------------------------------------------- /old/from2005/pic/robo3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2005/pic/robo3.jpg -------------------------------------------------------------------------------- /old/from2006/filiph.net.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/filiph.net.css -------------------------------------------------------------------------------- /old/from2006/filiph.net.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/filiph.net.js -------------------------------------------------------------------------------- /old/from2006/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/index.html -------------------------------------------------------------------------------- /old/from2006/moo.fx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/moo.fx.js -------------------------------------------------------------------------------- /old/from2006/pic/ctgmusic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/pic/ctgmusic.jpg -------------------------------------------------------------------------------- /old/from2006/pic/recent_photo_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/pic/recent_photo_2004.jpg -------------------------------------------------------------------------------- /old/from2006/pic/recent_photo_forums.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/pic/recent_photo_forums.jpg -------------------------------------------------------------------------------- /old/from2006/pic/title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/pic/title.gif -------------------------------------------------------------------------------- /old/from2006/pic/title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/pic/title.jpg -------------------------------------------------------------------------------- /old/from2006/pic/title3d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/pic/title3d.gif -------------------------------------------------------------------------------- /old/from2006/pic/title3dtrans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/pic/title3dtrans.gif -------------------------------------------------------------------------------- /old/from2006/prototype.lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2006/prototype.lite.js -------------------------------------------------------------------------------- /old/from2010/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2010/index.html -------------------------------------------------------------------------------- /old/from2010/pic/gplus-icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2010/pic/gplus-icon-64.png -------------------------------------------------------------------------------- /old/from2010/pic/title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2010/pic/title.gif -------------------------------------------------------------------------------- /old/from2010/pic/title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2010/pic/title.jpg -------------------------------------------------------------------------------- /old/from2010/pic/title3d.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2010/pic/title3d.gif -------------------------------------------------------------------------------- /old/from2010/pic/title3dtrans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/from2010/pic/title3dtrans.gif -------------------------------------------------------------------------------- /old/fuzzy/fuzzy_logic_webapp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fuzzy/fuzzy_logic_webapp.css -------------------------------------------------------------------------------- /old/fuzzy/fuzzy_logic_webapp.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fuzzy/fuzzy_logic_webapp.dart.js -------------------------------------------------------------------------------- /old/fuzzy/fuzzy_logic_webapp.dart.js.deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fuzzy/fuzzy_logic_webapp.dart.js.deps -------------------------------------------------------------------------------- /old/fuzzy/fuzzy_logic_webapp.dart.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fuzzy/fuzzy_logic_webapp.dart.js.map -------------------------------------------------------------------------------- /old/fuzzy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/fuzzy/index.html -------------------------------------------------------------------------------- /old/gcal/calendar_chrome_ext.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/gcal/calendar_chrome_ext.dart.js -------------------------------------------------------------------------------- /old/gcal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/gcal/index.html -------------------------------------------------------------------------------- /old/lander/lander-2020-06-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lander/lander-2020-06-10.png -------------------------------------------------------------------------------- /old/lander/lunar_lander_tigsource_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lander/lunar_lander_tigsource_1.gif -------------------------------------------------------------------------------- /old/lander/lunar_lander_tigsource_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lander/lunar_lander_tigsource_10.gif -------------------------------------------------------------------------------- /old/lander/lunar_lander_tigsource_crash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lander/lunar_lander_tigsource_crash.gif -------------------------------------------------------------------------------- /old/lander/lunar_lander_tigsource_nope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lander/lunar_lander_tigsource_nope.gif -------------------------------------------------------------------------------- /old/lepsi-volby/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lepsi-volby/index.html -------------------------------------------------------------------------------- /old/lepsi-volby/lepsi-volby-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lepsi-volby/lepsi-volby-image.jpg -------------------------------------------------------------------------------- /old/lepsi-volby/main.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lepsi-volby/main.dart.js -------------------------------------------------------------------------------- /old/lepsi-volby/packages/$sdk/_internal/strong.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lepsi-volby/packages/$sdk/_internal/strong.sum -------------------------------------------------------------------------------- /old/lepsi-volby/packages/pedantic/analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lepsi-volby/packages/pedantic/analysis_options.yaml -------------------------------------------------------------------------------- /old/lepsi-volby/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lepsi-volby/styles.css -------------------------------------------------------------------------------- /old/lorem/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lorem/index.html -------------------------------------------------------------------------------- /old/lorem/ipsumizer_web.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lorem/ipsumizer_web.dart.js -------------------------------------------------------------------------------- /old/lorem/ipsumizer_web.dart.js.deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lorem/ipsumizer_web.dart.js.deps -------------------------------------------------------------------------------- /old/lorem/ipsumizer_web.dart.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/lorem/ipsumizer_web.dart.js.map -------------------------------------------------------------------------------- /old/mailto/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /old/mailto/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/favicon.ico -------------------------------------------------------------------------------- /old/mailto/images/hamburger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/images/hamburger.svg -------------------------------------------------------------------------------- /old/mailto/images/touch/chrome-touch-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/images/touch/chrome-touch-icon-192x192.png -------------------------------------------------------------------------------- /old/mailto/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/index.html -------------------------------------------------------------------------------- /old/mailto/main.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/main.dart.js -------------------------------------------------------------------------------- /old/mailto/packages/browser/dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/packages/browser/dart.js -------------------------------------------------------------------------------- /old/mailto/packages/browser/interop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/packages/browser/interop.js -------------------------------------------------------------------------------- /old/mailto/packages/test/dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/packages/test/dart.js -------------------------------------------------------------------------------- /old/mailto/packages/unittest/coverage_controller.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/packages/unittest/coverage_controller.js -------------------------------------------------------------------------------- /old/mailto/packages/unittest/test_controller.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/packages/unittest/test_controller.js -------------------------------------------------------------------------------- /old/mailto/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/robots.txt -------------------------------------------------------------------------------- /old/mailto/styles/_h5bp.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/_h5bp.scss -------------------------------------------------------------------------------- /old/mailto/styles/_roboto.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/_roboto.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_components/_button.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_components/_button.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_components/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_components/_grid.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_components/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_components/_icons.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_components/_link.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_components/_link.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_components/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_components/_list.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_components/_media.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_components/_media.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_components/_table.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_components/_table.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_global.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_helper.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_helper.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_modules/_article-nav.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_modules/_article-nav.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_modules/_highlight.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_modules/_highlight.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_modules/_page-header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_modules/_page-header.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_modules/_quote.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_modules/_quote.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_modules/_toc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_modules/_toc.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_normalize.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_normalize.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_pages/_styleguide.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_pages/_styleguide.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_palette.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_palette.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_themed.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_themed.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/_utils.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/_utils.scss -------------------------------------------------------------------------------- /old/mailto/styles/components/components.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/components/components.scss -------------------------------------------------------------------------------- /old/mailto/styles/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/main.css -------------------------------------------------------------------------------- /old/mailto/styles/main.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/main.css.map -------------------------------------------------------------------------------- /old/mailto/styles/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/main.scss -------------------------------------------------------------------------------- /old/mailto/styles/main_gen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/mailto/styles/main_gen.css -------------------------------------------------------------------------------- /old/philipage.com/contact-me.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/contact-me.html -------------------------------------------------------------------------------- /old/philipage.com/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/favicon.ico -------------------------------------------------------------------------------- /old/philipage.com/feed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/feed/index.html -------------------------------------------------------------------------------- /old/philipage.com/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/index.html -------------------------------------------------------------------------------- /old/philipage.com/mp3/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/.htaccess -------------------------------------------------------------------------------- /old/philipage.com/mp3/Magnet by Philip Age 160kbps.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Magnet by Philip Age 160kbps.mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - Apollo (hq).mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - Apollo (hq).mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - Comment tu fais-.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - Comment tu fais-.mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - Comment tu fais.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - Comment tu fais.mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - DJ's Mate Mix.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - DJ's Mate Mix.mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - Harvest.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - Harvest.mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - Magnet (160kbps).mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - Magnet (160kbps).mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - Magnet (hifi).mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - Magnet (hifi).mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/Philip Age - Monster.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/Philip Age - Monster.mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/demo_june2006.cue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/demo_june2006.cue -------------------------------------------------------------------------------- /old/philipage.com/mp3/demo_june2006.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/demo_june2006.mp3 -------------------------------------------------------------------------------- /old/philipage.com/mp3/download.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/download.php -------------------------------------------------------------------------------- /old/philipage.com/mp3/exercise 5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/mp3/exercise 5.mp3 -------------------------------------------------------------------------------- /old/philipage.com/news/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/news/index.html -------------------------------------------------------------------------------- /old/philipage.com/news/index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/news/index2.html -------------------------------------------------------------------------------- /old/philipage.com/philip-age/feed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/philip-age/feed/index.html -------------------------------------------------------------------------------- /old/philipage.com/the-japanese-adventure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/the-japanese-adventure.html -------------------------------------------------------------------------------- /old/philipage.com/the-technology.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/the-technology.html -------------------------------------------------------------------------------- /old/philipage.com/wp-content/themes/PhilipAge/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/wp-content/themes/PhilipAge/style.css -------------------------------------------------------------------------------- /old/philipage.com/wp-content/uploads/2009/06/SP-404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/philipage.com/wp-content/uploads/2009/06/SP-404.png -------------------------------------------------------------------------------- /old/pic/ctgmusic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/pic/ctgmusic.jpg -------------------------------------------------------------------------------- /old/pic/recent_photo_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/pic/recent_photo_2004.jpg -------------------------------------------------------------------------------- /old/pic/recent_photo_2009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/pic/recent_photo_2009.jpg -------------------------------------------------------------------------------- /old/pic/recent_photo_forums.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/pic/recent_photo_forums.jpg -------------------------------------------------------------------------------- /old/pic/tall-800h.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/pic/tall-800h.jpg -------------------------------------------------------------------------------- /old/prompter/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/prompter/favicon.ico -------------------------------------------------------------------------------- /old/prompter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/prompter/index.html -------------------------------------------------------------------------------- /old/prompter/main.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/prompter/main.dart.js -------------------------------------------------------------------------------- /old/prompter/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/prompter/styles.css -------------------------------------------------------------------------------- /old/raindead/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raindead/index.html -------------------------------------------------------------------------------- /old/raindead/raindead-logo-lockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raindead/raindead-logo-lockup.png -------------------------------------------------------------------------------- /old/raindead/raindead-logo-on-yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raindead/raindead-logo-on-yellow.jpg -------------------------------------------------------------------------------- /old/raytracer/github.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/github.css -------------------------------------------------------------------------------- /old/raytracer/highlight.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/highlight.pack.js -------------------------------------------------------------------------------- /old/raytracer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/index.html -------------------------------------------------------------------------------- /old/raytracer/packages/browser/dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/packages/browser/dart.js -------------------------------------------------------------------------------- /old/raytracer/packages/browser/interop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/packages/browser/interop.js -------------------------------------------------------------------------------- /old/raytracer/raytracer.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/raytracer.dart -------------------------------------------------------------------------------- /old/raytracer/raytracer.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/raytracer.dart.js -------------------------------------------------------------------------------- /old/raytracer/raytracer.dart.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/raytracer.dart.js.map -------------------------------------------------------------------------------- /old/raytracer/raytracer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/raytracer.js -------------------------------------------------------------------------------- /old/raytracer/raytracer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/raytracer.js.map -------------------------------------------------------------------------------- /old/raytracer/raytracer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/raytracer.ts -------------------------------------------------------------------------------- /old/raytracer/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/raytracer/tsconfig.json -------------------------------------------------------------------------------- /old/runtime-favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/runtime-favicon.ico -------------------------------------------------------------------------------- /old/slides/BFU/bfu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/bfu.html -------------------------------------------------------------------------------- /old/slides/BFU/bfu.mdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/bfu.mdown -------------------------------------------------------------------------------- /old/slides/BFU/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/index.html -------------------------------------------------------------------------------- /old/slides/BFU/src/AmericanFarmer.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/AmericanFarmer.jpeg -------------------------------------------------------------------------------- /old/slides/BFU/src/Sci-Fi-Post-Apocalyptic-33746.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/Sci-Fi-Post-Apocalyptic-33746.jpg -------------------------------------------------------------------------------- /old/slides/BFU/src/autocomplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/autocomplete.png -------------------------------------------------------------------------------- /old/slides/BFU/src/autocorrect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/autocorrect.png -------------------------------------------------------------------------------- /old/slides/BFU/src/better-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/better-interface.png -------------------------------------------------------------------------------- /old/slides/BFU/src/books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/books.png -------------------------------------------------------------------------------- /old/slides/BFU/src/chybejici-uvozovky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/chybejici-uvozovky.png -------------------------------------------------------------------------------- /old/slides/BFU/src/commit-suicide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/commit-suicide.png -------------------------------------------------------------------------------- /old/slides/BFU/src/condescending-lolcat.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/condescending-lolcat.jpeg -------------------------------------------------------------------------------- /old/slides/BFU/src/evolution-of-language.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/evolution-of-language.gif -------------------------------------------------------------------------------- /old/slides/BFU/src/freebase-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/freebase-json.png -------------------------------------------------------------------------------- /old/slides/BFU/src/freebase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/freebase.png -------------------------------------------------------------------------------- /old/slides/BFU/src/google-squared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/google-squared.png -------------------------------------------------------------------------------- /old/slides/BFU/src/machine-transcription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/machine-transcription.png -------------------------------------------------------------------------------- /old/slides/BFU/src/napoleon-dynamite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/napoleon-dynamite.png -------------------------------------------------------------------------------- /old/slides/BFU/src/non-websearch-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/non-websearch-1.png -------------------------------------------------------------------------------- /old/slides/BFU/src/non-websearch-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/non-websearch-2.png -------------------------------------------------------------------------------- /old/slides/BFU/src/non-websearch-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/non-websearch-3.png -------------------------------------------------------------------------------- /old/slides/BFU/src/non-websearch-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/non-websearch-4.png -------------------------------------------------------------------------------- /old/slides/BFU/src/non-websearch-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/non-websearch-5.png -------------------------------------------------------------------------------- /old/slides/BFU/src/page-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/page-preview.png -------------------------------------------------------------------------------- /old/slides/BFU/src/phishing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/phishing.png -------------------------------------------------------------------------------- /old/slides/BFU/src/prebyvajici-uvozovky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/prebyvajici-uvozovky.png -------------------------------------------------------------------------------- /old/slides/BFU/src/qdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/qdf.png -------------------------------------------------------------------------------- /old/slides/BFU/src/rtfm-make-a-better-fm.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/rtfm-make-a-better-fm.jpeg -------------------------------------------------------------------------------- /old/slides/BFU/src/semantic-onebox-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/semantic-onebox-1.png -------------------------------------------------------------------------------- /old/slides/BFU/src/semantic-onebox-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/semantic-onebox-2.png -------------------------------------------------------------------------------- /old/slides/BFU/src/semantic-onebox-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/semantic-onebox-3.png -------------------------------------------------------------------------------- /old/slides/BFU/src/seth-godin-head.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/seth-godin-head.gif -------------------------------------------------------------------------------- /old/slides/BFU/src/seznam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/seznam.png -------------------------------------------------------------------------------- /old/slides/BFU/src/skrolovani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/skrolovani.png -------------------------------------------------------------------------------- /old/slides/BFU/src/translate-page-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/translate-page-1.png -------------------------------------------------------------------------------- /old/slides/BFU/src/translate-page-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/translate-page-2.png -------------------------------------------------------------------------------- /old/slides/BFU/src/voice-search.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/BFU/src/voice-search.jpeg -------------------------------------------------------------------------------- /old/slides/Zombie/Body/staticfiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/Body/staticfiles.txt -------------------------------------------------------------------------------- /old/slides/Zombie/Earth/staticfiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/Earth/staticfiles.txt -------------------------------------------------------------------------------- /old/slides/Zombie/Zombie.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/Zombie.ttf -------------------------------------------------------------------------------- /old/slides/Zombie/animace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/animace.html -------------------------------------------------------------------------------- /old/slides/Zombie/filip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/filip.png -------------------------------------------------------------------------------- /old/slides/Zombie/geolokace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/geolokace.html -------------------------------------------------------------------------------- /old/slides/Zombie/growl.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/growl.mp3 -------------------------------------------------------------------------------- /old/slides/Zombie/growl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/growl.ogg -------------------------------------------------------------------------------- /old/slides/Zombie/notifikace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/notifikace.html -------------------------------------------------------------------------------- /old/slides/Zombie/offline/zombie/Zombie.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/offline/zombie/Zombie.ttf -------------------------------------------------------------------------------- /old/slides/Zombie/offline/zombie/cache.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/offline/zombie/cache.manifest -------------------------------------------------------------------------------- /old/slides/Zombie/offline/zombie/filip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/offline/zombie/filip.png -------------------------------------------------------------------------------- /old/slides/Zombie/offline/zombie/growl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/offline/zombie/growl.ogg -------------------------------------------------------------------------------- /old/slides/Zombie/offline/zombie/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/offline/zombie/index.html -------------------------------------------------------------------------------- /old/slides/Zombie/offline/zombie/zombie.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/offline/zombie/zombie.jpeg -------------------------------------------------------------------------------- /old/slides/Zombie/orientace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/orientace.html -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/DroidSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/DroidSans-Bold.ttf -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/DroidSans.ttf -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/DroidSansMono.ttf -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/davidgrudl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/davidgrudl.jpg -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/davidzombie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/davidzombie.jpg -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/evildead2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/evildead2.jpg -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/html5.png -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/left4dead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/left4dead.jpg -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/monster-mowdown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/monster-mowdown.jpg -------------------------------------------------------------------------------- /old/slides/Zombie/preso/src/zombielogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/src/zombielogo.png -------------------------------------------------------------------------------- /old/slides/Zombie/preso/zombie-apokalypsa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/preso/zombie-apokalypsa.html -------------------------------------------------------------------------------- /old/slides/Zombie/rychlost-start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/rychlost-start.html -------------------------------------------------------------------------------- /old/slides/Zombie/rychlost.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/rychlost.html -------------------------------------------------------------------------------- /old/slides/Zombie/webfonts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/webfonts.html -------------------------------------------------------------------------------- /old/slides/Zombie/zombie.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/Zombie/zombie.jpeg -------------------------------------------------------------------------------- /old/slides/dart-webexpo/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/LICENSE -------------------------------------------------------------------------------- /old/slides/dart-webexpo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/README.md -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/fonts/Dosis/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/fonts/Dosis/OFL.txt -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/fonts/Istok_Web/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/fonts/Istok_Web/OFL.txt -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/000-cascade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/000-cascade.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/000-sdk-query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/000-sdk-query.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/001-tmzns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/001-tmzns.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/002-currency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/002-currency.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/003-class1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/003-class1.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/004-class2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/004-class2.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/005-class3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/005-class3.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/006-class4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/006-class4.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/007-class-el.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/007-class-el.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/007-class5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/007-class5.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/008-class6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/008-class6.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/009-class-whole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/009-class-whole.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/014-class-ltv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/014-class-ltv.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/020-unit-call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/020-unit-call.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/021-unit-tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/021-unit-tests.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/buckshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/buckshot.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/closure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/closure.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/dart-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/dart-editor.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/dart-editor.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/dart-editor.psd -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/dart-lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/dart-lang.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/dart-lib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/dart-lib.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/dart-vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/dart-vm.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/dart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/dart.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/dartflash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/dartflash.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/js-closure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/js-closure.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/js-collab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/js-collab.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/js-wat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/js-wat.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/ltv-v0.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/ltv-v0.0.1.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/ltv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/ltv.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/rikulo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/rikulo.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/sad-keanu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/sad-keanu.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/threedart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/threedart.png -------------------------------------------------------------------------------- /old/slides/dart-webexpo/assets/pics/webstorm_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/assets/pics/webstorm_logo.gif -------------------------------------------------------------------------------- /old/slides/dart-webexpo/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/css/main.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/css/print/paper.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/css/print/paper.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/css/print/pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/css/print/pdf.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/css/theme/beige.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/css/theme/beige.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/css/theme/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/css/theme/default.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/css/theme/simple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/css/theme/simple.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/css/theme/sky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/css/theme/sky.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/index.html -------------------------------------------------------------------------------- /old/slides/dart-webexpo/js/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/js/reveal.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/js/reveal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/js/reveal.min.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/css/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/css/zenburn.css -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/font/league_gothic_license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/font/league_gothic_license -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/js/classList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/js/classList.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/js/data-markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/js/data-markdown.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/js/head.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/js/head.min.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/js/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/js/highlight.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/js/html5shiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/js/html5shiv.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/lib/js/showdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/lib/js/showdown.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/plugin/speakernotes/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/plugin/speakernotes/client.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/plugin/speakernotes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/plugin/speakernotes/index.js -------------------------------------------------------------------------------- /old/slides/dart-webexpo/plugin/speakernotes/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/dart-webexpo/plugin/speakernotes/notes.html -------------------------------------------------------------------------------- /old/slides/digital-humanities/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/index.html -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/DroidSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/DroidSans-Bold.ttf -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/DroidSans.ttf -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/DroidSansMono.ttf -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/cloud-cumulus.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/cloud-cumulus.jpeg -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/cloud-sun.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/cloud-sun.jpeg -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/cloud.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/cloud.jpeg -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/docs-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/docs-128.png -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/future-city.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/future-city.jpeg -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/presentations-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/presentations-128.png -------------------------------------------------------------------------------- /old/slides/digital-humanities/src/spreadsheets-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/digital-humanities/src/spreadsheets-128.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/LICENSE -------------------------------------------------------------------------------- /old/slides/fast-webexpo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/README.md -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/chrome-reaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/chrome-reaction.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/chrome.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/cloud.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/cz.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/dart-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/dart-editor.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/dart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/dart.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/dilbert-full.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/dilbert-full.gif -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/dilbert-revised.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/dilbert-revised.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/dilbert-revised.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/dilbert-revised.psd -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/dilbert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/dilbert.gif -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/fast-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/fast-web.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/lamp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/lamp1.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/lamp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/lamp2.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/lamp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/lamp3.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/larry-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/larry-page.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/sad-keanu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/sad-keanu.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/slow-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/slow-web.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/wave-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/wave-docs.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/assets/pics/wavelogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/assets/pics/wavelogo.png -------------------------------------------------------------------------------- /old/slides/fast-webexpo/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/css/main.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/css/print/paper.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/css/print/paper.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/css/print/pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/css/print/pdf.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/css/theme/beige.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/css/theme/beige.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/css/theme/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/css/theme/default.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/css/theme/simple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/css/theme/simple.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/css/theme/sky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/css/theme/sky.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/index.html -------------------------------------------------------------------------------- /old/slides/fast-webexpo/js/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/js/reveal.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/js/reveal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/js/reveal.min.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/css/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/css/zenburn.css -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/font/league_gothic_license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/font/league_gothic_license -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/js/classList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/js/classList.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/js/data-markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/js/data-markdown.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/js/head.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/js/head.min.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/js/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/js/highlight.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/js/html5shiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/js/html5shiv.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/lib/js/showdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/lib/js/showdown.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/plugin/speakernotes/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/plugin/speakernotes/client.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/plugin/speakernotes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/plugin/speakernotes/index.js -------------------------------------------------------------------------------- /old/slides/fast-webexpo/plugin/speakernotes/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/fast-webexpo/plugin/speakernotes/notes.html -------------------------------------------------------------------------------- /old/slides/google-jam/images/7upspot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/7upspot.gif -------------------------------------------------------------------------------- /old/slides/google-jam/images/ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/ball.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/crappy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/crappy.gif -------------------------------------------------------------------------------- /old/slides/google-jam/images/donniedarko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/donniedarko.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/emailme.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/emailme.gif -------------------------------------------------------------------------------- /old/slides/google-jam/images/example-cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/example-cat.jpg -------------------------------------------------------------------------------- /old/slides/google-jam/images/example-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/example-graph.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/frog-blender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/frog-blender.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/frog-blender.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/frog-blender.swf -------------------------------------------------------------------------------- /old/slides/google-jam/images/google-gravity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/google-gravity.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/google_jam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/google_jam.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/html5.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/kickass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/kickass.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/mchammer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/mchammer.gif -------------------------------------------------------------------------------- /old/slides/google-jam/images/mosaic-pic.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/mosaic-pic.jpeg -------------------------------------------------------------------------------- /old/slides/google-jam/images/mosaic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/mosaic.gif -------------------------------------------------------------------------------- /old/slides/google-jam/images/nrg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/nrg.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/pictureframe.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/pictureframe.jpeg -------------------------------------------------------------------------------- /old/slides/google-jam/images/rome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/rome.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/spinningearth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/spinningearth.gif -------------------------------------------------------------------------------- /old/slides/google-jam/images/thingsilearned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/thingsilearned.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/underconstruction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/underconstruction.gif -------------------------------------------------------------------------------- /old/slides/google-jam/images/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/video.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/visualizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/visualizer.png -------------------------------------------------------------------------------- /old/slides/google-jam/images/webgl-water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/images/webgl-water.png -------------------------------------------------------------------------------- /old/slides/google-jam/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/google-jam/index.html -------------------------------------------------------------------------------- /old/slides/idf-cloud/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/index.html -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/DroidSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/DroidSans-Bold.ttf -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/DroidSans.ttf -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/DroidSansMono.ttf -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/amzn-cloudplayer.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/amzn-cloudplayer.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/apps-script-screencast.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/apps-script-screencast.mp4 -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/canon-eos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/canon-eos.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/cloud-cumulus.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/cloud-cumulus.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/cloud-sun.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/cloud-sun.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/cloud.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/cloud.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/convergence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/convergence.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/cr-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/cr-48.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/docs-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/docs-128.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/docs-screencast-speedup.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/docs-screencast-speedup.mov -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/docs-screencast.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/docs-screencast.mp4 -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/docs_cloud_connect-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/docs_cloud_connect-128.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/future-city.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/future-city.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/google-tv.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/google-tv.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/googletv-template.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/googletv-template.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/googletv-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/googletv-template.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/iaas-paas-saas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/iaas-paas-saas.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/internet-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/internet-desktop.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/mobilni-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/mobilni-web.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/mp3-player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/mp3-player.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/nemobilni-mobilni-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/nemobilni-mobilni-web.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/nemobilni-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/nemobilni-web.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/nexus-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/nexus-s.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/nx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/nx.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/onlive-screencast.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/onlive-screencast.mp4 -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/presentations-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/presentations-128.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/scalability-failures.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/scalability-failures.jpeg -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/spreadsheets-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/spreadsheets-128.png -------------------------------------------------------------------------------- /old/slides/idf-cloud/src/toyota-camry.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/idf-cloud/src/toyota-camry.jpeg -------------------------------------------------------------------------------- /old/slides/images/colorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/images/colorbar.png -------------------------------------------------------------------------------- /old/slides/images/google-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/images/google-logo-small.png -------------------------------------------------------------------------------- /old/slides/images/google-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/images/google-logo.png -------------------------------------------------------------------------------- /old/slides/images/googleio-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/images/googleio-logo.png -------------------------------------------------------------------------------- /old/slides/kisk/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/kisk/index.html -------------------------------------------------------------------------------- /old/slides/kisk/src/DroidSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/kisk/src/DroidSans-Bold.ttf -------------------------------------------------------------------------------- /old/slides/kisk/src/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/kisk/src/DroidSans.ttf -------------------------------------------------------------------------------- /old/slides/kisk/src/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/kisk/src/DroidSansMono.ttf -------------------------------------------------------------------------------- /old/slides/mdevcamp/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/LICENSE -------------------------------------------------------------------------------- /old/slides/mdevcamp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/README.md -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/fonts/leaguegothic/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/fonts/leaguegothic/LICENSE -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/Cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/Cloud.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/Home-Theater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/Home-Theater.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/Nest.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/Nest.jpeg -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/cables.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/cables.jpeg -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/canon-eos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/canon-eos.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/cr-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/cr-48.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/divergence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/divergence.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/everywhere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/everywhere.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/google-tv.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/google-tv.jpeg -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/happy-keanu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/happy-keanu.jpeg -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/internet-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/internet-desktop.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/mp3-player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/mp3-player.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/nexus-s-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/nexus-s-big.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/nexus-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/nexus-s.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/sad-keanu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/sad-keanu.png -------------------------------------------------------------------------------- /old/slides/mdevcamp/assets/pics/toyota-camry.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/assets/pics/toyota-camry.jpeg -------------------------------------------------------------------------------- /old/slides/mdevcamp/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/css/main.css -------------------------------------------------------------------------------- /old/slides/mdevcamp/css/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/css/print.css -------------------------------------------------------------------------------- /old/slides/mdevcamp/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/css/reset.css -------------------------------------------------------------------------------- /old/slides/mdevcamp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/index.html -------------------------------------------------------------------------------- /old/slides/mdevcamp/js/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/js/reveal.js -------------------------------------------------------------------------------- /old/slides/mdevcamp/js/reveal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/js/reveal.min.js -------------------------------------------------------------------------------- /old/slides/mdevcamp/lib/classList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/lib/classList.js -------------------------------------------------------------------------------- /old/slides/mdevcamp/lib/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/lib/highlight.js -------------------------------------------------------------------------------- /old/slides/mdevcamp/lib/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/mdevcamp/lib/zenburn.css -------------------------------------------------------------------------------- /old/slides/modality-vyhledavani.cz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/modality-vyhledavani.cz.html -------------------------------------------------------------------------------- /old/slides/ntk/images/AmericanFarmer.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/AmericanFarmer.jpeg -------------------------------------------------------------------------------- /old/slides/ntk/images/Sci-Fi-Post-Apocalyptic-33746.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/Sci-Fi-Post-Apocalyptic-33746.jpg -------------------------------------------------------------------------------- /old/slides/ntk/images/autocomplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/autocomplete.png -------------------------------------------------------------------------------- /old/slides/ntk/images/autocorrect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/autocorrect.png -------------------------------------------------------------------------------- /old/slides/ntk/images/better-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/better-interface.png -------------------------------------------------------------------------------- /old/slides/ntk/images/books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/books.png -------------------------------------------------------------------------------- /old/slides/ntk/images/chybejici-uvozovky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/chybejici-uvozovky.png -------------------------------------------------------------------------------- /old/slides/ntk/images/commit-suicide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/commit-suicide.png -------------------------------------------------------------------------------- /old/slides/ntk/images/condescending-lolcat.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/condescending-lolcat.jpeg -------------------------------------------------------------------------------- /old/slides/ntk/images/evolution-of-language.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/evolution-of-language.gif -------------------------------------------------------------------------------- /old/slides/ntk/images/example-cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/example-cat.jpg -------------------------------------------------------------------------------- /old/slides/ntk/images/example-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/example-graph.png -------------------------------------------------------------------------------- /old/slides/ntk/images/freebase-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/freebase-json.png -------------------------------------------------------------------------------- /old/slides/ntk/images/freebase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/freebase.png -------------------------------------------------------------------------------- /old/slides/ntk/images/google-squared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/google-squared.png -------------------------------------------------------------------------------- /old/slides/ntk/images/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/homepage.png -------------------------------------------------------------------------------- /old/slides/ntk/images/machine-transcription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/machine-transcription.png -------------------------------------------------------------------------------- /old/slides/ntk/images/napoleon-dynamite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/napoleon-dynamite.png -------------------------------------------------------------------------------- /old/slides/ntk/images/non-websearch-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/non-websearch-1.png -------------------------------------------------------------------------------- /old/slides/ntk/images/non-websearch-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/non-websearch-2.png -------------------------------------------------------------------------------- /old/slides/ntk/images/non-websearch-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/non-websearch-3.png -------------------------------------------------------------------------------- /old/slides/ntk/images/non-websearch-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/non-websearch-4.png -------------------------------------------------------------------------------- /old/slides/ntk/images/non-websearch-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/non-websearch-5.png -------------------------------------------------------------------------------- /old/slides/ntk/images/page-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/page-preview.png -------------------------------------------------------------------------------- /old/slides/ntk/images/phishing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/phishing.png -------------------------------------------------------------------------------- /old/slides/ntk/images/prebyvajici-uvozovky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/prebyvajici-uvozovky.png -------------------------------------------------------------------------------- /old/slides/ntk/images/qdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/qdf.png -------------------------------------------------------------------------------- /old/slides/ntk/images/richsnippet-recipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/richsnippet-recipe.png -------------------------------------------------------------------------------- /old/slides/ntk/images/richsnippet-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/richsnippet-schema.png -------------------------------------------------------------------------------- /old/slides/ntk/images/richsnippet-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/richsnippet-search.png -------------------------------------------------------------------------------- /old/slides/ntk/images/richsnippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/richsnippet.png -------------------------------------------------------------------------------- /old/slides/ntk/images/rtfm-make-a-better-fm.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/rtfm-make-a-better-fm.jpeg -------------------------------------------------------------------------------- /old/slides/ntk/images/semantic-onebox-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/semantic-onebox-1.png -------------------------------------------------------------------------------- /old/slides/ntk/images/semantic-onebox-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/semantic-onebox-2.png -------------------------------------------------------------------------------- /old/slides/ntk/images/semantic-onebox-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/semantic-onebox-3.png -------------------------------------------------------------------------------- /old/slides/ntk/images/semantic-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/semantic-web.png -------------------------------------------------------------------------------- /old/slides/ntk/images/semantics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/semantics.png -------------------------------------------------------------------------------- /old/slides/ntk/images/seth-godin-head.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/seth-godin-head.gif -------------------------------------------------------------------------------- /old/slides/ntk/images/seznam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/seznam.png -------------------------------------------------------------------------------- /old/slides/ntk/images/skrolovani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/skrolovani.png -------------------------------------------------------------------------------- /old/slides/ntk/images/translate-page-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/translate-page-1.png -------------------------------------------------------------------------------- /old/slides/ntk/images/translate-page-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/translate-page-2.png -------------------------------------------------------------------------------- /old/slides/ntk/images/triple-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/triple-example.png -------------------------------------------------------------------------------- /old/slides/ntk/images/triple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/triple.png -------------------------------------------------------------------------------- /old/slides/ntk/images/voice-search.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/images/voice-search.jpeg -------------------------------------------------------------------------------- /old/slides/ntk/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/ntk/index.html -------------------------------------------------------------------------------- /old/slides/o-html5-v-html5.cz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/o-html5-v-html5.cz.html -------------------------------------------------------------------------------- /old/slides/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/prettify.js -------------------------------------------------------------------------------- /old/slides/slides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/slides.js -------------------------------------------------------------------------------- /old/slides/src/DroidSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/DroidSans-Bold.ttf -------------------------------------------------------------------------------- /old/slides/src/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/DroidSans.ttf -------------------------------------------------------------------------------- /old/slides/src/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/DroidSansMono.ttf -------------------------------------------------------------------------------- /old/slides/src/bible-vs-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/bible-vs-youtube.png -------------------------------------------------------------------------------- /old/slides/src/google-goggles.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/google-goggles.jpeg -------------------------------------------------------------------------------- /old/slides/src/image-recognition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/image-recognition.png -------------------------------------------------------------------------------- /old/slides/src/machine-transcription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/machine-transcription.png -------------------------------------------------------------------------------- /old/slides/src/madonna-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/madonna-search.png -------------------------------------------------------------------------------- /old/slides/src/mosaic_beta.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/mosaic_beta.jpeg -------------------------------------------------------------------------------- /old/slides/src/voice-search.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/src/voice-search.jpeg -------------------------------------------------------------------------------- /old/slides/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/styles.css -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/index.html -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/DroidSans.ttf -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/DroidSansMono.ttf -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/canon-eos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/canon-eos.png -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/convergence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/convergence.png -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/cr-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/cr-48.png -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/google-tv.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/google-tv.jpeg -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/mobilni-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/mobilni-web.png -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/mp3-player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/mp3-player.png -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/nemobilni-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/nemobilni-web.png -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/nexus-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/nexus-s.png -------------------------------------------------------------------------------- /old/slides/vsudypritomny-internet/src/toyota-camry.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/vsudypritomny-internet/src/toyota-camry.jpeg -------------------------------------------------------------------------------- /old/slides/webexpo/images/1DSC00012.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/webexpo/images/1DSC00012.jpeg -------------------------------------------------------------------------------- /old/slides/webexpo/images/Leia_luke_kiss.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/webexpo/images/Leia_luke_kiss.jpeg -------------------------------------------------------------------------------- /old/slides/webexpo/images/challenge-accepted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/webexpo/images/challenge-accepted.gif -------------------------------------------------------------------------------- /old/slides/webexpo/images/hall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/webexpo/images/hall.jpg -------------------------------------------------------------------------------- /old/slides/webexpo/images/rajska-budova.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/webexpo/images/rajska-budova.jpeg -------------------------------------------------------------------------------- /old/slides/webexpo/images/webexpo-speakers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/webexpo/images/webexpo-speakers.png -------------------------------------------------------------------------------- /old/slides/webexpo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slides/webexpo/index.html -------------------------------------------------------------------------------- /old/slot/example.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/example.css -------------------------------------------------------------------------------- /old/slot/example.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/example.dart -------------------------------------------------------------------------------- /old/slot/example.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/example.dart.js -------------------------------------------------------------------------------- /old/slot/example.dart.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/example.dart.js.map -------------------------------------------------------------------------------- /old/slot/example.dart.precompiled.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/example.dart.precompiled.js -------------------------------------------------------------------------------- /old/slot/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/example.html -------------------------------------------------------------------------------- /old/slot/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/index.html -------------------------------------------------------------------------------- /old/slot/packages/browser/dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/packages/browser/dart.js -------------------------------------------------------------------------------- /old/slot/packages/browser/interop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/packages/browser/interop.js -------------------------------------------------------------------------------- /old/slot/packages/slot_machine/img/slot-failure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/packages/slot_machine/img/slot-failure.gif -------------------------------------------------------------------------------- /old/slot/packages/slot_machine/img/slot-success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/slot/packages/slot_machine/img/slot-success.gif -------------------------------------------------------------------------------- /old/spacepilot/box2d_demo.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/box2d_demo.dart -------------------------------------------------------------------------------- /old/spacepilot/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/index.html -------------------------------------------------------------------------------- /old/spacepilot/shipbrain.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/shipbrain.dart -------------------------------------------------------------------------------- /old/spacepilot/spaceship_combat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/spaceship_combat.css -------------------------------------------------------------------------------- /old/spacepilot/spaceship_combat.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/spaceship_combat.dart -------------------------------------------------------------------------------- /old/spacepilot/spaceship_combat.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/spaceship_combat.dart.js -------------------------------------------------------------------------------- /old/spacepilot/spaceship_combat.dart.js.deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/spaceship_combat.dart.js.deps -------------------------------------------------------------------------------- /old/spacepilot/spaceship_combat.dart.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/spaceship_combat.dart.js.map -------------------------------------------------------------------------------- /old/spacepilot/spaceship_combat.dart.precompiled.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/spaceship_combat.dart.precompiled.js -------------------------------------------------------------------------------- /old/spacepilot/spaceship_combat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/spacepilot/spaceship_combat.html -------------------------------------------------------------------------------- /old/svatba/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/svatba/index.html -------------------------------------------------------------------------------- /old/svatba/pozvanka-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/svatba/pozvanka-web.jpg -------------------------------------------------------------------------------- /old/svatba/pozvanka-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/svatba/pozvanka-web.png -------------------------------------------------------------------------------- /old/svatba/svatba.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/svatba/svatba.css -------------------------------------------------------------------------------- /old/test/callendarCZ1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/callendarCZ1.html -------------------------------------------------------------------------------- /old/test/clicktrack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/clicktrack.html -------------------------------------------------------------------------------- /old/test/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/ajax-loader.gif -------------------------------------------------------------------------------- /old/test/images/date-stamp-hover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/date-stamp-hover.jpg -------------------------------------------------------------------------------- /old/test/images/date-stamp-koupit-hover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/date-stamp-koupit-hover.jpg -------------------------------------------------------------------------------- /old/test/images/date-stamp-koupit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/date-stamp-koupit.jpg -------------------------------------------------------------------------------- /old/test/images/date-stamp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/date-stamp.jpg -------------------------------------------------------------------------------- /old/test/images/grey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/grey.jpg -------------------------------------------------------------------------------- /old/test/images/left-arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/left-arrow.jpg -------------------------------------------------------------------------------- /old/test/images/right-arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/test/images/right-arrow.jpg -------------------------------------------------------------------------------- /old/text/loutkari/Loutkari - Filip Hracek.mobi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/text/loutkari/Loutkari - Filip Hracek.mobi -------------------------------------------------------------------------------- /old/text/loutkari/basilisk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/text/loutkari/basilisk.gif -------------------------------------------------------------------------------- /old/text/loutkari/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/text/loutkari/index.html -------------------------------------------------------------------------------- /old/tictactoe/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/tictactoe/favicon.png -------------------------------------------------------------------------------- /old/tictactoe/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/tictactoe/index.html -------------------------------------------------------------------------------- /old/tictactoe/privacy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/tictactoe/privacy.html -------------------------------------------------------------------------------- /old/twombola/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/twombola/index.html -------------------------------------------------------------------------------- /old/twombola/twombola.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/twombola/twombola.css -------------------------------------------------------------------------------- /old/webexpo2023/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/webexpo2023/index.html -------------------------------------------------------------------------------- /old/zombie/Zombie.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/Zombie.ttf -------------------------------------------------------------------------------- /old/zombie/animace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/animace.html -------------------------------------------------------------------------------- /old/zombie/filip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/filip.png -------------------------------------------------------------------------------- /old/zombie/geolokace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/geolokace.html -------------------------------------------------------------------------------- /old/zombie/growl.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/growl.mp3 -------------------------------------------------------------------------------- /old/zombie/growl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/growl.ogg -------------------------------------------------------------------------------- /old/zombie/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/index.html -------------------------------------------------------------------------------- /old/zombie/notifikace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/notifikace.html -------------------------------------------------------------------------------- /old/zombie/offline/Zombie.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/offline/Zombie.ttf -------------------------------------------------------------------------------- /old/zombie/offline/cache.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/offline/cache.manifest -------------------------------------------------------------------------------- /old/zombie/offline/filip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/offline/filip.png -------------------------------------------------------------------------------- /old/zombie/offline/growl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/offline/growl.ogg -------------------------------------------------------------------------------- /old/zombie/offline/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/offline/index.html -------------------------------------------------------------------------------- /old/zombie/offline/zombie.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/offline/zombie.jpeg -------------------------------------------------------------------------------- /old/zombie/orientace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/orientace.html -------------------------------------------------------------------------------- /old/zombie/rychlost-start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/rychlost-start.html -------------------------------------------------------------------------------- /old/zombie/rychlost.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/rychlost.html -------------------------------------------------------------------------------- /old/zombie/src/DroidSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/DroidSans-Bold.ttf -------------------------------------------------------------------------------- /old/zombie/src/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/DroidSans.ttf -------------------------------------------------------------------------------- /old/zombie/src/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/DroidSansMono.ttf -------------------------------------------------------------------------------- /old/zombie/src/davidgrudl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/davidgrudl.jpg -------------------------------------------------------------------------------- /old/zombie/src/davidzombie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/davidzombie.jpg -------------------------------------------------------------------------------- /old/zombie/src/evildead2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/evildead2.jpg -------------------------------------------------------------------------------- /old/zombie/src/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/html5.png -------------------------------------------------------------------------------- /old/zombie/src/left4dead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/left4dead.jpg -------------------------------------------------------------------------------- /old/zombie/src/monster-mowdown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/monster-mowdown.jpg -------------------------------------------------------------------------------- /old/zombie/src/zombielogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/src/zombielogo.png -------------------------------------------------------------------------------- /old/zombie/webfonts-start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/webfonts-start.html -------------------------------------------------------------------------------- /old/zombie/webfonts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/webfonts.html -------------------------------------------------------------------------------- /old/zombie/zombie.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombie/zombie.jpeg -------------------------------------------------------------------------------- /old/zombieclown/img/brain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/img/brain.png -------------------------------------------------------------------------------- /old/zombieclown/img/clown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/img/clown.png -------------------------------------------------------------------------------- /old/zombieclown/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/index.html -------------------------------------------------------------------------------- /old/zombieclown/zombie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/zombie.css -------------------------------------------------------------------------------- /old/zombieclown/zombie.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/zombie.dart -------------------------------------------------------------------------------- /old/zombieclown/zombie.dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/zombie.dart.js -------------------------------------------------------------------------------- /old/zombieclown/zombie.dart.js.deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/zombie.dart.js.deps -------------------------------------------------------------------------------- /old/zombieclown/zombie.dart.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/zombie.dart.js.map -------------------------------------------------------------------------------- /old/zombieclown/zombie.dart.precompiled.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/zombie.dart.precompiled.js -------------------------------------------------------------------------------- /old/zombieclown/zombie.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/old/zombieclown/zombie.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/package.json -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/pubspec.yaml -------------------------------------------------------------------------------- /src/flutter-performance/page.template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/flutter-performance/page.template.html -------------------------------------------------------------------------------- /src/flutter-performance/page_footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/flutter-performance/page_footer.md -------------------------------------------------------------------------------- /src/flutter-performance/pages/010 Intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/flutter-performance/pages/010 Intro.md -------------------------------------------------------------------------------- /src/flutter-performance/pages/040 Amdahl's law.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/flutter-performance/pages/040 Amdahl's law.md -------------------------------------------------------------------------------- /src/flutter-performance/pages/060 Environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/flutter-performance/pages/060 Environment.md -------------------------------------------------------------------------------- /src/flutter-performance/pages/Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/flutter-performance/pages/Index.md -------------------------------------------------------------------------------- /src/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/index.md -------------------------------------------------------------------------------- /src/index.template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/index.template.html -------------------------------------------------------------------------------- /src/text/page.template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/page.template.html -------------------------------------------------------------------------------- /src/text/page_footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/page_footer.md -------------------------------------------------------------------------------- /src/text/pages/(Personally) sustainable social media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/(Personally) sustainable social media.md -------------------------------------------------------------------------------- /src/text/pages/Filip - coworker's manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Filip - coworker's manual.md -------------------------------------------------------------------------------- /src/text/pages/How to playtest a video game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/How to playtest a video game.md -------------------------------------------------------------------------------- /src/text/pages/I don't think about your tech at all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/I don't think about your tech at all.md -------------------------------------------------------------------------------- /src/text/pages/IfChange ThenChange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/IfChange ThenChange.md -------------------------------------------------------------------------------- /src/text/pages/Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Index.md -------------------------------------------------------------------------------- /src/text/pages/Math minus math is wild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Math minus math is wild.md -------------------------------------------------------------------------------- /src/text/pages/Performance versus Preference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Performance versus Preference.md -------------------------------------------------------------------------------- /src/text/pages/Respectfully, socialism is a bad idea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Respectfully, socialism is a bad idea.md -------------------------------------------------------------------------------- /src/text/pages/The revenge of Server Side Includes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/The revenge of Server Side Includes.md -------------------------------------------------------------------------------- /src/text/pages/Two types of open source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Two types of open source.md -------------------------------------------------------------------------------- /src/text/pages/Videogames that teach you stuff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Videogames that teach you stuff.md -------------------------------------------------------------------------------- /src/text/pages/Welcome to the superstar economy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/src/text/pages/Welcome to the superstar economy.md -------------------------------------------------------------------------------- /tool/check_links.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/check_links.sh -------------------------------------------------------------------------------- /tool/check_links_skip_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/check_links_skip_file.txt -------------------------------------------------------------------------------- /tool/deploy.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | firebase deploy --token "$FIREBASE_TOKEN" 4 | -------------------------------------------------------------------------------- /tool/htmlgen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/htmlgen.dart -------------------------------------------------------------------------------- /tool/spanify.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/spanify.dart -------------------------------------------------------------------------------- /tool/src/atom_xml.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/src/atom_xml.dart -------------------------------------------------------------------------------- /tool/src/obsidian_comment_syntax.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/src/obsidian_comment_syntax.dart -------------------------------------------------------------------------------- /tool/src/obsidian_highlight_syntax.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/src/obsidian_highlight_syntax.dart -------------------------------------------------------------------------------- /tool/src/obsidian_mathjax_syntax.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/tool/src/obsidian_mathjax_syntax.dart -------------------------------------------------------------------------------- /web/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/web/favicon.ico -------------------------------------------------------------------------------- /web/img/filip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/web/img/filip.jpg -------------------------------------------------------------------------------- /web/img/filip@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/web/img/filip@2x.jpg -------------------------------------------------------------------------------- /web/img/filip@3x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/web/img/filip@3x.jpg -------------------------------------------------------------------------------- /web/img/filip@4x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/web/img/filip@4x.jpg -------------------------------------------------------------------------------- /web/img/filiphnet-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/web/img/filiphnet-text.png -------------------------------------------------------------------------------- /web/img/share-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filiph/filiphnet/HEAD/web/img/share-image.jpg --------------------------------------------------------------------------------