I'm in a hospital in Spain and my MacBook was stolen.
Now I bought a new one and need to configure it. I have an external hard drive that backup everything using Time Machine, but I don't want all the crap I had in the old one.
I'm in a hospital in Spain and my MacBook was stolen.
Now I bought a new one and need to configure it. I have an external hard drive that backup everything using Time Machine, but I don't want all the crap I had in the old one.
| #!/usr/bin/python | |
| # Generate URL-safe UUID/GUIDs in Python, e.g. | |
| # | |
| # ob9G9Ju_Re6SRgxacdUzhw | |
| # k0CWKgThQq-9b2ZcmpVXXA | |
| # | |
| # base64 has an urlsafe encoding | |
| from base64 import urlsafe_b64encode |
| /** | |
| * cache script and css to localStorage (same domain only) | |
| * | |
| * $CLS.style("a.css"); | |
| * | |
| * $CLS.script("jquery-1.5.2.min.js").wait() | |
| * .script("a.js") | |
| * .script("b.js") | |
| * .script("c.js") | |
| * .wait(function() { |