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
Introduction to Programming Python and C++

Author Archives: Miguel Angel Cardenas Ortega

Bonus video

So this is my bonus video of how to survive in Ken´s class without dying.

link of the video: https://www.youtube.com/watch?v=Trw7irfpeog&feature=youtu.be

 

Topic masterie 24 and 25

Here is my video tutorial for the topic masterie 23

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

 

Topic masterie 22

Here is my video tutorial for the topic masterie 23

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

 

Topic masterie 18

Here is my video tutorial for the topic masterie 23

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

 

Topic masterie 6

Here is my video tutorial for the topic masterie 23

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

 

 

Project update

Well, the project is basically done but i made just one change, now the user can input the name of the image to modified. 

Github Code: https://github.com/kenwbauer/TC101F15_Team02

Quiz11

Here is the link for my answers for the

Github: https://github.com/MiguelAngelCardenas/Quiz11

WSQ17

So I have just downloaded Scilab to my computer and started playing with it, just with simple matemathical operations, I’m currently reading the 33 pages long introduction to this program, and It seems to be like some kind of IDE, for programming and specialy for math simulations, statiscs and 2d-3d grapghs. 

Maybe in the future this program is going to be very useful for math2 or math3 or something more advanced, but for know I need to learn how to use it.

 

WSQ16

This one was a little tricky, first you need to find a tutorial on how to input and read text files, and then your will need to substract a little string form a big string (see this link to know how to do that: http://www.cplusplus.com/forum/beginner/14310/) and finally you will have to convert that string to a float in order to get the averages (see this link to know how to convert strings to floats: http://www.cplusplus.com/forum/general/13135/).

Here is my Github code: https://github.com/MiguelAngelCardenas/WSQ16/blob/master/cars.cpp

 

 

WSQ15

So here is my calendar for finishing the activities of this classYesterday: we finished the projecttoday: I’ll finish all the WSQThursday and sunday: I’ll do the remaining masteries#WSQ15

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