- Genism: https://github.com/RaRe-Technologies/gensim
- Scikit learn: https://github.com/scikit-learn/scikit-learn
- nltk: https://github.com/nltk/nltk
- nlpaug: https://github.com/makcedward/nlpaug
- Tensorflow: https://github.com/tensorflow/tensorflow
- pytorch: https://github.com/pytorch/pytorch
- mt5: https://huggingface.co/transformers/model_doc/mt5.html
- multilingual-t5: https://github.com/google-research/multilingual-t5
- textattack: https://github.com/QData/TextAttack
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| ### JHW 2018 | |
| import numpy as np | |
| import umap | |
| # This code from the excellent module at: | |
| # https://stackoverflow.com/questions/4643647/fast-prime-factorization-module | |
| import random |
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 time | |
| import hashlib | |
| import requests | |
| import json | |
| from googletrans import Translator | |
| import urllib | |
| import hmac | |
| import base64 | |
| from urllib.parse import quote | |
| import time |
Exporting password + one-time code data from iCloud Keychain is now officially supported in macOS Monterey and Safari 15 (for Monterey, Big Sur, and Catalina). You can access it in the Password Manager’s “gear” icon (System Preferences > Passwords on Monterey, and Safari > Passwords everywhere else), or via the File > Export > Passwords... menu item). You shouldn't need to hack up your own exporter anymore.
After my dad died, I wanted to be able to have access any of his online accounts going forward. My dad was a Safari user and used iCloud Keychain to sync his credentials across his devices. I don’t want to have to keep an OS X user account around just to access his accounts, so I wanted to export his credentials to a portable file.