https://www.forexfactory.com/thread/2436-fourier-analysis
Explicacion del analisis de fourier y el algoritmo d ela DFT
Ingeniero, programador y analista, estudioso de los sistemas complejos y de el uso de tecnologías electrónicas, redes y de la información para aumentar los indicadores de cualquier tipo de entidad. Sigue mi cuenta en twitter @charlygarcia120
https://www.forexfactory.com/thread/2436-fourier-analysis
Explicacion del analisis de fourier y el algoritmo d ela DFT
function vgFj_Ingresar() | |
{ | |
if (document.f1.txtCC.value == '') | |
{ | |
alert("Debe ingresar el Login"); | |
return; | |
} | |
if (document.f1.txtPW.value == '') | |
{ | |
alert("Debe ingresar el Password"); | |
return; | |
} | |
document.f1.submit(); | |
} |
If you try to look at Tao, you cannot notice It immediately. This is why It is called hard-to-be-seen. If you try to listen to Tao, you cannot hear It immediately. This is why It is called hard-to-be-heard. If you try to grasp Tao, you cannot hold on to It. This is why It is called hard-to-be-caught. In Tao, are Those Who fill you with delight!n_100) And all Those in Tao are merged into One. Tao is equal above and below. However, Tao, infinite in size, cannot be called by the name of any One of Them. They come out from Tao manifesting Their Individualities, then come back to the state without individual manifestations when They are again in It. Tao has no corporeal image or face. This is why one regards It as hidden and mysterious. Meeting Tao, I do not see Its face. Following Tao, I do not see Its back. By strictly following the primordial Path of transformation of oneself as a consciousness, one can cognize the Eternal Origin. This Path is the Path to Tao.
Para reemplazar una cadena dentro de otra en PHP, o para insertarla en la posicion indicada
la funcion
$newstr = substr_replace($listaproducto," selected ", $posicion, 0);
SELECT * FROM `tablex` WHERE SUBSTR( fieldx, 7, 5 ) = '00239'
SELECT table2.field_name FROM ( SELECT * FROM table1 ) AS table2 WHERE table2.field_criterium = 'x'
delete from test where id not in ( select max(id) from test group by email)
< ?php // Conectar al servicio XE (es deicr, la base de datos) en la máquina "localhost" $conn = oci_connect('hr', 'welcome', 'localhost/XE'); if (!$conn) { $e = oci_error(); trigger_error(htmlentities($e['message'], ENT_QUOTES), E_USER_ERROR); } $stid = oci_parse($conn, 'SELECT * FROM employees'); oci_execute($stid); echo "\n"; while ($row = oci_fetch_array($stid, OCI_ASSOC+OCI_RETURN_NULLS)) { echo "\n"; foreach ($row as $item) { echo " \n"; } echo "\n"; } echo '
' . ($item !== null ? htmlentities($item, ENT_QUOTES) : "") . " |
Esta libreria es un plugin de jQuery para boostrap y permite administrar un calendario en nuestra pagina Web
Se puede personalizar el calendario con colores tamaño , idioma y otas caracteristicas usa jquery y bootstrap, tambien puede colocar leyendas en los eventos y agregar HTML personalizado en la informacion de cada evento
tambien puede programas su funcion especifica cuando el OnClick Event es disparado para un dia especifico: