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
visited cp_provincia cp_municipio dc nombre | |
✖ 13 001 3 Abenójar | |
✖ 13 002 8 Agudo | |
✖ 13 003 4 Alamillo | |
✖ 13 004 9 Albaladejo | |
✔ 13 005 2 Alcázar de San Juan | |
✖ 13 006 5 Alcoba | |
✖ 13 007 1 Alcolea de Calatrava | |
✖ 13 008 7 Alcubillas | |
✖ 13 009 0 Aldea del Rey |
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
Año: 2007 Mes: 01 Total: 70928 | |
Año: 2007 Mes: 02 Total: 74716 | |
Año: 2007 Mes: 03 Total: 91858 | |
Año: 2007 Mes: 04 Total: 70155 | |
Año: 2007 Mes: 05 Total: 81939 | |
Año: 2007 Mes: 06 Total: 81304 | |
Año: 2007 Mes: 07 Total: 86241 | |
Año: 2007 Mes: 08 Total: 48190 | |
Año: 2007 Mes: 09 Total: 55969 | |
Año: 2007 Mes: 10 Total: 66788 |
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
/* | |
+----------------------------------------------------------------------+ | |
| PHP Version 5 | | |
+----------------------------------------------------------------------+ | |
| Copyright (c) 1997-2013 The PHP Group | | |
+----------------------------------------------------------------------+ | |
| This source file is subject to version 3.01 of the PHP license, | | |
| that is bundled with this package in the file LICENSE, and is | | |
| available through the world-wide-web at the following url: | | |
| http://www.php.net/license/3_01.txt | |
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
Call: | |
https://github.com/php/php-src/blob/PHP-5.3.23/Zend/zend_API.c | |
Stack: | |
zend_error (type=32, format=0x2aadd8a8f828 "Cannot load module '%s' because conflicting module '%s' is already loaded") | |
Code: | |
if (zend_hash_exists(&module_registry, lcname, name_len+1)) { | |
efree(lcname); |
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
--- NormativaPFC2007.txt 2013-03-10 19:35:02.672391542 +0100 | |
+++ Normativa-PFC-2013.txt 2013-03-10 19:35:03.348391562 +0100 | |
@@ -8,6 +8,7 @@ ESCUELA SUPERIOR DE INFORMÁTICA | |
Aprobada en Junta de Centro de 8 de Noviembre de 2007 | |
+ Modificada en Junta de Centro de 1 de Marzo de 2013 | |
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 | |
find -type f -name "*.bpel" -print0 | xargs -P `grep -c processor /proc/cpuinfo` -n 1 -I{} -0 sh -c 'mubpel analyze "$1" > "$1.mutations.txt"' -- {} |
NewerOlder