並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 11 件 / 11件

新着順 人気順

renameの検索結果1 - 11 件 / 11件

  • GitHub - itchyny/mmv: rename multiple files with editor

    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 - itchyny/mmv: rename multiple files with editor
    • Scientists rename human genes to stop Microsoft Excel from misreading them as dates

      Science/Tech/MicrosoftScientists rename human genes to stop Microsoft Excel from misreading them as dates Scientists rename human genes to stop Microsoft Excel from misreading them as dates / Sometimes it’s easier to rewrite genetics than update Excel

        Scientists rename human genes to stop Microsoft Excel from misreading them as dates
      • 【MySQL】データベースの名前変更(リネーム、RENAME)の方法のひとつ at softelメモ

        問題 MySQL5.1.23以降は、RENAME DATABASE が廃止されたみたいなんですけど、データベースの名前を変えるにはどうするのが良いですか。 答え RENAME TABLE は可能なので、以下のような方法がある。 例)dbxxxx を dbyyyy にリネームする /* 移動先を作成 */ CREATE DATABASE dbyyyy; /* 移動先にテーブルを移動 */ RENAME TABLE dbxxxx.table1 TO dbyyyy.table1, dbxxxx.table2 TO dbyyyy.table2, dbxxxx.table3 TO dbyyyy.table3, ... ...(以下必要なだけ); /* 移動元を削除 */ DROP DATABASE dbxxxx;

          【MySQL】データベースの名前変更(リネーム、RENAME)の方法のひとつ at softelメモ
        • Rename files in linux / bash using mv command without typing the full name two times

          mv.sh �� j�U �� j�U # Put this function to your .bashrc file. # Usage: mv oldfilename # If you call mv without the second parameter it will prompt you to edit the filename on command line. # Original mv is called when it's called with more than one argument. # It's useful when you want to change just a few letters in a long name. # # Also see: # - imv from renameutils # - Ctrl-W Ctrl-Y Ctrl-Y (cut

            Rename files in linux / bash using mv command without typing the full name two times
          • GitHub - ozgrozer/ai-renamer: A Node.js CLI that uses Ollama and LM Studio models (Llava, Gemma, Llama etc.) to intelligently rename files by their contents

            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 - ozgrozer/ai-renamer: A Node.js CLI that uses Ollama and LM Studio models (Llava, Gemma, Llama etc.) to intelligently rename files by their contents
            • Rename dangerouslySetInnerHTML to bravelySetInnerHTML by George3d6 · Pull Request #27704 · facebook/react

              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

                Rename dangerouslySetInnerHTML to bravelySetInnerHTML by George3d6 · Pull Request #27704 · facebook/react
              • How to rename the "master" branch to "main" in Git

                How to Rename the master branch to main in Git For the longest time, the default branch in most Git repositories was named "master". Fortunately, many people have become aware that this terminology (even more evident in "master/slave") should be replaced! The tech industry should move to a more inclusive, open culture - and removing language like "master/slave" is an important step in this journey

                  How to rename the "master" branch to "main" in Git
                • Easily rename your Git default branch from master to main

                  The Internet Engineering Task Force (IETF) points out that "Master-slave is an oppressive metaphor that will and should never become fully detached from history" as well as "In addition to being inappropriate and arcane, the master-slave metaphor is both technically and historically inaccurate." There's lots of more accurate options depending on context and it costs me nothing to change my vocabul

                  • Tiiduka ☮️4Ukraine on Twitter: "今回の青識亜論凍結騒動でわかった青識の二面性。 裏垢ではフェミ担当してました。 https://t.co/dytxF8J6Hq 旧:@kitanoenishi ←renameする前のフェミ垢 現:@Frozen_Sealion… https://t.co/AO9HOlN1T4"

                    今回の青識亜論凍結騒動でわかった青識の二面性。 裏垢ではフェミ担当してました。 https://t.co/dytxF8J6Hq 旧:@kitanoenishi ←renameする前のフェミ垢 現:@Frozen_Sealion… https://t.co/AO9HOlN1T4

                      Tiiduka ☮️4Ukraine on Twitter: "今回の青識亜論凍結騒動でわかった青識の二面性。 裏垢ではフェミ担当してました。 https://t.co/dytxF8J6Hq 旧:@kitanoenishi ←renameする前のフェミ垢 現:@Frozen_Sealion… https://t.co/AO9HOlN1T4"
                    • VSCodeでPerlのコードのRename Symbol機能を提供する拡張機能を書いた - 私が歌川です

                      VSCodeには Rename Symbol っていって、変数やメソッドの名前を一括変更する機能があるのだけれど、これをPerlでも使えるようにしたい。ということで、できたものがこちらになります。 marketplace.visualstudio.com App::PRTとApp::EditorToolsを手元にインストールしてからご利用ください。 メソッド名を変える App::PRTは id:hitode909 さんが作ったPerlのリファクタリングツールで、メソッドのリネームなどを安全に行うことができる。 App::PRTを使えばコマンドを叩くだけでリファクタリング成功するのでなんかうまく使えないか、ということで休日を潰して実装した。 提供されているAPIのインタフェースを見るに、ほんとうは、どのトークンを書き換えたらよいかを列挙してreplaceする、ということが求められているのだと

                        VSCodeでPerlのコードのRename Symbol機能を提供する拡張機能を書いた - 私が歌川です
                      • 「git rename」を使用してGitのブランチ名を変更する方法

                        「git rename」を使用してGitのブランチ名を変更する方法 どんなソフトウェアやウェブアプリケーションを開発するにしても、ワークフローにGitを組み込むことは、ほぼ必須の要件となっています。 特にチームでのコーディングとなると、分散バージョン管理システムが間違いのない選択肢です。Gitはシンプルなコマンドをいくつも備えており、すぐに使いこなすことができます。しかし、必ずしも直感的とは言えません。 ブランチでgit renameのような操作を行う場合には、慎重に手順を検討する必要があります。 チームワークには十分なコミュニケーションが必須であり、ブランチ名には、公開する以上、十分な説明と明確さが求められます。素早く効率的に仕事をこなす中でも、これをしっかりと意識する必要があるのです。そのため、ブランチ名について、プロジェクトを進める中で細かな調整が必要になることは決して珍しくないでし

                          「git rename」を使用してGitのブランチ名を変更する方法
                        1