lunes, 29 de febrero de 2016

Curvas elípticas: una mirada rápida a sus consecuencias y aplicaciones

Curvas elípticas: una mirada rápida a sus consecuencias y aplicaciones
Pedro Hernández Rizzo
Universidad de Antioquia, Medellín, Colombia


Se toma el tema de la geometría Diofantina, su enlace con la teoría de números, su continuación de Fermat, y sus usos actuales.







martes, 23 de febrero de 2016

Navigation Menu bar CSS HTML Practice

From the book The Art & Science of CSS

A complete page with the practice is http://jalbertomr.blogspot.mx/p/pagenew.html


The Art & science of CSS

Menu de Navegación

viernes, 19 de febrero de 2016

Class Diagram From PHP Code Using phUML

link:

http://dasunhegoda.com/class-diagram-from-php-code-using-phuml

Handy, simple to install, just download zip file, unpack and run it.

This is an example of a PHP project

Sem. Mate. optimización tiempo espera aviones



Edgar Possani
Departamento de Matemáticas
, ITAM


Tj  tiempo de despegue avion j

Funciones objetivo a maximizar
T tiempo en despegar el último avión.
sigma(T-at) tiempo en pista
ventana de tiempo
ctotj - sigma1 <= Tj <= ctotj + sigma2

jueves, 18 de febrero de 2016

Laravel Framework devdojo youtube webinars


This is a good first suggested  attempt to learn the Laravel Framework.

PHP Session Management from Zend library

This document talks about considerations to take care, when we do session management with PHP.

PHP sessions from Zend documentation

Model View Controller



Corrección de mensaje Warning: Cannot modify header information

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnaweb01a/b676/moo.vickuscom/mvc/libs/Controller.php:12) in /hermes/walnaweb01a/b676/moo.vickuscom/mvc/models/login_model.php on line 35

This is a message sended from a web PHP page were the code

header(Location:../dashboard);

was scripted to call another page of the web. but the message of the top was showed, to resolve this, All the messages for debug were commented or eliminated, like this one, including one that sends the message to the console, trying to evade the error.

echo("<script>console.log('PHP: Controller.loadModel ".$path."');</script>");
echo "UPDATE $table SET $fieldDetails WHERE $where";

Now the question is, how to get debug messages ... 

miércoles, 10 de febrero de 2016

Modelación matemática y computacional en la recuperación mejorada de petróleo

Seminario de Matemáticas

Modelación matemática y computacional en la recuperación mejorada de petróleo

Elvia Pérez Ramírez
Instituto de Geofísica, UNAM


jueves, 4 de febrero de 2016

Instalación de phpMyAdmin 4.4.15.4-all-languages.zip

Instalación de phpMyAdmin 4.4.15.4-all-languages.zip
   en máquina 3.14-kali1-amd64 #1 SMP Debian 3.14.5-1kali1 (2014-06-07) x86_64 GNU/Linux
con MySQL Server version: 5.5.38-0+wheezy1 (Debian)
y PHP Version 5.4.45-0+deb7u1

https://www.phpmyadmin.net/downloads/

Older version compatible with PHP 5.3.7 to 7.0 and MySQL 5.5. Supported for security fixes only, until April 1, 2016

phpMyAdmin-4.4.15.4-all-languages.zip

Se desempaca el archivo y de deja en /var/www/phpMyAdmin

Se prueba superficialmente y se observa estabilidad.