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
Miguel Angel Cardenas Ortega’s Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Author Archives: Miguel Angel Cardenas Ortega

WSQ14

I had a problem in this WSQ that i couldn’t fix, and it’s that i can only reach 5 decimal points of precision with the float and double variables.

here is my github code: https://github.com/MiguelAngelCardenas/WSQ14/blob/master/e.cpp

Project week two

DONE. After hours of fighting and trying to install the librarie on windows, I finally gave up and started working on a virtual box, with ubuntu installed. It was much harder to get the librarie started on ubuntu than actually writing the code, but it’s finally over.

Here is my code on github, you can check it: https://github.com/kenwbauer/TC101F15_Team02/blob/master/prueba4.cpp

And here is a link of the gentle documentation of Magick++, its really helpful if you don’t know the commands of the librarie: http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf

I’m leaving you here the grayscale image modified.

Bonus quiz

Here is my proof that I already answered the ECOS test.#TC101 #ECOS

Project week one

so this week, we have been a little busy and we didn´t give it much time to the project, we tried to install the imagemagick librarie but we coudln´t, some weird error pop up. I really don´t know how to install the librarie because it seems to be a little difficult on windows, We will have to ask Ken how to do it. Also Ken told us in class that he will tried to install the libarie on his wondows so he could know how to do it. Next week will have to work hard on this project.

Here is the link to download the librarie: http://www.imagemagick.org/script/binary-releases.php

and here is a foto of the error that didn´t let us to download the librarie:

Topic masterie 23

Here is my video tutorial for the topic masterie 23

link: https://www.youtube.com/watch?v=eK0XawqvTpQ&feature=youtu.be

 

Topic masterie 9

Here is my video tutorial for the topic masterie 9

link: https://www.youtube.com/watch?v=uRmR8yrpwZo&feature=youtu.be

 

Topic masterie 21

Here is my video tutorial for the topic masterie 21

link: https://www.youtube.com/watch?v=5LPV4HEYlYQ&feature=youtu.be

 

Topic masterie 19 and 20

Here is my video tutorial for the masteries 19 and 20

link: https://www.youtube.com/watch?v=U9rBQM-cGC8&feature=youtu.be

 

Topic masterie 15 and 16

Here is my video tutorial for the masteries 15 and 16

link: https://www.youtube.com/watch?v=l9DhA0a4b7E&feature=youtu.be

 

Topic masterie 13

So importing and using libraries is a little bit complicated and every librarie has its own rules of how to use it. So I recommend to watch a tutoria of how to use each librarie before trying to compile it. 

In the I was force to import and use a big integer librarie, and it was a little tricky, but with a video tutorial, made by my professor, it was much easier.

Everu step of how to use the librarie is in the tutorial video.

Here is my code of the WSQ11: https://github.com/MiguelAngelCardenas/WSQ11

Here is the video turorial: https://www.youtube.com/watch?v=PHZYtOhFAZs

and here is the link for the big integer librarie: https://mattmccutchen.net/bigint/

 

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).