並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 362件

新着順 人気順

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

  • GitHub - jgm/djot: A light markup language

    Djot is a light markup syntax. It derives most of its features from commonmark, but it fixes a few things that make commonmark's syntax complex and difficult to parse efficiently. It is also much fuller-featured than commonmark, with support for definition lists, footnotes, tables, several new kinds of inline formatting (insert, delete, highlight, superscript, subscript), math, smart punctuation,

      GitHub - jgm/djot: A light markup language
    • TypeScript Cheat Sheets

      Popular Documentation PagesEveryday TypesAll of the common types in TypeScript Creating Types from TypesTechniques to make more elegant types More on FunctionsHow to provide types to functions in JavaScript More on ObjectsHow to provide a type shape to JavaScript objects NarrowingHow TypeScript infers types based on runtime behavior Variable DeclarationsHow to create and type JavaScript variables

      • The Lifecycle of React Hooks Component

        The Lifecycle of React Hooks ComponentIn this article, we will see the order in which different useEffect callbacks and cleanups happen. We will also see how it differs when the app mounts, unmounts, updates.

          The Lifecycle of React Hooks Component
        • LPT_LISA

          Linux Productivity Tools Ketan M. (km0@ornl.gov) Oak Ridge National Laboratory 1 LISA19 October 2019 Portland, OR, USA Table of Contents • Part 1: Overview and Logistics • Part 2: Basics • Part 3: Streams, pipe and redirection • Part 4: Classic Tools: find, grep, awk, sed • Part 5: Session Management: tmux • Part 6: ssh: config and tunneling • Part 7: Bash Tools • Part 8: Miscellaneous Utilities •

          • 2020-06-09のJS: Firefox 77.0、HTML5 Boilerplate 8.0.0、React TypeScript Cheatsheets

            JSer.info #491 - Firefox 77がリリースされました。 New in Firefox 77: DevTool improvements and web platform updates - Mozilla Hacks - the Web developer blog Firefox 77.0, See All New Features, Updates and Fixes Firefox 77 サイト互換性情報 | Firefox サイト互換性情報 Firefox 77 for developers - Mozilla | MDN 開発者ツールのSource Mapロード時間の改善、デバッガーのステップ実行の改善、ネットワークパネルの改善などが行われています。 またES 2021で入る予定のString#replaceAllの実装、JPEG画像がExifデータに基づい

              2020-06-09のJS: Firefox 77.0、HTML5 Boilerplate 8.0.0、React TypeScript Cheatsheets
            • 10Xにおけるアーキテクチャ特性の定義 - 10X Product Blog

              「アーキテクチャ特性の導入と手応え - 10X Product Blog」の記事を補完する内容です。 10Xにおける「アーキテクチャ特性」という概念に対する解釈を定義しています。 これは元々社内向けに書かれたドキュメントでした。社内ドキュメントをそのまま転記する形で記載しています。 概念の出自は「ソフトウェアアーキテクチャの基礎」です。 ここでの内容が、アーキテクチャ特性への理解の足がかりになれれば幸いです。 アーキテクチャ特性とは なぜアーキテクチャ特性が必要なのか 備えるべきアーキテクチャ特性とは 1. 設計に対する考慮事項が要求仕様として明らかなもの (明示的) 2. 設計の構造的な側面に影響を与えるもの (暗黙的) 3. ソフトウェアの成功に不可欠 or 重要なもの アーキテクチャ特性の見極め ドメイン特性 (ドメイン由来) 明示特性 (要件由来) 暗黙特性 (システム由来) 見極

                10Xにおけるアーキテクチャ特性の定義 - 10X Product Blog
              • 第2回 PyTorchのテンソル&データ型のチートシート

                連載目次 前回は、PyTorchの核となる部分の説明を行った。今回は、PyTorchの基礎部分といえる「テンソルとデータ型」をチートシート形式で確認する。 なお、本連載の第1回~第3回までは続きものとなっている。 全3回の大まかな流れは以下の通りである。 (1)ニューロンのモデル定義 (2)フォワードプロパゲーション(順伝播) (3)バックプロパゲーション(逆伝播)と自動微分(Autograd) (4)PyTorchの基礎: テンソルとデータ型 (5)データセットとデータローダー(DataLoader) (6)ディープニューラルネットのモデル定義 (7)学習/最適化(オプティマイザ) (8)評価/精度検証 このうち、(1)~(3)は前回説明済みである。今回は、(4)を説明する。それではさっそく説明に入ろう。※脚注や図、コードリストの番号は前回からの続き番号としている(第1回~第3回は、切り

                  第2回 PyTorchのテンソル&データ型のチートシート
                • 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
                  • The Fast Track to Julia

                    Juliaは,技術計算のためのオープンソース,マルチプラットフォーム,高レベル,高性能なプログラミング言語です. JuliaはLLVMLow-Level Virtual Machine (LLVM) は, 中間コードあるいはマシンコードを作るためのコンパイラ・インフラストラクチャです.ベースのJIT Just-In-Timeコンパイルは,実行前ではなく実行時に実行されます. したがって,コンパイルされたコードの速度と解釈の柔軟性が得られます. コンパイラはコードを解析して型を推定します.LLVMコードが生成された後に,ネイティブコードにコンパイルされます.コンパイラを備えています. これは,低レベルコードの煩わしさなしに, CやFORTRANなどの言語と同等の性能を引き出します. コードは,その場でコンパイルされるため,シェルすなわちREPL Read-Eval-Print-Loop; 対

                    • Slack Architecture

                      The target audience for this article falls into the following roles: Tech workers Students Engineering managers The prerequisite to reading this article is fundamental knowledge of system design components. This article does not cover an in-depth guide on individual system design components. Disclaimer: The system design questions are subjective. This article is written based on the research I hav

                        Slack Architecture
                      • 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.
                        • 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)
                          • Vimmer が紹介する「いぶし銀」なプラグインまとめ(後編)

                            この記事は Vim 駅伝 の 08/21 の記事です。 前回の記事は kyoh86 さんによる、 08/18 の「ddu.vimの基本設定概観」という記事でした。 次回は 08/23 に投稿される予定です。 はじめに 本記事は、いぶし銀プラグイン企画の結果発表の後編です。 Vimmer が実際に普段の編集を行う上で、なくてはならないと感じるプラグインを紹介していきます。前編は以下の記事を参照してください。 後編では、94件の回答のうち前編で紹介しなかったもの全てを紹介します。 全部で52個もあるため、プラグインの大まかな分類ごとに分けて紹介しています。一度に全て読むのは大変ですから、「目次」から気になるカテゴリを選んで読み進めることをおすすめします。 紹介フォーマット 前編の記事同様、各プラグインには以下の項目を設けています。 プラグイン名 プラグインへのリンク 概要 (一応)紹介記事なの

                              Vimmer が紹介する「いぶし銀」なプラグインまとめ(後編)
                            • Homepage | Civet

                              CivetThe Modern Way to Write TypeScript Expressive Syntax and Faster Coding with Civet Civet is a programming language that compiles to TypeScript or JavaScript, so you can use existing tooling but enable concise and powerful syntax. In addition to 99% JS/TS compatibility, there are many features, with some highlights below and more comprehensive examples on the cheatsheet. See also Civet's design

                              • 結局 React のコンポーネントにはどうやって型をつければ良いのさ - kk-web

                                React TypeScript Cheatsheet の Useful Patterns by Use Case の Wrapping/Mirroring に答えが書かれていました。 自分は function でなく const で作成することが多い(どっちが良いんですかね?)ので、以下のように書くのが良さそうです。 import React, { ComponentPropsWithoutRef, FC } from "react"; export type ButtonProps = ComponentPropsWithoutRef<"button"> & { specialProp?: string; }; const Button: FC<ButtonProps> = ({ specialProp, ...props }: ButtonProps) => { console.lo

                                  結局 React のコンポーネントにはどうやって型をつければ良いのさ - kk-web
                                • Getting Better at Linux With 10 Mini-Projects

                                  How do you advance your Linux skills when you are already comfortable with the basics? My solution was to come up with 10 subjects to learn and create an accompanying mini-project. All the source code for the projects can be found in this GitHub repository. 1. UNIX - Recat The first thing I wanted to learn more about was UNIX since Linux is a UNIX-like operating system. I also never really felt th

                                    Getting Better at Linux With 10 Mini-Projects
                                  • The state of HTTP clients, or why you should use httpx · honeyryder

                                    The state of HTTP clients, or why you should use httpx 15 Oct 2023 TL;DR most http clients you’ve been using since the ruby heyday are either broken, unmaintained, or stale, and you should be using httpx nowadays. Every year, a few articles come out with a title similar to “the best ruby http clients of the year of our lord 20xx”. Most of the community dismisses them as clickbait, either because o

                                    • JIS X 8341-3:2016 達成基準 早見表(レベルA & AA)

                                      ■ JIS X 8341-3:2016 達成基準 早見表 (レベルA & AA) 1 知覚可能 1.1 代替テキスト 1.1.1 非テキス トコンテンツ � A 1.2 時間依存メディア 1.2.1 音声だけ及び映像だけ (収録済み) � A 1.2.2 キャプション (収録済み) � A 1.2.3 音声解説又はメディアに対する代替コンテンツ (収録済み) A 1.2.4 キャプション (ライブ) � AA 1.2.5 音声解説 (収録済み) � AA 1.3 適応可能 1.3.1 情報及び関係性 � A 1.3.2 意味のある順序 � A 1.3.3 感覚的な特徴 � A 1.4 判別可能 1.4.1 色の使用 � A 1.4.2 音声の制御 非干渉 A 1.4.3 コン トラス ト (最低限レベル) � AA 1.4.4 テキス トのサイズ変更 � AA 1.4.5 文字画像 � A

                                      • 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
                                        • Brave Improves Its Ad-Blocker Performance by 69x with New Engine Implementation in Rust | Brave

                                          Brave Improves Its Ad-Blocker Performance by 69x with New Engine Implementation in Rust This blog was written by Dr. Andrius Aucinas, performance researcher at Brave, and Dr. Ben Livshits, Brave’s Chief Scientist. Brave Shields, which protect users’ privacy from trackers and ads, are one of the cornerstone components of the browser involved in handling every single web request made for loading a w

                                            Brave Improves Its Ad-Blocker Performance by 69x with New Engine Implementation in Rust | Brave
                                          • 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
                                              • GitHub - CombineCommunity/rxswift-to-combine-cheatsheet: RxSwift to Apple’s Combine Cheat Sheet

                                                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 - CombineCommunity/rxswift-to-combine-cheatsheet: RxSwift to Apple’s Combine Cheat Sheet
                                                • 20 VS Code Shortcuts for Fast Coding

                                                  VS Code shortcutsThis article hopes to help people using VS Code to code even faster. Not everyone has time to go through every tip and trick to find the ones that help them code faster — there’s just too many. So I’ll list my favorite shortcuts that make me a fast coder.

                                                    20 VS Code Shortcuts for Fast Coding
                                                  • 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
                                                    • Incident Response- Linux Cheatsheet - Hacking Articles

                                                      Detecting any intrusion in your system is a very important step towards Incident response. Incident response is quite vast, but it is always better to start small. While performing incident response, you should always focus on suspected systems and the areas where it seems there could be a breach. Making use of Incident Response, you could detect a large amount of attacks at the primary level. The

                                                        Incident Response- Linux Cheatsheet - Hacking Articles
                                                      • 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
                                                        • Awesome React - Reactのオススメ記事・ライブラリ・ツール まとめ - - Qiita

                                                          この記事は次の日本語訳です(Reactの部分のみ抜粋) https://github.com/enaqx/awesome-react 公式 React Official Website React Documentation React GitHub コミュニティ Reactiflux Discord Channel React StackOverflow React Twitter オンラインでReactのコードを試せるサービス CodePen CodeSandbox JSFiddle チュートリアル Reactのチュートリアル React Official Tutorial - 公式 Using React in Visual Studio Code - ReactをVSCodeで使う Scrimba - Learn React for free interactively - Scr

                                                            Awesome React - Reactのオススメ記事・ライブラリ・ツール まとめ - - Qiita
                                                          • [Pythonチートシート]ファイル操作編

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

                                                              [Pythonチートシート]ファイル操作編
                                                            • Macの環境をdotfilesでセットアップしてみた | DevelopersIO

                                                              (追記)本記事の内容を改良した最新版のdotfilesのブログ記事を公開しました! こんにちは!仕事部屋に頻繁に犬が突撃してきて、集中力が切れて困っているつくぼし(tsukuboshi0755)です! 最近クラスメソッドに入社して、Macをセットアップする機会がありました。 その際に自分用のdotfilesを使ってセットアップをしてみたので、紹介させていただこうと思います! dotfilesって何? 元々は、ホームディレクトリに存在するドット(.)から始まる設定ファイル(.bash_profileだったり.bashrcだったり)を管理するリポジトリという意味らしいです。 GitHubで公開する事もできるので、他の方のdotfilesも見る事もできたりします。 ただ色んなdotfilesを見てみると、ドットから始まるか始まらないかに関係なく、セットアップに必要な設定ファイルであればガンガン置

                                                                Macの環境をdotfilesでセットアップしてみた | DevelopersIO
                                                              • 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
                                                                  • React with TypeScript: Best Practices — SitePoint

                                                                    React and TypeScript are two awesome technologies used by a lot of developers these days. Knowing how to do things can get tricky, and sometimes it’s hard to find the right answer. Not to worry. We’ve put together the best practices along with examples to clarify any doubts you may have. Let’s dive in! How React and TypeScript Work Together Before we begin, let’s revisit how React and TypeScript w

                                                                      React with TypeScript: Best Practices — SitePoint
                                                                    • 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...

                                                                        • ZIO - Scalaで型安全に合成可能な非同期処理を実現する - Adwaysエンジニアブログ

                                                                          はじめに はじめまして!昨年10月に中途入社したエンジニアのおかむです。 エンジニアとしてはそれなりに長くやってきて、インフラからフロントエンドまで幅広く経験しています。 苗字が社長の岡村さん(2021年7月からは会長になります)と同じで紛らわしいため、Adwaysでは愛称で呼んでもらってます。 (実は年齢も岡村さんと同じです) 自己紹介は短く切り上げて本題に入りましょう。 以下、Scalaのサンプルコードではmdocを使っています。 はじめに ZIOとは何か 簡単なコード Map FlatMap and other combinators バリデーション エラー時のStacktrace 最後に ZIOとは何か https://zio.dev ZIOは、Scalaで作用を扱う関数型プログラミングのライブラリです。 「作用」というのはちょっとわかりづらいので、多少の語弊は恐れず「処理」と言い

                                                                            ZIO - Scalaで型安全に合成可能な非同期処理を実現する - Adwaysエンジニアブログ
                                                                          • 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
                                                                            • Modern Javascript: Everything you missed over the last 10 years

                                                                              Modern Javascript: Everything you missed over the last 10 years (ECMAScript 2020)JavaScript has come a long way since I knew it as the “D” in DHTML. For anyone like me, who’s been reluctant to use the latest syntax that could require polyfills or a transpiler, I’ve written this cheatsheet to get you caught up on all the goodness that’s widely supported in modern browsers. I’ve made this page conci

                                                                                Modern Javascript: Everything you missed over the last 10 years
                                                                              • [Pythonチートシート]モジュール/例外編

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

                                                                                  [Pythonチートシート]モジュール/例外編
                                                                                • 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