Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

@mjota
mjota / hangout
Created February 19, 2014 07:59
Cambiar icono hangout en Gnome.
- 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"
@mjota
mjota / ordenacio.py
Created December 17, 2013 12:28
Ordenació
#!/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
@mjota
mjota / wishes.xml
Created October 1, 2013 07:04
Multitouch on touchpad. /etc/ginn/wishes.xml
<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">