並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 670件

新着順 人気順

Dependencyの検索結果201 - 240 件 / 670件

  • 忙しい人の為のDependency Injection(依存性注入)の概念 - Qiita

    はじめに 依存性の注入って稀に良く聞くけど何それよく分からん怖いって人(私)向けに書きました。 DIライブラリの使い方からDIを学ぼうとすると困難だったので、まずはDIとは?についてまとめています。 DIを行う組み立て役の係Assemblerが居ること、依存性という単語ではなく依存オブジェクトと念頭に置いとくと理解しやすいです。 Dependency Injection(依存オブジェクト注入)とは DIとは、Controllerが使用したい依存オブジェクトを第三者オブジェクトが生成/代入する概念のこと。 依存オブジェクトを生成/代入をする第三者オブジェクトAssemblerを導入する必要がある。 前提としてClassの公開済みの振る舞いとしてProtocol/Interface相当で定義する必要がある。 Protocol/Interfaceを使用しないスタイルでコーディングしているならば、

      忙しい人の為のDependency Injection(依存性注入)の概念 - Qiita
    • Dependency Tree-based Sentiment Classification using CRFs with Hidden Variables

      The ACL Anthology is currently maintained at http://aclanthology.info/ Will bring you to the Server in a few seconds ...

      • Dependency Walker 日本語化パッチ を作りました - Windows 2000 Blog

        3rdに引っ越しました。 2010/12/31 以前&2023/1/1 以降の記事を開くと5秒後にリダイレクトされます。 普段の日記は あっち[http://thyrving.livedoor.biz/] こちらには技術関係のちょっとマニアックな記事やニュースを載せます。 Windows2000ネタ中心に毎日更新。

        • GitHub - Leko/hothouse: Continuous dependency update for Node.js project

          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 - Leko/hothouse: Continuous dependency update for Node.js project
          • The wikitext long term dependency language modeling dataset -Salesforce Research

            Moirai: A Time Series Foundation Model for Universal Forecasting TL;DR: Moirai is a cutting-edge time series foundation model, offering universal forecasting capabilities. It stands out as a versatile time series forecasting model capable of addressing diverse forecasting tasks across multiple domains, frequencies, and variables in a zero-shot manner.  To achieve this, Moirai tackles four major ch

            • Thread by @_rsc: "@mattfarina @Crell @sdboyer This is an absolutely fair criticism - we have not handled the community process around dependency management we […]"

              @mattfarina @Crell @sdboyer This is an absolutely fair criticism - we have not handled the community process around dependency management well. The core Go team was not involved early or often enough for that process to lead to a smooth landing. As tech lead for Go, that was my fault, and I apologize. @mattfarina @Crell @sdboyer Ever since I wrote “go get,” we on the core Go team hoped the communi

                Thread by @_rsc: "@mattfarina @Crell @sdboyer This is an absolutely fair criticism - we have not handled the community process around dependency management we […]"
              • GitHub - Swinject/Swinject: Dependency injection framework for Swift with iOS/macOS/Linux

                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 - Swinject/Swinject: Dependency injection framework for Swift with iOS/macOS/Linux
                • sbtの"unresolved dependency"のデバッグ - Qiita

                  [info] Resolving com.github.ikuo#garapon4s_2.10;0.3.0 ... [warn] module not found: com.github.ikuo#garapon4s_2.10;0.3.0 ... [warn] ==== public: tried [warn] https://repo1.maven.org/maven2/com/github/ikuo/garapon4s_2.10/0.3.0/garapon4s_2.10-0.3.0.pom [warn] ==== Sonatype Releases: tried [warn] http://oss.sonatype.org/content/repositories/releases/com/github/ikuo/garapon4s_2.10/0.3.0/garapon4s_2.10-

                    sbtの"unresolved dependency"のデバッグ - Qiita
                  • GitHub - square/Cleanse: Lightweight Swift Dependency Injection Framework

                    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 - square/Cleanse: Lightweight Swift Dependency Injection Framework
                    • TitleNotifier.js - Lightweight, dependency-free JS library for title notification

                      Lightweight (< 3kb), dependency-free javascript library to dynamically show the number of unread notifications in your webpage title. View project onGitHub Try it Now! Play around with the buttons below and check the title of the page changing. +1 Notification -1 Notification Reset Notification Getting Started Download the project and include the js file before </body> <script src="title_notifier.

                      • Lightweight Dependency Injection tips // Speaker Deck

                        All slide content and descriptions are owned by their creators.

                          Lightweight Dependency Injection tips // Speaker Deck
                        • GitHub - manuelbieh/geolib: Zero dependency library to provide some basic geo functions

                          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 - manuelbieh/geolib: Zero dependency library to provide some basic geo functions
                          • wire で Dependency Injection しよう

                            Magic Moment の @aqlwah です。 私たちが開発している Magic Moment Playbook では、モジュール間の依存の管理を楽にするため wire を活用しています。 とても便利なツールですが、wire が行う Dependency Injection (DI:依存性の注入)がいまいち直感的に理解しづらく、弊チームでもバックエンドの新規参画者を迷わせる要因となっています。 本稿では、これから弊チームで wire に手間取る人が出ないことを願って、ざっくり wire の役割をまとめます。 DI って何よ wire は Dependency Injection (DI:依存性の注入)のためのツールです。 DI とは端的に言うと、「依存するモジュールを自分で生成せず、外部から受け取る(注入する)」デザインパターンです。 // without DI type Greet

                              wire で Dependency Injection しよう
                            • Dependency Injection in MVVM Architecture with ReactiveCocoa Part 2: プロジェクトの設定 - Qiita

                              Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 以下のブログ記事の翻訳です1。 Dependency Injection in MVVM Architecture with ReactiveCocoa Part 2: Project Setup 前回のブログ記事では、MVVM (Model-View-ViewModel) とReactiveCocoaの基本的な概念を説明しました。今回の記事からは、実際にMVVMアーキテクチャのアプリを開発し、Swinjectを用いたdependency injectionを行っていきます。MVVMの各コンポーネント間で受け渡されるイベントを扱うために

                                Dependency Injection in MVVM Architecture with ReactiveCocoa Part 2: プロジェクトの設定 - Qiita
                              • GitHub - ecrmnn/collect.js: 💎  Convenient and dependency free wrapper for working with arrays and objects

                                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 - ecrmnn/collect.js: 💎  Convenient and dependency free wrapper for working with arrays and objects
                                • GitHub - olov/ng-annotate: Add, remove and rebuild AngularJS dependency injection annotations

                                  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 - olov/ng-annotate: Add, remove and rebuild AngularJS dependency injection annotations
                                  • Dependency Injection with the Cake Pattern in Swift | Acqui-hire Me!

                                    Dependency injection can be a useful tool for creating modular, loosely coupled, and easily testable code. At its core, it’s a simple concept. Objects should have their dependencies passed to them instead of creating their own internally. Unfortunately, simple practices like constructor or property injection can become more difficult and error prone as applications grow larger. Anyone who has done

                                    • ERESOLVE unable to resolve dependency treeの解決方法 - Qiita

                                      背景 Dockerのnodeコンテナ内で、create-react-appでReactプロジェクトを作成し、 その後にmaterial-uiをインストールしようとしたときに、発生したエラーでした。 ※調べてみた感じ、npm installで、インストール元のパッケージのバージョンが最新(latest)で、 インストールするパッケージの最新バージョンが同等(peer)でなかったときに発生するエラーのようでした。 結論 そのライブラリをインストールしたい場合は、npm installのあとに、--save --legacy-peer-depsを追加してあげましょう。 もしくは、インストール元のプロジェクトのダウングレードを検討しましょう。。 経緯 # このようなエラーが発生。。 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve

                                        ERESOLVE unable to resolve dependency treeの解決方法 - Qiita
                                      • Amazon ECS Introduces Enhanced Container Dependency Management

                                        Amazon Elastic Container Service (Amazon ECS) introduces additional task definition parameters that enable you to define dependencies for container startup and shutdown as well as a per-container start and stop timeout value. Previously there was no way to ensure that containers start up or shut down in any particular order. Now, a number of common application use cases are enabled. For example, a

                                          Amazon ECS Introduces Enhanced Container Dependency Management
                                        • MeCab: Yet Another Japanese Dependency Structure Analyzer

                                          出力フォーマット $Id: format.html 161 2008-02-03 09:58:46Z taku-ku $; 概要 MeCab は, ChaSen と同様, 出力のフォーマットを比較的自由に再定義することができます. また, 設定ファイルにフォーマットを複数記述しておき, 実行時にそれらを 切り変えることが可能です. これは, MeCab 独自の機能です. 出力フォーマットの指定 以下の 3つ出力フォーマットを変更することができます. node: 1つの形態素を出力, デフォルトは空文字 unk: 1つの未知語形態素を出力, デフォルトは node と同一フォーマット bos: 形態素解析の結果に先だって出力 (header 的役割), デフォルトは空文字 eos: 形態素解析の結果の後に出力 (footer 的役割), デフォルトは "EOS\n" 明示的に指定されない場合

                                          • Pieceの中のSymfony #3: Dependency Injectionコンポーネント

                                            Piece FrameworkのプロダクトのひとつStagehand_TestRunnerは、CLIでユニットテストを実行するための継続的テストランナーです。Stagehand_TestRunner v3の実装には多くのSymfonyコンポーネントが使われています。今回はStagehand_TestRunnerを動作させる上で重要な役割を果たしているDependency Injectionコンポーネントについて具体的な使い方を解説します。 Symfony Dependency InjectionコンポーネントDependency InjectionコンポーネントはSymfonyにおけるDIコンテナの実装であり、WebアプリケーションフレームワークとしてのSymfonyの基盤となるプロダクトです。サービスの依存性とその注入方法の定義、サービスの作成・取得、サービスへの依存性の注入、といったD

                                              Pieceの中のSymfony #3: Dependency Injectionコンポーネント
                                            • dependency-cruiserを使って依存関係を検証し潜在的なバグを潰す - Qiita

                                              { "forbidden": [ { "name": "not-to-test", "comment": "Don't allow dependencies from outside the test folder to test", "severity": "error", "from": { "pathNot": "^(test|spec)" }, "to": { "path": "^(test|spec)" } }, { "name": "not-to-spec", "comment": "Don't allow dependencies to (typescript/ javascript/ coffeescript) spec files", "severity": "error", "from": {}, "to": { "path": "\\.spec\\.(js|ts|ls

                                                dependency-cruiserを使って依存関係を検証し潜在的なバグを潰す - Qiita
                                              • Dependency Injection in Swift

                                                VIPER EXAMPLE class AppDependencies { init() { configureDependencies() } func configureDependencies() { // Root Level Classes let coreDataStore = CoreDataStore() let clock = DeviceClock() let rootWireframe = RootWireframe() // List Module Classes let listPresenter = ListPresenter() let listDataManager = ListDataManager() let listInteractor = ListInteractor(dataManager: listDataManager, clock: cloc

                                                  Dependency Injection in Swift
                                                • GitHub - ben-manes/gradle-versions-plugin: Gradle plugin to discover dependency updates

                                                  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 - ben-manes/gradle-versions-plugin: Gradle plugin to discover dependency updates
                                                  • Dependency injection with Dagger 2 - Custom scopes – froger_mcs dev blog – Coding with love {❤️}

                                                    This post is a part of series of posts showing Dependency Injection with Dagger 2 framework in Android. Today I’m going to spend some time with custom scopes - functionality which can be a bit problematic for Dependency Injection beginners. Scope - what does it give us? Almost every project uses singletons - for API clients, database helpers, analytics managers etc. But since we don’t care about i

                                                    • MeCab: Yet Another Japanese Dependency Structure Analyzer

                                                      スクリプト言語のバインディング $Id: bindings.html 161 2008-02-03 09:58:46Z taku-ku $; 概要 各種スクリプト言語 (perl, ruby, python, Java) から, MeCab が提供する形態素解析の機能を利用可能です. 各バインディングは SWIG というプログラ ムを用いて, 自動生成されています. SWIG がサポートする他の言語も 生成可能だと思われますが, 現在は, 作者の管理できる範囲内ということで, 上記の4つの言語のみを提供しております. インストール 各言語バイディングのインストール方法は, perl/README, ruby/README, python/README, java/README を御覧下さい. とりあえず解析する MeCab::Tagger というクラスのインスタンスを生成し, pa

                                                      • About – dependency-check-maven

                                                        OWASP dependency-check is an open source solution to the OWASP Top 10 2021 entry: A06:2021 – Vulnerable and Outdated Components. Dependency-check can currently be used to scan software to identify the use of known vulnerable components. For a full list of supported languages/technologies please see the File Type Analyzer page). Note that some of the analyzers are experimental and may produce more

                                                        • npmgraph - NPM Dependency Diagrams

                                                          Graph / visualize of npm dependencies

                                                            npmgraph - NPM Dependency Diagrams
                                                          • GitHub - atomicobject/objection: A lightweight dependency injection framework for Objective-C

                                                            Description Objection is a lightweight dependency injection framework for Objective-C for MacOS X and iOS. For those of you that have used Guice, Objection will feel familiar. Objection was built to stay out of your way and alleviate the need to maintain a large XML container or manually construct objects. Features "Annotation" Based Dependency Injection Seamless support for integrating custom and

                                                              GitHub - atomicobject/objection: A lightweight dependency injection framework for Objective-C
                                                            • Compile Time Dependency Injection with Play 2.4 – Loïc's Blog

                                                              June 3, 2015 Update 23/07/2015 : How to add stop hooks for your modules, how to inject play modules (WSClient, I18n, Cache, …) Update 15/12/2015 : How to configure Play logs and Http filters Play Framework, in its new version, provides a lot of new stuff to handle dependency injection at runtime, using Guice. With Scala, I always prefer using compile time dependency injection, as it allows to see

                                                              • Dependency Injection With Dagger 2 on Android | Envato Tuts+

                                                                Dependency injection is a software design pattern focused on making our applications loosely coupled, extensible, and maintainable. In this tutorial, you will learn how to handle dependency injection using Dagger 2. Introduction When you have an object that needs or depends on another object to do its work, you have a dependency. Dependencies can be solved by letting the dependent object create th

                                                                  Dependency Injection With Dagger 2 on Android | Envato Tuts+
                                                                • Scaldi - Lightweight Scala Dependency Injection Library

                                                                  Scaldi Lightweight Scala Dependency Injection Library Scaldi provides simple and elegant way to do dependency injection in Scala. By using expressive power of the Scala language it defines intuitive and idiomatic DSL for binding and injecting dependencies. It is very extensible library, so you can easily extend or customize almost any aspect of it. Some of the more unique Scaldi features are advan

                                                                  • TikZ-dependency で 係り受け木を描く - tetsuok の旅 blog

                                                                    自然言語処理の本や論文を読んでいると, 綺麗な曲線で係り受け木を描いてあるものがあります. 一体どうやって書いているんだろうとずっと以前から思っていたところ, 先日 tikz-dependency という LaTeX のパッケージを見つけました. これは PGF/Tikz (以下 tikz) のラッパーとなっていて, 係り受け木を描くために特化したものとなっています. 論より証拠ということで, 日本語の文の係り受け木を描く例のコードを示します. 係り受け木を描く機能は dependency 環境を使います. オプションとして "theme = simple" というのがありますが,これは係り受け木の見栄えを変えるものです. 続いて入力となる文を deptext 環境内に書きます.コードの例では,文節単位の日本語の係り受けを考えているため,文節単位で区切っています.  そして, 各文節間の係

                                                                      TikZ-dependency で 係り受け木を描く - tetsuok の旅 blog
                                                                    • GitHub - robinmoisson/staticrypt: Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed.

                                                                      Safely encrypt and password protect the content of your public static HTML file, to be decrypted in-browser without any back-end - to serve it over static hosting like Netlify, GitHub pages, etc. (see a live example). StatiCrypt uses AES-256 and WebCrypto to encrypt your HTML file with your long password, and returns a static HTML page showing a password prompt that you can now safely upload anywh

                                                                        GitHub - robinmoisson/staticrypt: Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed.
                                                                      • GitHub - glidejs/glide: A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

                                                                        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 - glidejs/glide: A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
                                                                        • Python で DI(Dependency Injection) を実現するフレームワークの Injector を使ってみる | DevelopersIO

                                                                          Python で DI(Dependency Injection) を実現するフレームワークの Injector を使ってみる Python コードの品質向上のために、DI(Dependency Injection) フレームワークの injector を導入してみました。 はじめに こんにちは、筧( @TakaakiKakei )です。 所属しているチームでは、開発言語として python をよく使っています。 そして最近、コード品質向上のために injector を導入しました。 alecthomas/injector: Python dependency injection framework, inspired by Guice injector は python で DI を実現するフレームワークです。 私は DI 初心者で、同僚のコードを読み解きながら理解を進めている状況です。

                                                                            Python で DI(Dependency Injection) を実現するフレームワークの Injector を使ってみる | DevelopersIO
                                                                          • Container Security: Isolation Heaven or Dependency Hell - Red Hat Customer Portal

                                                                            September 2004 (1) March 2005 (1) June 2006 (1) January 2007 (1) May 2007 (1) June 2007 (2) November 2007 (1) January 2008 (1) February 2008 (1) May 2008 (1) December 2008 (1) January 2009 (1) September 2009 (1) February 2010 (1) April 2010 (1) November 2010 (1) January 2011 (1) May 2011 (2) July 2011 (1) August 2011 (1) December 2011 (1) February 2012 (1) August 2012 (1) September 2012 (2) Octobe

                                                                              Container Security: Isolation Heaven or Dependency Hell - Red Hat Customer Portal
                                                                            • GitHub - dyatko/arkit: JavaScript architecture diagrams and dependency graphs

                                                                              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 - dyatko/arkit: JavaScript architecture diagrams and dependency graphs
                                                                              • Contexts and Dependency Injection(CDI)入門

                                                                                Contexts and Dependency Injection(CDI)入門 1. Copyright © 2013, Oracle and/or its affiliates. All rights reserved.1WebLogic Server 勉強会Context and Dependency Injection(CDI)入門2013年 6月20日日本オラクル株式会社Fusion Middleware事業統括本部 松林晶 2. Copyright © 2013, Oracle and/or its affiliates. All rights reserved.2Program Agenda Context and Dependency Injection(CDI)– CDIとは– CDI 1.1 New Feature(Java EE 7) 3. Copyright ©

                                                                                  Contexts and Dependency Injection(CDI)入門
                                                                                • Rails の require_dependency とは何か? - rochefort's blog

                                                                                  Rails Guide を見てみますが、いまいちピンとこないのでソースを見てみました。 http://railsguides.jp/autoloading_and_reloading_constants.html#require-dependency 先にまとめ require_dependency とは、production環境では require し development環境では Kernel.load する。 Kernel.load は呼ばれるたびにロードされるので、開発時には効率が良い。 通常は、autoload でことが足りそうな気がしますが、 何かautload_pathsに含まれないものをrequireする際には使うと良いでしょう。 ソース見てみるよー require_dependency activesupport-5.0.0.1/lib/active_support/d

                                                                                    Rails の require_dependency とは何か? - rochefort's blog