並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 672件

新着順 人気順

Dependencyの検索結果161 - 200 件 / 672件

  • Biicode: c++ dependency manager

    How long does it take you to set up and compile the challenge? Biicode's technology can do it automatically for you either on Linux, Windows or Mac. The Problem How many times did you have to write code to multiply two matrices ? How many copies of the same functionality do you have on your hard drive? How long does it take to adapt existing code? How long have you been waiting for your SM to incl

    • React Contexts and Dependency Injection

      In this post I want to explore the idea of using contexts in React to implement dependency injection (DI) in our application. We’ll cover two things: What contexts are in React and how they work Why we care about DI and how we can implement them using contexts. React and Contexts Contexts were formalized in React 0.12, and are planned for React 1.0. They are a mechanism for a component to pass pro

      • GitHub - NodeSecure/cli: JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local 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 - NodeSecure/cli: JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.
        • GitHub - statsig-io/statuspage: A simple, zero-dependency, pure js/html status page based on GitHub Pages and Actions.

          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 - statsig-io/statuspage: A simple, zero-dependency, pure js/html status page based on GitHub Pages and Actions.
          • "Dependency Injection" in Golang

            The worst kept secret about unit testing in general, and TDD specifically, is that it's primarily a design activity with future correctness as a side effect. Unit tests don't uncover all design problems, but they are effective with respect to cohesion and coupling issues and the rather significant principals that relate to these. One thing I've noticed from programmers who've spent most of their l

            • Dependency versions

              For a history of dependency changes, see the past releases. Programmatic access Want a more programmatic way to keep your local version of Jekyll up to date? All dependencies are bundled within the GitHub Pages Ruby gem, or are available programmatically via pages.github.com/versions.json Last updated 2024-11-27 06am +0000.

              • OWASP dependency-check を利用して脆弱性のある Java ライブラリに依存していないか確認する - tokuhirom's blog

                OWASP dependency-check を利用して脆弱性のある Java ライブラリに依存していないか確認する 依存しているライブラリに脆弱性がある場合、それを検出できると嬉しい。 OWASP dependency-check の gradle プラグインを入れると、簡単に検出が可能となる。 設定は以下のようであり、非常に容易である。 buildscript { repositories { mavenCentral() } dependencies { classpath('org.owasp:dependency-check-gradle:3.2.1') } } apply plugin: 'org.owasp.dependencycheck' check.dependsOn dependencyCheckAnalyze // https://jeremylong.github.

                • MeCab: Yet Another Japanese Dependency Structure Analyzer

                  MeCab ライブラリ $Id: libmecab.html 161 2008-02-03 09:58:46Z taku-ku $; C ライブラリ仕様 C ライブラリは以下の関数を提供しています. mecab_t *mecab_new (int argc, char **argv) mecab のインスタンスを生成します. 引数には, C 言語の, main 関数で使用される argc, argv スタイルの引数を与えます. この引数は, mecab コマンドと同じ方法で処理されます. 成功すれば, mecab_t 型のポインタが返ってきます. このポインタを通して解析 を行います. 失敗すれば NULL が返ってきます. mecab_t *mecab_new2 (const char *arg) mecab のインスタンスを生成します. 引数には, 一つの文字列として表現した

                  • require_dependencyとrequireの違い - RubyBeginner (ルビギナー)の世にも奇妙な開発

                    INDEX PAGE require_dependencyとrequireの違い 色々なソースの中でrequire_dependencyというのがでてくるが いったいどういう意味なのかよく理解できずに利用していました。 自分でかいたことはほぼないのですが そろそろまじめに調べてみようと思いソースを読もうとしましたが Googleで調べたら詳しく説明しているサイトが。 http://www.pistolfly.jp/weblog/2007/06/require-dependency.html まとめると ■require ・Rubyの機能 ・指定したRubyファイルを読み込む ・既に当該ファイルがキャッシュ済みならそちらを読みこむ ■require_dependency ・Ruby On Railsの機能 ・指定したRubyファイルを読み込む ・既に当該ファイルがキャッシュされていても再度読

                      require_dependencyとrequireの違い - RubyBeginner (ルビギナー)の世にも奇妙な開発
                    • OSCON 2005 - Dependency Injection

                      Dependency Injection: Vitally Important or Totally Irrelevant?

                      • Kotlin + buildSrc for Better Gradle Dependency Management – Handstand Sam

                        Multi-module Android projects are now the recommended way to take advantages of performance improvements with Android Gradle Plugin 3+.  However, as we add more modules to our project, we quickly run into the issue of dependency management. Different ways of managing Gradle dependencies: Manual Management Google’s Recommendation using “ext” Kotlin + buildSrc 1) Manual Management 👎 This is the way

                        • Dependency Walkerで実行ファイルの依存ファイルを調べる : OFF-SOFT.net

                          概要 : VisualStudioやPlatformSDKなどに同梱されているDependency Walker(depends.exe)というアプリケーションがあります。 このアプリケーションは、実行ファイル(exe, dll, ocx, sys, etc.)の他ファイル(dll, ocx, sys, etc.)への依存を調べるのに便利なツールです。 このアプリケーションは、マイクロソフトから提供されていますが、フリーソフトとして提供されています。 今回は、このDependency Walkerについて、簡単に説明したいと思います。

                          • Dependency Injectionとは、なにか (arclamp.jp アークランプ)

                            先のエントリ、「POJOがしめすアプリケーションの形」に対して、クープルのjugyoさんから指摘をいただいた。(この人「頭固いな~」と思った。) つまり「DIコンテナ」ってのはバーチャルマシンの一種なんだよ。 なんでみんなPOJOとかDIとかっていう難しい言葉で表現しようとするかな~。 うーん、ま、僕の表現が小難しいのはお許し願うとして、言い訳させてもらえれば、先のエントリは、DIコンテナを説明したかったのではなくて、POJOやDIで、何が出来るのかを説明したかったのだ。 現在、DIといえば、DIコンテナ(Spring Framework、Seasar2など)、いわゆる軽量コンテナである。DIコンテナでも、DIの効果は十分に証明されている。しかし、DIという概念そのものは、もっと応用性が高いのではないかと言われている。ま、DIコンテナ自身も、すべての可能性が洗い出されたわけでもないのだが

                            • dep · Dependency management for Go

                              Dependency management for Go

                              • GitHub - square/dagger: A fast dependency injector for Android and Java.

                                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/dagger: A fast dependency injector for Android and Java.
                                • Poetry の Dependency Group を利用したモノレポ Python 環境|Tatsuya Shirakawa

                                  こんにちは、カウシェで ML Engineer をしている白川です。 以前に一人目 ML Engineer としての入社エントリーを書かせていただいたのですが、実はアプリケーションで Python を使用する開発者としても一人目だったので、機械学習系の機能開発をしつつ Python 環境の設計・構築も行っています。開拓するのは楽しいです。 今回、Poetry の dependency group 機能を使うことでモノレポにおいて軽量でクリーンに動作する、なかなかよい開発環境を作ることができたので、思い切って公開してみます! なお、本格的な運用はこれから始めるところなので、気持ちのこもった速報版くらいの気持ちで受け取っていただけるとありがたいです。 Poetry の dependency group 便利ですよ! モノレポカウシェは基本的にはモノレポで開発をしています。そのため、何か開発する

                                    Poetry の Dependency Group を利用したモノレポ Python 環境|Tatsuya Shirakawa
                                  • GitHub Universe 2020の基調講演で発表された新機能を紹介、GitHub ActionsのアップデートやDependency reviewなど

                                      GitHub Universe 2020の基調講演で発表された新機能を紹介、GitHub ActionsのアップデートやDependency reviewなど
                                    • Swinject と DIKit で Dependency Injection してみた / 20180403 #roppongiswift

                                      ROPPONGI.swift 第2回 - connpass https://visits.connpass.com/event/82783/ での発表資料です。 # サンプルアプリリポジトリ (DIの実装パターンに加え、テストコードもあります) https://github.com/t…

                                        Swinject と DIKit で Dependency Injection してみた / 20180403 #roppongiswift
                                      • GitHub - itchyny/rexdep: Roughly extract dependency relation from source code

                                        The rexdep command is a tool for extracting dependency relation from software. The command enables us to see the dependency relation among files, modules or packages written in any programming languages. When we see a large project, we want to understand the code structure intuitively. We sometimes join a project at work, the project has lots of source code. We sometimes want to make pull requests

                                          GitHub - itchyny/rexdep: Roughly extract dependency relation from source code
                                        • the _zero_ dependency _WebAssembly_ runtime for _Go developers_

                                          WebAssembly is a way to safely run code compiled in other languages. Runtimes execute WebAssembly Modules (Wasm), which are most often binaries with a .wasm extension. wazero is the only zero dependency WebAssembly runtime written in Go. Get Started #Get the wazero CLI and run any Wasm binary

                                          • 依存性注入(DI: Dependency Injection)と Dagger 2 | rakuishi.com

                                            依存性注入(DI: Dependency Injection)という単語を知ってはいたけれど、その意味を知らなかったので調べた。また、前に書いた Todo-Android という Android アプリを元に依存性注入を考えた。 Android では、Dagger というライブラリが DI を実装するのに有名みたいだ。Square 製の Dagger があり、それをフォークした Google 製の Dagger 2 がある。開発が盛んである Dagger 2 を使った。 依存性注入すると何が解決できそうか Todo-Android アプリの中では、RealmTodoManager が Todo 情報を管理していて、Todo リストを返したり、Todo の追加・更新・削除を担っている。 public class RealmTodoManager { public RealmTodoManag

                                              依存性注入(DI: Dependency Injection)と Dagger 2 | rakuishi.com
                                            • » Learning About Dependency Injection and PHP Ralph Schindler

                                              Over the past few years, there are a few concepts and programming patterns that have muscled their way into the hearts and minds of PHP developers from other languages and programming communities. These concepts range from the MVC application architecture as well as various modeling techniques (think ActiveRecord and Data Mapper), to a pure shift in the way we think about application architectures

                                              • Scala Dependency Injection - 2.9.x

                                                Dependency Injection with Guice Compile Time Dependency Injection Main concepts Section introduction Configuration API HTTP programming Asynchronous HTTP programming The Twirl template engine Form submission and validation Working with Json Working with XML Handling file upload Accessing an SQL database Using the Cache Calling REST APIs with Play WS Integrating with Akka Internationalization with

                                                • Dependency Walker (depends.exe) Home Page

                                                  Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with

                                                  • 外部ファイル読み込み時の「require」と「require_dependency」の違い - Qiita

                                                    はじめに railsを使ってモジュールを読み込むときはrequireを使っていましたが、require_dependencyなるものを聞いたので紹介します。 現象(事の発端) railsで自作モジュールを作成してrequireで読み込んでいたのですが、モジュールを編集して再度実行するとNoMethodとなって読み込んでくれないことがありました。 スペルミスったかな?と思って確認しても間違いは見当たらず。 この原因としてrequireの処理内容を理解していなかったということがわかりました。 外部ファイル読み込み時にはおなじみの「require」と、「require_dependency」というものもあります。 この2つの特徴はざっとするとこんな感じ。 「require」 rubyの組み込み関数 引数で指定したrubyファイル(.rb)を読み込む 既に読み込み済みのファイルなら読み込まない キ

                                                      外部ファイル読み込み時の「require」と「require_dependency」の違い - Qiita
                                                    • Using Java Modularization to Ship Zero-Dependency Native Apps – StevePerkins.com

                                                      Using Java Modularization to Ship Zero-Dependency Native Apps “Why can’t I just build an .EXE?” When Java was first introduced, mainstream programming languages mostly either compiled to standalone executables (e.g. C/C++, COBOL), or else ran in an interpreter (e.g. Perl, Tcl). For many programmers, Java’s need for both a bytecode compiler and a runtime interpreter was a shift in thought. The comp

                                                        Using Java Modularization to Ship Zero-Dependency Native Apps – StevePerkins.com
                                                      • Dependency Injection in MVVM Architecture with ReactiveCocoa Part 4: ViewとViewModelの実装 - Qiita

                                                        以下のブログ記事の翻訳です。 Dependency Injection in MVVM Architecture with ReactiveCocoa Part 4: Implementing the View and ViewModel 前回のブログ記事では、例題アプリのモデル部分を設計して実装しました。今回の記事では、ViewとViewModelのパートへと移ります。最初に、ViewとViewModelの空の実装をプロジェクトに追加し、アプリを実行できるようにします。その後、ユニットテストとともに実際の実装を追加します。その開発の中で、ReactiveCocoaのオブザーバブルなプロパティであるAnyProperty型とMutableProperty型の使い方を学べます。 ソースコードはGitHubのリポジトリからダウンロードできます。 SwinjectMVVMExample: 発展形

                                                          Dependency Injection in MVVM Architecture with ReactiveCocoa Part 4: ViewとViewModelの実装 - Qiita
                                                        • Managing jQuery plugin dependency in webpack

                                                          I'm using Webpack in my application, in which I create two entry points - bundle.js for all my JavaScript files/codes, and vendors.js for all libraries like jQuery and React. What do I do in order to use plugins which have jQuery as their dependencies and I want to have them also in vendors.js? What if those plugins have multiple dependencies? Currently I'm trying to use this jQuery plugin here -

                                                            Managing jQuery plugin dependency in webpack
                                                          • Auto-Dependency Generation

                                                            One of the most important, and yet potentially frustrating, tasks that is required to allow any make-based build environment to function properly is the correct listing of dependencies in the makefile. This document describes a very useful method for having make itself create and maintain these dependencies completely automatically. The basics of the advanced method below were invented by Tom Trom

                                                              Auto-Dependency Generation
                                                            • GitHub - maniart/diffyjs: A dependency-free motion detection library for the browser

                                                              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 - maniart/diffyjs: A dependency-free motion detection library for the browser
                                                              • requireとrequire_dependencyとRuby 1.8.7とRuby 1.9.2

                                                                requireとrequire_dependencyと Ruby 1.8.7 と Ruby 1.9.2 先日、Redmineの Version 1.2.2 もリリースされたので、プラグインを書くときに気になった、requireとrequire_dependencyの違いおよびRuby のバージョンによるrequireの挙動の違いについて書こうと思います。 とは言っても、よく書かれている「カレントディレクトリがロードパスに含まれなくなった」ということではありません。 なお、これは Rails 2.3.11, 3.1.0 を見て書いています。また、Redmine は Version 1.2.2 を見ながら書いています。 requireとrequire_dependency Rails のコードを見たことがある人は分かると思いますが、Rails のコードではrequireの代わりにrequire

                                                                • 【Scala Days 2014】The Reader Monad for Dependency Injection を解説してみた | Scala Tech Blog

                                                                  AMoAdの福原です。アドネットワークの開発/運用を担当しています。 今回は以前アドテクスタジオ内で行われた「ScalaDays2014 発表資料読み会」の内容を記事にしたいと思います。 僕の担当は @jarhartさんが発表した「The Reader Monad for Dependency Injection」でした。 基本的にはスライドの内容を追っていきますが、独自の解説を加えています。 # ていうか僕は英語のヒアリングがダメでして(汗) 英語が出来る人はVideoを見たほうが早いですね。 Slide: http://typesafe.com/blog/scala-days-presentation-roundup Video: https://parleys.com/play/53a7d2d1e4b0543940d9e56f/chapter0/about また、以降の解説に出てくる

                                                                    【Scala Days 2014】The Reader Monad for Dependency Injection を解説してみた | Scala Tech Blog
                                                                  • RubyとDependency Injectionについてまとめる - Qiita

                                                                    Laravelで開発しててDIコンテナに出くわし、そういえばRailsで開発していてDI利用したことなかったなと思ったので、なぜRuby(Rails)でDIが一般的ではないのかのまとめる。 TL;DR Rubyはインスタンスへの依存性も動的に変更できるから基本的にDI不要 ほぼ下記記事参照なので、英語できる人はこっちの記事をどうぞ LEGOs, Play-Doh, and Programming DI DI(Dependency Injection)は依存性の注入とよばれるインスタンス間の依存性を解消する技術。外部から依存するインスタンスを注入できるのでテストのときにモックオブジェクトの差し替えなどで便利。またDIフレームワークはDIコンテナにインスタンスの生成と注入を任せることで疎結合・高凝集を実現するテクニックである。 ネイティブアプリ(iOSは知らない)だと一般的に使われている技術で

                                                                      RubyとDependency Injectionについてまとめる - Qiita
                                                                    • GitHub - tetratelabs/wazero: wazero: the zero dependency WebAssembly runtime for Go developers

                                                                      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 - tetratelabs/wazero: wazero: the zero dependency WebAssembly runtime for Go developers
                                                                      • 共依存スクリーニングテスト Co-Dependency Scale

                                                                        | HOME | Profile | Blog |Keyword | Book Review | Lecture | Extention | Study | Class | Contact | 共依存スクリーニングテスト あまり悩まずに、全ての質問に答えてください。 私は自分のことを二の次にして、家族や親しい人の世話をやく。 はい どちらかと言えばはい どちらとも言えない どちらかと言えばいいえ いいえ 私は、家族や親しい人の考え方や振る舞いに干渉し、それをただそうとすることが多い。 はい どちらかと言えばはい どちらとも言えない どちらかと言えばいいえ いいえ 人に頼まれたり、誘われたりしたとき、私ははっきりと断れない。 はい どちらかと言えばはい どちらとも言えない どちらかと言えばいいえ いいえ 私はときどき他人の問題を自分のことのように感じる。 はい どちらかと言えばはい どちらと

                                                                        • OWASP Dependency-Check | OWASP Foundation

                                                                          This website uses cookies to analyze our traffic and only share that information with our analytics partners. Accept Dependency-Check is a Software Composition Analysis (SCA) tool that attempts to detect publicly disclosed vulnerabilities contained within a project’s dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If foun

                                                                          • GitHub - pote/gpm: Barebones dependency manager for Go.

                                                                            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 - pote/gpm: Barebones dependency manager for Go.
                                                                            • Kafka Needs No Keeper - Removing ZooKeeper Dependency

                                                                              Apache Kafka Needs No Keeper: Removing the Apache ZooKeeper Dependency Currently, Apache Kafka® uses Apache ZooKeeper™ to store its metadata. Data such as the location of partitions and the configuration of topics are stored outside of Kafka itself, in a separate ZooKeeper cluster. In 2019, we outlined a plan to break this dependency and bring metadata management into Kafka itself. So what is the

                                                                                Kafka Needs No Keeper - Removing ZooKeeper Dependency
                                                                              • GitHub - google/pinject: A pythonic dependency injection library.

                                                                                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 - google/pinject: A pythonic dependency injection library.
                                                                                • MEによる日本語係り受け解析 - dependency-analysis.pdf (application/pdf オブジェクト)

                                                                                  MEによる日本語係り受け解析 太田一樹 東京大学理学部情報科学科 4 年 kzk@is.s.u-tokyo.ac.jp 2007/06/07 概 要 日本語の構文解析において、係り受け解析は自然言語処理の基本技術の一つとして認識され ている。近年では構文情報が付加された大規模コーパスが利用になったことや、使用できるコ ンピューターの性能が伸びてきたことから、機械学習の手法を用いた係り受け解析手法が数多 く提案されている。 今回は特に最大エントロピー法 (ME 法) を用いた日本語係り受け解析手法について調査・実 装を行った。ある文節間の係りやすさの確率は、ME によって学習した係り受け確率モデルか ら計算する事ができる。この確率モデルは、学習データから得られる品詞情報などを元に、2 つ の文節が係るか係らないかを予測するのに有効な素性を学習することで得られる。 本稿では、ME 法の概要・