Category Archives: Programming

Some of Java and C/C++

#PeruRumboGSoC2018 – Session 4

We celebrated yesterday another session of the local challenge 2017-2 “PeruRumboGSoC2018”. It was held at the Centro Cultural Pedro Paulet of FIEE UNI.  GTK on C was explained during the fisrt two hours of the morning based on the window* exercises … Continue reading

Posted in Education, Events, FEDORA, GNOME, τεχνολογια :: Technology, Programming | Tagged , , , , , , , , , , , | 3 Comments

Following a Python Tutorial – Part 3

This resolution post begins where Python Tutorial – Part2 left off. Documentation string multi-lineAnnotation that show the type of the function and its parameters:ListsLists as stackUsing collections as list to access extremes, popleft example:List comprehensionsNested List comprehensionsDel instruction for listsTuples … Continue reading

Posted in FEDORA, GNOME, τεχνολογια :: Technology, Programming | Tagged , , , , , , , | 1 Comment

CUDA Programming

I was invited to attend a CUDA workshop, this event was promoted by DIA PUCP. Thanks to the professor, Dr. Manuel Ujaldon, who trained us for about 12 hours using C. We use the cloud of NVIDIA to practice and we do … Continue reading

Posted in Education, GNOME, GNU/Linux/Open Source, τεχνολογια :: Technology, Programming | Leave a comment

Mis primeras lecciones de Python

Este sabado 17 de Dic, asisiti al python Camp y tal cual indica la pagina realice los comandos para crear el entorno visual; luego, dentro de la carpeta pycamp se instalara shake: julita@yulys:~$ virtualenv –no-site-packages –distribute pycamp The –no-site-packages flag is deprecated; … Continue reading

Posted in τεχνολογια :: Technology, Programming | Tagged , , | Leave a comment

Punteros en C

Primero agradecer al profesor de Lenguaje de programación de la PUCP: Miguel Guanira!!! Ahora estoy aprendiendo punteros genéricos, punteros a funciones y argumentos en líneas de comando para lograr codear quicksort en C, utilizando estos conceptos. Verlos aquí.      … Continue reading

Posted in Programming | Tagged , , , , , | 1 Comment

Genericos en Java

He estado tratando de entender para qué sirve la programación genérica… muchos autores y usuarios de Java (a partir de la versión 5) hablan maravillas y demás. Bueno, en este caso voy a tratar de programar el algortimo quicksort usando … Continue reading

Posted in τεχνολογια :: Technology, Programming | Tagged , , , , | 1 Comment