I hereby claim:
- I am mjota on github.
- I am manuelpol (https://keybase.io/manuelpol) on keybase.
- I have a public key whose fingerprint is 05BC 48D9 DA64 624F 15CC E392 AEB8 77A5 3A3F 8C4A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| - Go to /home/USERNAME/.config/google-chrome/extensions/nckgahadagoaajjgafhacjanaoiihapd/images_3/presence/ | |
| - Duplicate all "*_38.png" icons and delete all "*_19.png" icons | |
| - Rename duplicate "* _38.png" icons and rename to "*_19.png" |
| #!/usr/bin/env python | |
| ''' | |
| Created on 29/01/2012 | |
| @author: manuel | |
| ''' | |
| def mergeSort(aOrd): | |
| if len(aOrd) <= 1: | |
| return aOrd |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| ''' | |
| @author: manuel | |
| ''' | |
| import os | |
| Home = os.getcwd() | |
| Recurs = 3 | |
| Folders = 10 |
| <ginn> | |
| <global> | |
| <!-- Application control --> | |
| <wish gesture="Drag" fingers="2"> | |
| <action name="action5" when="update"> | |
| <trigger prop="delta y" min="20" max="80"/> | |
| <key>Down</key> | |
| </action> | |
| </wish> | |
| <wish gesture="Drag" fingers="2"> |