はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『Download Free Cheat Sheets or Create Your Own! - Cheatography.com: Cheat Shee...』

  • 人気
  • 新着
  • すべて
  • Data Science In Go: A Cheat Sheet

    8 users

    cheatography.com

    Cheatography https://cheatography.com Download This Cheat Sheet (PDF) CommentsRating: () Home > Programming > Golang Cheat Sheets Data Science In Go: A Cheat Sheet by chewxy Introd­uction Go is the future for doing data science. In this cheats­heet, we look at 2 families of libraries that will allow you to do that. They are: gorgon­ia.o­rg­/tensor and gonum.o­rg­/v1­/go­num/mat . The gonum librari

    • テクノロジー
    • 2019/03/18 19:24
    • go
    • python
    • Redis Cheat Sheet

      3 users

      cheatography.com

      Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 4 CommentsRating: () Home > Programming > Redis Cheat Sheets Redis Cheat Sheet by tasjaevan Redis commands Strings APPEND Append BITCOUNT Count set bits BITOP Bitwise operations BITPOS Find first set bit DECR Decrement integer DECRBY Subtract from integer GET Get by key GETBIT Get bit by index GETRANGE Get substring GETSET Set,

      • テクノロジー
      • 2016/11/15 20:52
      • redis
      • C Reference Cheat Sheet

        4 users

        cheatography.com

        Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 16 CommentsRating: () Home > Programming > C Cheat Sheets C Reference Cheat Sheet by Ashlyn Black C Syntax, Data Types, Structure & Common Library Functions Number Literals Integers 0b11111111 binary 0B11111111 binary 0377 octal 255 decimal 0xff hexadecimal 0xFF hexadecimal Real Numbers 88.0f / 88.1234567f single precision float

        • テクノロジー
        • 2015/04/18 07:46
        • programming
        • Vim NERDTree Cheat Sheet

          3 users

          cheatography.com

          Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 2 CommentsRating: () Home > Software > Vim Cheat Sheets Vim NERDTree Cheat Sheet by StepK NERD tree (4.2.0) quickhelp Files o: open in prev window go: preview t: open in new tab T: open in new tab silently i: open split gi: preview split s: open vsplit gs: preview vsplit Direct­ories o: open & close O: recurs­ively open x: close

          • テクノロジー
          • 2014/12/17 11:26
          • Bacon.js Cheat Sheet

            3 users

            cheatography.com

            Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 2 CommentsRating: () Home > Programming > JavaScript Cheat Sheets Bacon.js Cheat Sheet by ProLoser https://github.com/raimohanska/bacon.js Observable Interface observ­abl­e.m­ap(f) maps values using given function, returning a new EventS­tream. Instead of a function, you can also provide a constant value. Further, you can use a

            • テクノロジー
            • 2014/09/14 02:42
            • PHP-FIG PSR Standards Cheat Sheet

              7 users

              cheatography.com

              Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 3 CommentsRating: () Home > Programming > PHP Cheat Sheets PHP-FIG PSR Standards Cheat Sheet by DaveChild A cheat sheet for the PHP standards from the PHP-FIG group. Useful Links Official Site http:/­/ww­w.p­hp-­fig.org Accepted Standards PSR-0 Autolo­ading Standard http:/­/ww­w.p­hp-­fig.or­g/p­sr/­psr-0/ PSR-1 Basic Coding Sta

              • テクノロジー
              • 2014/02/23 13:51
              • php
              • cheetseat
              • jasmine JS testing Cheat Sheet

                3 users

                cheatography.com

                Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 8 CommentsRating: () Home > Programming > JavaScript Cheat Sheets jasmine JS testing Cheat Sheet by CITguy DOM-less simple JavaScript testing framework jasmine statements describe( label, functi­on(){ ... }) group tests together it( label, functi­on(){ ... }) label individual test expect( actual ) used to compare against expecte

                • テクノロジー
                • 2013/07/26 17:05
                • jasmine
                • Sublime Text 2 Windows Keyboard Shortcuts

                  11 users

                  cheatography.com

                  Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 16 CommentsRating: () Home > Software > Text Editor Cheat Sheets Sublime Text 2 Windows Keyboard Shortcuts by njovin Keyboard Shortcuts for Sublime Text 2 for Windows.Commas indicate to press one key, then another (Ctrl + K, 1 = Hold control, press K, then press 1).Slashes indicate options, Alt + Shift + 2/3/4 means hold Alt and

                  • テクノロジー
                  • 2013/07/11 16:13
                  • sublimetext2
                  • Sublime Text
                  • Windows
                  • tips
                  • Google Analytics UTM Parameters (v2) Cheat Sheet by Jay Taylor - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion

                    4 users

                    cheatography.com

                    utmcc contains the combined strings of the __utma and __utmz Google Analytics cookies. This string is URL encoded. The utmcn and utmcr parameters never appear in the same request and both only appear with a value of '1'.

                    • テクノロジー
                    • 2012/12/19 14:40
                    • AngularJS Cheat Sheet

                      46 users

                      cheatography.com

                      Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 19 CommentsRating: () Home > Programming > AngularJS Cheat Sheets AngularJS Cheat Sheet by ProLoser The official - unofficial AngularJS cheatsheet. Filters amount | currency[:symbol] Formats a number as a currency (ie $1,234.56). date | date[:format] array | filter:expression Selects a subset of items from array. Expression take

                      • テクノロジー
                      • 2012/08/14 15:21
                      • AngularJS
                      • cheatsheet
                      • javascript
                      • angular
                      • angular.js
                      • Google Analytics Regular Expressions Cheat Sheet by Jay Taylor - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion

                        5 users

                        cheatography.com

                        A list of Regular Expression functionality supported by Google Analytics

                        • テクノロジー
                        • 2012/03/10 16:57
                        • Google Analytics
                        • Download Free Cheat Sheets or Create Your Own! - Cheatography.com: Cheat Sheets For Every Occasion

                          29 users

                          cheatography.com

                          Over 6,000 Free Cheat Sheets, Revision Aids and Quick References! Programming Cheat Sheets Software Cheat Sheets Business and Marketing Cheat Sheets Education Cheat Sheets Home and Health Cheat Sheets Games and Hobbies Cheat Sheets Latest Cheat Sheets 5 Pages   (0)PostgreSQL 101 for DBAs/sysadmins Cheat SheetNotes from a postgres admin 101 course. Contains a mix of "good-to-know" information about

                          • テクノロジー
                          • 2012/02/08 15:43
                          • cheatsheet
                          • チートシート
                          • shortcut
                          • Webサービス
                          • reference
                          • programming
                          • まとめ
                          • CoffeeScript Cheat Sheet

                            10 users

                            cheatography.com

                            Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 13 CommentsRating: () Home > Programming > CoffeeScript Cheat Sheets CoffeeScript Cheat Sheet by dimitrios CoffeeScript cheat sheet compiled after following "CoffeeScript Koans" from sleepyfox Usage -c, --compile -i, --inte­ractive -o, --output [DIR] -p, --print -e, --eval --nodejs most commonly used parameters from coffee­scr­i

                            • テクノロジー
                            • 2012/01/05 00:59
                            • coffeescript
                            • cheatsheet
                            • development
                            • PHP Cheat Sheet

                              3 users

                              cheatography.com

                              Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 9 CommentsRating: () Home > Programming > PHP Cheat Sheets PHP Cheat Sheet by DaveChild A quick reference guide for PHP, with functions references, a regular expression syntax guide and a reference for PHP's date formating functions. As of 28/6/14, the cheat sheet now includes popup links to the appropriate PHP manual pages. PHP

                              • テクノロジー
                              • 2009/07/10 21:05
                              • pdf
                              • PHP
                              • Python Cheat Sheet

                                14 users

                                cheatography.com

                                Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 14 CommentsRating: () Home > Programming > Python Cheat Sheets Python Cheat Sheet by DaveChild The Python cheat sheet is a one-page reference sheet for the Python programming language. Python sys Variables argv Command line args builti­n_m­odu­le_­names Linked C modules byteorder Native byte order check_­int­erval Signal check f

                                • テクノロジー
                                • 2009/01/24 14:46
                                • python
                                • cheatsheet
                                • reference
                                • development
                                • HTML4 Cheat Sheet

                                  3 users

                                  cheatography.com

                                  Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 6 CommentsRating: () Home > Programming > HTML Cheat Sheets HTML4 Cheat Sheet by DaveChild HTML4 cheat sheet HTML4 Document Outline <!D­OCT­YPE> Version of (X)HTML <ht­ml> HTML document <he­ad> Page inform­ation <bo­dy> Page contents HTML4 Comments <!-- Comment Text --> HTML4 Page Inform­ation <ba­se> Base URL <me­ta> Meta data

                                  • テクノロジー
                                  • 2009/01/04 17:01
                                  • webservice
                                  • CSS
                                  • Ruby on Rails Cheat Sheet

                                    19 users

                                    cheatography.com

                                    Cheatography https://cheatography.com 3 CommentsRating: () Home > Cheat Sheets > Development Cheat Sheets Ruby on Rails Cheat Sheet by DaveChild A quick reference guide for Ruby on Rails, containing the default directory structure, predefined variables, methods, reserved words and regular expression syntax. Created By DaveChild https://aloneonahill.com Metadata Authors: Dave Child and addedbytes.c

                                    • テクノロジー
                                    • 2008/12/25 20:06
                                    • cheatsheet
                                    • rails
                                    • Ruby
                                    • MySQL Cheat Sheet

                                      13 users

                                      cheatography.com

                                      Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 2 CommentsRating: () Home > Programming > MySQL Cheat Sheets MySQL Cheat Sheet by DaveChild A cheat sheet for the MySQL database. MySQL Data Types CHAR String (0 - 255) VARCHAR String (0 - 255) TINYTEXT String (0 - 255) TEXT String (0 - 65535) BLOB String (0 - 65535) MEDIUMTEXT String (0 - 16777215) MEDIUMBLOB String (0 - 167772

                                      • テクノロジー
                                      • 2008/11/10 14:11
                                      • mysql
                                      • reference
                                      • PDF
                                      • Regular Expressions Cheat Sheet

                                        22 users

                                        cheatography.com

                                        Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 75 CommentsRating: () Home > Programming > Regular Expressions Cheat Sheets Regular Expressions Cheat Sheet by DaveChild A quick reference guide for regular expressions (regex), including symbols, ranges, grouping, assertions and some sample patterns to get you started. Anchors ^ Start of string, or start of line in multi-line p

                                        • テクノロジー
                                        • 2008/08/26 19:12
                                        • チートシート
                                        • regexp
                                        • 正規表現
                                        • reference
                                        • PDF
                                        • JavaScript Cheat Sheet

                                          19 users

                                          cheatography.com

                                          Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 12 CommentsRating: () Home > Programming > JavaScript Cheat Sheets JavaScript Cheat Sheet by DaveChild JavaScript methods and functions, a guide to regular expressions and the XMLHttpRequest object. Regular Expres­sions Syntax ^ Start of string $ End of string . Any single character (a|b) a or b (...) Group section [abc] In rang

                                          • テクノロジー
                                          • 2008/08/22 16:07
                                          • javascript
                                          • cheatsheets
                                          • チートシート
                                          • reference
                                          • PDF
                                          • CSS2 Cheat Sheet

                                            11 users

                                            cheatography.com

                                            Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 14 CommentsRating: () Home > Programming > CSS Cheat Sheets CSS2 Cheat Sheet by DaveChild A quick reference guide for CSS, listing selector syntax, properties, units and other useful bits of information. CSS2 Selectors * All elements div <di­v> div * All elements within <di­v> div span <sp­an> within <di­v> div, span <di­v> and

                                            • テクノロジー
                                            • 2008/08/21 11:36
                                            • cheatsheet
                                            • チートシート
                                            • CSS
                                            • Webdesign
                                            • reference
                                            • Subversion Cheat Sheet

                                              18 users

                                              cheatography.com

                                              Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 1 CommentRating: () Home > Programming > Subversion Cheat Sheets Subversion Cheat Sheet by DaveChild Subversion cheat sheet Subversion Resources Homepage http:/­/su­bve­rsi­on.a­pa­che.org/ SVN Book http:/­/sv­nbo­ok.r­ed­-be­an.com/ Subversion Components svn Command line program svnversion Revision of working copy svnlook Inspe

                                              • テクノロジー
                                              • 2008/08/21 10:17
                                              • subversion
                                              • チートシート
                                              • cheatsheet
                                              • reference
                                              • tips
                                              • mod_rewrite Cheat Sheet

                                                23 users

                                                cheatography.com

                                                Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 15 CommentsRating: () Home > Programming > mod_rewrite Cheat Sheets mod_rewrite Cheat Sheet by DaveChild A mod_rewrite Cheat Sheet - a quick reference guide for mod_rewrite, with rewrite flags, regular expression syntax and sample rules. mod_re­write Tutorials http:/­/ht­tpd.ap­ach­e.o­rg/­doc­s/c­urr­ent­/re­write/ http:/­/ww­w

                                                • テクノロジー
                                                • 2008/08/16 21:37
                                                • mod_rewrite
                                                • cheatsheet
                                                • apache
                                                • チートシート
                                                • reference
                                                • PDF
                                                • matome
                                                • tips
                                                • WEB特殊文字 - HTML Character Entities Cheat Sheet by DaveChild - Cheatography.com

                                                  6 users

                                                  cheatography.com

                                                  Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 6 CommentsRating: () Home > Programming > HTML Cheat Sheets HTML Character Entities Cheat Sheet by DaveChild HTML character entites HTML Character Entities 1 &#32; Space &#33; ! Exclam­ation mark &#34; " Quotation mark &#35; # Pound / hash &#36; $ Dollar sign &#37; % Percent sign &#38; & Ampersand &#39; ` Apostrophe &#40; ( Left

                                                  • テクノロジー
                                                  • 2008/08/15 17:22
                                                  • web制作
                                                  • HTML
                                                  • Web

                                                  このページはまだ
                                                  ブックマークされていません

                                                  このページを最初にブックマークしてみませんか?

                                                  『Download Free Cheat Sheets or Create Your Own! - Cheatography.com: Cheat Shee...』の新着エントリーを見る

                                                  キーボードショートカット一覧

                                                  j次のブックマーク

                                                  k前のブックマーク

                                                  lあとで読む

                                                  eコメント一覧を開く

                                                  oページを開く

                                                  はてなブックマーク

                                                  • 総合
                                                  • 一般
                                                  • 世の中
                                                  • 政治と経済
                                                  • 暮らし
                                                  • 学び
                                                  • テクノロジー
                                                  • エンタメ
                                                  • アニメとゲーム
                                                  • おもしろ
                                                  • アプリ・拡張機能
                                                  • 開発ブログ
                                                  • ヘルプ
                                                  • お問い合わせ
                                                  • ガイドライン
                                                  • 利用規約
                                                  • プライバシーポリシー
                                                  • 利用者情報の外部送信について
                                                  • ガイドライン
                                                  • 利用規約
                                                  • プライバシーポリシー
                                                  • 利用者情報の外部送信について

                                                  公式Twitter

                                                  • 公式アカウント
                                                  • ホットエントリー

                                                  はてなのサービス

                                                  • はてなブログ
                                                  • はてなブログPro
                                                  • 人力検索はてな
                                                  • はてなブログ タグ
                                                  • はてなニュース
                                                  • ソレドコ
                                                  • App Storeからダウンロード
                                                  • Google Playで手に入れよう
                                                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                  設定を変更しましたx