This file contains 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 | |
$time=time(); | |
class Palindromo{ | |
public static function empezar(){ | |
$archivo = fopen("file2.txt","r"); | |
$primero=array(); | |
$segundo=array(); | |
$final=array(); | |
$total=0; | |
while(!feof($archivo)){ |
This file contains 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
/* | |
Mejora de este script: | |
https://gist.github.com/juanj032/5446260 | |
Basándome en este script: | |
https://gist.github.com/juanmboehme | |
Mejorado en éste: | |
https://gist.github.com/coviedo/5493821 | |
*/ | |
(function(window, document){ | |
console.time("Tiempo de computo"); |
This file contains 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
/* | |
* Theme Name: Trophies | |
* Description: | |
* Theme URI: http://games.sharksgames.es/ | |
* Tested up to: 5.5 | |
* Requires PHP: 7.0 | |
* Author: Sharks Games | |
* Author URI: http://games.sharksgames.es/ | |
* Version: 1.0 | |
* License: GNU General Public License v2 or later |
This file contains 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
/* | |
* Theme Name: Trophies | |
* Description: | |
* Theme URI: http://games.sharksgames.es/ | |
* Tested up to: 5.5 | |
* Requires PHP: 7.0 | |
* Author: Sharks Games | |
* Author URI: http://games.sharksgames.es/ | |
* Version: 1.0 | |
* License: GNU General Public License v2 or later |