Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
marinaruelas’s Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Author Archives: marinaruelas

WSQ15

So I’m only missing WSQ 14 and WSQ 16 which I will be doing next monday. Today I will play with Scilab and Friday I will try to finish the final project, if I don’t finish it on Friday, I will work on it on Sunday. I am missing 10 points of masteries which I… More WSQ15

WSQ13

Esta es una tarea facil, tuve un pequeño problema cuando lo hice porque no entendia bien en que consistía que tuviera que divir entre dos cada numero pero después entendí que así va a ser más exacto el numero por el cual se va sacar su raíz. aqui esta mi codigo https://github.com/marinaruelas/WSQ/blob/master/wsq13

2 avance de proyecto

Esta semana buscamos las herramientas para nuestro proyecto y vimos que para cambiar el tama;o se usa: convert -resize 48×48 image.png image-mini.png y para cambiarla a blanco y negro: convert -type image.jpg image-noir-blanc.jpg esto lo pudimos encontrar en la siguiente pagina: http://blog.desdelinux.net/como-manipular-imagenes-desde-el-terminal/ Y comenzamos a leer estos tutoriales: http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf

Ecos

Terminé la evaluación a maestros.

Final proyect

So this week we decided to install Magick++. Both of us, we download it from this link: http://www.imagemagick.org/script/binary-releases.php and you selected ImageMagick-6.9.2-5-Q16-x64-dll.exe for windows. We waited until the download was completed: and then we read the features we could use (like transform in order to rotate the image ) in this link: file:///C:/Program%20Files/ImageMagick-6.9.2-Q16/index.html

Greatest common divisor

It was very easy.
Here is my code:
https://github.com/marinaruelas/WSQ/blob/master/wsq12

Wsq11

Here is my code:
https://github.com/marinaruelas/WSQ/blob/master/wsq11

A small video about using strings.

vectors and arrays

I did a video explaining arrays and vectors.

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).