I hereby claim:
- I am shgysk8zer0 on github.
- I am shgysk8zer0 (https://keybase.io/shgysk8zer0) on keybase.
- I have a public key whose fingerprint is C885 8E4F 4633 F3E5 F364 B25A 5399 86BB 2E23 D409
To claim this, I am signing this object:
| function $(query) { | |
| return Array.from(document.querySelectorAll(query)); | |
| } | |
| $('link').filter(link = > ![ | |
| 'icon', | |
| 'stylesheet', | |
| 'next', | |
| 'prev' | |
| ].some(rel => link.relList.contains(rel))).reduce((links, link) => { |
| /** | |
| * Validates a 16 digit credit card number | |
| * | |
| * @param string ccnum Any 16 digit number as a string | |
| * @return boolean Whether or not it Validates | |
| */ | |
| function checkCCNum(ccnum) { | |
| if (ccnum.length !== 16 || ! /^\d+$/.test(ccnum)) { | |
| return false; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Save this script to anywhere in `$PATH`, but ideally as `/usr/local/bin/clipcrypt` | |
| # Grant read/execute permissions `chmod 755 /usr/local/bin/clipcrypt` | |
| # Optionally, make root the owner `sudo chown root:root /usr/local/bin/clipcrypt` | |
| xclip -selection clipboard -o | gpg -d | xclip -selection clipboard |
| <?php | |
| //namespace shgysk8zer0\PHPCrypt; | |
| const PUBLIC_KEY = './pub.pem'; | |
| const PRIVATE_KEY = './priv.pem'; | |
| const PUB2 = './pub2.pem'; | |
| const PRIV2 = './priv2.pem'; | |
| const PASSWORD = 'dgbdkfjg'; | |
| const PASSWORD2 = 'dfgnduyho'; |
| <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> | |
| <semantics> | |
| <mtable> | |
| <mtr> | |
| <mtd> | |
| <mrow> | |
| <mi>x</mi> | |
| <mo stretchy="false">∈</mo> | |
| <mi mathvariant="normal">ℕ</mi> | |
| </mrow> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>Share API Shim Demo</title> | |
| <script type="aplication/javascript" src="/path/to/dialog-shim.js"></script> | |
| <script type="module" src="index.js" async=""></script> | |
| <script type="application/javascript" async="" nomodule=""></script> | |
| </head> | |
| <body> |
| # EditorConfig is awesome: http://EditorConfig.org | |
| # top-most EditorConfig file | |
| root = true | |
| # Unix-style newlines with a newline ending every file | |
| [*] | |
| end_of_line = lf | |
| insert_final_newline = true | |
| charset = utf-8 |
Daily CSS Images Day 09 Calendar
A Pen by Alex Johnson on CodePen.