並び順

ブックマーク数

期間指定

  • から
  • まで

481 - 520 件 / 1036件

新着順 人気順

renameの検索結果481 - 520 件 / 1036件

  • VSCodeのおすすめ拡張機能 26選 | UMilCL

    VSCodeを使う上でおすすめの拡張機能をまとめました。VSCodeには2万以上の拡張機能が登録されていますが、一部の有名な物やテーマやフレームワーク系以外はあまり使われていません。 今回はそんな中で、汎用的にVSCodeが使いやすくなる拡張機能を紹介します。 エディター系Bracket Pair Colorizer型や()の対応を色付きで表示してくれます。ソースコードの可読性が上がるので、ぜひ試してみてください。また後継としてBracket Pair Colorizer 2もリリースされています。 Path Autocompleteパスの入力を支援してくれます。パスを覚えたり、コピペする必要がなくなるので便利です。 EditorConfig for VS CodeEditorConfigのVSCode版の拡張機能となります。インデントや改行コードなど、コーディングスタイルを統一するための

      VSCodeのおすすめ拡張機能 26選 | UMilCL
    • Rust for JavaScript Developers - Pattern Matching and Enums

      This is the fourth part in a series about introducing the Rust language to JavaScript developers. Here are all the chapters: Tooling Ecosystem Overview Variables and Data Types Functions and Control Flow Pattern Matching and Enums Pattern MatchingTo understand Pattern Matching, let’s start with something familiar in JavaScript - Switch Case. Here’s a simple example that uses switch case in JavaScr

        Rust for JavaScript Developers - Pattern Matching and Enums
      • Node.js — Node v13.7.0 (Current)

        Notable Changes deps: upgrade to libuv 1.34.1 (cjihrig) #31332 upgrade npm to 6.13.6 (Ruy Adorno) #31304 module add API for interacting with source maps (bcoe) #31132 loader getSource, getFormat, transform hooks (Geoffrey Booth) #30986 logical conditional exports ordering (Guy Bedford) #31008 unflag conditional exports (Guy Bedford) #31001 process: allow monitoring uncaughtException (Gerhard Stoeb

          Node.js — Node v13.7.0 (Current)
        • C++ in Visual Studio Code reaches version 1.0! - C++ Team Blog

          We’re excited to announce the first generally available release of the C++ extension for Visual Studio Code! Visual Studio Code is a free code editor that runs on Linux, macOS, and Windows, and is highly-customizable to make it exactly what you want it to be. The C++ extension brings a rich set of productivity features to VS Code for C++ developers, including IntelliSense smart code completion, de

            C++ in Visual Studio Code reaches version 1.0! - C++ Team Blog
          • What's New In DevTools (Chrome 89)  |  Blog  |  Chrome for Developers

            Debugging support for Trusted Types violations Breakpoint on Trusted Type violations You can now set breakpoints and catch exceptions on Trusted Type Violations in the Sources panel. Trusted Types API helps you prevent DOM-based cross-site scripting vulnerabilities. Learn how to write, review and maintain applications free of DOM XSS vulnerabilities with Trusted Types here. In the Sources panel, o

            • How to Recover Deleted Office Files

              Lost a crucial file and need to get it back? These tips will help you recover your Office documents in no time at all. Few things are more frustrating than losing access to a document that you've been working on for hours. Whether the file has been corrupted, deleted, or otherwise lost, it can feel like an enormous waste of time and effort. Fortunately, files that you've created using Microsoft 36

                How to Recover Deleted Office Files
              • 【Windows】パスの260文字制限の解除方法

                以前にファイルサーバーの移行を行った際に確認として Dir コマンドでファイル数の一致を確認していたことがあったのですが、robocopy コマンドの結果を見てもエラーがないにも関わらず、移行元と移行先での実行結果でファイル数が一致しない、という事がありました。 エクスプローラーのトップフォルダのプロパティでもファイル数/フォルダ数も確認しており、こちらも同様に一致していないということがあり、その時に調べた内容をまとめました。 すべてのフォルダ/ファイルを表示できない理由そもそも Dir コマンドでは通常すべてのフォルダ/ファイルを確認する事ができないのです。 すべての階層が表示されていないにも関わらず、コマンド結果ではエラー等も出力されないため、知らなければすべて出力されているものと判断してしまう可能性があります。(260 文字を超えたパスはフォルダ名の途中であろうが切れたまま出力されま

                  【Windows】パスの260文字制限の解除方法
                • How to Change or Disable Your MacBook's Charging Sound

                  It's nice to get a confirmation when you plug in a phone or computer. You don't want to connect the cable for a few minutes of emergency charging, only to grab your device 20 minutes later and see that your juice level hasn't gone up at all. Newer MacBooks play a sound when you plug in your cable for this reason. If you want to turn off the sound on your MacBook or even change this charging sound,

                    How to Change or Disable Your MacBook's Charging Sound
                  • What's New In DevTools (Chrome 93)  |  Blog  |  Chrome for Developers

                    Editable CSS container queries in the Styles pane You can now view and edit CSS container queries in the Styles pane. Container queries provide a much more dynamic approach to responsive design. The @container at-rule works in a similar way to a media query with @media. However, instead of querying the viewport and user agent for information, @container queries the ancestor container that matches

                    • Highlights from Git 2.46

                      The open source Git project just released Git 2.46 with features and bug fixes from over 96 contributors, 31 of them new. We last caught up with you on the latest in Git back when 2.45 was released. Before we get into the details of this latest release, we wanted to remind you that Git Merge, the conference for Git users and developers is back this year on September 19-20, in Berlin. GitHub and Gi

                        Highlights from Git 2.46
                      • My FOSS Story - Andrew Gallant's Blog

                        I’d like to break from my normal tradition of focusing almost strictly on technical content and share a bit of my own personal relationship with Free and Open Source Software (FOSS). While everyone is different, my hope is that sharing my perspective will help build understanding, empathy and trust. This is not meant to be a direct response to the behavior of any other maintainer. Nor should it be

                        • SQLを学ぼう(Rで) - bob3’s blog

                          はじめに 今回扱うこと、扱わないこと RとRStudioを使ったSQL学習環境の構築 RSQLiteパッケージのインストール 練習用サンプルデータの準備 RStudioでSQLを書く SELECT文を学ぼう サンプルデータについて SELECTとFROM WHEREによる条件付け フィールドの加工 並び替え テーブルの紐づけ 集計する Enjoy! リンク集 ※同じ処理のdplyrでの書き方を追記しました。(2022.01.15.) はじめに この記事は「Rは使っている、もしくは学習中であるが、SQLにはなじみがないデータサイエンティスト志望」の方を主な読者と想定しています。 データサイエンティストに求められるスキルとして、RやPythonによる分析技能と並んで、SQLによるデータ処理技能がよく取り上げられます。 データベースに蓄積された大規模データから、分析に必要なデータをSQLを使って

                            SQLを学ぼう(Rで) - bob3’s blog
                          • App - CSS Icons

                            <link href="@import url('https://css.gg/csscssjsonxml?=|abstract|add-r|add|adidas|airplane|alarm|album|align-bottom|align-center|align-left|align-middle|align-right|align-top|anchor|apple-watch|arrange-back|arrange-front|arrow-align-h|arrow-align-v|arrow-bottom-left-o|arrow-bottom-left-r|arrow-bottom-left|arrow-bottom-right-o|arrow-bottom-right-r|arrow-bottom-right|arrow-down-o|arrow-down-r|arrow-

                              App - CSS Icons
                            • Pythonでグラフを作成:ランニング統計情報 - 43号線を西へ東へ

                              Pythonコードのアップデートをしたので、ランニングデータの集計と分析方法についてまとめておきます。 長らく走っていなかったメタボのアラフィフおじさんのランニング記録です。走り始めて79日、走った回数は32回になりました。 歩いているのか走っているのか、微妙なデータが並ぶことをご了承ください。 データ収集から分析まで Jupyter Lab(Python)でグラフと表を作成 作成したグラフ Markdownで表を作成 週ごとのランニングデータ 月ごとのランニングデータ 現状 心拍数をコントロールする必要がなくなった 走り方を考えよう まとめ データ収集から分析まで Apple Watchで収集したランニングデータを、iPhoneからCSVエクスポートして、PCのPythonで集計しています。 flowchart TB node_1["走る"] node_2["iPhoneフィットネスアプ

                                Pythonでグラフを作成:ランニング統計情報 - 43号線を西へ東へ
                              • DBTの導入と半年間の運用の振り返り(課題と解決策)

                                はじめに dbt-core を導入して数ヶ月経ち知見も溜まってきました。 一度これまであった課題とその解決策について書き残しておきたいと思います。 記事の想定読者 dbt の基礎を理解している dbtディレクトリ構成(参考までに) ディレクトリ構成を記載 dbtのベストプラクティスに則りディレクトリの構造を処理毎のレイヤーに分割してます。 Staging ソースデータからデータモデルを構築する最小単位を作成する。DRYの原則に則って実装を行う。 やること rename 型変換 その他、プロジェクト全体で普遍的な変換(ex. yen -> dollar, 日付の形式変換) カテゴリーの変換(caseロジック) やらないこと ソースもとのデータのJOIN(例外) 集計処理 Intermediate Staging で作成したモデルを使用してドメイン、ビジネスロジックを当てていく Marts I

                                  DBTの導入と半年間の運用の振り返り(課題と解決策)
                                • Node.js — Node v15.0.0 (Current)

                                  Notable Changes Deprecations and Removals [a11788736a] - (SEMVER-MAJOR) build: remove --build-v8-with-gn configure option (Yang Guo) #27576 [89428c7a2d] - (SEMVER-MAJOR) build: drop support for VS2017 (Michaël Zasso) #33694 [c25cf34ac1] - (SEMVER-MAJOR) doc: move DEP0018 to End-of-Life (Rich Trott) #35316 [2002d90abd] - (SEMVER-MAJOR) fs: deprecation warning on recursive rmdir (Ian Sutherland) #35

                                    Node.js — Node v15.0.0 (Current)
                                  • Woke invades the sciences | Alan Sokal | The Critic Magazine

                                    The intrusion of irrational ideology is distorting and censoring science A quarter-century ago, the “Science Wars” — an unfortunate military metaphor applied to an intellectual debate — pitted a motley crew of postmodernist-influenced literary scholars and social scientists, often (but not always) of a leftist and feminist political bent, espousing an extreme social-constructivist view of science

                                      Woke invades the sciences | Alan Sokal | The Critic Magazine
                                    • HDFSをメジャーバージョンアップして新機能のRouter-based Federationを本番導入してみた

                                      ヤフー株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。LINEヤフー Tech Blog こんにちは、「Hadoop」黒帯(ヤフー内のスキル任命制度)の鯵坂(@ajis_ka)です。 ヤフーでは、およそ2年間の調査・検証期間を経てヤフーで利用している本番環境のHDFS(Hadoop Distributed FileSystem)をHDP(Hortonworks Data Platform)2.6系(Apache Hadoop 2.7.x相当)からApache Hadoop 3.3.0にメジャーバージョンアップし、HDFSの新機能であるRouter-based Federation(RBF)を導入しました。 本記事では、これまでの2年間で何をしてきたのかについて振り返っていきます。 バージョンアップの経緯 ヤフーでは、提

                                        HDFSをメジャーバージョンアップして新機能のRouter-based Federationを本番導入してみた
                                      • Vim Online Editor - Vim Editor In Browser

                                        Check out my main website: Self Hosted Email Server and programmerhat.com. Is there a feature or service you're willing to pay for? Got a feature request? I'd love to hear it! I'm on Twitter @programmerhat, or email hello@programmerhat.com. Hey! LOTS of exciting new features are being still developed! Open sourced on: Github: programmerhat/vim-online-editor NOTE that this is downloading 2 MB, so g

                                        • The Koka Programming Language

                                          // A generator effect with one operation effect yield<a> fun yield( x : a ) : () // Traverse a list and yield the elements fun traverse( xs : list<a> ) : yield<a> () match xs Cons(x,xx) -> { yield(x); traverse(xx) } Nil -> () fun main() : console () with fun yield(i : int) println("yielded " ++ i.show) [1,2,3].traverse // A generator effect with one operation effectindex/yield: (V, E, V) -> V yiel

                                          • 【Node.js】ES Moduleで__dirnameを使う方法

                                            問題・背景|ReferenceError: __dirname is not defined in ES module scope Node.jsで__dirnameを使用すると、現在のJavaScriptファイルが存在するフォルダーのパスを取得できる。 Node.jsを扱っている者なら、利用することが多い機能の1つだと思う。 がしかし、__dirnameはCommon JSでしかサポートされておらず、ES Moduleで利用しようとすると怒られてしまう。 ReferenceError: __dirname is not defined in ES module scope This file is being treated as an ES module because it has a '.js' file extension and '/example/example/exampl

                                              【Node.js】ES Moduleで__dirnameを使う方法
                                            • Database Fundamentals

                                              About a year ago, I tried thinking which database I should choose for my next project, and came to the realization that I don't really know the differences of databases enough. I went to different database websites and saw mostly marketing and words I don't understand. This is when I decided to read the excellent books Database Internals by Alex Petrov and Designing Data-Intensive Applications by

                                                Database Fundamentals
                                              • 高速 DDL を使用して Amazon Aurora のテーブルを変更する - Amazon Aurora

                                                Amazon Aurora には、ほぼ瞬時に所定の位置で ALTER TABLE オペレーションを実行するための最適化が含まれています。このオペレーションを実行するために、テーブルをコピーする必要はありません。また、他の DML ステートメントに実質的な影響を及ぼすことなく実行できます。このオペレーションは、テーブルのコピーにテンポラリストレージを使用しないため、スモールインスタンスクラスの大きなテーブルに対しても、DDL ステートメントを使用できます。 Aurora MySQL バージョン 3 は、インスタント DDL と呼ばれる MySQL 8.0 の特徴と互換性があります。Aurora MySQL バージョン 2 では、高速 DDL と呼ばれる異なる実装が使用されています。 DDL オペレーションの効率性を向上するため Aurora MySQL バージョン 3 によって実行される最適

                                                • Visual Studio Code June 2020

                                                  Version 1.89 is now available! Read about the new features and fixes from April. June 2020 (version 1.47) Update 1.47.1: The update addresses this security issue. Update 1.47.2: The update addresses these issues. Update 1.47.3: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the June 2020 release of Visual Studio Code. There ar

                                                    Visual Studio Code June 2020
                                                  • Recoil — Another React State Management Library?

                                                    There are many React state management libraries, and new ones pop up from time to time. But it is not every day that Facebook themselves introduce a state management solution. Is it any good? Does it bring anything new to the table? Let’s dive in and see if it’s worth your time (spoiler: yes, it does). It was quite something, watching Dave McCabe, A Facebook software engineer, introduce a new stat

                                                      Recoil — Another React State Management Library?
                                                    • ZeroLogon is now detected by Microsoft Defender for Identity (CVE-2020-1472 exploitation)

                                                      We know that all of you have been intrigued about the recently patched CVE-2020-1472 Netlogon Elevation of Privilege Vulnerability, widely known as ZeroLogon. While we strongly recommend that you deploy the latest security updates to your servers and devices, we also want to provide you with the best detection coverage possible for your domain controllers. Microsoft Defender for Identity (previous

                                                        ZeroLogon is now detected by Microsoft Defender for Identity (CVE-2020-1472 exploitation)
                                                      • Dialog と Popover #4 | blog.jxck.io

                                                        Intro ここまでで <dialog> 要素が標準化され、 Modal/non-Modal な Dialog がネイティブで出せるようになった。 今まで自前で実装していた z-index の指定や、フォーカスの管理、非活性化、キーボードでの処理、スタイルなども、細かい仕様がほぼ標準によってカバーされた。 Top Layer inert :modal / ::backdrop CloseWatcher Focusable Scrollers etc しかし、 <dialog> はあくまで「ユーザのインタラクションを求める」という用途で使うものであり、 role=dialog ではない、例えばちょっとしたメッセージの通知などに使うものではない。 そこで、これらの資産を活用し、より汎用的な UI を標準化しようという話が、 <dialog> の標準化の裏で並行して行われた。 Toast 最初の

                                                          Dialog と Popover #4 | blog.jxck.io
                                                        • Amazon FSx for NetApp ONTAPファイルシステム上のiSCSI LUNをマウントしてみた | DevelopersIO

                                                          Amazon FSx for NetApp ONTAPは単純なファイルサーバーじゃないぞ こんにちは、のんピ(@non____97)です。 皆さんはMulti-AZのEBSボリュームを欲しいなと思ったことはありますか? 私はあります。 EBSボリュームはAZ単位なのでAZ障害のことを考えるとちょっと心配です。かと言って自分でブロックレベルのレプリケーションを実装するのも何だか大変です。 そこで、Amazon FSx for NetApp ONTAPの出番です。 Amazon FSx for NetApp ONTAPはファイルサーバーとしての機能だけではなく、ブロックストレージとしての機能も有しています。 Q: Amazon FSx for NetApp ONTAP はどのプロトコルをサポートしていますか? A: Amazon FSx for NetApp ONTAP は、ネットワークファイ

                                                            Amazon FSx for NetApp ONTAPファイルシステム上のiSCSI LUNをマウントしてみた | DevelopersIO
                                                          • UnityでAWSのS3を扱うためのメモ - e.blog

                                                            目次 概要 実現すること テスト環境 フロー AWS SDK for .NETをダウンロード・インポートする 必要なDLLをPluginsフォルダにコピー 依存しているDLLもコピー(依存関係の解決) Identity Pool IDを取得する バケットの作成 IAMの設定 C#で実装する Credentialのセットアップ 画像のダウンロード 画像のアップロード ファイルからアップロードする まとめ 概要 今回は訳合って、画像をサーバにアップロードしてそれを扱いたいなと思い、AWSのS3(Amazon Simple Storage Service)をUnity(特にモバイルプラットフォーム)から利用したくて色々ハマったのでそのメモです。 今回の目的はS3を利用して画像をアップロード、ダウンロードする方法についてのまとめです。 ドキュメントはこちら。 docs.aws.amazon.com

                                                              UnityでAWSのS3を扱うためのメモ - e.blog
                                                            • GitHub Copilot overview

                                                              Version 1.92 is now available! Read about the new features and fixes from July. GitHub Copilot in VS Code The GitHub Copilot extension is an AI pair programmer tool that helps you write code faster and smarter. You can use the Copilot extension in Visual Studio Code to generate code, learn from the code it generates, and even configure your editor. With GitHub Copilot in VS Code you can: Get inlin

                                                                GitHub Copilot overview
                                                              • Macに仮想ディスプレイを作成できる「BetterDummy v1.1」の安定版がリリース。PinPやiPad Sidecarのポートレートモードに対応し、一部機能は有料に。

                                                                加えて、ダミーディスプレイのミラーリングの代わりにダミーコンテンツを外部ディスプレイにストリーミングする「Full-screen-streaming」機能もサポートされたため、この2つの機能を合わせることで、iPadをMacのサブディスプレイとして利用するSidecar機能でポートレート表示が可能になっています。 有料化 以上の通り、BetterDummy v1.1では様々な機能が追加され、Istvan Tothさんは今後もBetterDummyの開発を続けていくために、以下の機能をコア機能とは別にBetterDummy Proとして15ドルの有料にしていますが、全ての機能を利用できる14日間のトライアル期間も用意されているので、興味のある方は試してみてください。 BetterDummy Pro Keyboard shortcuts Rename dummies Create dummie

                                                                  Macに仮想ディスプレイを作成できる「BetterDummy v1.1」の安定版がリリース。PinPやiPad Sidecarのポートレートモードに対応し、一部機能は有料に。
                                                                • MAC(B) Timestamps across POSIX implementations (Linux, OpenBSD, FreeBSD)

                                                                  MAC(B) Timestamps across POSIX implementations (Linux, OpenBSD, FreeBSD) File timestamps are crucial forensics artifacts when investigating a machine during a security incident, they are regularly modified and can provide both primitive information (when the file was last modified) and inferred information (when the file was probably moved there from another file system). The “Windows Time Rules”

                                                                    MAC(B) Timestamps across POSIX implementations (Linux, OpenBSD, FreeBSD)
                                                                  • Vim9 script for Python Developers · GitHub

                                                                    vim9script4pythondevelopers.md Vim9 script for Python Developers Vim9 script�Vim script��������������������������������������������������系��� def������義����������Vim script��vim9script�����使����������(vim9script���

                                                                      Vim9 script for Python Developers · GitHub
                                                                    • GitHub - microsoft/win32metadata: Tooling to generate metadata for Win32 APIs in the Windows SDK.

                                                                      Win32 APIs provide functionality that not all languages and frameworks support themselves. When developing for Windows, developers often call into Win32 APIs to access this functionality. Historically, this has required manually redefining the APIs to make them accessible, which is fragile and error-prone. Community projects like https://github.com/dotnet/pinvoke (.NET) and https://github.com/rete

                                                                        GitHub - microsoft/win32metadata: Tooling to generate metadata for Win32 APIs in the Windows SDK.
                                                                      • What's New In DevTools (Chrome 84)  |  Blog  |  Chrome for Developers

                                                                        Fix site issues with the new Issues tab The new Issues tab in the Drawer aims to help reduce the notification fatigue and clutter of the Console. Currently, the Console is the central place for website developers, libraries, frameworks, and Chrome itself to log messages, warnings, and errors. The Issues tab presents warnings from the browser in a structured, aggregated, and actionable way, links t

                                                                        • What's New in Emacs 28.1?

                                                                          Try Mastering Emacs for free! Are you struggling with the basics? Have you mastered movement and editing yet? When you have read Mastering Emacs you will understand Emacs. It’s that time again: there’s a new major version of Emacs and, with it, a treasure trove of new features and changes. Notable features include the formal inclusion of native compilation, a technique that will greatly speed up y

                                                                          • 6 Ways to Transfer Photos From iPhone to Mac

                                                                            iPhones come with gigabytes of storage space now. It can also deftly handle many image editing tasks you throw it. But there will come a time when you might want to transfer photos from the iPhone to the Mac and edit them on more robust software. Or, clear space on your iPhone by transferring photos in bulk and archiving them on your Mac instead. This article shows you how to transfer photos from

                                                                              6 Ways to Transfer Photos From iPhone to Mac
                                                                            • Node.js — Node v14.3.0 (Current)

                                                                              Notable Changes REPL previews improvements with autocompletion The output preview is changed to generate previews for autocompleted input instead of the actual input. Pressing <enter> during a preview is now going to evaluate the whole string including the autocompleted part. Pressing <escape> cancels that behavior. Support for Top-Level Await It's now possible to use the await keyword outside of

                                                                                Node.js — Node v14.3.0 (Current)
                                                                              • Visual Studio Code April 2020

                                                                                Version 1.93 is now available! Read about the new features and fixes from August. April 2020 (version 1.45) Update 1.45.1: The update addresses these issues. Downloads: Windows: x64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the April 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include: Accessib

                                                                                  Visual Studio Code April 2020
                                                                                • andite/pastel-mix · Hugging Face

                                                                                  Fantasy.ai is the official and exclusive hosted AI generation platform that holds a commercial use license for Pastel Mix, you can use their service at https://Fantasy.ai/ Please report any unauthorized commercial use. CivitAI! -> https://civitai.com/models/5414/pastel-mix-stylized-anime-model I'd appreciate the ratings, thank you! Welcome to Pastel Mix - a stylized latent diffusion model. This mo

                                                                                    andite/pastel-mix · Hugging Face