並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 58 件 / 58件

新着順 人気順

transient objectの検索結果41 - 58 件 / 58件

  • 地面を見下ろす少年の足蹴にされる私

    文書の一覧 JTC1/SC22/WG21 - Papers 2024 mailing2024-01 全部で22本あります。 もくじ P1255R11 A view of 0 or 1 elements: views::maybe P1255R12 A view of 0 or 1 elements: views::maybe P1709R5 Graph Library P2019R5 Thread attributes P2527R3 std::variant_alternative_index and std::tuple_element_index P2664R6 Proposal to extend std::simd with permutation API P2748R3 Disallow Binding a Returned Glvalue to a Temporary P27

      地面を見下ろす少年の足蹴にされる私
    • .NETの依存性注入を自動で登録する - JBS Tech Blog

      近年の .NET 開発はコンソールしかり Web しかり、 Microsoft.Extensions.* 名前空間で提供されているホスト、ロギング、依存性注入などの機能を利用することが普通になってきたと感じています。今回はその中の依存性注入の機能に関して、独自の属性( Attribute )とリフレクションを駆使して必要なサービスを自動的に登録する手法について紹介します。 はじめに 試した環境 サービスを自動登録する 属性の作成 リフレクションの実装 依存性注入機能への登録 設定を自動登録する 依存性注入機能への登録 おわりに はじめに 筆者は .NET に触れる以前は Java の開発者でして、 Spring や JavaEE といった Java のフレームワークを触った経験があります。これらのフレームワークには依存性注入の機能が標準搭載されており、基本的にはアノテーション( .NET

        .NETの依存性注入を自動で登録する - JBS Tech Blog
      • JupyterLab Changelog — JupyterLab 4.2.0b0 documentation

        JupyterLab Changelog# v4.1# JupyterLab 4.1 includes a number of new features (described below), bug fixes, and enhancements for extension developers. This release is compatible with extensions supporting JupyterLab 4.0. Extension authors are recommended to consult the Extension Migration Guide which lists deprecations and changes to the public API. Custom CSS# JupyterLab now supports automatic loa

        • dbtからSnowflake Dynamic Tablesを作成してリアルタイムデータパイプラインを構築してみる

          これは何? こんにちは。 dely株式会社でデータエンジニアをしておりますharry(@gappy50)です。 この記事は、昨年書いた以下の記事の続きの記事になります。 SnowflakeではDynamic TablesのPuPrが開始されており、宣言的なデータパイプラインの全貌徐々に見え隠れしております。 また、これに追従する形でdbt1.6でもMaterialized View(SnowflakeではDynamic Table)をサポートしはじめました。 このDynamic Tablesのメリットとして一番わかりやすいのは、ニアリアルタイムなストリーミングパイプラインをクエリを書くだけで実現が可能になる面だと思います。 これまではモデルを作成したあとのワークロードの実行は dbt build を実行するタイミングとなってしまうため、リアルタイムなデータパイプラインの構築が難しい側面があ

            dbtからSnowflake Dynamic Tablesを作成してリアルタイムデータパイプラインを構築してみる
          • Javaのリフレクションでクラスの持つフィールドとインスタンスの値を調べる

            Androidでデータを保存するときにはデータを文字列に変換して保存したいが、フィールドの追加・削除などのデータ形式が変更された場合にも対応したいので、シリアライズをそのまま使うと問題がある。 プロトコルバッファを使えば柔軟性があってよさそうだけど、導入までに一手間かかる。 というわけで、リフレクションでフィールドを調べる方法を探ってみた。 例えばなにか適当なクラスがあったとして: import java.util.List; class Foo { private int i = 123; protected long l = 9876543210L; public float f = 1.23f; public double d = 1.234567890; public static final String s = "foobar"; public int[] a = { 1, 2

            • xv6: a simple, Unix-like teaching operating system

              xv6: a simple, Unix-like teaching operating system Russ Cox Frans Kaashoek Robert Morris September 6, 2021 2 Contents 1 Operating system interfaces 9 1.1 Processes and memory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.2 I/O and File descriptors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.3 Pipes . . . . . . . . . . . . . . . . . . . . . . . . . .

              • How Drop used the Amazon EMR runtime for Apache Spark to halve costs and get results 5.4 times faster | Amazon Web Services

                AWS Big Data Blog How Drop used the Amazon EMR runtime for Apache Spark to halve costs and get results 5.4 times faster February 2022 update – When this Blog post was published in June 2020 AWS Glue V1 offered an average starting time of 10 minutes. In September 2020 Glue V2 was released offering 10X faster start times. Because of this the part of this blog post that compares the starting times be

                  How Drop used the Amazon EMR runtime for Apache Spark to halve costs and get results 5.4 times faster | Amazon Web Services
                • Deep dive of Microsoft.Extensions.DependencyInjection in Japanese

                  MicrosoftExtensionsDependencyInjectionDeepDive.md Microsoft.Extensions.DependencyInjection Deep Dive そんなに深くない気がしますが。Microsoft.Extensions.DependencyInjection の DI についてざっくりまとめた記事です。なお、長いので、Microsoft.Extensions.DependencyInjection を M.E.DI と略します。 例によって、公式ドキュメント にすべて書いてある、はずですが、ここでは少し別の観点でまとめてみます。また、ドキュメントに書いてない(と思う)内部実装についてもいくつか書いてあります。 使い方 IServiceCollection の拡張メソッドを使用して、フレームワークやランタイムが提供する IServiceC

                    Deep dive of Microsoft.Extensions.DependencyInjection in Japanese
                  • Kanji of Moon and Month: 月 (Tsuki or Getsu/Gatsu)

                    The kanji for “moon” in Japanese is 月. Please note that the original Japanese calendar, like some others in Asia, was the lunar calendar, based on the moon’s movement, so the moon’s Kanji 月 also means “month.” The pronunciation of the Kanji 月 is “tsuki” (つき) in its kun’yomi (Japanese reading) and “gatsu” (ガツ) or “getsu” (ゲツ) in its on’yomi (Chinese reading). The shape of this kanji is rather simpl

                      Kanji of Moon and Month: 月 (Tsuki or Getsu/Gatsu)
                    • Combobulate: Structured Movement and Editing with Tree-Sitter

                      Combobulate: Structured Movement and Editing with Tree-Sitter Combobulate is a package that adds advanced structured editing and movement to many programming modes in Emacs. Here's how it works, and how it can enrich your editing experience in Emacs. About a year ago I released an alpha – prototype, really – version of a tool I call Combobulate. I’d been using it personally for a while before I le

                        Combobulate: Structured Movement and Editing with Tree-Sitter
                      • Web Share API

                        This specification defines an API for sharing text, links and other content to an arbitrary destination of the user's choice. The available share targets are not specified here; they are provided by the user agent. They could, for example, be apps, websites or contacts. Implementation status The ability to share content is often dependent on the underlying operating system providing a "share" capa

                        • mizdra's blog

                          株式会社はてなに入社しました 株式会社はてなに入社しました - hitode909の日記 React + CSS Modules なプロジェクトを例にサンプルコードを書いてるけど、それ以外の構成のプロジェクトでも使えるテクニックのはず。記事タイトルは id:hitode909 さんの 似ているけどちょっと違うものたちをモデリングする技術 - hitode909 のリスペクトです。 data 属性, 属性セレクター, CSS カスタムプロパティを使う 記事のリストがあって、記事のカテゴリごとに文字色やボーダーの色を変えたい、みたいな状況だったとする。多分素朴に書くと以下のようになるはず。 import styles from './Entry.module.css'; import clsx from 'clsx' function Entry(props) { return ( <div

                            mizdra's blog
                          • The Complete Guide to Rails Testing - Code with Jason

                            The Complete Guide to Rails Testing If you've tried to learn Rails testing, maybe you've been stuck on these common testing questions... "What should I write tests for?" You know you should be testing but you're not sure exactly what to test. The advice you've read doesn't seem to apply when the rubber meets the road. How can I make testing a habitual part of my development workflow? Maybe you con

                              The Complete Guide to Rails Testing - Code with Jason
                            • C# at Google Style Guide

                              C# at Google Style Guide This style guide is for C# code developed internally at Google, and is the default style for C# code at Google. It makes stylistic choices that conform to other languages at Google, such as Google C++ style and Google Java style. Formatting guidelines Naming rules Naming rules follow Microsoft’s C# naming guidelines. Where Microsoft’s naming guidelines are unspecified (e.g

                              • Podman Desktop 1.9 Release | Podman Desktop

                                Podman Desktop 1.9 Release! 🎉 This release introduces: 🦭 a splash of innovation, a wave of excitement, and an ocean of possibilities! Podman 5! Podman 5.0.1 for new users (and as an experimental upgrade for 4.x users). Podman 4.9.4: Podman 4.9.4 is now included in both Windows and macOS installers. Backup/Restore Images: Save images or containers to tar archives and restore them. Kubernetes Pods

                                  Podman Desktop 1.9 Release | Podman Desktop
                                • Clojure's deadly sin

                                  This article is about laziness in Clojure. It is intended to be a comprehensive and objective (however possible) critique of lazy sequences as a feature. In no way do I want this to be a judgment of the decision to make Clojure lazy. Clojure the language is by no means formulaic; creating it involved making a plethora of impactful choices. We can judge by Clojure's longevity that the total package

                                  • Recommended alarms - Amazon CloudWatch

                                    The following sections list the metrics that we recommend that you set best practice alarms for. For each metric, the dimensions, alarm intent, recommended threshold, threshold justification, and the period length and number of datapoints is also displayed. Some metrics might appear twice in the list. This happens when different alarms are recommended for different combinations of dimensions of th

                                    • Handling Bounces and Complaints | Amazon Web Services

                                      AWS Messaging & Targeting Blog Handling Bounces and Complaints As you may have seen in Jeff Barr’s blog post or in an announcement, Amazon Simple Email Service (Amazon SES) now provides bounce and complaint notifications via Amazon Simple Notification Service (Amazon SNS). You can refer to the Amazon SES Developer Guide or Jeff’s post to learn how to set up this feature. In this post, we will show

                                        Handling Bounces and Complaints | Amazon Web Services