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
#!/usr/bin/env bash | |
canonical="$HOME/.emacs.d" | |
doom="$HOME/.doom.emacs.d" | |
vanilla="$HOME/.clean.emacs.d" | |
production="$HOME/.production.emacs.d" | |
simple="$HOME/.simple.emacs.d" | |
echo "----------------------------------------" | |
echo "This is .emacs.d/ present configuration:" |
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
### Keybase proof | |
I hereby claim: | |
* I am jdelacueva on github. | |
* I am jdelacueva (https://keybase.io/jdelacueva) on keybase. | |
* I have a public key whose fingerprint is 7F68 BAEA EBD0 BD02 DC3A D070 5F53 14AD 1303 3096 | |
To claim this, I am signing this object: |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
"url" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c3110960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c2510960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c1810960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c1110960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c0410960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c2911960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c2211960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c1511960.htm" | |
"http://www.lamoncloa.gob.es/ConsejodeMinistros/Referencias/_1996/c0811960.htm" |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
Copyright: Javier de la Cueva | |
Licencia: Affero GPL V3 | |
Script para generar un archivo csv con las URLs de las páginas web | |
con las referencias de los Consejos de Ministros habidas hasta la | |
fecha de ejecución del script. Util como punto de partida para | |
*scraping* del contenido de las referencias. |
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
Derechos de autor | |
++ +--------------+ | |
|| | Realizador | +-----------+ +---------------+ | |
|| | Guionista | | | | {c} | ++ | |
|| | Música: | | | | | || | |
|| | - Autor | | | Sí | |Sí || | |
|+---+ - Intérprete+-----+ EEGG +-----------+ Estatutos +------------------------>+| | |
|| | - Productor | | | | Contrato | || | |
+------+ +---------------+ || |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
Copyright: Javier de la Cueva | |
Licencia: Affero GPL V3 | |
Script para generar un archivo csv con datos de los senadores de la | |
novena legislatura. | |
Uso: |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
Script para obtener la estructura de una norma jurídica o su | |
contenido desde la web del Boletín Oficial del Estado. | |
Ayuda: | |
------ | |
$ python extraer_norma.py -h |