🏳️⚧️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (?i)<script.*?>.*?</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ' AND '1'='1 | |
| ' AND '1'='2 | |
| ' OR '1'='1 | |
| ' OR '1'='2 | |
| ' AND 1=1 | |
| ' AND 1=2 | |
| ' OR 1=1 | |
| ' OR 1=2 | |
| ' AND (SELECT COUNT(*) FROM users)>0 | |
| ' AND (SELECT COUNT(*) FROM information_schema.tables)>10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script>alert("Hello, world 1!")</script> | |
| <script>alert("Hello, world 2!")</script> | |
| <script>alert("Hello, world 3!")</script> | |
| <script>alert("Hello, world 4!")</script> | |
| <script>alert("Hello, world 5!")</script> | |
| <script>alert("Hello, world 6!")</script> | |
| <script>alert("Hello, world 7!")</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[11pt,a4paper]{article} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage{amsmath,amssymb,amsfonts} | |
| \usepackage{booktabs} | |
| \usepackage{listings} | |
| \usepackage{geometry} | |
| \usepackage{hyperref} | |
| \usepackage{xcolor} | |
| \geometry{margin=1in} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @book{knuth1986, | |
| author = {Donald E. Knuth}, | |
| title = {The TeXbook}, | |
| year = {1986} | |
| } | |
| @article{lamport1994, | |
| author = {Leslie Lamport}, | |
| title = {LaTeX: A Document Preparation System}, | |
| year = {1994} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[11pt,a4paper]{article} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage[T1]{fontenc} | |
| \usepackage[brazil]{babel} | |
| \usepackage{amsmath,amssymb,amsfonts} | |
| \usepackage{booktabs} | |
| \usepackage{listings} | |
| \usepackage{geometry} | |
| \usepackage{hyperref} | |
| \usepackage{xcolor} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $$ | |
| x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} | |
| $$ | |
| $$ | |
| f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} | |
| $$ | |
| $$ | |
| \int_{a}^{b} f(x) \, dx = F(b) - F(a) |
OlderNewer