[
  {
    "path": ".editorconfig",
    "content": "# EditorConfig helps developers define and maintain consistent\n# coding styles between different editors and IDEs\n# editorconfig.org\n\nroot = true\n\n\n[*]\n\n# Change these settings to your own preference\nindent_style = space\nindent_size = 2\n\n# We recommend you to keep these unchanged\nend_of_line = lf\ncharset = utf-8\ntrim_trailing_whitespace = true\ninsert_final_newline = true\n\n[*.md]\ntrim_trailing_whitespace = false\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "\nHello! Before sending a PR please note the following:\n\n- make sure the adding cheat-sheet is not in README.md :rocket: \n\nThanks!\n\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: python\npython:\n  - \"2.7\"\n\ninstall: \"pip install -r requirements.txt\"\nscript:\n  - make test"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as\ncontributors and maintainers pledge to making participation in our project and\nour community a harassment-free experience for everyone, regardless of age, body\nsize, disability, ethnicity, gender identity and expression, level of experience,\nnationality, personal appearance, race, religion or sexual identity and\norientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment\ninclude:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or\nadvances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic\n  address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a\n  professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable\nbehavior and are expected to take appropriate and fair corrective action in\nresponse to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or\nreject comments, commits, code, wiki edits, issues, and other contributions\nthat are not aligned to this Code of Conduct, or to ban temporarily or\npermanently any contributor for other behaviors that they deem inappropriate,\nthreatening, offensive or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces\nwhen an individual is representing the project or its community. Examples of\nrepresenting a project or community include using an official project e-mail\naddress, posting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event. Representation of a project may be\nfurther defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported by contacting the project team at detailyang@gmail.com. All\ncomplaints will be reviewed and investigated and will result in a response that\nis deemed necessary and appropriate to the circumstances. The project team is\nobligated to maintain confidentiality with regard to the reporter of an incident.\nFurther details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good\nfaith may face temporary or permanent repercussions as determined by other\nmembers of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,\navailable at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing\n\n1. Fork the repository.\n2. Add your cheat sheet\n3. Commit changes.\n4. Push your commit.\n5. Create a Pull Request.\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2018 detailyang\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "Makefile",
    "content": "test:\n\tpython tests/url_validate.py\n"
  },
  {
    "path": "README.md",
    "content": "<img src=\"https://cdn.rawgit.com/detailyang/awesome-cheatsheet/master/awesome.svg\" alt=\"awesome\" width=\"120\" align=\"right\" >\n\n# Awesome Cheatsheet \n\n[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ![Branch master](https://img.shields.io/badge/branch-master-brightgreen.svg?style=flat-square) [![Build Status](https://api.travis-ci.org/detailyang/awesome-cheatsheet.svg)](https://travis-ci.org/detailyang/awesome-cheatsheet)    [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/detailyang/awesome-cheatsheet/master/LICENSE)\n> List of useful cheatsheets\n\nInspired by [@sindresorhus](https://github.com/sindresorhus) [awesome](https://github.com/sindresorhus/awesome) and improved by these **[amazing contributors](https://github.com/detailyang/awesome-cheatsheet/graphs/contributors)**.\n\n#### *If you see a link here is not fit, you can fix it or provide a better link by submitting a [PR](https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdetailyang%2Fawesome-cheatsheet%2Fedit%2Fmaster%2FREADME.md) to improve this file. Thank you!*\n\n\n## Table of Contents\n\n- [Platforms](#platforms)\n- [Programming Languages](#programming-languages)\n- [Software Testing](#Software-Testing)\n- [Front-End Development](#front-end-development)\n- [Back-End Development](#back-end-development)\n- [Big Data](#big-data)\n- [Theory](#theory)\n- [Editors](#editors)\n- [Tools](#tools)\n- [Databases](#databases)\n- [Media](#media)\n- [Security](#security)\n- [Project Management](#project-management)\n- [Miscellaneous](#miscellaneous)\n\n## Platforms\n\n- [Android-Cheatsheet-For-Graphic-Designers](https://web.archive.org/web/20130429071222/http://petrnohejl.github.io/Android-Cheatsheet-For-Graphic-Designers/)\n- [Arduino_Cheat_Sheet.pdf](https://static.sparkfun.com/learn/materials/8/Arduino_Cheat_Sheet.pdf)\n- [docker](https://github.com/wsargent/docker-cheat-sheet)\n    - [dockerfiles](https://github.com/jessfraz/dockerfiles)\n- [ios-cheat-sheet](https://github.com/Avocarrot/ios-cheatsheet)\n    - [iOS-App-Performance-Cheatsheet](https://github.com/danielamitay/iOS-App-Performance-Cheatsheet)\n    - [UI-Testing-Cheat-Sheet](https://github.com/joemasilotti/UI-Testing-Cheat-Sheet)\n- [saltstack](https://github.com/saltstack/salt/wiki/Cheat-Sheet)\n- [nginx-cheatsheet](https://github.com/SimulatedGREG/nginx-cheatsheet)\n\n\n## Programming Languages\n\n- [Ada-cheat-sheet](https://web.archive.org/web/20110706133825/http://www.digilife.be/quickreferences/QRC/Ada%20Syntax%20Card.pdf)\n- [assembly-cheat-sheet](http://www.jegerlehner.ch/intel/)\n- [coffeescript_cheatsheet](https://github.com/icebob/coffeescript_cheatsheet/)\n- [c-ansi-cheat-sheet](https://web.archive.org/web/20110706133825/http://www.digilife.be/quickreferences/qrc/c%20reference%20card%20(ansi)%202.2.pdf)\n- [c#-cheat-sheet ](https://www.slideshare.net/ileshR/core-c-sharpandnetquickreference)\n- [cpp-cheat-sheet](https://isocpp.org/blog/2012/12/c11-a-cheat-sheet-alex-sinyakov)\n- [clojure-cheat-sheet](https://clojure.org/cheatsheet)\n- [clojurescript-cheat-sheet](http://cljs.info/cheatsheet/)\n- [dart-cheat-sheet](https://dart.dev/resources/dart-cheatsheet)\n- [delphi-cheat-sheet](http://www.cheat-sheets.org/saved-copy/dquick.pdf)\n- [dotnet-cheat-sheet](https://dzone.com/refcardz/coredotnet)\n- [elixir-cheat-sheet](https://media.pragprog.com/titles/elixir/ElixirCheat.pdf)\n- [elm-cheat-sheet](https://github.com/izdi/elm-cheat-sheet)\n- [erlang-cheat-sheet](http://www.cheat-sheets.org/saved-copy/Erlang.CheatSheet(1.0).pdf)\n- [emoji-cheat-sheet](https://www.webfx.com/tools/emoji-cheat-sheet/)\n- [f#-cheat-sheet](https://web.archive.org/web/20210920081335/http://dungpa.github.io/fsharp-cheatsheet/)\n- [flow-cheat-sheet](https://devhints.io/flow)\n- [golang-cheat-sheet](https://github.com/a8m/go-lang-cheat-sheet)\n    - [Cheat sheet for some of the common concurrent flows in Go](https://github.com/rakyll/coop)\n    - [Go crash course cheatsheet - Devhints](https://devhints.io/go)\n- [java-cheat-sheet](http://introcs.cs.princeton.edu/java/11cheatsheet/)\n    - [java8-cheat-sheet](https://github.com/BafS/Java8-CheatSheet)\n- [javascript-cheat-sheet](http://www.cheatography.com/davechild/cheat-sheets/javascript/)\n    - [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet)\n    - [javascript-design-pattern](https://github.com/nnupoor/js_designpatterns)\n    - [npm-vs-yarn-cheat-sheet](https://shift.infinite.red/npm-vs-yarn-cheat-sheet-8755b092e5cc#.91l58dovs)\n    - [npm-vs-yarn-cheat-sheet](https://github.com/areai51/yarn-cheatsheet)\n- [lisp-cheat-sheet](http://faculty.smcm.edu/acjamieson/s13/LispCheatSheet.pdf) [(click here if the previous link does not work for you)](https://web.archive.org/web/20230524013206/http://faculty.smcm.edu/acjamieson/s13/LispCheatSheet.pdf)\n- [lua-cheat-sheet](https://web.archive.org/web/20210427044434/http://lua-users.org/files/wiki_insecure/users/thomasl/luarefv51single.pdf)\n- [objective-c-cheat-sheet](https://github.com/iwasrobbed/Objective-C-CheatSheet)\n- [ocaml-cheat-sheet](http://ocaml.org/docs/cheat_sheets.html)\n- [python-cheat-sheet](http://www.cheatography.com/davechild/cheat-sheets/python/)\n    - [Python Cheat Sheet](https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf)\n    - [Python Cheat Sheet](https://docs.google.com/file/d/0B9VT_L2CDnKvODYyNTc5NjktYmMyOC00NDFkLTliNTctMzQzMTAzYjUyYmYy/view?pli=1)\n    - [Python Crash Course - Cheat Sheets](http://ehmatthes.github.io/pcc/cheatsheets/README.html)\n    - [python future](https://github.com/PythonCharmers/python-future)\n    - [Python Basics For Data Science Cheat Sheet](https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics)\n- [php-cheat-sheet](http://www.cheatography.com/davechild/cheat-sheets/php/)\n    - [PHP7-Reference](https://github.com/tpunt/PHP7-Reference)\n- [perlcheat](http://perldoc.perl.org/perlcheat.html)\n- [r-cheat-sheet](http://cran.r-project.org/doc/contrib/Baggott-refcard-v2.pdf)\n    - [R Cheat Sheets](https://www.rstudio.com/resources/cheatsheets/)\n- [racket-cheat-sheet](http://docs.racket-lang.org/guide/)\n- [ragel-cheat-sheet](https://github.com/calio/ragel-cheat-sheet)\n- [rebol-cheat-sheet](https://web.archive.org/web/20210918070336/https://rebol.desajn.net/cheatsheet.html)\n- [ruby-cheat-sheet](https://github.com/brennovich/cheat-ruby-sheets)\n    - [A collection of Ruby Net::HTTP examples](https://github.com/augustl/net-http-cheat-sheet)\n- [rust-cheat-sheet](https://static.rust-lang.org/doc/0.9/complement-cheatsheet.html)\n    - [Rust Language Cheat Sheet](https://cheats.rs/)\n- [scala-cheat-sheet](http://docs.scala-lang.org/cheatsheets/)\n- [scheme-cheat-sheet](http://courses.cs.washington.edu/courses/cse341/02wi/scheme/cheat-sheet.html)\n- [shell-cheat-sheet](https://github.com/NisreenFarhoud/Bash-Cheatsheet)\n    - [bash cheat sheet](https://learncodethehardway.org/unix/)\n        - [awesome-bash](https://github.com/awesome-lists/awesome-bash)\n        - [bash redirections](https://github.com/pkrumins/bash-redirections-cheat-sheet)\n    - [fish](https://fishshell.com/docs/current/commands.html)\n    - [awesome-shell](https://github.com/alebcay/awesome-shell)\n    - [oh-my-zsh cheatsheet](https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet)\n    - [Shell scripting cheatsheet - Devhints](https://devhints.io/bash)\n- [solidity](https://github.com/manojpramesh/solidity-cheatsheet/)\n- [smalltalk-cheat-sheet](http://stephane.ducasse.free.fr/Teaching/0809Turino/st-cheatsheet.pdf)\n- [swift cheatsheet](https://github.com/iwasrobbed/Swift-CheatSheet)\n    - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)\n    - [swift design patterns](https://github.com/ochococo/Design-Patterns-In-Swift)\n- [tcl-cheat-sheet](http://wiki.tcl.tk/10710)\n- [typescript-cheat-sheet](http://www.typescriptlang.org/Handbook/)\n\n## Software Testing\n\n- [software testing and verification](https://github.com/mrexodia/free-software-testing-books/blob/master/free-software-testing-books.md)\n\n## Front-End Development\n\n- [angular2](https://angular.io/guide/cheatsheet)\n- [angularjs](http://www.cheatography.com/proloser/cheat-sheets/angularjs/)\n- [SCSS cheatsheet](https://web.archive.org/web/20130630013236/http://sass-cheatsheet.brunoscopelliti.com/)\n- [CSS Flex Box](https://jonitrythall.com/images/flexboxsheet.pdf)\n- [sass/SCSS functions cheatsheet](https://gist.github.com/AllThingsSmitty/3bcc79da563df756be46)\n- [ember-js](http://www.cheatography.com/mwore/cheat-sheets/ember-js/)\n- [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet)\n- [font-awesome](http://fontawesome.io/cheatsheet/)\n- [jquery](https://oscarotero.com/jquery/)\n    - [jquery-cheatsheet]([http://lab.abhinayrathore.com/jquery-cheatsheet/](https://web.archive.org/web/20181029034237/http://lab.abhinayrathore.com/jquery-cheatsheet/))\n- [react-cheatsheet](https://reactcheatsheet.com/)\n- [react-native-cheat-sheet](https://github.com/refinery29/react-native-cheat-sheet)\n- [react-native-styling-cheat-sheet](https://github.com/vhpoet/react-native-styling-cheat-sheet)\n- [redux](https://devhints.io/redux)\n- [underscore-cheat-sheet](https://appletree.or.kr/quick_reference_cards/JavaScript/Underscore.js%20API%20Cheat%20sheet.pdf)\n- [webpack](https://github.com/petehunt/webpack-howto)\n- [\\<head> Cheat Sheet](https://web.archive.org/web/20160802212809/http://gethead.info/)\n- [page-load Cheat Sheet](https://developers.google.com/speed/docs/insights/about)\n- [Bootstrap 4](https://hackerthemes.com/bootstrap-cheatsheet/)\n- [Bootstrap 5 Cheatsheet](https://bootstrap-cheatsheet.themeselection.com/)\n- [jest-cheat-sheet](https://github.com/sapegin/jest-cheat-sheet)\n- [flexbox-cheatsheet](http://vudav.github.io/flexbox-cheatsheet/)\n- [vue-cheatsheet](https://devhints.io/vue)\n\n## Back-End Development\n\n- [laravel-cheatsheet](https://github.com/jesseobrien/laravel-cheatsheet)\n- [ror](http://www.cheatography.com/davechild/cheat-sheets/ruby-on-rails/)\n- [web2py](http://web2py.com/examples/static/web2py_cheatsheet.pdf)\n- [nodejs](https://gist.github.com/LeCoupa/985b82968d8285987dc3)\n- [django-cheatsheet](https://github.com/lucrae/django-cheat-sheet)\n- [syscall-cheatsheet](https://web.archive.org/web/20200620014648/http://syscalls.kernelgrok.com/)\n- [express-cheatsheet](https://quickref.me/express.html)\n\n## Big Data\n- [machine-learning-cheat-sheet](https://github.com/soulmachine/machine-learning-cheat-sheet)\n- [data-structure](https://www.scaler.com/topics/data-structures)\n\n## Databases\n\n- [CouchDB Cheatsheet](https://www.howtodojo.com/couchdb-cheatsheet/)\n- [Db2 CheatSheet for development](https://github.com/angoca/db2-cheat-sheet/blob/master/Db2CheatSheetForDev.pdf)\n- [Elasticsearch](http://elasticsearch-cheatsheet.jolicode.com)\n- [MongoDb-cheat-sheet](https://github.com/leojavier/MongoDb-cheat-sheet)\n- [mysql-cheat-sheet](http://www.cheatography.com/davechild/cheat-sheets/mysql/)\n- [Oracle_Programming](https://en.wikibooks.org/wiki/Oracle_Programming/SQL_Cheatsheet)\n- [postgresql](https://dzone.com/refcardz/essential-postgresql) (open in a new tab if it doesn't work for you)\n- [sql-join-cheat-sheet](http://coolshell.cn/articles/3463.html)\n- [SQL](http://www.sql-tutorial.net/sql-cheat-sheet.pdf)\n\n## Theory\n\n- [acm-cheat-sheet](https://github.com/soulmachine/acm-cheat-sheet)\n- [bigo](http://bigocheatsheet.com/)\n- [Theoretical Computer Science Cheat Sheet](http://www.tug.org/texshowcase/cheat.pdf)\n- [regular-expression-cheat-sheet](https://github.com/niklongstone/regular-expression-cheat-sheet)\n- [rest-foundations-restful](https://web.archive.org/web/20240616014206/https://dzone.com/refcardz/rest-foundations-restful)\n- [Computer-Networks-Last-Minute-Notes](https://www.geeksforgeeks.org/last-minute-notes-computer-network/)\n- [Operating-System-Notes](https://www.geeksforgeeks.org/last-minute-notes-operating-systems/)\n\n## Editors\n\n- [a_vi_vim_graphical_cheat_sheet_tutorial](http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html)\n    - [Vim Quick Reference Card](https://michaelgoerz.net/refcards/vimqrc.pdf)\n    - [A really easy to read and comprehensive guide on vim.](https://vim.rtorr.com/)\n- [GNU Emacs](https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf)\n    - [Paredit Cheatsheet](https://www.emacswiki.org/emacs/PareditCheatsheet)\n- IntellJ IDEA\n    - [Windows/Linux](https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf)\n    - [Mac OS X](https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf)\n- [MarkDown Cheat Sheet](https://github.com/lifeparticle/Markdown-Cheatsheet)\n- [Eclipse](https://github.com/pellaton/eclipse-cheatsheet)\n- [Atom](https://github.com/nwinkler/atom-keyboard-shortcuts)\n- [NetBeans](https://www.jrebel.com/blog/netbeans-shortcuts)\n- [Sublime Text 3](https://www.shortcutfoo.com/app/dojos/sublime-text-3-win/cheatsheet)\n- [PHPStorm - Mac/Win](https://resources.jetbrains.com/storage/products/phpstorm/docs/PhpStorm_ReferenceCard.pdf)\n- [Notepad++](https://drive.google.com/file/d/1r4rPmYQ-dMz_9UNUKKH9F6KyWDLSlwke)\n- [VSCode](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf)\n  - [Windows VSCode shortcuts](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf)\n  - [MacOS VSCode shortcuts](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf)\n  - [Linux VSCode shortcuts](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf)\n\n## Tools\n\n- [awk-nawk-and-gawk-cheat-sheet](http://www.catonmat.net/blog/awk-nawk-and-gawk-cheat-sheet/)\n- [curl](https://github.com/bagder/curl-cheat-sheet)\n- [dtrace and stap](http://myaut.github.io/dtrace-stap-book/dtrace-stap-cheatsheet.pdf)\n- [GDAL/OGR command-line tools](https://github.com/dwtkns/gdal-cheat-sheet)\n- [Git Cheat Sheet and Git Flow](https://github.com/arslanbilal/git-cheat-sheet)\n    - [git_cheat_sheet](http://rogerdudler.github.io/git-guide/files/git_cheat_sheet.pdf)\n    - [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)\n    - [git-style-guide](https://github.com/agis/git-style-guide)\n    - [git-flow-cheatsheet](https://github.com/danielkummer/git-flow-cheatsheet)\n    - [interactive git cheat sheet](https://web.archive.org/web/20230609010002/http://the-awesome-git-cheat-sheet.com/)\n- [Kafka](https://github.com/Landoop/kafka-cheat-sheet)\n- [latexsheet](http://wch.github.io/latexsheet/)\n- [mac-command-line-cheatsheet](https://github.com/herrbischoff/awesome-osx-command-line)\n- [matlab-cheatsheet](http://web.mit.edu/18.06/www/Spring09/matlab-cheatsheet.pdf)\n- [Mobaxterm](https://mobaxterm.mobatek.net/documentation.html)\n- [Octave-cheatsheet](http://ais.informatik.uni-freiburg.de/teaching/ss14/robotics/etc/cheatsheet.pdf)\n- [rspec](https://gist.github.com/dnagir/663876)\n- [RSpec cheatsheet](https://github.com/eliotsykes/rspec-rails-examples)\n- [svn](http://www.abbeyworkshop.com/howto/misc/svn01/)\n- [sed-stream-editor-cheat-sheet](http://www.catonmat.net/blog/sed-stream-editor-cheat-sheet/)\n- [terminal-mac-cheatsheet](https://github.com/0nn0/terminal-mac-cheatsheet)\n- [tmux](https://gist.github.com/andreyvit/2921703)\n- [Unix Toolbox](https://web.archive.org/web/20210916210855/http://cb.vu/unixtoolbox.xhtml)\n- [sysadmin](https://github.com/kahun/awesome-sysadmin)\n- [systemtap-cheat-sheet](https://github.com/calio/systemtap-cheat-sheet)\n- [Zypper Command Line Tool Cheatsheat](https://en.opensuse.org/images/1/17/Zypper-cheat-sheet-1.pdf)\n\n## Media\n\n- [favicon-cheat-sheet](https://github.com/audreyr/favicon-cheat-sheet)\n\n## Security\n\n- [HTML5 Security Cheatsheet](https://github.com/cure53/H5SC)\n- [Security Tools Cheatsheets](https://github.com/andrewjkerr/security-cheatsheets)\n- [oauthsecurity](https://sakurity.com/oauth)\n- [OWASP Cheat Sheets](https://cheatsheetseries.owasp.org/)\n\n## Project Management\n\n- [Agile Cheatsheet](https://web.archive.org/web/20200309045627/http://cheatsheetworld.com/programming/agile-development-cheat-sheet/)\n- [Scrum Cheatsheet](https://www.axosoft.com/Downloads/Scrum_Diagram.pdf)\n- [Kanban Cheatsheet](https://teamhood.com/wp-content/uploads/2022/11/Kanban-Cheat-Sheet.png)\n- [Lean Cheatsheet](https://web.archive.org/web/20190206092349/https://www.cheatography.com/davidpol/cheat-sheets/lean-methodology/pdf_bw/)\n- [A set of metodologies in one Cheatsheet (waterfall, agile, lean, xp, etc)](https://www.cheatography.com/nataliemoore/cheat-sheets/system-development-methodologies/pdf_bw/)\n\n## Miscellaneous\n\n- [easings.net](https://github.com/ai/easings.net)\n- [math-as-code](https://github.com/Jam3/math-as-code)\n- [MobileApp-Pentest-Cheatsheet](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet)\n- [Network-related cheatsheets](https://web.archive.org/web/20240612064952/https://packetlife.net/library/cheat-sheets/)\n- [api-cheat-sheet](https://github.com/RestCheatSheet/api-cheat-sheet)\n- [cheatsheets-ai](https://github.com/kailashahirwar/cheatsheets-ai)\n- [Systems Programming Cheat Sheet](https://github.com/jstrieb/systems-programming-cheat-sheet)\n- [Video Streaming Cheatsheet](https://github.com/robert-will-brown/video-streaming-cheatsheet)\n"
  },
  {
    "path": "requirements.txt",
    "content": "requests==2.32.2"
  },
  {
    "path": "tests/url_validate.py",
    "content": "#!/usr/bin/env python\n# -*- coding: utf-8 -*-\n# @Author: detailyang\n# @Date:   2016-02-25 11:23:59\n# @Last Modified by:   detailyang\n# @Last Modified time: 2016-06-05 22:26:44\n\nimport re\nimport sys\nimport os\n\nfrom requests import get\nfrom requests.exceptions import ConnectionError, MissingSchema\n\nurl_re = re.compile('.*\\[.*\\]\\((.*)\\)')\ncurrent_dir = os.path.dirname(os.path.realpath(__file__))\nheaders = {'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'}\n\nfile = '{current_dir}/../README.md'.format(current_dir=current_dir)\nwith open(file) as f:\n    for line, content in enumerate(f):\n        m = re.match(url_re, content)\n        if m is None:\n            continue\n        try:\n            result = get(m.group(1), headers=headers)\n            if result.status_code >= 400:\n                print('{file} line #{line} {url} return {code}'.format(file=file, line=line,\n                    url=m.group(1), code=result.status_code))\n                sys.exit(1)\n            print('{file} line #{line} {url} pass'.format(file=file, line=line, url=m.group(1)))\n        except ConnectionError:\n            print('{file} line #{line} {url} cannot connect'.format(file=file, line=line,\n                    url=m.group(1)))\n        except MissingSchema:\n            print('{file} line #{line} {url} missing schema'.format(file=file, line=line,\n                    url=m.group(1)))\n\n\n"
  }
]