All Projects → Telichkin → Otp_cheatsheet

Telichkin / Otp_cheatsheet

Base OTP behaviors presented as schemas

Programming Languages

erlang
1774 projects

Projects that are alternatives of or similar to Otp cheatsheet

Cehv10 Notes
📕 Both personal and public notes for EC-Council's CEHv10 312-50, because its thousands of pages/slides of boredom, and a braindump to many
Stars: ✭ 170 (-10.53%)
Mutual labels:  cheatsheet
Python Cheatsheet
Collection of Python code snippets and cheatsheets (made for humans)
Stars: ✭ 176 (-7.37%)
Mutual labels:  cheatsheet
Cheat Sheets
Cheat Sheets 🐭🤖👀
Stars: ✭ 185 (-2.63%)
Mutual labels:  cheatsheet
Es6 Cheatsheet
ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets
Stars: ✭ 12,673 (+6570%)
Mutual labels:  cheatsheet
Multiotp
multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
Stars: ✭ 173 (-8.95%)
Mutual labels:  otp
React Native Sms Retriever
Android SMS Retriever API for React Native.
Stars: ✭ 177 (-6.84%)
Mutual labels:  otp
Aboutsecurity
A list of payload and bypass lists for penetration testing and red team infrastructure build.
Stars: ✭ 166 (-12.63%)
Mutual labels:  cheatsheet
Reasonml Cheat Sheet
A cheat sheet for ReasonML -- WIP
Stars: ✭ 187 (-1.58%)
Mutual labels:  cheatsheet
Javascriptcheatsheet
Quick reference to the tremendously accessible high-level language of the web ^_^
Stars: ✭ 175 (-7.89%)
Mutual labels:  cheatsheet
Matlabplotcheatsheet
A cheatsheet for those who plot with MATLAB
Stars: ✭ 177 (-6.84%)
Mutual labels:  cheatsheet
Pdb Cheatsheet
A cheatsheet for the Python Debugger (pdb)
Stars: ✭ 171 (-10%)
Mutual labels:  cheatsheet
Otpview
A custom view to enter otp/pin of different sizes used usually in cases of authentication.
Stars: ✭ 172 (-9.47%)
Mutual labels:  otp
React Otp Input
✔️ OTP Input Component for React
Stars: ✭ 177 (-6.84%)
Mutual labels:  otp
Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+6459.47%)
Mutual labels:  cheatsheet
Elispcheatsheet
Quick reference to the core language of Emacs ---Editor MACroS.
Stars: ✭ 186 (-2.11%)
Mutual labels:  cheatsheet
Ui Testing Cheat Sheet
How do I test this with UI Testing?
Stars: ✭ 2,039 (+973.16%)
Mutual labels:  cheatsheet
Office Tool
© 2016-2021 Yerong. All Rights Reserved.
Stars: ✭ 3,657 (+1824.74%)
Mutual labels:  otp
Vue Cheatsheet
Modified version of the official VueMastery cheatsheet
Stars: ✭ 188 (-1.05%)
Mutual labels:  cheatsheet
Swift Cheat Sheet
A short guide to using Apple's new programming language, Swift.
Stars: ✭ 186 (-2.11%)
Mutual labels:  cheatsheet
Cuneiform
Cuneiform distributed programming language
Stars: ✭ 175 (-7.89%)
Mutual labels:  otp

OTP CheatSheet

Every OTP behavior has main parts in its API: client, server, possible inputs and possible outputs. But a one-dimensional structure of standard documentation (from top to bottom) can't present all these parts in one place which leads to loss of a context and longer learn-curve.

This cheat sheet is an attempt to present common parts of OTP behaviors in one place using opportunities of a two-dimensional structure.

Table of Contents

Supervisor

Init

Gen Server

Init

Sync operation

Async operation

Info message

Terminate

Contributing

  1. Fork it (https://github.com/Telichkin/otp_cheatsheet/fork)
  2. Open and edit CheatSheet.html in the draw.io
  3. Save edited CheatSheet.html in your repository
  4. Export edited images as SVG into your repository using settings below:
5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].