-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathonline.html
24 lines (19 loc) · 949 Bytes
/
online.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Online Cheatsheet Websites</title>
<p style="text-align: center;"><strong><span style="font-size: 24px; color: rgb(251, 160, 38);"><u>Online Cheatsheets</u></span></strong></p>
<p><span style="font-size: 24px;"><strong>http://overapi.com </strong></span></p>
<ul>
<li><span style="font-size: 24px;">Python, Regex, Linux, Mysql, Ruby, JS, and many more (A-Z choice)</span></li>
</ul>
<p><span style="font-size: 24px;"><strong>https://lecoupa.github.io/awesome-cheatsheets/</strong></span></p>
<ul>
<li><span style="font-size: 24px;">Docker, Kubernetes, Redis, React, Angular, Django, Bash, PHP, C, C#, Javascript</span></li>
</ul>
<p><span style="font-size: 24px;"><strong>https://www.sans.org/blog/the-ultimate-list-of-sans-cheat-sheets/</strong></span></p>
<ul>
<li><span style="font-size: 24px;">SANS Cheatsheets - Various Subjects</span></li>
</ul>
</head>
<body>