I hereby claim:
- I am lucianofuentes on github.
- I am lucianofuentes (https://keybase.io/lucianofuentes) on keybase.
- I have a public key whose fingerprint is 1A3B FE1C 3FC2 7CCA BF1C 67BB 5DD2 11D9 A012 1168
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Wolfram|Alpha password strength calculator for PHP 5.2+ | |
| * | |
| * @see http://www.wolframalpha.com/input/?i=password+strength+for+luciano | |
| * @see https://twitter.com/LucianoFuentes | |
| * @license MIT | |
| * | |
| */ |
| import sys | |
| import os.path | |
| import datetime | |
| import codecs | |
| import sqlite3 | |
| import codecs | |
| import getopt | |
| import datetime | |
| from optparse import OptionParser | |
| from xml.etree.ElementTree import Element,ElementTree,SubElement |
| /* | |
| ## Currently the best way (IMO) to copy Safari links to Evernote with the ability to add a note snippet. Please don't mention the bookmarklet. You'll make me laugh. | |
| - Create any bookmark on your iOS device | |
| - Select-copy the following snippet | |
| - Edit the bookmark and replace the existing link with the copied snippet | |
| - Give the bookmarklet a relevant name | |
| - Bob's yer uncle |