並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 1144件

新着順 人気順

Componentの検索結果161 - 200 件 / 1144件

  • Navigation Architecture Component によるアプリ内遷移の管理

    2019/02/08(金) に DroidKaigi 2019 で使用したスライドです Management of In-App Transition using Navigation Architecture Component

      Navigation Architecture Component によるアプリ内遷移の管理
    • 【CEDEC2018】CPUを使い切れ! Entity Component System(通称ECS) が切り開く新しいプログラミング

      3. 本講演の対象バージョン Unity2018.2.2f1 { "dependencies": { "com.unity.entities": "0.0.12-preview.8", "com.unity.package-manager-ui": "2.0.0-preview.3", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", "com.unity.modules.cloth": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.imageconver

        【CEDEC2018】CPUを使い切れ! Entity Component System(通称ECS) が切り開く新しいプログラミング
      • I am mitsuruog | ReactのHigher order component(HOC)をTypeScriptで作る

        React の Higher order component(以下、HOC)を TypeScript で作る方法の紹介です。 作り方を探したところ、こちらの記事がほぼ完璧だと思ったので、本人に許可をもらってゆるく翻訳しながら紹介することにしました。 (完全な翻訳を目指しているわけではないので、細かいニュアンスまで気になる方は英語の記事を直接読んでください。あと少しコードは自分好みに変えてます。) React Higher-Order Components in TypeScript made simple https://codeburst.io/react-higher-order-components-in-typescript-made-simple-6f9b55691af1 本人によると、この記事は HOC の作り方について同僚とディスカッションした内容をまとめたものだそうです。同

          I am mitsuruog | ReactのHigher order component(HOC)をTypeScriptで作る
        • React Server Component、そしてqwikのインパクト ー フロントエンドアーキテクチャの最新動向をmizchiさんに聞いてきた(1)

          こんにちは、テックフィード白石です。 日本のエンジニア界隈をリードするエキスパートに、テクノロジーの最前線を語っていただくYouTube動画連載「Ask the Expert」の新着動画が公開されました! 今回は、フロントエンドのエキスパートmizchiさんに、フロントエンドの最新動向について詳しく伺ってきました。 mizchiさんのアカウントをぜひフォローしましょう! mizchiさん(フロントエンド兼Node.jsエンジニア) ついでに白石のもフォロー推奨: 聞き手: テックフィード白石 以下に掲載するのは、インタビュー動画の内容の要約です(正確な書き起こしではありません)。 内容をフルにご覧になりたい方は、ぜひ動画をご視聴ください。 ご質問、ご感想などはYouTubeのコメント、もしくはこの記事のコメント欄でも受け付けております。どしどしお寄せください😊 以下、動画の内容の要約です

            React Server Component、そしてqwikのインパクト ー フロントエンドアーキテクチャの最新動向をmizchiさんに聞いてきた(1)
          • Server Component と Client Component で依存モジュールを切り替える

            ちょっとした React Server Component 小ネタ。 Next.js (webpack, Turbopack) で確認しているが、おそらく RSC に対応しているツールであったらどれも変わらないはず。 アプリケーションの package.json の imports セクションに以下のように記載しておく。util の部分は好きな文字列で構わないが # から始めておくこと。 { "imports": { "#util": { "react-server": "./src/util.react-server.ts", "default": "./src/util.default.ts" } } }React Server 環境とそれ以外の環境用、それぞれの実装を用意する。 とりあえず結果が異なることを確認したければ以下のような感じ。 /* ./src/util.default.

            • GitHub - react-pdf-viewer/react-pdf-viewer: A React component to view a PDF document

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - react-pdf-viewer/react-pdf-viewer: A React component to view a PDF document
              • Item Transition Inspiration | Demo 1: Small Component

                Images from the Hand Lettering project by Ben Johnston If you enjoyed this demo you might also like: Simple Stack Effects Medium-Style Page Transition

                • Peripheral Component Interconnect - Wikipedia

                  おおむね2000年代初頭を中心とした前後数年間において、PCIバスはパーソナルコンピュータ(パソコン)またはワークステーション、サーバ、オフィスコンピュータ用の拡張カードを増設するための業界標準のバスとして広く採用されていたが、2004年に登場した後継規格のPCI Expressが、まずグラフィックカードの分野で急速に普及し、その他の拡張カードも2010年代中盤頃にかけて次第に代替されていった。 2003年時点の最新バージョンはPCI 3.0である。 一般のパソコンではPCI 2.3準拠の 32ビットの33 MHz、帯域幅半二重132 MB/s[1]、5 V信号のPCIバスが採用されていた。64ビット/66 MHz PCIやさらに高速なPCI-Xは高価で、一部のPower Macなどに搭載された以外は、シリアルATAや1000BASE-Tの登場で32ビット/33 MHz PCI帯域幅の限界

                    Peripheral Component Interconnect - Wikipedia
                  • wit-bindgenとjcoでWebAssembly Component Modelに入門する | MaybeUnInit

                    wit-bindgenとjcoでWebAssembly Component Modelに入門する #2023-04-18 WebAssembly Component Modelを追えていなかったのでHello World的なものを動かし概要を理解したい。 目次WebAssembly Component Model #WebAssembly/component-modelにspecは定義されており、現在のPhaseはPhase 1 - Feature Proposal (CG)となっている。 Goals #上記においてGoalsとして以下を挙げている。 ポータブルで効率的なバイナリフォーマットの定義ポータブルで仮想化可能なインターフェースのサポートWebAssemblyのユニークな価値提案の維持Component Modelの段階的定義MVP における usecase #またMVPにおけるu

                    • Angular Component Dev Kit 入門

                      はじめに 何やかんやでAngularネタを書くのはわりと久しぶりです。 長らくbetaだったAngular MaterialもいよいよRCを迎えています。 今日は、Angular MaterialのサブプロジェクトであるAngular Component Dev Kit(以下CDK)について簡単に紹介していきます。 CDKを学ぶべき理由 Angular Materialのステータスアップデート にもあるとおり、 CDKの目的は、Webのための素晴らしいコンポーネントを開発するためのツールを開発者に提供することです。これは、Material Designビジュアル言語を採用せずにAngular Materialの機能を利用したいプロジェクトに特に役立ちます。 CDKはUIライブラリ開発にありがちな機能を、コンポーネント開発基盤としてまとめたパッケージです。 「CSSをデザイナが提供してくれる

                        Angular Component Dev Kit 入門
                      • FlutterのBLoC(Business Logic Component)のライフサイクルを正確に管理して提供するProviderパッケージの解説

                        [2020年2月追記] 個人的には現在はBLoCパターンおよびbloc_providerパッケージは採用していません記事執筆当時の2018年末にはBLoCが数少ない有望なパターンと評価していて、その実用に必要なbloc_provider パッケージを自作した2019年明けくらいから provider パッケージが進化してきて、さらにGoogle Flutterチームから推奨されるまでになって、機能の被るbloc_provider パッケージはほぼ不要な存在になったbloc_providerに代わって、Dispose周りだけ自動的にやってくれるprovider互換の薄いラッパーである disposable_provider を用意して、それは自ら利用しているBLoCパターンの採用が適しているのは、個人的にはAngularDartとの共通化が求められる時くらいだと感じていて、その他の大抵の場合

                          FlutterのBLoC(Business Logic Component)のライフサイクルを正確に管理して提供するProviderパッケージの解説
                        • Component Kitchen - Web Component Experts

                          Web component experts Web components let you extend HTML with new capabilities. Component Kitchen are experts on this transformational technology. We design, develop, and customize web components so you can accelerate your work and improve your user experience. Elix is our open source collection of common user interface patterns like lists, menus, popups, and carousels.

                          • @Component、@Service、@Repository、@Controllerの違いについて - Qiita

                            Spring MVCでコントローラー層のクラスに付与する。 Controller は、主に以下の役割を担う。 ・画面遷移の制御 ・ドメイン層の Service の呼出 (主処理を実行する) @Controller @RequestMapping("findProduct") public class FindProductController { @Inject FindProductService findProductService; @RequestMapping(value="list") public String list(Model model) { Collection<Product> products = findProductService.findAll(); model.addAttribute("products", products); return "pro

                              @Component、@Service、@Repository、@Controllerの違いについて - Qiita
                            • Stateless な React Component の記法をまとめてみた - Qiita

                              はじめに React Component には様々な書き方があるので、自分の理解のため整理してみました。 var CommentBox = ... ReactDOM.render( <CommentBox hello="Hello, world" name="CommentBox" />, document.getElementById('content') ) 以下、CommentBox に hello と name という props を渡す stateless なコンポーネントを前提とします。 基本型 チュートリアルに出てくる書き方で、誰しもが真っ先に覚える書き方かと思います。 https://facebook.github.io/react/docs/tutorial.html var CommentBox = React.createClass({ render: functio

                                Stateless な React Component の記法をまとめてみた - Qiita
                              • IRCウンコゲーム POE::Component::Server::UnkoGameIRC - Lazy Programmer :-p

                                IRCウンコゲームとは --unko_start と発言すると、誰か一人が「うんこ」としか発言しなくなります。ただし本人はそれに気づくことができません。 ソース チャンネル指定とか入れ忘れてる。実装が無理矢理。あくまで動作確認レベル。 package POE::Component::Server::UnkoGameIRC; use base qw/POE::Component::Server::IRC/; use strict; use warnings; use Data::Dumper; use List::Util; my $USER = (); my $STATUS = {}; sub _daemon_cmd_message { my $self = shift; my $nick = shift || return; my $type = shift || return; my

                                  IRCウンコゲーム POE::Component::Server::UnkoGameIRC - Lazy Programmer :-p
                                • Class::Component序章

                                  操作方法 → キー: 次のページへ ← キー: 前のページへ ↑ キー: 目次ページへ ↓ キー: 目次ページから戻る 目次ページでは ← → キーで一覧を移動し、クリックで選択します

                                  • Announcing Cypress 10 with Component Testing Beta!

                                    Hello, friends! Today, we have an exciting announcement to share. The title up above might have given it away, but in case you missed it, Cypress 10 is here 🎉! Cypress 10 is our most exciting release yet, and we have a lot to unpack, so let's dive in and look at some of the new functionality. New Cypress AppThe new Cypress appWe reworked the Cypress app from the ground up to modernize the interfa

                                      Announcing Cypress 10 with Component Testing Beta!
                                    • GitHub - redux-form/redux-form: A Higher Order Component using react-redux to keep form state in a Redux store

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - redux-form/redux-form: A Higher Order Component using react-redux to keep form state in a Redux store
                                      • Semantic-Org/Semantic-UI: Semantic is a UI component framework based around useful principles from natural language.

                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                          Semantic-Org/Semantic-UI: Semantic is a UI component framework based around useful principles from natural language.
                                        • Vue.jsでForm部品をComponent化する - Qiita

                                          はじめに ゆるいAtomicDesignを意識してForm部品をComponent化してみました。 Input <template> <label> <span v-if="$slots.label"><slot name="label"></slot></span> <span v-else-if="label">{{ label }}</span> <input :type="type" :name="name" :placeholder="placeholder" :value="value" @input="updateValue" @focus="$emit('focus', $event)" @blur="$emit('blur', $event)" > </label> </template> <script> export default { props: { value:

                                            Vue.jsでForm部品をComponent化する - Qiita
                                          • [redux] Presentational / Container componentの分離 - react-redux.connect()のつかいかた - Qiita

                                            [redux] Presentational / Container componentの分離 - react-redux.connect()のつかいかたReactredux ReduxをReactと同時につかうときは,コンポーネントをPresentational componentとContainer componentに分離することがプラクティスの一つらしいです. このための道具としてconnect()関数がreact-reduxパッケージで提供されています. http://redux.js.org/docs/basics/UsageWithReact.html に詳しいです. 表示のみに専念するPresentational componentとロジックのみに専念するContainer componentを分離することで,コンポーネントの再利用性を高めることができる,らしいです. 自分

                                              [redux] Presentational / Container componentの分離 - react-redux.connect()のつかいかた - Qiita
                                            • Sankey diagram component

                                              This diagram show how energy is converted or transmitted before being consumed or lost: supplies are on the left, and demands are on the right. Data: Department of Energy & Climate Change via Tom Counsell d3-sankey is not part of core D3; it must be loaded separately. Here we’re using require to load it, while also ensuring that its dependencies on d3-array and d3-shape resolve to the copy of D3 t

                                                Sankey diagram component
                                              • React.jsのComponentについて - Qiita

                                                // ダメ render() { return ( <div>title</div> <div>contents</div> ) } // OK render() { return ( <div> <div>title</div> <div>contents</div> </div> ) } また、renderメソッドはどのタイミングで何度呼ばれるかわからないので必ず冪等性がある実装にする必要があります。 Separation of concerns? ところで、React.jsではComponentとして、マークアップとViewのロジックをcreateClassの中に書いていくのですが、他のフレームワークのようにマークアップはHTMLやmustacheで書いてViewのロジックをJSで書くみたいに分かれてなくて気持ち悪い!という人もいるのではないでしょうか? それに対して、React.j

                                                  React.jsのComponentについて - Qiita
                                                • 23 Best React UI Component Libraries And Frameworks | HackerNoon

                                                  SUBSCRIBE SUBSCRIBE TO RECEIVE THIS WRITER'S CONTENT STRAIGHT TO YOUR INBOX! by Jonathan Saring @ysaring.I write code and words. Working on github.com/teambit/bit

                                                    23 Best React UI Component Libraries And Frameworks | HackerNoon
                                                  • Windows VistaやOffice 2003/2007/2010などに脆弱性、中東でゼロデイ攻撃 「Microsoft Graphics Component」のTIFF処理に起因

                                                    • Component Party

                                                      Component party Web component JavaScript frameworks overview by their syntax and features

                                                        Component Party
                                                      • Building a Gantt Chart Component in Flex | Doug McCune

                                                        Here’s my intial attempt at making something that resembles a Gantt chart. There’s been some good discussion about this recently on flexcoders. People have suggested a few different ways of making a Gantt chart. Here I’ll outline the main ideas that have been thrown around and then I’ll go over the example that I came up with. Option 1: Use the DataGrid as the base. This was the approach that Andr

                                                        • GitHub - FormidableLabs/react-game-kit: Component library for making games with React & React Native

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - FormidableLabs/react-game-kit: Component library for making games with React & React Native
                                                          • Principal Component Analysis explained visually

                                                            By Victor Powell with text by Lewis Lehe Principal component analysis (PCA) is a technique used to emphasize variation and bring out strong patterns in a dataset. It's often used to make data easy to explore and visualize. 2D example First, consider a dataset in only two dimensions, like (height, weight). This dataset can be plotted as points in a plane. But if we want to tease out variation, PCA

                                                            • Component Declaration | Vue Patterns

                                                              <template> <p class="demo"> <button class="btn-primary" @click.prevent="handleClick"> <slot></slot>(clicked - {{count}}) </button> </p> </template> <script> export default { data() { return { count: 0, }; }, methods: { handleClick() { this.count++; console.log('clicked', this.count); }, }, }; </script> <style scoped> .btn-primary { display: inline-block; font-size: 1.2rem; color: #fff; background-

                                                              • Component Lifecycle Simulators — React Armory

                                                                This simulator allows you to step through each lifecycle method as a component is initialized and mounted, and watch how this.state and this.props respond to various actions at each point in time. How to use:Press Instantiate to start the simulation.Press Set this.state to run this.state = { next: 1 }.Press Call setState to simulate a call to this.setState that increments this.state.next.Press Cha

                                                                  Component Lifecycle Simulators — React Armory
                                                                • Windows と C++: Windows Imaging Component の基礎

                                                                  CComPtr<IStream> stream; // Create stream object here ... HR(decoder->Initialize( stream, WICDecodeMetadataCacheOnDemand)); I'll discuss streams later in this article, but IStream is just the traditional COM stream interface used by many APIs including the XmlLite parser I covered in the April 2007 issue of MSDN® Magazine (msdn.microsoft.com/msdnmag/issues/07/04/Xml). The second parameter to the I

                                                                    Windows と C++: Windows Imaging Component の基礎
                                                                  • GitHub - donavon/hook-flow: A flowchart that explains the new lifecycle of a Hooks component. https://dwe.st/hf

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                                      GitHub - donavon/hook-flow: A flowchart that explains the new lifecycle of a Hooks component. https://dwe.st/hf
                                                                    • Bosonic Web Component

                                                                      A practical collection of everyday Web Components Getting started A curated library of reusable Custom elements at an atomic level Carefully crafted with web standards and accessibility in mind, these custom HTML elements cover the web developer everyday needs. Simply put, these are the 'atomic parts' that will make up your application. Think of them as a system of component blueprints that are ea

                                                                      • Front-end Application Libraries and Component Architectures - Telerik Blogs

                                                                        Component architectures are an important part of ever modern front-end framework. In this article, I'm going to dissect Polymer, React, Riot.js, Vue.js, Aurelia and Angular 2 components. The goal is to make the commonalities between each solution obvious. Hopefully, this will convince you that learning one or the other isn't all that complex, given that everyone has somewhat settled on a component

                                                                          Front-end Application Libraries and Component Architectures - Telerik Blogs
                                                                        • Vue CLI v3 を利用して、あらゆるサイトに埋め込める Web Component ベースの Qiita スライドビューアーを開発した話 - Qiita

                                                                          Vue CLI v3 を利用して、あらゆるサイトに埋め込める Web Component ベースの Qiita スライドビューアーを開発した話JavaScriptVue.jsWebComponentsdeprecated Vue.js Advent Calendar 2018 の管理担当、言い出しっぺだから全部参加をポリシーで進めている potato4d です。 今年は以下の2つを公開しており、ことしは守りのコードを中心に紹介しました。 Vuexによる状態管理を含む最高に快適な Vue.js + TypeScript の開発環境を目指す話 JavaScript ベースの Vue.js プロジェクトのデータ構造を JSON Schema を使って守る ですが、ここは #1 アドベントカレンダー。せっかくなので、もう少し夢のある話をしたいと思います。 Kamishibai Viewer という

                                                                            Vue CLI v3 を利用して、あらゆるサイトに埋め込める Web Component ベースの Qiita スライドビューアーを開発した話 - Qiita
                                                                          • RiotGear - The open source component library for RiotJS

                                                                            Fork me on GitHub RiotGear The open source component library for RiotJS Get Started v3.6.0 - View Github Project - Download - Blaze CSS Ready made components RiotGear was built to help. Help you improve your app development speed. If we've built it already why reinvent the wheel? The components should have all the functionality the majority of people need. In just a few lines of code you could hav

                                                                            • Vanishing Component Analysisがダメそうという話 - 地球飽きた

                                                                              要約: Vanishing Component Analysisは問題設定のレベルで壊れていると思うので誰かなんとかしてあげてほしい(4/12追記あり) http://d.hatena.ne.jp/m-a-o/20140323#p2 で、一時期話題になったVanishing Component Analysis([1], 以下VCA)への疑義が呈されていたので原論文を読んだ。感想はほぼ同じだったので上のエントリを読んでもらえればいいのだけど、ここでは自分なりに問題点をまとめなおしておく。 まずは背景から。多項式環とそのイデアルについては省略。今、$\mathbb{R}^n$上に$m $個の点が与えられたとすると、それら全ての点で0になる多項式の集合はイデアルをなすことがすぐに分かる(零化イデアル)。以下、点集合を$S_m $、対応する零化イデアルを$I(S_m)$と書くことにする。$i$番

                                                                                Vanishing Component Analysisがダメそうという話 - 地球飽きた
                                                                              • Introducing the Cypress Component Test Runner– new in 7.0.0

                                                                                We’re proud to announce the alpha release of Cypress’s dedicated Component Test Runner. It’s a brand new test runner that’s designed to replace your node-based component tests. Our Component Test Runner executes your component tests in the browser as a user would by simulating real interactions by using Cypress's robust test driver. Since it runs in the browser, you get to debug your components us

                                                                                  Introducing the Cypress Component Test Runner– new in 7.0.0
                                                                                • Vanishing Component Analysis を試作してみました

                                                                                  ICML2013で発表された Vanishing Component Analysis(VCA) の論文が面白そうであるということで、簡単に試作してみた。 以下に、試作したコードを公開しました: https://github.com/htsukahara/vca/tree/master/sources/vca-1.0.0 基本的に、論文の中にあるアルゴリズムを何も考えずに実装しました。 デバッグはちゃんとやっていないので、バグがある可能性大ですので、ご注意下さい。 また、このトイデータによる実験結果について、以下にまとめてみました: プログラムを書いてみて、意外に多変数多項式を効率良く扱うプログラムを書くのは大変なんだと思い知りました。 今回は、効率は全く考えていませんが、今後、その辺りを考えて、ちゃんと実装してみたいと思います。 [追加] 以下に、補足の記事を追加したので、そちらもご覧下

                                                                                    Vanishing Component Analysis を試作してみました