並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 217件

新着順 人気順

cheatsheetの検索結果161 - 200 件 / 217件

  • GitHub - dbrgn/tealdeer: A very fast implementation of tldr in Rust.

    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 - dbrgn/tealdeer: A very fast implementation of tldr in Rust.
    • Go1.21:slicesパッケージのチートシート | フューチャー技術ブログ

      The Gopher character is based on the Go mascot designed by Renée French. Gopherのイラストはegonelbre/gophersを利用しました。 はじめに本記事はGo1.21連載の記事です。 こんにちは。TIG/EXユニット所属宮永です。 先日、第一回日本遺産検定に晴れて合格し、日本遺産ソムリエになりました。夏の旅行先をまだお決めでない方は、日本遺産公式サイトを参考にして、日本各地の魅力的なスポットを訪れてみてはいかがでしょうか。 日本遺産については公式サイトの説明が非常にわかりやすいのでご覧になってください。 さて、記事のメインテーマとは異なる事柄を挟みましたが、ここからはGo1.21に追加されたslicesパッケージの解説を行います。 Go1.21のアップデート内容に関しては、すでに多くの解説記事が公開されてい

        Go1.21:slicesパッケージのチートシート | フューチャー技術ブログ
      • SEO担当者のためのローカル検索チートシート【無料ダウンロード】 | Moz - SEOとインバウンドマーケティングの実践情報

        SEOのエージェンシーは毎日、とんでもない綱渡りを見事にやってのけている。絶好調のときなら、 チームメンバーとクライアントマーケティングの変動部分すべてが常に有用な形で動いてくれる。しかし、いったん不調に陥ると、以下のようなことが原因でミスが生じる: コミュニケーションの破綻標準手順の社内理解の不徹底焦りSEOエージェンシーであろうと社内SEOであろうと、次のようなことで時間とリソースを無駄にしたいところなどない: 不適格なビジネスモデルのためにGoogleマイビジネスのリスティングを作成することになる適切な部門による精査を欠いたために間違ったNAPを量産することになるオンボーディングが不十分で必要な情報が1回で集まらなかったためにクライアントに何度も連絡するはめになったるクライアントへのアドバイスを間違ったらそれどころではない。恥ずかしい思いをするし、リテンションが難しくなる。完璧な人は

          SEO担当者のためのローカル検索チートシート【無料ダウンロード】 | Moz - SEOとインバウンドマーケティングの実践情報
        • www.cheatsheets.aqeel-anwar.com

          This page contains cheat sheets for various Machine Learning related topics that can come in handy either during ML/DS interviews, or your daily data-scientist life. The page is updated continuously for more cheatsheets.

            www.cheatsheets.aqeel-anwar.com
          • 池田 泰延 on Twitter: "JavaScriptの配列操作。 調べるのがいつも面倒なので、利用頻度の高いものをまとめました。 「もとの配列を変化させない」ことがポイント。 https://t.co/EXU0EoTK8L"

            JavaScriptの配列操作。 調べるのがいつも面倒なので、利用頻度の高いものをまとめました。 「もとの配列を変化させない」ことがポイント。 https://t.co/EXU0EoTK8L

              池田 泰延 on Twitter: "JavaScriptの配列操作。 調べるのがいつも面倒なので、利用頻度の高いものをまとめました。 「もとの配列を変化させない」ことがポイント。 https://t.co/EXU0EoTK8L"
            • CSS Grid Cheat Sheet Illustrated in 2021🎖️

              Joy Shaheb Posted on Mar 4, 2021 • Updated on Jun 11, 2021 • Originally published at freecodecamp.org Today we're gonna learn CSS Grid properties so that you can make your own responsive sites. I'll explain how each of Grid's properties work along with a CheatSheet that covers everything you can do with Grid. Let's Go 🎖️ Table of Contents : Grid Architecture Parent Properties grid-template-column

                CSS Grid Cheat Sheet Illustrated in 2021🎖️
              • pytestチートシート - Qiita

                # 引数の文字列を結合して返却します。 def join(val1: str, val2: str) -> str: return val1 + val2 def test_join(): # assertを利用して、echoが期待する結果となっていることを確認 assert join('dummy1', 'dummy2') == 'dummy1dummy2' # assert notを利用して、echoが期待しない結果となっていないことを確認 assert not join('dummy1', 'dummy2') == 'dummy1' テストの実行方法 プロジェクトのルートがC:/python/pytest_cheatsheetであるとの前提の説明となります。 pytestのテストケースのモジュール(.pyファイル)を相対パスで指定する場合は、cd C:/python/pytest_c

                  pytestチートシート - Qiita
                • React Typescript Cheatsheet

                  Here are a few patterns I find useful when building a project in React + Typescript. When starting out I didn't find the JSX and React types obvious or particularly well documented, so I'd like to maintain a list of what types to use in different situations. This is just a start, so I'd love to know what patterns you all find useful and what I should add to the list. Also, if there is anything her

                    React Typescript Cheatsheet
                  • window.location Cheatsheet | SamanthaMing.com

                    # window.location Cheatsheet Looking for a site's URL information, then the window.location object is for you! Use its properties to get information on the current page address or use its methods to do some page redirect or refresh 💫 https://www.samanthaming.com/tidbits/?filter=JS#2 window.location.origin → 'https://www.samanthaming.com' .protocol → 'https:' .host → 'www.samanthaming.com' .hostna

                      window.location Cheatsheet | SamanthaMing.com
                    • [Pythonチートシート]ファイル操作編

                      ファイルのオープンとクローズ、with文を使った書き方からテキストファイルやバイナリファイルの読み書き、structモジュールまでをギュッとまとめた。

                        [Pythonチートシート]ファイル操作編
                      • Microsoft Azureのチート・シート(日本語) – FRONT

                        Azureのチート・シートを日本語化してみました。 Cheat-Sheetが使っているアルゴリズム一覧 Multiclass Classification(多クラス分類) Multiclass Logistic Regression(多クラスのロジスティック回帰モジュール) Multiclass Neural Network(多クラス ニューラル ネットワーク モジュール) Multiclass Decision Forest(多クラス デシジョン フォレスト モジュール) One-vs-All Multiclass Multiclass Boosted Decision Tree(多クラスのブースト デシジョン ツリー) Two-Class Classification(2クラス分類) Two-Class Support Vector Machine(2 クラス サポート ベクター マシ

                        • window.location Cheatsheet

                          Samantha Ming Posted on Apr 22, 2020 • Updated on May 4, 2020 • Originally published at samanthaming.com Looking for a site's URL information, then the window.location object is for you! Use its properties to get information on the current page address or use its methods to do some page redirect or refresh 💫 https://www.samanthaming.com/tidbits/?filter=JS#2 window.location.origin → 'https://www.s

                            window.location Cheatsheet
                          • GitHub - S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet: A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.

                            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 - S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet: A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
                            • Google Analytics (GA4) - Dimensions and Metrics Cheat Sheet

                              Practical and useful information on all GA4 dimensions and metrics Cheat Sheet. Availability of GA4 metrics and dimensions in DataStudio, API, Explorer, Customization Reports, Audiences, RealTime, Filters, Comparisons, Subproperties...

                              • www-chapter-japan/skillmap_project at master · OWASP/www-chapter-japan

                                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

                                  www-chapter-japan/skillmap_project at master · OWASP/www-chapter-japan
                                • The React Cheatsheet for 2022

                                  Do you want to get up to speed with React as quickly as possible? I’ve put together a super helpful cheatsheet to give you a complete overview of all of the React concepts you need to know in 2022. Click here to download the cheatsheet in PDF format. It includes all of the essential information in this article as a convenient PDF guide. Let’s get started! Table of ContentsReact ElementsReact Eleme

                                    The React Cheatsheet for 2022
                                  • [Pythonチートシート]モジュール/例外編

                                    例外については同じく「Python入門」の以下を参考にしてほしい。 「例外と例外処理の基礎」 「例外の送出と例外クラス」 モジュールとパッケージのインポート モジュールやパッケージをインポートするにはimport文を使用する。その主な構文を以下に示す。なお、以下ではモジュール名やパッケージ名を記述する際に単に「モジュール名」とだけ示すことがある。パッケージ内のサブパッケージなども含める際には「パッケージ名」と書くこともある。 # モジュール/パッケージをインポート import モジュール名 import パッケージ名.サブパッケージ名.モジュール名 # インポートしたモジュールを別名で使用 import モジュール名 as 別名 # モジュール/パッケージから特定のものだけをインポート from モジュール名 import 識別子(変数、関数、クラス、モジュールなど) # インポートした

                                      [Pythonチートシート]モジュール/例外編
                                    • Serverless Framework コマンド チートシート - Qiita

                                      以下はAWSの場合に基づく。 基本的には 2019年4月現在、AWSが一番多機能。他環境(Azure等)では当該CLIコマンドがない場合がある。 用語とか。 Service: 複数のLambda関数とAPI GatewayとかをまとめたServerless Framework 上の概念。Serverless Service。 Function: Lambda関数のこと。 Serverless registry: プラグインとテンプレートの登録サービス。以下単にレジストリと言う。 CLIコマンド一覧 初回作成系 sls create Servelessサービスを新規作成。 -t(レジストリ登録template名), -p(独自templateのディレクトリパス), -u(同左URL), のいずれかを指定するとそれのコピーを新規作成。 sls install GitHubから npm inst

                                        Serverless Framework コマンド チートシート - Qiita
                                      • TypeScript が公式のチートシートを公開していた - Qiita

                                        TypeScriptが公式のチートシートを公開してました。 ドキュメントは英語しかありませんが、上記サイトからチートシートをダウンロードできます。 これは読み込むしかないですね。 中身はこんな感じ。 チートシートの中身 TypeScript Classes TypeScript Control Flow Analysis TypeScript Interfaces TypeScript Types これらが、PDFとPNGでダウンロードできます。 まとめ 良い

                                          TypeScript が公式のチートシートを公開していた - Qiita
                                        • Python3チートシート(基本編) - Qiita

                                          import os def function(): # インデントはPEP8(*)に従い、半角スペース4つ print('Hello world') (*)PEP8(Python Enhancement Proposal) https://www.python.org/dev/peps/pep-0008/ Indentation Use 4 spaces per indentation level. # 数値 num = 1 # 文字列 name = 'Tanaka' # リスト list = [1, 2, 3, 4, 5] # 明示的な型宣言 num: int = 1 name: str = 'Tanaka' # 型変換 old_num = '1' # String型 new_num = int(num) # integer型に変換してnew_numに代入

                                            Python3チートシート(基本編) - Qiita
                                          • Django逆引きチートシート(QuerySet編) - Qiita

                                            コード例に出てくるProduct、Order、OrderDetailはモデルクラス 検索系 全てのレコードを取得したい

                                              Django逆引きチートシート(QuerySet編) - Qiita
                                            • Grid Cheatsheet

                                              All text content belongs to W3C CSS Grid Specification, I only added interactive demos

                                                Grid Cheatsheet
                                              • ChatGPT for Data Science Cheat Sheet - KDnuggets

                                                ChatGPT for Data Science Cheat Sheet The latest KDnuggets cheat sheet covers using ChatGPT to your advantage as a data scientist. It's time to master prompt engineering, and here is a handy reference for helping you along the way. The Rise of ChatOps You probably haven't heard of ChatGPT yet... ???? Aside from stealing your job, spreading lies, and plagiarizing on a mass scale (varying degrees of

                                                  ChatGPT for Data Science Cheat Sheet - KDnuggets
                                                • Typing Component Props | React TypeScript Cheatsheets

                                                  This is intended as a basic orientation and reference for React developers familiarizing with TypeScript. Basic Prop Types Examples​A list of TypeScript types you will likely use in a React+TypeScript app: type AppProps = { message: string; count: number; disabled: boolean; /** array of a type! */ names: string[]; /** string literals to specify exact string values, with a union type to join them t

                                                    Typing Component Props | React TypeScript Cheatsheets
                                                  • Cheatsheets | Inspired Web Dev

                                                    Welcome to InspiredWebDev, the place where I write articles and tutorials about JavaScript. I am Alberto, a self taught software develop currently working and living in Ho Chi Minh City, Vietnam You can read more about me here

                                                    • Spica on Twitter: "Pythonチートシート https://t.co/pcULsUkJ1K"

                                                      Pythonチートシート https://t.co/pcULsUkJ1K

                                                        Spica on Twitter: "Pythonチートシート https://t.co/pcULsUkJ1K"
                                                      • FFmpeg チートシート

                                                        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

                                                          FFmpeg チートシート
                                                        • Mermaid Cheat Sheet

                                                          9724. Mermaid Cheat Sheet Mermaid Previous Next Cheat Sheet for Mermaid. 1. Flowcharts A flowchart is a type of diagram that represents an algorithm, workflow or process. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows. This diagrammatic representation illustrates a solution model to a given problem. 1.1 Graph Possible directions are: TB

                                                          • The React Cheatsheet for 2020 📄 (+ Real-World Examples)

                                                            I've put together for you an entire visual cheatsheet of all of the concepts and skills you need to master React in 2020. But don't let the label 'cheatsheet' fool you. This is more than a mere summary of React's features. My aim here was to clearly and concisely put forth the knowledge and patterns I've gained through working with React as a professional developer. Each part is designed to be imm

                                                              The React Cheatsheet for 2020 📄 (+ Real-World Examples)
                                                            • TypeScriptの型上級チートシート - Qiita

                                                              Original article: https://www.ibrahima-ndaw.com/blog/advanced-typescript-cheat-sheet/ 以下はIbrahima Ndaw( Twitter / GitHub / LinkedIn / Webサイト )によるTypeScriptの解説、Advanced TypeScript Types cheat sheet (with examples)の日本語訳です。 リンクなどは元記事のままであり、和訳にあたり変更していません。 Advanced TypeScript Types cheat sheet (with examples) TypeScriptは型付き言語であり、変数、関数の引数および返り値、オブジェクトのプロパティに型を指定することが可能です。 この記事では、TypeScriptの型の高度な使い方を例示付

                                                                TypeScriptの型上級チートシート - Qiita
                                                              • Google Colaboratory Shortcuts

                                                                Feel free to use and distribute. Updated: Jul.2022

                                                                  Google Colaboratory Shortcuts
                                                                • jq Cheet Sheet

                                                                  jq-cheetsheet.md Processing JSON using jq jq is useful to slice, filter, map and transform structured json data. Installing jq On Mac OS brew install jq On AWS Linux Not available as yum install on our current AMI. It should be on the latest AMI though: https://aws.amazon.com/amazon-linux-ami/2015.09-release-notes/ Installing from the source proved to be tricky. Useful arguments When running jq, t

                                                                    jq Cheet Sheet
                                                                  • https://www.asahi-kasei.co.jp/saran/preservation/chart.pdf

                                                                    • Windows & Active Directory Exploitation Cheat Sheet and Command Reference

                                                                      Last update: November 3rd, 2021 Updated November 3rd, 2021: Included several fixes and actualized some techniques. Changes made to the Defender evasion, RBCD, Domain Enumeration, Rubeus, and Mimikatz sections. Fixed some whoopsies as well 🙃. Updated June 5th, 2021: I have made some more changes to this post based on (among others) techniques discussed in ZeroPointSecurity’s ‘Red Team Ops’ course

                                                                        Windows & Active Directory Exploitation Cheat Sheet and Command Reference
                                                                      • BigQueryの2021年アップデートを(だいたい)全部振り返るまとめ

                                                                        みなさんこんにちは。年末ですね。年末やることといえば、振り返り、総集編ですね。今年もだいたい全部の BigQuery 関連アップデートを振り返りたいと思います。 以下、カテゴリに分けてアップデート紹介します。 UI 関連SQL / データ型関連ML 関連管理関連と課金関連マルチクラウド関連性能最適化関連セキュリティ関連データレイク・ストリーミング関連移行・データ転送 関連地理分析関連プライベートプレビュー、近日リリース 編まとめ1. UI 関連UI 関連で最も大きかったのは SQL Workspace (マルチタブ エディタ) の登場でしょう。

                                                                          BigQueryの2021年アップデートを(だいたい)全部振り返るまとめ
                                                                        • Bootstrap 5 CheatSheet 🚀 By ThemeSelection | Classes

                                                                          Bootstrap 5 CheatSheet 🚀 An interactive list of Bootstrap 5 classes, variables, and mixins. 🎁 The only Bootstrap 5 CheatSheet you will ever need. 🎊

                                                                            Bootstrap 5 CheatSheet 🚀 By ThemeSelection | Classes
                                                                          • スタバでMacを開くエンジニア on Twitter: "これは凄い✨ VsCodeのショートカットがまとまってる『チートシート』。ショートカットを使えば、生産性が大幅に上がる。最初はカンニングしつつ、徐々に体で覚えていくことが大切。 こちらにまとめています👇… https://t.co/RetMJ9xaA4"

                                                                            これは凄い✨ VsCodeのショートカットがまとまってる『チートシート』。ショートカットを使えば、生産性が大幅に上がる。最初はカンニングしつつ、徐々に体で覚えていくことが大切。 こちらにまとめています👇… https://t.co/RetMJ9xaA4

                                                                              スタバでMacを開くエンジニア on Twitter: "これは凄い✨ VsCodeのショートカットがまとまってる『チートシート』。ショートカットを使えば、生産性が大幅に上がる。最初はカンニングしつつ、徐々に体で覚えていくことが大切。 こちらにまとめています👇… https://t.co/RetMJ9xaA4"
                                                                            • HTMLの仕様を徹底解説-チートシートにどうぞ

                                                                              HTMLの仕様をしっかりと理解してコーディングしてますか? labelタグの中にdivタグを入れたりしてませんか? 当てはまる場合は、この記事が参考になるはずです。 本記事では、HTMLの基本的な仕様を解説していきます。 この記事を読む終わる頃には、HTMLの書き方で迷うことが大幅に減るはずです。 ぜひ、参考にしてください。 HTMLの基礎知識 まず、HTMLの基本的なことについて説明していきます。 タグ 9割の人は理解してると思いますが、HTMLはタグを使ってテキストをマークアップしていく言語です。 このタグを使うことで、テキスト要素の種類と範囲をブラウザなどに伝えることができるわけです。 例えば以下のコードでは、「タイトル1」というテキストが一番大きなタイトルということを表現できます。 タグの中には、終了タグを省略できるもの、終了タグを持たないもの、タグ自体を省略できるものがあります。

                                                                                HTMLの仕様を徹底解説-チートシートにどうぞ
                                                                              • npmのコマンドまとめ|パッケージのインストール・削除・確認など【Node.js】

                                                                                npm(Node Packaged Modules)は、Node.jsで利用するパッケージ(モジュール)の管理などができるツールとなり、Node.jsと一緒にインストールされます。 そのnpmでは、パッケージをグローバルにインストールして利用する方法と、プロジェクト毎のローカルにインストールして利用する方法がありますが、今回は、主にnpmをローカルで利用する際に、よく使うコマンドのまとめとなります。 また、Node.jsをMacでインストールする方法については、以下のリンク先を参考にしてみてください。 npm自体に関するコマンド以下、npm自体に関するコマンドとなります。 バージョンを確認npm -v最新バージョンにするnpm update npmヘルプを確認npm helpnpmの問題をチェックnpm doctorプロジェクトでnpmを利用する準備プロジェクトでnpmを利用するには、まず

                                                                                  npmのコマンドまとめ|パッケージのインストール・削除・確認など【Node.js】
                                                                                • git-flight-rules/README_ja.md at master · k88hudson/git-flight-rules

                                                                                  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

                                                                                    git-flight-rules/README_ja.md at master · k88hudson/git-flight-rules