並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 837件

新着順 人気順

interfaceの検索結果201 - 240 件 / 837件

  • GitHub - Physton/sd-webui-prompt-all-in-one: This is an extension based on sd-webui, aimed at improving the user experience of the prompt/negative prompt input box. It has a more intuitive and powerful input interface function, and provides automatic tran

    This is an extension based on sd-webui, aimed at improving the user experience of the prompt/negative prompt input box. It has a more intuitive and powerful input interface function, and provides automatic translation, history record, and bookmarking functions. 这是一个基于 sd-webui 的扩展,旨在提高提示词/反向提示词输入框的使用体验。它拥有更直观、强大的输入界面功能,它提供了自动翻译、历史记录和收藏等功能。

      GitHub - Physton/sd-webui-prompt-all-in-one: This is an extension based on sd-webui, aimed at improving the user experience of the prompt/negative prompt input box. It has a more intuitive and powerful input interface function, and provides automatic tran
    • Goでテストを書くために、まずinterfaceを設計するということ - Qiita

      Goでテストコードを書くことになった場合に あなたが、勤務先で上長から「テストコードを書いてください」と指示されたとき、 テストが書ける設計になっているでしょうか。 この記事では、S3からファイルを取得して読み取るというユースケースに対して テストを書くことについて考えていきます。 テストが書きづらいケース var awssess = newSession() var s3Client = newS3Client() const defaultRegion = "ap-northeast-1" func newSession() *session.Session { return session.Must(session.NewSessionWithOptions(session.Options{ SharedConfigState: session.SharedConfigEnable,

        Goでテストを書くために、まずinterfaceを設計するということ - Qiita
      • Configuration and credential file settings - AWS Command Line Interface

        You can save your frequently used configuration settings and credentials in files that are maintained by the AWS CLI. The files are divided into profiles. By default, the AWS CLI uses the settings found in the profile named default. To use alternate settings, you can create and reference additional profiles. You can override an individual setting by either setting one of the supported environment

        • 【Go 言語】interface のポインタからメソッドコールできないのはなぜ? - Qiita

          結論 簡潔に言うと「interface を指すポインタは interface を実装した構造体のポインタのポインタになるから」です。 これだけではよくわからないので詳しくみていきましょう。 interface のポインタからメソッドコールができないとは? interface の Mammal とそれを実装した Human という構造体を考えましょう。 type Mammal interface { GetAge() int } type Human struct { Age int } func (h *Human) GetAge() int { return h.Age }

            【Go 言語】interface のポインタからメソッドコールできないのはなぜ? - Qiita
          • ChatGPTを使ったプログラミングを解説——CQ出版「Interface」2023年11月号発売|fabcross

            特集「ChatGPTとプログラミング」では、OpenAIが提供する対話型生成AI「ChatGPT」のコード生成やプログラミング支援機能について解説する。 第1部「押さえておきたいメカニズム」では、トークンや強化学習といった技術ワードから読み解くChatGPTのメカニズムや、大規模言語モデルのベースとなっているTransformerの動作について解説。 第2部「活用テクニック」では、プロンプトの上手な書き方や指示の定型文、コード生成やレビュー/デバッグなどに応用できる活用テクニックを紹介する。 第3部「徹底実験!ChatGPTのプログラミングの実力を確かめる」では、温度センサーとRaspberry Pi Pico、ESP32を使用してクラウドサーバーに接続し、測定値を送信するプログラムや、STM32マイコンでDCブラシレスモーターを制御するプログラムなど、ChatGPTでプログラミングした事

              ChatGPTを使ったプログラミングを解説——CQ出版「Interface」2023年11月号発売|fabcross
            • GitHub - triton-inference-server/pytriton: PyTriton is a Flask/FastAPI-like interface that simplifies Triton's deployment in Python environments.

              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 - triton-inference-server/pytriton: PyTriton is a Flask/FastAPI-like interface that simplifies Triton's deployment in Python environments.
              • Goのinterfaceをデータ構造から理解する

                この記事は 2021 Go Advent Calendar 3日目 の記事です。 はじめに Goにはinterfaceと呼ばれるデータ構造が存在します。 interface typeは良くも悪くもGoのランタイムの中で柔軟な振る舞いを持ちます。 今回は改めてGoのinterfaceを学習することで、今日からのGopher lifeをより良くすることを目的とします。 note この記事はGo1.17の時点での記事です。 Go1.18から導入予定のGenericが導入されることで、一部よりいい書き方が生まれる可能性があります。 interfaceの使い方 1つは他言語の文脈で用いられるような抽象化のためのinterfaceです。 以下がサンプルコードです。 package main import "fmt" type Go interface { Hello() } var _ Go = (*

                  Goのinterfaceをデータ構造から理解する
                • Apple、iOS 18でサポートされるダークと淡色アイコンのテンプレートとHuman Interface Guidelinesを公開。

                  AppleがiOS 18でサポートされるDarkとTintedアイコン用のテンプレートとHuman Interface Guidelinesを公開しています。詳細は以下から。 Appleは現地時間2024年06月10日に開催した世界開発者会議WWDC24の基調講演の中で、次期「iOS 18」や「iPadOS 18」を発表し、その新機能の1つとしてホーム画面のアイコンでダーク(Dark)と淡色(Tinted)にカスタマイズする機能を発表しましたが、 Appleは開発者向けに提供している「Human Interface Guidelines (HIG)」をアップデートし、このダークと淡色のアイコンをデザインする上で、システムに美しくなじませるためのヒントを追記しています。 暗いアイコンと淡色のアイコンはシステムアプリのアイコンやウィジェットと並べてもなじむようなデザインにする。デフォルトのアイ

                    Apple、iOS 18でサポートされるダークと淡色アイコンのテンプレートとHuman Interface Guidelinesを公開。
                  • (C#) interface/core パターンによるポリモーフィズム - ネコのために鐘は鳴る

                    継承の濫用による設計の矛盾 コード共通化のためだけの継承の濫用が設計の矛盾を生むというのを分かっている方は、下の問題設定だけ見て、次の項まで読み飛ばしてください。 問題設定 人間・犬・猫には「歩く」という共通の振る舞いがあり、現在の「位置」を持っている。 全ての生き物はデフォルトでは速度1で歩くが、犬と猫は速度2で歩く。 猫は昼寝をし、昼寝を始めると歩かない。 C#er 的には自然な考えとして、まずは継承で実装してみましょう。 public abstract class Walkable { public int X { get; protected set; } public virtual void Walk() => X += 1; } public class Human : Walkable{ } public class Dog : Walkable { public over

                      (C#) interface/core パターンによるポリモーフィズム - ネコのために鐘は鳴る
                    • GitHub - nhorman/dropwatch: user space utility to interface to kernel dropwatch facility

                      Dropwatch is a project I started in an effort to improve the ability for developers and system administrators to diagnose problems in the Linux Networking stack, specifically in our ability to diagnose where packets are getting dropped. From my probing, I've come to the conclusion that there are four main shortcomings in our current environment: Consolidation, or lack thereof. Currently, if you wo

                        GitHub - nhorman/dropwatch: user space utility to interface to kernel dropwatch facility
                      • Goのdatabase周りのテストではinterfaceを最大限に活用しようという話 - nakamura244 blog

                        はじめに Goで色々とアプリケーションを書いていてストレージ(主にRDB)との結合部分のテストを書く事があると思います だいたいは実際のストレージにアクセスするテストを実行して、テストをするかと思います 最近、自分はこのストレージ部分とのテストをより良くするにはどうすべきかと考える時があります そこでdatabaseの結合部分のテスト周りで最近改善してみた事をまとめたいと思います 今までどうしてたか localの場合 まず、実際のテスト用のHOST,DB,USER,PASSWORDをconfigなり、環境変数化しておいて、起動時に切り替えれるようにしておく unit test用のDBを用意しておく テーブルスキーマのmigrationを流しておく test用のconfigで起動してgo testを流す。 実際にテスト用のDBに対して、select,update,deleteのテストを行う

                          Goのdatabase周りのテストではinterfaceを最大限に活用しようという話 - nakamura244 blog
                        • Web Interface Guidelines

                          IntroductionWeb Interface Guidelines This document outlines a non-exhaustive list of details that make a good (web) interface. It is a living document, periodically updated based on learnings. Some of these may be subjective, but most apply to all websites. The WAI-ARIA spec is deliberately not duplicated in this document. However, some accessibility guidelines may be pointed out. Contributions ar

                            Web Interface Guidelines
                          • AWS CLI のページ分割オプションを使用する - AWS Command Line Interface

                            翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 AWS CLI のページ分割オプションを使用する このトピックでは、AWS CLI からの出力をページネーションするためのさまざまな方法を示します。 AWS CLI からページネーションを制御する方法は主に 2 つあります。 サーバー側のページ分割パラメータが最初に処理され、出力がクライアント側のページ分割に送信されます。 サーバー側のページ分割 項目の大きなリストを返すことができるコマンドの場合、AWS Command Line Interface (AWS CLI) がサービスの API を呼び出してリストを生成するときに出力に含める項目の数を制御できる複数のオプションが AWS CLI にあります。 デフォルトでは、AWS CLI は、個々のサービスによって決

                            • JavaのInterface(インターフェース)について。implementsって何? - 104blog

                              この記事は移転しました。約2秒後に新記事へ移動します。移動しない場合はココをクリックしてください。

                                JavaのInterface(インターフェース)について。implementsって何? - 104blog
                              • GitHub - voicepaw/so-vits-svc-fork: so-vits-svc fork with realtime support, improved interface and more features.

                                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 - voicepaw/so-vits-svc-fork: so-vits-svc fork with realtime support, improved interface and more features.
                                • ぬこぬこ on X: "https://t.co/mhmdVAc5VK Artificial Intelligence Controller Interface (AICI) 大規模言語モデルの出力制御をカンタンにするオープンソースのインターフェース。Microsoft 製。開発者はコントローラーと呼ばれるカスタムロジックを用いて、LLM の生成プロセスをリアルタイムで制御可能。…"

                                  • Strategyパターンから理解するGo言語のinterface - Qiita

                                    この記事は Go Advent Calendar 2022 23日目の記事です。 はじめに Go言語はJavaなどのオブジェクト指向のように明示的な継承関係がない分、interfaceをうまく使いこなせるかがカギになってくるように個人的に感じます。 そのinterfaceの使い方は、オブジェクト指向におけるStrategyパターンが参考になるよ、という話をしようと思います。 読者としてはGoに入門したばかりの初学者を想定しています。 Strategyパターン Strategyパターンは「GoFのデザインパターン」のなかで紹介されている、クラスやインタフェースの使い方に関する設計パターンです。 図式 Strategyパターンの説明については、結城浩『Java言語で学ぶデザインパターン入門 第3版』に詳しいのでそのまま引用します。 strategyというのは、「戦略」という意味です。敵をやっつ

                                      Strategyパターンから理解するGo言語のinterface - Qiita
                                    • AWS Cloud Digital Interface で実現する柔軟なクライアントプレビュー | Amazon Web Services

                                      Amazon Web Services ブログ AWS Cloud Digital Interface で実現する柔軟なクライアントプレビュー カラーグレーディングやフィニッシングなど、高性能かつリアルタイムのポストプロダクションワークフローがクラウドに移行するにつれて、適切なローカルディスプレイデバイスでリファレンス品質の動画を表示できることが極めて重要になってきています。 さらに、リモートでのチーム作業がますます快適になっていく中、クリエイティブ分野の意思決定者は、どこにいても肩越しのフィードバックを提供できるよう、質の高い、リアルタイムビューをいまだに期待しています。 そのため、ポストプロダクションワークフローのニーズを満たすための新たな課題が生まれています。 Autodesk Flame、Streambox Spectra VM、および Colorfront Streaming S

                                        AWS Cloud Digital Interface で実現する柔軟なクライアントプレビュー | Amazon Web Services
                                      • Programming Training Data: The New Interface Layer for ML

                                        Software 2.0 and the Paradigm Shift in Programming ML Systems Alex Ratner and Chris Ré And referencing work by many other members of Hazy Research Back to the Snorkel Blog [DRAFT] Recent advances in techniques and infrastructure have led to a flurry of excitement about the capabilities of machine learning (ML), leading some to call it a new “Software 2.0” [1,2]. At the core of this excitement is a

                                        • Move over, Zoom. This magic interface is the future of videoconferencing

                                          Tens of millions of people are working from home. Zoom use has exploded as we’ve turned to video chats—even though they’re exhausting. And whenever we do go back to our offices, we probably won’t all go back. To enable social distancing, more people will work in shifts, and remotely. So, do we need to settle for the Zoom-from-the-couch home office we have today? Not necessarily! The design firm Ar

                                            Move over, Zoom. This magic interface is the future of videoconferencing
                                          • Windows10 Wireshark インターフェース 見つからない / 表示されない(No interface found)問題を解決 - デジテクブログ

                                            Window10 Wiresharkをインストールしてもインターフェースが見つからなくて困った!?Windows10で、新しいWireshark 【64bit 3.2.3version】をインストールしたけど、ローカルインタフェースが見えなくて/表示されなくて、キャプチャできないと嘆いていました。 同じような問題にぶち当たっている人がいないかGoogleで検索して、日本語で書いてるブログサイトを見ても、みんなそれぞれ言ってること違うし、やっても解決しない。 どうなってんだ、これって思って、以下のサイトの方法を試したら、解決しました!!英語のサイトなんで、ポイントだけ掲載します。素晴らしい! トラブルシューティングやテクニカルなことを調べる時は日本語だけでなく、英語のサイトも見ると解決すること多いですよね。 Wireshark No interfaces Found Windows 10(F

                                              Windows10 Wireshark インターフェース 見つからない / 表示されない(No interface found)問題を解決 - デジテクブログ
                                            • GitHub - zhaojh329/oui: 🐛 A framework used to develop Web interface for OpenWrt. Use Lua-eco + Vue3 + Vite + Naive-ui.

                                              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 - zhaojh329/oui: 🐛 A framework used to develop Web interface for OpenWrt. Use Lua-eco + Vue3 + Vite + Naive-ui.
                                              • GitHub - ckan/ckanapi: A command line interface and Python module for accessing the CKAN Action API

                                                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 - ckan/ckanapi: A command line interface and Python module for accessing the CKAN Action API
                                                • GitHub - iamnottimi/Harloxy: The primary goal of Harloxy is to develop WPF applications faster, by using proxies to implement the necessary interface INotifyPropertyChanged.

                                                  The primary goal of Harloxy is to develop WPF applications faster, by using proxies to implement the necessary interface INotifyPropertyChanged.

                                                    GitHub - iamnottimi/Harloxy: The primary goal of Harloxy is to develop WPF applications faster, by using proxies to implement the necessary interface INotifyPropertyChanged.
                                                  • [Golang]interfaceは何者だ-Gopherへの道② | エンジニアBLOG

                                                    [Golang]interfaceは何者だ-Gopherへの道② バックエンド Go こんにちは。 Go言語での開発も始まり、そのコーディングの楽しさも少しずつ感じているs.hayakawaです。 前回 から引き続き、Go言語について学んだ内容をまとめていきたいと思います。 ところで、私はGo言語の学習を始めた頃、 Interfaceはいったい何ができるものなのかよく分かりませんでした。 (メソッドの型を定義した型?ポリモーフィズム???) ということで、今回はGo言語でのInterfaceは何ができて、何のためにあるのか 大まかにでも掴めるようになることを目標に見ていきたいと思います! はじめにこちらのコードを見ていきましょう。 インターフェースを実装する type Hoge interface { FuncA() FuncB() } type Foo struct {} func (f

                                                      [Golang]interfaceは何者だ-Gopherへの道② | エンジニアBLOG
                                                    • 【Golang】Golangのinterfaceで知っておくとお得なTips - Qiita

                                                      概要 去年の8月に社会人エンジニアになり、今年の2月までAPIサーバーの開発をRuby on Railsで行なっていた新卒Rubyistです。 3月にサーバーサイドを全てGolangで行う会社に転職しました。今までRailsでの業務が多かったため、interface{}という概念がどうしても身につきませんでしたが、ある程度業務に慣れ、戦い続けて学んだことをまとめようと思いました。 Golangのinterfaceについては知見は多くあるのですが、今年はアウトプットを大事にしていきたいという目標から、記事にまとめました。 下に読む前に Golangのインタフェースは型の1つです。 string や int64 が関数を持っているように、インタフェースで型を宣言してその型に関数を持たせることができます。 構造体がインタフェースで宣言されているGetRadius関数を持つと、この構造体の型はCi

                                                        【Golang】Golangのinterfaceで知っておくとお得なTips - Qiita
                                                      • Typescript Interface - Possible to make "one or the other" properties required?

                                                        Possibly an odd question, but I'm curious if it's possible to make an interface where one property or the other is required. So, for example... interface Message { text: string; attachment: Attachment; timestamp?: number; // ...etc } interface Attachment {...} In the above case, I'd like to make sure that either text or attachment exists. This is how I'm doing it right now. Thought it was a bit ve

                                                          Typescript Interface - Possible to make "one or the other" properties required?
                                                        • 【UE4】InterfaceとDispatcherの使い分け方-自分流【★★☆】 | キンアジのブログ

                                                          ※この記事で使用しているUnrealのVersionは04.21.1です。 ※この記事のサンプルプロジェクトは以下URLにアップされています サンプルプロジェクト 個人的に、InterdaceとDispatcherが似ていて、どのタイミングでどちらを使えばいいかが時々わからなくなります。 なのでこの際、2つの特徴を調べてそれぞれに向いている仕事を自分なりに研究しました。 Interfaceの特徴 レベル【★★☆】 Interfaceは、送信側の情報を知ることなく、受信側はイベントを受け取ることができるという大きな特徴があります。また、送信側も相手がいることさえわかればイベントを送信することが出来ます。 その特徴のおかげで、アセットやアクター同士の「依存度」を下げることが出来ます。 また、「Get All Actor With Interface」「Get All Widget With I

                                                            【UE4】InterfaceとDispatcherの使い分け方-自分流【★★☆】 | キンアジのブログ
                                                          • GitHub - newrelic/newrelic-cli: The New Relic Command Line Interface

                                                            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 - newrelic/newrelic-cli: The New Relic Command Line Interface
                                                            • エラーのトラブルシューティング AWS CLI - AWS Command Line Interface

                                                              翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 エラーのトラブルシューティング AWS CLI このセクションでは、問題を解決するために従うべき一般的なエラーとトラブルシューティング手順について説明します。最初に、一般的なトラブルシューティングに従うことをお勧めします。 最初に試す一般的なトラブルシューティング でエラーが発生したり、問題が発生したりした場合は AWS CLI、トラブルシューティングに役立つ次の一般的なヒントを参考にすることをお勧めします。 先頭に戻る AWS CLI コマンドのフォーマットを確認してください。 コマンドが存在しないことを示すエラー、またはドキュメントに記述されているパラメータ (Parameter validation failed) が認識されないことを示すエラーが表示された場

                                                              • GitHub - WebAssembly/WASI: WebAssembly System Interface

                                                                The WebAssembly System Interface (WASI) is a set of APIs for WASI being developed for eventual standardization by the WASI Subgroup, which is a subgroup of the WebAssembly Community Group. WASI started with launching what is now called Preview 1, an API using the witx IDL, and it is now widely used. Its major influences are POSIX and CloudABI. WASI Preview 2 is now in development, which is a modul

                                                                  GitHub - WebAssembly/WASI: WebAssembly System Interface
                                                                • Introducing Amazon SageMaker Data Wrangler, a Visual Interface to Prepare Data for Machine Learning | Amazon Web Services

                                                                  AWS News Blog Introducing Amazon SageMaker Data Wrangler, a Visual Interface to Prepare Data for Machine Learning Today, I’m extremely happy to announce Amazon SageMaker Data Wrangler, a new capability of Amazon SageMaker that makes it faster for data scientists and engineers to prepare data for machine learning (ML) applications by using a visual interface. Whenever I ask a group of data scientis

                                                                    Introducing Amazon SageMaker Data Wrangler, a Visual Interface to Prepare Data for Machine Learning | Amazon Web Services
                                                                  • パスワードを入れてmysqlコマンドを実行すると「Warning: Using a password on the command line interface can be insecure」が表示される

                                                                    WordPressなどではDBにMySQLを使いますが、障害発生時の復旧対応のために、DBのバックアップは取っておきたいところです。 WordPressには、Plugin(プラグイン)でバックアップを取れるものとして、BackWPupやUpdraftPlusなどの有名なPlugin(プラグイン)がありますが、ページ数が膨大な場合にはこれらのPlugin(プラグイン)を使うのはサーバの負荷的にも望ましくありません。

                                                                      パスワードを入れてmysqlコマンドを実行すると「Warning: Using a password on the command line interface can be insecure」が表示される
                                                                    • Zendesk Command Line Interface (ZCLI) の開発環境セットアップをしてみた | DevelopersIO

                                                                      皆さんは Zendesk Command Line Interface (ZCLI)を使ったことありますか? 本ブログでは、ZCLIの開発環境セットアップ方法についてご紹介します。 はじめに こんにちは、サービスグロースチームの筧です。 ZCLI は Zendesk アプリを開発するためのコマンドラインツールです。ZCLI を使うことで、 Zendesk アプリをローカルでビルド・テスト・パッケージ化できます。別に Zendesk App Tools (ZAT)というものがありますが、これに代わるオープン ベータ版のコマンドラインツールです。 Note: The Zendesk Command Line Interface (ZCLI) is in open beta. It is fully supported by Zendesk but may change at any time.

                                                                        Zendesk Command Line Interface (ZCLI) の開発環境セットアップをしてみた | DevelopersIO
                                                                      • GitHub - bytecodealliance/wit-bindgen: A language binding generator for WebAssembly interface types

                                                                        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 - bytecodealliance/wit-bindgen: A language binding generator for WebAssembly interface types
                                                                        • GitHub - aws/aws-mwaa-local-runner: This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.

                                                                          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 - aws/aws-mwaa-local-runner: This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.
                                                                          • CakePHPのschemaからtypescriptのinterfaceを吐きだすプラグインをかいた - kaz29

                                                                            小ネタです。 最近は相変わらずCakePHPでAPIを書いて、nextjsでフロントのアプリを書くサイトばかり作っているのですが、API側で定義したAPIレスポンスデータをフロント側用にinterfaceを書くのがだるいのでプラグインを書いた話です。 TsExport plugin for CakePHP TsExport plugin for CakePHPは以下のようにインストールしてください。 composer require --dev kaz29/cakephp-ts-export-plugin 実行は以下のような感じ。 bin/cake export_entity --all または bin/cake export_entity モデル名 実際に実行すると、以下のようにinterface定義が標準出力に出力されます。 bin/cake export_entity Users /

                                                                              CakePHPのschemaからtypescriptのinterfaceを吐きだすプラグインをかいた - kaz29
                                                                            • How the Graphical User Interface Was Invented

                                                                              Support IEEE Spectrum is the flagship publication of the IEEE — the world’s largest professional organization devoted to engineering and applied sciences. Our articles, podcasts, and infographics inform our readers about developments in technology, engineering, and science.

                                                                                How the Graphical User Interface Was Invented
                                                                              • Nutanixで利用可能なCLI(Command Line Interface)を覚えてみよう! - LTN Blog 〜 Lenovo Technology Network 〜

                                                                                皆さん、こんにちは レノボ・エンタープライズ・ソリューションズ 小宮です。本日はNutanixで利用可能なCLI(Command Line Interface)についてご説明しようと思います。 普段Nutanixを運用する場合、Prismを利用して操作を行いますが、コマンドなどで自動化したい人などはどうしてもCLIが必要になります。実際にNutanixには複数CLIのインタフェースが用意されており、運用者の使い勝手で選ぶことも可能です。 CLIに対する使い方も含めてご説明したいと思います。 1.Nutanixで利用可能なCLIについて 主に3つのCLIが用意されています。 ・nCLI(Nutanix CLI):Nutanixのクラスタ(AOS)に対してコマンドで操作できます。主にクラスタやコンテナの情報の参照・設定などを行うときに利用します。(利用する場合はJREのインストールが必須になり

                                                                                  Nutanixで利用可能なCLI(Command Line Interface)を覚えてみよう! - LTN Blog 〜 Lenovo Technology Network 〜
                                                                                • azu on Twitter: "typeよりinterfaceを使うという話。 interfaceは名前で参照されることが決まってるけどtypeはinline化されるためサイズが増えることがある。 "TypeScript: Prefer Interface…" https://t.co/1WhUKuRGkE"

                                                                                  typeよりinterfaceを使うという話。 interfaceは名前で参照されることが決まってるけどtypeはinline化されるためサイズが増えることがある。 "TypeScript: Prefer Interface…" https://t.co/1WhUKuRGkE

                                                                                    azu on Twitter: "typeよりinterfaceを使うという話。 interfaceは名前で参照されることが決まってるけどtypeはinline化されるためサイズが増えることがある。 "TypeScript: Prefer Interface…" https://t.co/1WhUKuRGkE"