I hereby claim:
- I am felipelavinz on github.
- I am felipelavinz (https://keybase.io/felipelavinz) on keybase.
- I have a public key ASDUui-b95uM2P4g76DWtjD9HZKt_oRXiE7ffHksP_CHqQo
To claim this, I am signing this object:
| # Global restrictions configuration file. | |
| # Designed to be included in any server {} block.</p> | |
| location = /favicon.ico { | |
| log_not_found off; | |
| access_log off; | |
| } | |
| location = /robots.txt { | |
| allow all; | |
| log_not_found off; |
| <?php | |
| $config = array( | |
| /* This is the name of this authentication source, and will be used to access it later. */ | |
| 'udd-sp' => array( | |
| 'saml:SP', | |
| 'privatekey' => 'saml.pem', | |
| 'certificate' => 'saml.crt', | |
| 'idp' => 'http://auth.udd.cl/www/saml2/idp/metadata.php', | |
| 'entityID' => 'icono.sitios.udd.cl', |
| [lista_personas cat="20321" show_photos="1"] | |
| [persona_categoria cat="22645" show_photos="1"] | |
| [lista_personas cat="5128" show_photos="1"] | |
| [persona_categoria cat="20299" show_photos="1"] | |
| [persona_categoria cat="20307" show_photos="1"] |
| image: ubuntu:12.04 | |
| before_script: | |
| - apt-get update | |
| - apt-get install -y php5-cli | |
| test: | |
| script: | |
| - php syntax-check.php |
I hereby claim:
To claim this, I am signing this object:
| RESULTADOS: | |
| +------------------------------------------+----------+------------------------------------------------------------------------+ | |
| | Query | Posición | URL | | |
| +------------------------------------------+----------+------------------------------------------------------------------------+ | |
| | rentabilidad | | | | |
| | comisiones | 19 | http://www.safp.cl/portal/institucional/578/w3-propertyvalue-6439.html | | |
| | pensiones | 1 | http://www.safp.cl/ | | |
| | afiliacion | 1 | http://www.safp.cl/apps/certificados/formConsultaAfiliacion.php | | |
| | cuál es mi afp | | |
| _search?q=dtstart:["2016-07-11 00:00:00" TO "*"]&sort=dtstart:asc |
| <?php | |
| /** | |
| * Esto puede ser parte del archivo functions.php de tu tema | |
| */ | |
| add_action('wp_enqueue_scripts', 'custom_enqueue_scripts'); | |
| function custom_enqueue_scripts(){ | |
| // encolar el script |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"/> | |
| <title>Prueba caché AJAX con Promises y LocalStorage</title> | |
| <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="row"> |
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Documentación de mi proyecto</title> | |
| <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <%- yield %> |