並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 302件

新着順 人気順

object*の検索結果201 - 240 件 / 302件

  • TypeScript 版 Mackerel API クライアントライブラリを作った - Object.create(null)

    作りました. jsr.io リポジトリはこっち. github.com (2024-05-12 現在, 筆者は Mackerel を開発している株式会社はてなの社員ですが, これは個人プロジェクトで, API ドキュメントなどの公開されている情報に基づいて作成されています.) なぜ JSR になんか publish したくなった 乗るしかないこのビッグウェーブ TypeScript で Mackerel を操作するちょっとしたスクリプトを書きたかったが, 意外とクライアントライブラリがなかった 単に JSON を fetch してくるだけなら簡単だが, それだけでは型もないし使いづらい 使い方 1. JSR からインストール # Deno deno add @susisu/mackerel-client # Node.js npx jsr add @susisu/mackerel-clie

      TypeScript 版 Mackerel API クライアントライブラリを作った - Object.create(null)
    • JSONの表現形式を変えずにキーでソートするsort-json-by-object-keyを作った - エムスリーテックブログ

      エムスリー エンジニアの岩本です。 3年前になりますが、弊社の滝安(@juntaki)が投稿した下記の記事にあるGolden file testingが現在もプロダクトに組み込まれてメンテナンスされています。 www.m3tech.blog このGolden file testingを扱いやすくするためのツールを作ったので紹介します。 www.npmjs.com ソートのイメージ 背景 アプリケーションの仕様を変更したときに数多くのGolden file testingが変更されてしまいます。 意図した変更だけがGolden fileに適用されていることを確認するためにGitのdiffを使って確認しようとしますが、 JSONを出力すると以前と異なる順番のキーで出力されてしまいます。 例えば下記のようなjsonが結果として出力されていたものがあった場合に、 { "a": "1234", "b

        JSONの表現形式を変えずにキーでソートするsort-json-by-object-keyを作った - エムスリーテックブログ
      • object-mapperで配列からオブジェクトへの簡単マッピング - もがき系プログラマの日常

        はじめに こんばんは。 最近やっとフレームワークからドメイン(関心事)の切り離しがわかってきた僕です。 切り離しに関して僕的に一番めんどくさいのがORM(データベース)です。 LaravelだとEloquentです。 EloquentデータからEntityへのマッピングで結構泥臭くさくやらないとだめですよね。 新原さんのコアレイヤパターンとかでも以下みたいな感じで、入れ直しています。 github.com データの数が少ない場合は問題ないんですが、10〜15個とか膨大な数になっちゃうとケアレスミスも起きやすいし、何よりめんどくさい。 この解決方法ないかな〜と考えていたら、自分の師匠である @polidog さんが作ってくれました。 github.com やってみた 例えばこんなEntityクラスがあるとします。 User.php <?php namespace Kojirock5260\E

          object-mapperで配列からオブジェクトへの簡単マッピング - もがき系プログラマの日常
        • Object Detection Datasets

          Roboflow hosts free public computer vision datasets in many popular formats (including CreateML JSON, COCO JSON, Pascal VOC XML, YOLO v3, and Tensorflow TFRecords). For your convenience, we also have downsized and augmented versions available. If you'd like us to host your dataset, please get in touch.

            Object Detection Datasets
          • 「Object Detection API」で物体検出の自前データを学習する方法(TensorFlow 2.x版) - Qiita

            「Object Detection API」に関して ディープラーニングで物体検出を行う際に、GoogleのTensorFlowの「Object Detection API」を使用して、自前データを学習する方法です。以下の記事のTensorFlow 2.x版となります。 TensorFlowの「Object Detection API」で物体検出の自前データを学習する方法 基本的な流れはTensorFlow 1.xと同じです。公式のマニュアルはかなりあっさりしていて上級者向きなので、この記事では、仮想環境と拙作のObject Detection API用のソフト「Object Detection Tools」を使って比較的安全かつ簡単に学習を実現する方法を解説していきます。 手っ取り早く物体検出のデモを動かしたいという人は、以下記事を参照ください。 TensorFlowでの物体検出が超手軽

              「Object Detection API」で物体検出の自前データを学習する方法(TensorFlow 2.x版) - Qiita
            • New – Use Amazon S3 Object Lambda with Amazon CloudFront to Tailor Content for End Users | Amazon Web Services

              AWS News Blog New – Use Amazon S3 Object Lambda with Amazon CloudFront to Tailor Content for End Users With S3 Object Lambda, you can use your own code to process data retrieved from Amazon S3 as it is returned to an application. Over time, we added new capabilities to S3 Object Lambda, like the ability to add your own code to S3 HEAD and LIST API requests, in addition to the support for S3 GET re

                New – Use Amazon S3 Object Lambda with Amazon CloudFront to Tailor Content for End Users | Amazon Web Services
              • 【Unity】エディタ拡張で UnityEngine.Object を YAML 形式で保存・読み込みする方法 - コガネブログ

                概要 using System.Linq; using UnityEditor; using UnityEditorInternal; using UnityEngine; public class Example : ScriptableObject { public int m_id = 25; public string m_name = "ピカチュウ"; [MenuItem( "Tools/Save" )] private static void Save() { var example = CreateInstance<Example>(); InternalEditorUtility.SaveToSerializedFileAndForget ( obj: new Object[] { example }, path: "Assets/Example.yaml", allowT

                  【Unity】エディタ拡張で UnityEngine.Object を YAML 形式で保存・読み込みする方法 - コガネブログ
                • How do I get the object if it exists, or None if it does not exist in Django?

                  Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives

                    How do I get the object if it exists, or None if it does not exist in Django?
                  • GitHub - progfay/scrapbox-parser: Scrapbox notation → JavaScript Object

                    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 - progfay/scrapbox-parser: Scrapbox notation → JavaScript Object
                    • minioでobjectをpublic readする - Qiita

                      TL; DR URLは http://{miniohost}:9000/{bucketname}/{key} のような形式 BucketPolicyで読み取り権限を与える 手順 URLフォーマット URLは http://{miniohost}:9000/{bucketname}/{key} のような形式。minioのUI画面のURLとは異なる。 以下に記載があった。 https://github.com/minio/minio/issues/5180 読み取り権限 S3 バケットのオブジェクトにパブリック読み取りアクセス許可を付与する https://aws.amazon.com/jp/premiumsupport/knowledge-center/read-access-objects-s3-bucket/ AWS公式ドキュメントに記載があるようにS3だと4つの方式がある Amazon

                        minioでobjectをpublic readする - Qiita
                      • AWS DataSync adds support for on-premises object storage | Amazon Web Services

                        AWS News Blog AWS DataSync adds support for on-premises object storage AWS DataSync now supports transfers to and from self-managed object storage! ? This new feature makes it easy for customers to automate copying large amounts of data between on-premises object storage and AWS Cloud Storage. What is AWS DataSync? If you’re new to AWS DataSync, you may be wondering how this service works. AWS Dat

                          AWS DataSync adds support for on-premises object storage | Amazon Web Services
                        • [TypeScript]Objectのプロパティチェックと自動型生成 - Qiita

                          ※同じ記事をこちらにも書いています TypeScriptでオブジェクトにプロパティが存在するかどうかを確認する場合には、inキーワードが使用できます。しかしinでメンバを判別しても前提の型情報が存在しないと、判別したプロパティを使用することが出来ません。これを解決する方法を紹介します。 1.エラーが出る例 function Test01(x:unknown){ if(x instanceof Object && "foo" in x){ console.log(x.foo); //Error console.log((<{foo:unknown}>x).foo); //OKだけど不便 } } xの型情報をunknownにした状態でfooがプロパティとして判定するためには、まずxのインスタンスがObjectかどうか判別する必要があります。Objectならばinキーワードを利用して、fooプロ

                            [TypeScript]Objectのプロパティチェックと自動型生成 - Qiita
                          • オブジェクト指向のイベント: Object-Oriented Conferenceにオンライン参加したレポート - サーバーワークスエンジニアブログ

                            2/16に開催されオブジェクト指向に関するカンファレンスObject Oriented Conference(OOC)のレポートです。 私はYoutube配信でオンライン参加しました。 この記事では今回のカンファレンスに参加して面白かったセッションや勉強になったセッションについてご紹介します。 ちなみに最初に自己紹介をしますと、私は普段は主にRuby on Railsを使ってWebサービスを開発しています。未経験から新卒でサーバーワークスに入社して、プログラミング経験はそろそろ2年くらいになります。 オブジェクト指向については昨年まであまりよくわかっておらず、ググればググるほど難しいキーワードが出てきて諦めて放置していました。 昨年夏ごろにRubyによるオブジェクト指向を解説した『オブジェクト思考設計実践ガイド』を読み、その後Javaでデザイパターンの根底にある考え方を学ぶ『オブジェクト指

                              オブジェクト指向のイベント: Object-Oriented Conferenceにオンライン参加したレポート - サーバーワークスエンジニアブログ
                            • Object-Oriented Conference参加メモ - Qiita

                              Object-Oriented Conference概要 ※イベント及びセッションの概要は公式HPから引用しました。 2020.02.16 SUN 10:00 - 17:00 お茶の水女子大学 #ooc_2020 Object-Oriented Conference はオブジェクト指向をテーマに、あれこれ共有したり、セッションを聴講することで、みなさんの知見を深めるためのイベントです。 オブジェクト指向といっても、分析設計から、現場で活かすためのプラクティスなど様々なテーマがあります。セッションやラウンドテーブルなどを通じて、参加者の皆様が新たな発見を持ち帰っていただけるようなイベントを目指しています。 オブジェクト指向についてまったく知らない方やオブジェクト指向を完全に理解した方、そして普段オブジェクト指向以外のパラダイムを利用している方もお気軽にご参加ください! 開会の挨拶 オブジェク

                                Object-Oriented Conference参加メモ - Qiita
                              • Understanding the Ruby object model

                                Not a very long time ago, I found the Ruby object model very confusing. Part of my problem was that I was trying to model the relationships as a directed acyclic graph, whereas in reality, the model contains cycles. I’m guessing that others have found this confusing, so I’m going attempt to explain how it works in a way that my past self would have understood! Note that this is a basic explanation

                                • TensorFlow Object Detection API で物体検出モデルをトレーニング - Qiita

                                  手順 TensorFlow Object Detection APIで物体検出モデルをがっつりトレーニングする方法です。 初期値からの学習も 転移学習もできます。 簡易なファインチューニング学習のみする場合はこちらの記事: TensorFlow Object Detection APIで物体検出モデルを簡易トレーニング 推論のみする場合はこちらの記事: TensorFlow Object Detection API のつかいかた(推論。Colabサンプル付き) を参考にしてください。 1、TensorFlow Object Detection APIと必要なライブラリをインストール cd models/research # Compile protos. protoc object_detection/protos/*.proto --python_out=. # Install Tens

                                    TensorFlow Object Detection API で物体検出モデルをトレーニング - Qiita
                                  • How to add types for Object.fromEntries

                                    Step by step tutorial on how to create a proper type for Object.fromEntries() which can work with tuples and read-only data structures. TLDR: Source code for Object.fromEntries type generic is at bottom of the article. You can copy-paste it into your IDE and play with it. VS-code preview const data = [ ['key1', 'value1' as string], ['key2', 3] ] as const const result = Object.fromEntries(data) As

                                      How to add types for Object.fromEntries
                                    • End-to-End Object Detection with Transformers

                                      We present a new method that views object detection as a direct set prediction problem. Our approach streamlines the detection pipeline, effectively removing the need for many hand-designed components like a non-maximum suppression procedure or anchor generation that explicitly encode our prior knowledge about the task. The main ingredients of the new framework, called DEtection TRansformer or DET

                                      • [iOS] Xcode12.0で「building for iOS Simulator, but linking in object file ... for architecture arm64」エラーの対処法: ものづくりログ

                                        Xcode12.0にバージョンアップして作業していたところ、ビルドが実機では通るのにシミュレーターに切り替えたらエラーになる事があったので解決方法をメモ。 FIrebaseのSDKがひっかかった。 -------------------------------------------- ld: in /Users/[ユーザー名]/[プロジェクト名)/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector(FIRAnalyticsConnector_e321ed8e3db06efc9803f6c008e67a34.o), building for iOS Simulator, but linking in object file (/Users/[ユーザー名]/[プロジェク

                                        • コード中の定数の greppability と TypeScript の進化 - Object.create(null)

                                          TL; DR コードの greppability のために文字列操作を禁止する目的で string literal type (の union) なら受け付けるが string は受け付けないという関数を作っていたのだけれど, どうにも TypeScript が賢くなりすぎてしまった— 塩水うに (@susisu2413) January 13, 2021 コード中の定数の greppability 以下のように翻訳の ID を引数にとって, 各言語に翻訳されたメッセージを返す関数というのはよくあるのではないかと思います. declare function translate(id: string): string; そして (形式は何でも良いのですが) 各言語に対応した翻訳が書かれているファイルを, (方法は何でも良いのですが) translate が読み込んで使うとしましょう. { "

                                            コード中の定数の greppability と TypeScript の進化 - Object.create(null)
                                          • Class construction in C and C++ : object-oriented programming fundamentals : Sessions, Roger, 1896-1985 : Free Download, Borrow, and Streaming : Internet Archive

                                            An icon used to represent a menu that can be toggled by interacting with this icon.

                                              Class construction in C and C++ : object-oriented programming fundamentals : Sessions, Roger, 1896-1985 : Free Download, Borrow, and Streaming : Internet Archive
                                            • Antique & Vintage Furniture + Art & Object at Kiyosumishirakawa , Tokyo

                                              Vintage Collection BY stoop DATE WED. THU. FRI. SAT. SUN. + HOLIDAYOPEN 12:00 - 19:00

                                                Antique & Vintage Furniture + Art & Object at Kiyosumishirakawa , Tokyo
                                              • Object-Oriented Conference (ooc2020) のスライドまとめ - Qiita

                                                概要 2020/2/16(日) お茶の水女子大学でオブジェクト指向カンファレンス2020が開催されました。覗いてきました。今年から始まりました。 https://ooc.dev/ スライドをメモとしてまとめてみました。 タイムテーブル ライブ配信 A,B,C,D,E会場毎に分かれている さらに会場毎に前半、後半で分かれている https://www.youtube.com/channel/UCzhlHRuKIUdziI-qvwr4SLg/videos 会場とタイムテーブルの対応は OOC_A : 共2-201 OOC_B : 共2-101 OOC_C : 共2-102 OOC_D : 共3-304 OOC_E : 共3-301 == 各セッションスライド↓ == [OOC 2020]基調講演「keynote: Object Oriented Diversity」 DDDはオブジェクト指向を

                                                  Object-Oriented Conference (ooc2020) のスライドまとめ - Qiita
                                                • GitHub - st0012/object_tracer: ObjectTracer tracks objects and records their activities

                                                  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 - st0012/object_tracer: ObjectTracer tracks objects and records their activities
                                                  • 戦術的DDDをGoで実現する【Value Object編】 - Yappli Tech Blog

                                                    はじめに こんにちは。サーバサイドエンジニアの窪田です。 前回の 戦術的DDDをGoで実現する【entity編】 - Yappli Tech Blog に続き、 今回は戦術的DDDにおける、Value ObjectがGoでどのように書けるのかを考えていきます。 例によってTypeScriptとの書き方の違いも一緒に考えていきます。 要件・目指す状態 ドメインルールを表したドメインモデルが定義されている 値の性質を満たした実装がされている という状態を目指します。 書いてみる ドメインモデルを定義する 例えば、ある登録制のサービスでのユーザーネームについて考えます。 そのユーザーネームが 5文字以内でなくてはいけない 半角英数字のみでなくてはいけない というドメインルールがあるとします。 TypeScriptでは以下のように書けます。 class UserName extends Strin

                                                      戦術的DDDをGoで実現する【Value Object編】 - Yappli Tech Blog
                                                    • webpack 5.0.0-beta.30 Module not found: Error: Can't resolve '../../core-js/object/define-property' · Issue #11467 · webpack/webpack

                                                      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

                                                        webpack 5.0.0-beta.30 Module not found: Error: Can't resolve '../../core-js/object/define-property' · Issue #11467 · webpack/webpack
                                                      • DB開発支援ツール「SI Object Browser for Oracle 24」発表、生成AIを利用した開発支援機能を強化

                                                          DB開発支援ツール「SI Object Browser for Oracle 24」発表、生成AIを利用した開発支援機能を強化
                                                        • Input object を使ってリクエストパラメータを検証する - ESM アジャイル事業部 開発者ブログ

                                                          はじめに Bonjour! 近ごろ Duolingo のフランス語コースにハマっている @ima1zumi です。 さて、最近リクエストパラメータにバリデーションをかけたいことがありました。そのために、ユーザの入力を検証する専用のクラスを作ると便利だったので紹介します。 動作確認環境 Ruby 3.0.1 Ruby on Rails 6.1.4 実現したいこと ここでは例として User の一覧を表示する UsersController#index に、表示順を制御する order_key と order_direction というリクエストパラメータを追加します。 order_key は User モデルのカラム名を、 order_direction は asc か desc のみ受けつけます。これらのパラメータにバリデーションをかけて、規定の値のみ受け付けるようにします。 class

                                                            Input object を使ってリクエストパラメータを検証する - ESM アジャイル事業部 開発者ブログ
                                                          • Node.js でコンソールアプリを作る - Object.create(null)

                                                            この記事は OUCC Advent Calendar 2016 の 21 日目の記事です. www.adventar.org こんにちは, @susisu2413 です. みなさんは JavaScript でコンソールアプリを作りたくありませんか? 私は作りたいです. この記事では Node.js (+ NPM) を使って JavaScript でコンソールアプリを作成する方法を紹介します. コンソールアプリケーションはあんまり見栄えしませんね。 そんなことないよ! 用意するもの Node.js (+ NPM) 公式サイトからダウンロードしてくる以外の方法もありますが, ここでは割愛. NPM は Node.js をインストールするとたぶん勝手についてきます. 作ってみる まずはディレクトリを作りましょう. 適当に名前は myconsoleapp とかで. $ mkdir myconsol

                                                              Node.js でコンソールアプリを作る - Object.create(null)
                                                            • The reason of "Your administrator disabled reporting or changed the relationship for a custom object" in Salesforce - ITipsUs

                                                              Salesforce is a CRM (customer management system) and web service used all over the world.Although it is a SaaS service, it can be customized to a certain extent, so many companies use it for purposes other than sales. Salesforce has a function to create "report". Although it is inferior in terms of functionality compared to various BI tools, it is convenient to be able to create tables and graphs

                                                                The reason of "Your administrator disabled reporting or changed the relationship for a custom object" in Salesforce - ITipsUs
                                                              • GitHub - nlsynth/karuta: Karuta HLS Compiler: High level synthesis from prototype based object oriented script language to RTL (Verilog) aiming to be useful for FPGA development.

                                                                Karuta HLS Compiler: High level synthesis from prototype based object oriented script language to RTL (Verilog) aiming to be useful for FPGA development. License

                                                                  GitHub - nlsynth/karuta: Karuta HLS Compiler: High level synthesis from prototype based object oriented script language to RTL (Verilog) aiming to be useful for FPGA development.
                                                                • GitHub - gaogaotiantian/watchpoints: watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.

                                                                  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 - gaogaotiantian/watchpoints: watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.
                                                                  • object、Object、{}の違い | TypeScript入門『サバイバルTypeScript』

                                                                    コピーobject型、Object型、{}型の違い​object型やObject型、{}型の3つは類似する部分がありますが、object型と他の2つは異なる点があります。 object型​object型はオブジェクトだけが代入できる型です。JavaScriptの値はプリミティブ型かオブジェクトの2つに大分されるので、object型はプリミティブ型が代入できない型とも言えます。

                                                                      object、Object、{}の違い | TypeScript入門『サバイバルTypeScript』
                                                                    • Add Data class implementation: Simple immutable value object by zverok · Pull Request #6353 · ruby/ruby

                                                                      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

                                                                        Add Data class implementation: Simple immutable value object by zverok · Pull Request #6353 · ruby/ruby
                                                                      • TensorFlowでの物体検出が超手軽にできる「Object Detection Tools」をTensorFlow 2.xに対応しました - Qiita

                                                                        TensorFlowでの物体検出が超手軽にできる「Object Detection Tools」をTensorFlow 2.xに対応しましたDeepLearningTensorFlowObjectDetectionAPIObjectDetectionTensorFlow2.0 素材提供:「変デジ研究所」 ロンスタさん Object Detection APIがTensorFlow2.x対応 全世界待望(?)のTensorFlowの物体検出ライブラリ「Object Detection API」がTensorFlow 2.x対応しました。 TensorFlow 2 meets the Object Detection API というわけで、このObject Detection APIを手軽に使える拙作のツール「Object Detection Tools」もTensorFlow 2.xに対応し

                                                                          TensorFlowでの物体検出が超手軽にできる「Object Detection Tools」をTensorFlow 2.xに対応しました - Qiita
                                                                        • TypeError: 'int' object is not subscriptableでハマった話 - Qiita

                                                                          今までわりとフラットに処理を記述してプログラムを書いていました。言い換えれば、思いつくままに処理を書いていたという感じ。アジャイルどころか、「こんなコードかな?」と思いついたままに、頭の中、思考がダダ漏れるままに処理を記述していたという感じです。プログラムを書いているというよりは、原稿書いてるというイメージだったのかも。 多少なりとも勉強が進んで、これじゃいかんと。別に繰り返し利用する処理じゃなくても、関数で書くようにしてみようと。データも、変数に入れ込むときにいちいち考えながら加工するんじゃなくて、まずは生データをわりとそのまま取り扱うようにプログラムに取り込み(いや、変数に代入するだけですが)、必要なデータはそこから取り出して使うようにしようと。 # 余計なこと考えながらデータを入力すると絶対ミスするからです! どちらも、あとからプログラムを書き換えたり、読み直すときにわかりやすい構造

                                                                            TypeError: 'int' object is not subscriptableでハマった話 - Qiita
                                                                          • 「DDDでレガシーコードに立ち向かうリアル」というタイトルでObject-Oriented Conference 2024に登壇しました! - コドモン Product Team Blog

                                                                            こんにちは! プロダクト開発部の中田です。 先日、Object-Oriented Conference 2024(以下OOC)にスポンサー枠で登壇させていただきました。 「せっかくだから登壇レポートも書いてくれますよね」という、おかぱるさんからの圧を感じながら(笑)、この記事の執筆をはじめています。 登壇タイトルが「DDDでレガシーコードに立ち向かうリアル」だったので、「OOCの登壇に立ち向かうリアル」も書いていければと思います。 登壇時の様子 写真の引用元: https://www.flickr.com/photos/oocdev/53636995878/in/album-72177720315897716/ 登壇することになった背景 イベント内容や、コドモンがスポンサーとなった経緯については、以下のおかぱるさんの記事をご参照ください。 tech.codmon.com 私が登壇することに

                                                                              「DDDでレガシーコードに立ち向かうリアル」というタイトルでObject-Oriented Conference 2024に登壇しました! - コドモン Product Team Blog
                                                                            • 7 Best Self-Hosted S3-Compatible Object Storage Software

                                                                              Our articles are written by humans. We test products to ensure quality and value. While we might earn commissions, which help us to research and write, this never affects our product reviews and recommendations. Data drives the online businesses. Isn’t it? The data can be images, audio, videos, and other documents and files. And the thing is, data keeps on increasing. It means data storage can bec

                                                                                7 Best Self-Hosted S3-Compatible Object Storage Software
                                                                              • mybatisで値オブジェクト(Value Object)を扱う場合のポイント - shimapapa.io

                                                                                前置き 現場で mybatis を使い始めたのですが、値オブジェクト(Value Object)とマッピングさせる際に少しハマったので整理しました。 環境 Spirng Boot mybatis h2 DataBase SELECT の結果をオブジェクト内の Value Object にマッピングさせる 以下のようなUserNameという Value Object クラスがあったとします。 package com.example.demo.domain.model; public class UserName { private final String value; public UserName(String value) { this.value = value; } public String getValue() { return this.value; } } Userクラスが

                                                                                  mybatisで値オブジェクト(Value Object)を扱う場合のポイント - shimapapa.io
                                                                                • YOLOv5 is Here: State-of-the-Art Object Detection at 140 FPS

                                                                                  Less than 50 days after the release YOLOv4, YOLOv5 improves accessibility for realtime object detection.June 29, YOLOv5 has released the first official version of the repository. We wrote a new deep dive on YOLOv5. June 12, 8:08 AM CDT Update: In response to to community feedback, we have written a more detailed post comparing YOLOv4 and YOLOv5 and included commentary on Glenn Jocher's decision to

                                                                                    YOLOv5 is Here: State-of-the-Art Object Detection at 140 FPS