並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 80件

新着順 人気順

cheat_sheetの検索結果1 - 40 件 / 80件

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

cheat_sheetに関するエントリは80件あります。 cheatsheetsecuritygithub などが関連タグです。 人気エントリには 『One-liners | Basic | Cheat sheet | Linux Command Library』などがあります。
  • One-liners | Basic | Cheat sheet | Linux Command Library

    $ wget --random-wait -r -p -e robots=off -U mozilla http://www.example.com

      One-liners | Basic | Cheat sheet | Linux Command Library
    • A Visual Guide to React Rendering - Cheat Sheet

      When does react component re-render? What can cause the re-render, and how to prevent unnecessary renders? Here is a quick cheat sheet you can refer to whenever you find yourself asking these questions. This article serves as a table of contents for a Visual Guide to React Rendering series. Every section of the cheat sheet links to the correspondent chapter of the guide that explores a topic in de

        A Visual Guide to React Rendering - Cheat Sheet
      • これでもうCSSのクラス名は迷わない!BEMの命名規則をまとめたチートシート -BEM Naming Cheat Sheet

        これでもうCSSのクラス名は迷わない!BEMの命名規則をまとめたチートシート -BEM Naming Cheat Sheet

          これでもうCSSのクラス名は迷わない!BEMの命名規則をまとめたチートシート -BEM Naming Cheat Sheet
        • Steamで自分のゲームをリリースする際に知っておくべきことをまとめた「Steam Dev Cheat Sheet」。その日本語版「Steam開発早見表」が公開に

          Steamで自分のゲームをリリースする際に知っておくべきことをまとめた「Steam Dev Cheat Sheet」。その日本語版「Steam開発早見表」が公開に 編集部:松本隆一 「Steam Dev Cheat Sheet」の日本語訳,「Steam開発早見表」が公開された。公開したのは,「HOPE LEFT ME」や「shita ni」などの日本語訳を行ったフリーランスの翻訳者nicolith氏だ。 Steam Dev Cheat Sheetの日本語訳を作成しましたので、ゲーム開発者の方も、単に興味のある方も、ご利用ください。また、元の作成者Matt Hackettの著書とゲームもご覧いただければ。@richtaur Thank you for sharing your great wisdom with us!https://t.co/xkeNmGGEhWhttps://t.co/G

            Steamで自分のゲームをリリースする際に知っておくべきことをまとめた「Steam Dev Cheat Sheet」。その日本語版「Steam開発早見表」が公開に
          • Cross-Site Scripting (XSS) Cheat Sheet - 2024 Edition | Web Security Academy

            Cross-site scripting (XSS) cheat sheet This cross-site scripting (XSS) cheat sheet contains many vectors that can help you bypass WAFs and filters. You can select vectors by the event, tag or browser and a proof of concept is included for every vector. You can download a PDF version of the XSS cheat sheet. This is a PortSwigger Research project. Follow us on Twitter to receive updates. Downloaded

              Cross-Site Scripting (XSS) Cheat Sheet - 2024 Edition | Web Security Academy
            • BEM Naming Cheat Sheet by 9elements

              When it comes to finding the right class name, it can quickly drive you to despair. Even the most experienced CSS developers don't always find the right class name right away. This tool aims to help you to not get lost in the BEM cosmos by giving you naming-suggestions for some of the most common web components. If you still have no idea what BEM means, we have added some helpful links below. For

                BEM Naming Cheat Sheet by 9elements
              • Go Modules Cheat Sheet

                Go Modules Cheat SheetA handy reference for common operations with Go modules.

                  Go Modules Cheat Sheet
                • Rust Memory Container Cheat-sheet - Qiita

                  Repos: https://github.com/usagi/rust-memory-container-cs 文字で読み書きするとやや大変です。しばらく間を開けてRustを触ったりするとスコシ混乱するかもしれません。と、いうわけでRustでメモリーコンテナー系に触れるモードになった時用に1枚絵のチートシートを整理しました。 文字を書けるQiitaにポストするのでちょっとだけチートシートの解説も乗せます。 おまけ解説 Threads; スレッド群 (rev.0 -> rev.1 でこのチートシート上で最初に現れる選択肢に切り替わりました ⇔ Ownership; 所有権) Rustではマルチスレッディング実行の安全性を向上するため、 適当に確保したメモリーをスレッド間でうっかり共有できない(少なくとも簡単にはうっかりできない程度に難しい)仕組みがあります。その仕組みの核心は標準ライブラリ

                    Rust Memory Container Cheat-sheet - Qiita
                  • Go Slice Tricks Cheat Sheet

                    Web site created using create-react-app

                      Go Slice Tricks Cheat Sheet
                    • Tailwind CSS Cheat Sheet - Flowbite

                      Use this interactive tool as a cheat sheet to view and search for all the class names from Tailwind CSS, the world's most popular utility-first CSS framework.

                        Tailwind CSS Cheat Sheet - Flowbite
                      • GitHub - David-Else/modern-typescript-with-examples-cheat-sheet: Fully printable summary of modern TypeScript language features with extensive examples to help you learn

                        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 - David-Else/modern-typescript-with-examples-cheat-sheet: Fully printable summary of modern TypeScript language features with extensive examples to help you learn
                        • i Hate Regex - The Regex Cheat Sheet

                          i Hate Regex is a regex cheat sheet that also explains the commonly used expressions so that you understand it. Stop hating and start learning.

                          • CheatSheetSeries/cheatsheets/NodeJS_Docker_Cheat_Sheet.md at master · OWASP/CheatSheetSeries

                            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

                              CheatSheetSeries/cheatsheets/NodeJS_Docker_Cheat_Sheet.md at master · OWASP/CheatSheetSeries
                            • Docker Security - OWASP Cheat Sheet Series

                              Docker Security Cheat Sheet¶ Introduction¶ Docker is the most popular containerization technology. When used correctly, it can enhance security compared to running applications directly on the host system. However, certain misconfigurations can reduce security levels or introduce new vulnerabilities. The aim of this cheat sheet is to provide a straightforward list of common security errors and bes

                              • Python Network Programming Cheat Sheet - Downloadable JPG & PDF

                                The Python Network Programming Cheat Sheet covers: Required common installation modules: PIP and IDLE Top python network programming libraries Network forensics: Required python libraries and scripts Python Keywords Data Types, Math operators Network Analysis with Python The dnspython library Socket Module (Berkley API interface) Socket Types, Creating Sockets Socket Examples Script Examples Parsi

                                  Python Network Programming Cheat Sheet - Downloadable JPG & PDF
                                • QuickRef.ME - Quick Reference Cheat Sheet

                                  See something missing? Feel free to contribute to the code on my GitHub repository or follow me to stay updated on the latest cheat sheets in real-time, it's a best chance to do it!

                                  • アーキテクチャ図だけ描いてTerraformはGoogle Cloud Developer Cheat Sheetに書いてもらおう

                                    初めての方は、初めまして。そうでない方も、初めまして。クラウドエース SRE 部で Professional Cooking Architect をしている zeta です。私はドンドコ島の充実度をオンライン1位(多分)にしましたが皆さんいかがお過ごしでしょうか。 はじめに クラウドエースの SRE 部は Google Cloud のインフラの面倒を見ることが主な業務です。世の中の多くの企業の似たような役割を持つ部署でもそうだと思いますが、インフラの設計・構築・運用といったフェーズを行っていきます。こういったインフラエンジニア的なことをやっていると、みなさんも一度ぐらいは「設計だけやったら勝手にインフラ構築されねーかな〜」なんて思ったことはあるのではないでしょうか。技術の力でコンピュータに働かせてサボるというのは IT エンジニア開闢以来ずっと存在し続けた悲願であり、エンジニアリングのモチ

                                      アーキテクチャ図だけ描いてTerraformはGoogle Cloud Developer Cheat Sheetに書いてもらおう
                                    • Docker Security Best Practices: Cheat Sheet

                                        Docker Security Best Practices: Cheat Sheet
                                      • GraphQL Vulnerabilities | Application Security Cheat Sheet

                                        GraphQL is a query language designed to build client applications by providing an intuitive and flexible syntax and system for describing their data requirements and interactions. GraphQL uses a declarative approach to fetching data, clients can specify exactly what data they need from the API. As a result, GraphQL provides a single endpoint, which allows clients to get the necessary data, instead

                                          GraphQL Vulnerabilities | Application Security Cheat Sheet
                                        • Complete Flexbox Tutorial w/ Cheat Sheet

                                          Joy Shaheb Posted on Jan 10, 2021 • Updated on May 27, 2021 • Originally published at freecodecamp.org Let's refresh Our CSS Flexbox Memory. Here's a Tutorial & Cheat Sheet of everything you can do with CSS flexbox. Let's Go 🎖️ The original Article at FreeCodeCamp Table of Contents -- FlexBox Architecture flex-direction justify-content align-content align-items align-self flex - grow | shrink | w

                                            Complete Flexbox Tutorial w/ Cheat Sheet
                                          • A Cheat Sheet and Some Recipes For Building Advanced RAG — LlamaIndex, Data Framework for LLM Applications

                                            It’s the start of a new year and perhaps you’re looking to break into the RAG scene by building your very first RAG system. Or, maybe you’ve built Basic RAG systems and are now looking to enhance them to something more advanced in order to better handle your user’s queries and data structures. In either case, knowing where or how to begin may be a challenge in and of itself! If that’s true, then h

                                              A Cheat Sheet and Some Recipes For Building Advanced RAG — LlamaIndex, Data Framework for LLM Applications
                                            • Tailwind CSS Cheat Sheet

                                              Find quickly all the class names and CSS properties with this interactive cheat sheet. The only Tailwind CheatSheet you will ever need!

                                              • The TSConfig Cheat Sheet

                                                Matt PocockMatt is a well-regarded TypeScript expert known for his ability to demystify complex TypeScript concepts. tsconfig.json scares everyone. It's a huge file with a TON of potential options. But really, there are only a few configuration options you need to care about. Let's figure them out, and cheatsheet them. #Quickstart Want just the code? Here you go:

                                                  The TSConfig Cheat Sheet
                                                • CheatSheetSeries/cheatsheets/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.md at master · OWASP/CheatSheetSeries

                                                  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

                                                    CheatSheetSeries/cheatsheets/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.md at master · OWASP/CheatSheetSeries
                                                  • Free ChatGPT Prompting Cheat Sheet (PDF) – Be on the Right Side of Change

                                                    🧑‍💻 Prompting is the new programming! To help you get most out of prompting, I just created this PDF cheat sheet and shared it with my Finxter community of 130,000 coders (click to download PDF): If you want more cheat sheets and be on the right side of change, feel free to join my free email academy on learning exponential technologies such as crypto, Blockchain engineering, ChatGPT, Python, an

                                                    • Google Cloud Developer Cheat Sheet

                                                      Every product in the Google Cloud family described in 4 or less words.

                                                        Google Cloud Developer Cheat Sheet
                                                      • www-chapter-japan/skillmap_project/Vulnerability_Disclosure_Cheat_Sheet_ja.md 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/Vulnerability_Disclosure_Cheat_Sheet_ja.md at master · OWASP/www-chapter-japan
                                                        • GitHub - abhat222/Data-Science--Cheat-Sheet: Cheat Sheets

                                                          Dismiss Join GitHub today GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Sign up

                                                            GitHub - abhat222/Data-Science--Cheat-Sheet: Cheat Sheets
                                                          • Flexbox CSS Cheat Sheet - LearnPine

                                                            Posted by Mariana on June 8, 2021 5:04pm 1 min read It does what it says. You can click and download for better quality. :) Tags: CSS, cheat sheet, flexbox

                                                              Flexbox CSS Cheat Sheet - LearnPine
                                                            • Eloquent Relationships Cheat Sheet - Artigos

                                                              Do not speak Portuguese? Translate this site with Google or Bing Translator A cheat sheet for Laravel’s Eloquent ORM version 5.5. One to One Relationship Demo details: In this demo we have 2 models (Owner and Car), and 2 tables (owners and cars). Business Rules: The Owner can own one Car. The Car can be owned by one Owner. Relations Diagram: Relationship Details: The Cars table should store the Ow

                                                                Eloquent Relationships Cheat Sheet - Artigos
                                                              • Essential Cheat Sheet: Convert jQuery to JavaScript | Envato Tuts+

                                                                Unlimited Wordpress themes, plugins, graphics & courses! Unlimited asset downloads! From $16.50/m

                                                                  Essential Cheat Sheet: Convert jQuery to JavaScript | Envato Tuts+
                                                                • 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🎖️
                                                                  • 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...

                                                                      • pandas-cheat-sheet-ja/doc at master · Gedevan-Aleksizde/pandas-cheat-sheet-ja

                                                                        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

                                                                          pandas-cheat-sheet-ja/doc at master · Gedevan-Aleksizde/pandas-cheat-sheet-ja
                                                                        • 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

                                                                          • SAP (HANA) Cheat Sheet

                                                                            SAP HANA, SAP HANA Cloud, SAP HANA Enterprise Cloud, SAP HANA enterprise edition, SAP HANA Cloud Services, SAP HANA Service, SAP Cloud Platform, , ... Confused? Here is a cheat sheet. Find any term missing? Please add as comment. Any good? Post us a comment, share on social media, and/or give a like. Thanks! Latest update: Oct 4, 2021 - Updated Fact Sheet SAP Systeme, Anwendungen, Produkte in der

                                                                              SAP (HANA) Cheat Sheet
                                                                            • 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
                                                                              • Nuxt 3 Migration Simplified: A Cheat Sheet · Harlan Wilton

                                                                                IntroductionUpgrading to Nuxt 3 from Nuxt 2 can be a little intimidating. There are a ton of changes to keep track of, and it's easy to feel like you're lost in a maze of code. But don't worry, I'm here to help! I've started this cheat sheet to simplify the upgrade process for myself and for others who are brave enough to tackle it. It's a work in progress, and not intended to be exhaustive. I'll

                                                                                  Nuxt 3 Migration Simplified: A Cheat Sheet · Harlan Wilton
                                                                                • WAI-ARIA Cheat Sheet

                                                                                  Implicit Rolearia-activedescendantaria-atomicglobalaria-autocompletearia-busyglobalaria-checkedaria-colcountaria-colindexaria-colspanaria-controlsglobalaria-currentglobalaria-describedbyglobalaria-detailsglobalaria-disabledglobalaria-dropeffectglobalaria-errormessageglobalaria-expandedaria-flowtoglobalaria-grabbedglobalaria-haspopupglobalaria-hiddenglobalaria-invalidglobalaria-keyshortcutsglobalar

                                                                                  新着記事