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
import os | |
import shutil | |
import codecs | |
from bidi.algorithm import get_display | |
for file in os.listdir("."): | |
print(file) | |
ext = os.path.splitext(file)[1] | |
if os.path.isfile(file) and ext.startswith(".H"): |
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
""" | |
This code takes a LinkedIn URL and returns the date of the post. | |
The code uses the following steps: | |
1. Extracts the post ID from the URL. | |
2. Converts the post ID to a Unix timestamp. | |
3. Converts the Unix timestamp to a human-readable date. | |
The code uses the following libraries: |
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: (function() { var re = /^\+?(972|0)(\-)?0?([5]{1}\d)\-?(\d{7})$/; var val=prompt("Phone Number #","");var phone=val.replace(re,'972$3$4');location="https://wa.me/"+escape(phone);})() |
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: (function() { var re = /^\+?(972|0)(\-)?0?([5]{1}\d)\-?(\d{7})$/; var val= prompt("WhatsApp Phone Number #","");var phone=val.replace(re,'972$3$4');location="https://api.whatsapp.com/send?phone="+escape(phone)+"&text="+document.URL;})() |
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
### Keybase proof | |
I hereby claim: | |
* I am gklein on github. | |
* I am gklein (https://keybase.io/gklein) on keybase. | |
* I have a public key whose fingerprint is 798B 719A 468D F1E5 E925 9EC9 ED34 BC0C B9B6 074F | |
To claim this, I am signing this object: |