Plantilla para reporte de laboratorio en Latex. (Latex template for report.)
14 de noviembre de 2011Add the science repository on OpenSuse 11.4
25 de octubre de 2011Hola. Espero les sea de utilidad. zypper ar -f 'http://download.opensuse.org/repositories/science/openSUSE_11.4' science Fuente: http://install.lon-capa.org/suse11.4_install.html
Looping and Branching in BASH.
4 de octubre de 2011You can test the success if a command directly using the shell keyword while, until, and if or with the control operator && and ||. The exit code is stored un the special parameter $?.
If the command executed successfully (or true), the value of $? is zero. If the command failed for some reason, $? will contain a positive integer between 1 and 255. For me this is confused because in Boolean Algebra 1 is true and 0 is false :-S
A failed command usually return 1. Zero and nonzero exit codes are also known as true and false, respectively.
With and example is better
$printf "%v\n" bash: printf: `v': carácter de formato inválido $echo $? 1
This example shows the mentioned before.
Composite Assigment Operators. (Operadores de Asignación en C++. )
27 de julio de 2011The standard assignment operator in C++ is the equals sign =. In addition to this operator, C++ also includes the following composite assignment operators: +=, -=, *=, /=, and %=.
We make an example to show the functionality
Celebrando el 20 aniversario de Linux con un vídeo.
26 de julio de 2011como parte de las celebraciones por el 20 aniversario de nuestro sistema operativo favorito la linux fundation ha publicado un video.
Una integral para practicar
22 de junio de 2011El otro día, revisando un examen de los del propedéutico del CINVESTAV, me encontré con esta integral, la cual me dió trabajo (y en realidad no he resuelto por completo). Si quieren revísenla, y comenten cómo se resolvería:
Teléfono Fraudulento
20 de junio de 20114432342100
si reciben una llamada de este número no le hagan caso.
Saludos
How chech how much RAM memory your PC capable.
8 de junio de 2011
Es compatible tu conexión con IPV6?
8 de junio de 2011Un excelente Libro “¿Quien se ha llevado mi queso?.
10 de mayo de 2011Les dejo un excelente libro que nos enseña a cada día adaptarnos al cambio de manera que siempre mantengamos el animo y la sencillez para cada evento de nuestras vidas, ¿QUIEN SE HA LLEVADO MI QUESO?
Para leerlo da click aquí
