並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 26 件 / 26件

新着順 人気順

completionの検索結果1 - 26 件 / 26件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

completionに関するエントリは26件あります。 searchemacsAI などが関連タグです。 人気エントリには 『Creating a bash completion script』などがあります。
  • Creating a bash completion script

    I just released stup, a tool for easily keeping organized daily notes in the terminal. You can find it on GitHub here. I recently worked on creating a bash completion script for registering directory aliases and navigating to them with autocomplete in Bash and I found the feature really interesting. In this post I will familiarize you with the process of adding bash completion to your scripts. Wha

      Creating a bash completion script
    • Codeium · Free AI Code Completion & Chat

      Codeium offers best in class AI code completion, search, and chat — all for free. It supports over 70+ languages and integrates with your favorite IDEs, with lightning fast speeds and state-of-the-art suggestion quality.

        Codeium · Free AI Code Completion & Chat
      • GitHub - jart/emacs-copilot: Large language model code completion for Emacs

        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 - jart/emacs-copilot: Large language model code completion for Emacs
        • 【zsh】絶対やるべき!ターミナルでgitのブランチ名を表示&補完【git-prompt / git-completion】 - Qiita

          【zsh】絶対やるべき!ターミナルでgitのブランチ名を表示&補完【git-prompt / git-completion】ZshGitTerminal この記事でできること ターミナルのプロンプトにgitのブランチ名を常に表示させる(git-prompt) gitコマンドをTab補完できるようにする(git-completion) はじめに もともとbashを使っていた時は次の記事を参考に同様の設定をしていました 「Git補完をしらない」「git statusを1日100回は使う」そんなあなたに朗報【git-completionとgit-prompt】 しかし、macOSがCatalinaにアップデートされてからはzshがターミナルのデフォルトとなり、zshへと移行が進んでいると思います 自分も新しいPCでいいかげんzshを使い始めた&意外と情報がまとまっていなくて手間取ったため、今更感

            【zsh】絶対やるべき!ターミナルでgitのブランチ名を表示&補完【git-prompt / git-completion】 - Qiita
          • OpenAIのChat Completion APIを使って、ChatGPTライクに会話ができるSlackBotを作る

            🛠️ 実装 Slack の API でスレッドの内容を取得し、それを Chat Completion API に渡すことで Chat GPT のように前後の会話を考慮した回答を返してくれます。 以下 Slack のBolt フレームワーク をつかった場合の実装例です。 export const useReplyEvent = (app: App) => { app.event("message", async ({ event, client, logger }) => { const { thread_ts: threadTs, bot_id: botId, text } = event as any; // botの返信またはスレッドのメッセージでなければ何もしない if (botId || !threadTs) { return; } // スレッドのメッセージを取得 const

              OpenAIのChat Completion APIを使って、ChatGPTライクに会話ができるSlackBotを作る
            • マルチテナンシー下での Query Auto Completion 設計・運用戦略 - LegalOn Technologies Engineering Blog

              こんにちは,LegalForce R&D セクションでエンジニアをしている打田(@moco_beta)です。 LegalForce では,お客様がアップロードした契約書を条文単位で検索ができる,条文検索機能を提供しています。AIによるレビュー支援機能を補完する形でよく利用されている機能ですが,「どんなキーワードで検索したらいいのかわからない」という声をいただくことが増えてきました。検索キーワードの発見に役立ててもらうため,先日 Query Auto Completion(クエリ自動補完,以下 QAC)(*1) をリリースしたので,その裏側をご紹介したいと思います。 Query Auto Completion UI (*1) 検索キーワードの一部を入力フォームに入れると,フォームの下にドロップダウンリストでキーワード候補が出てくる機能を指します。 QAC 開発における課題 LegalForc

                マルチテナンシー下での Query Auto Completion 設計・運用戦略 - LegalOn Technologies Engineering Blog
              • GitHub - ms-jpq/coq_nvim: Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.

                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 - ms-jpq/coq_nvim: Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
                • 計画完了 ~ project completion - Friendshipは船と港 ~藤田くらら 小6でTOEIC980点までの軌跡~

                  前回まで書いてきました私の肩(変形性肩関節症)は絶望的に悪化を辿る一方ですが、娘の方は対照的に良い感じの空気が流れています。 今の娘の意識、それが表に現れたものであっても潜在的なものであっても、おそらく、 「計画完了」 という言葉で表象されるのではないかと考えます。 以前の記事で、昨年度末に学長先生との3者面談の際に、SATとTOEFLibt受験の目標(最低ライン)となる数字を掲げられ、私と娘はげっそりして帰路に着いたのです。 その時の記事を含む一連の学校の記事は、今は受験の微妙な時期ということもあり公開から外していますが、学長先生の口から出たその数字は、半年前の娘にとっては非常に高く屹立する壁にも思えるものでした。 それから3年生に進級し、もう数学の授業とはおさらばだと思っていましたが、学長先生の勧めで「プレカル」という微積分の導入のような科目も取ることになり、何科目もある授業の課題の多

                    計画完了 ~ project completion - Friendshipは船と港 ~藤田くらら 小6でTOEIC980点までの軌跡~
                  • TS/JS postfix completion - Visual Studio Marketplace

                    If for any reason you don't like either of those templates you can disable them one by one using postfix.disabledBuiltinTemplates setting. Custom templates (1.6.0 and above) You can now add your own templates if the defaults are not enough. This will only work for simple ones as some templates require additional tricky handling. To configure a template you need to set postfix.customTemplates setti

                      TS/JS postfix completion - Visual Studio Marketplace
                    • イベント駆動型アーキテクチャで実現する Query Auto Completion 更新 - LegalOn Technologies Engineering Blog

                      こんにちは、株式会社LegalOn Technologies の検索・推薦チームでエンジニアをしている、佐藤です。 弊社では LegalForce という製品で、お客様がアップロードした契約書を条文単位で検索ができる、条文検索機能を提供しています。 条文検索では既に契約書本文の Query Auto Completion (クエリ自動補完, 以下 QAC)が提供されており (*1)、今回は契約書のタイトルやファイル名などで絞り込み検索を行う際に利用される QAC の開発を行いました。 本記事では今回開発した QAC を実現する上で課題となった QAC データの更新について、継続的な更新を行うために検討したシステム設計や運用方法を紹介したいと思います。 (*1) 別の記事で詳しく紹介されています。 目次 絞り込み検索のための QAC QAC データ更新における課題 Completion 更新

                        イベント駆動型アーキテクチャで実現する Query Auto Completion 更新 - LegalOn Technologies Engineering Blog
                      • Tabnine: AI Code Completion & Chat in Java JS/TS Python & More - IntelliJ IDEs Plugin | Marketplace

                        AI assistant for software developers What is Tabnine? Tabnine is an AI code assistant that makes you a better developer, helping you to increase...

                          Tabnine: AI Code Completion & Chat in Java JS/TS Python & More - IntelliJ IDEs Plugin | Marketplace
                        • GitHub - hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua.

                          call plug#begin(s:plug_dir) Plug 'neovim/nvim-lspconfig' Plug 'hrsh7th/cmp-nvim-lsp' Plug 'hrsh7th/cmp-buffer' Plug 'hrsh7th/cmp-path' Plug 'hrsh7th/cmp-cmdline' Plug 'hrsh7th/nvim-cmp' " For vsnip users. Plug 'hrsh7th/cmp-vsnip' Plug 'hrsh7th/vim-vsnip' " For luasnip users. " Plug 'L3MON4D3/LuaSnip' " Plug 'saadparwaiz1/cmp_luasnip' " For ultisnips users. " Plug 'SirVer/ultisnips' " Plug 'quangng

                            GitHub - hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua.
                          • GitHub - marlonrichert/zsh-autocomplete: 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

                            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 - marlonrichert/zsh-autocomplete: 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
                            • How Bash completion works

                              How Bash completion worksPublished October 6, 2019 by Chris Patuzzo ▲Bash completion for ‘The tuzz automation tool’Over the years I’ve developed a command-line tool I use for routine tasks such as provisioning my machine, generating project templates and managing secrets. The tool is written in Ruby and I invoke it with the zz command. Most of what it does is fairly straightforward. The clever bit

                                How Bash completion works
                              • brew Shell Completion

                                brew Shell Completion Homebrew comes with completion definitions for the brew command. Some packages also provide completion definitions for their own programs. zsh, bash and fish are currently supported. You must manually configure your shell to enable its completion support. This is because the Homebrew-managed completions are stored under HOMEBREW_PREFIX which your system shell may not be aware

                                  brew Shell Completion
                                • GitHub - Shougo/ddc.vim: Dark deno-powered completion framework for neovim/Vim

                                  Dark deno-powered completion framework for neovim/Vim If you don't want to configure plugins, you don't have to use the plugin. It does not work with zero configuration. You can use other plugins. Please read help for details. Ddc is the abbreviation of "dark deno-powered completion". It provides an extensible and asynchronous completion framework for neovim/Vim. NOTE: I have created Japanese arti

                                    GitHub - Shougo/ddc.vim: Dark deno-powered completion framework for neovim/Vim
                                  • Azure OpenAI Service の Chat Completion API を JMeter で負荷テストしてみた

                                    はじめに 最近、本番環境で Azure OpenAI Service を導入する事例が増えてきているように感じます。 Azure OpenAI Service の素の API 自体がどれくらいのリクエストに耐えられるのか、個人的にも気になっていました。 そこで具体的なシナリオを想定して、JMeter と Taurus で負荷テストしてみたので、その手順と結果を共有したいと思います。 ※筆者自身も負荷テストは初めてなので、間違っている点があればご指摘いただけますと幸いです。 JMeter と Taurus について JMeter とは JMeter は、Apache Software Foundation が開発しているオープンソースの負荷テストツールです。 HTTP 以外にも、FTP や JDBC などのプロトコルにも対応しており、様々なシナリオでの負荷テストが可能です。操作性も良く、GU

                                      Azure OpenAI Service の Chat Completion API を JMeter で負荷テストしてみた
                                    • Integrating Code Completion in Visual Studio Code - Strumenta

                                      The tomassetti.me website has changed: it is now part of strumenta.com. You will continue to find all the news with the usual quality, but in a new layout. Integrating Code Completion in Visual Studio Code – With the Language Server Protocol Introduction Automatic code completion, also known as IntelliSense, is an important part of the modern software development experience. No matter if you’re a

                                        Integrating Code Completion in Visual Studio Code - Strumenta
                                      • Dengeki Bunko: Crossing Void Alice Raising Project Completion

                                        On Dengeki Bunko: Crossing Void global server, I finally completed the Alice Raising Project event in 8 days. (Could have been shorter if I knew Kirito prayer quest was Alice because of the mistype.) This event only unlocks if you obtained the S rank or A rank Alice from the limited time gacha. So after 100% unlocking with my added booster upgrade, the final background reward is cool and it will d

                                          Dengeki Bunko: Crossing Void Alice Raising Project Completion
                                        • [WSL2] Slow completion due to Windows PATH being appended to Linux PATH · Issue #4234 · microsoft/WSL

                                          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

                                            [WSL2] Slow completion due to Windows PATH being appended to Linux PATH · Issue #4234 · microsoft/WSL
                                          • Playground | Codeium · Free AI Code Completion & Chat

                                            PlaygroundTry out Codeium right in your browser! Install the Codeium extension in your IDE to get access to 70+ languages. It's simple: press Tab to accept a suggestion.

                                              Playground | Codeium · Free AI Code Completion & Chat
                                            • Edge Runtime上でChat Completion API経由のストリーム形式のレスポンスを実装する

                                              OpenAIのChat Completion APIでstream: trueに指定した時にSSEのレスポンスからコンテンツを逐次読み込みしてUIに反映させようとすると、意外に途中のパース処理に手間取ることが知られています。 JavaScript版openai-nodeモジュールのリポジトリにもissueがあるのですが、ユーザー間で試行錯誤しておりまだインターフェイスとして こなれていない印象です。 Cloudflare WorkersやVercel Edge FunctionのEdge Runtimeだとさらにややこしくて、openai-nodeはaxiosで作られたクライアントなのでそのまま動きません。 いろいろな回避策はあるのですが、今回は任意のモジュールを利用せずにAPIに直接リクエストを送信しつつストリーム形式のレスポンスに対応します。 Cloudflare Workers版 C

                                                Edge Runtime上でChat Completion API経由のストリーム形式のレスポンスを実装する
                                              • GitHub - minad/vertico: :dizzy: vertico.el - VERTical Interactive COmpletion

                                                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 - minad/vertico: :dizzy: vertico.el - VERTical Interactive COmpletion
                                                • GitHub - malxau/yori: Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and 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 - malxau/yori: Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
                                                  • bash-completionを活用して、manやhelpを見ずに、バシバシ長いコマンドを打つ - Qiita

                                                    $ ls sample.txt test1.txt test2.txt test3.txt $ cat s[TAB]キー入力 $ cat sample.txt  ★TABキーを押すと、一致するファイル名が補完される そしてRHEL6(2010年代~)あたりからは、ファイル名やディレクトリ名だけでなく、コマンドのオプション入力にも使えるようになっている。 1-1.前提条件 LinuxやMacOS 1-2. TL;DR 入力補完機能は使っていたが、Linuxコマンドのオプション入力で使えるのは知らなかった。恥ずかしい…。 2. systmctlのオプション長げー問題 ここ数年はRHEL7系をメインに使っているが、長らくRHEL5/RHEL6系を使ってきた。RHEL7系で戸惑うのはserviceコマンドやchkconfigコマンドが使えないことだ(一部は互換機能で使える)。 システム構築・運用で

                                                      bash-completionを活用して、manやhelpを見ずに、バシバシ長いコマンドを打つ - Qiita
                                                    • GitHub - tompng/katakata_irb: IRB with Typed Completion

                                                      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 - tompng/katakata_irb: IRB with Typed Completion
                                                      1

                                                      新着記事