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
| javascript: (()=>{ var link=document.createElement('link'); link.rel="stylesheet"; link.href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"; document.head.appendChild(link);})() |
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
| <?php | |
| class EmailData { | |
| private $id; | |
| private $recipients = []; | |
| private $sender; | |
| private $size; | |
| private $date; | |
| private $failed; |
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
| <?php | |
| // SOURCE: https://gist.github.com/seebz/c00a38d9520e035a6a8c | |
| class iCal { | |
| /** | |
| * @var string | |
| */ | |
| public $title; | |
| /** |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin - https://jsbin.com/sogovosemo/edit?html,output</title> | |
| </head> | |
| <style> | |
| * { | |
| box-sizing: border-box; |
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
| function login_error_message() | |
| { | |
| global $errors; | |
| $err_codes = $errors->get_error_codes(); | |
| if ( ! empty(array_intersect([ | |
| 'invalid_username', | |
| 'invalid_email', | |
| 'incorrect_password', |
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
| data:text/html,<pre><style contenteditable style="display:block">/* edit me */ *{color:red; font-size: 25px; }</style></pre>test |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Title</title> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | |
| <script src="flip-table.js"></script> | |
| <link href="flip_table.css" rel="stylesheet"> | |
| </head> | |
| <body> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="Additional footer information displayed on click"> | |
| <meta charset="utf-8"> | |
| <title>Link group footer popup</title> | |
| <style id="jsbin-css"> | |
| html, body { | |
| background: #dedede; | |
| } |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Test</title> | |
| <style> | |
| h1 { | |
| text-align: center; | |
| overflow: hidden; | |
| } |