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
Ana Gloria Angulo’s Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Author Archives: Ana Gloria Angulo

WSQ12: Greatest Common Divisor

(The credit of the image goes to https://flic.kr/p/dT5aU3) I haven’t done WSQ’s for a while because I’ve been so busy with school, sorry. But now, we’re getting to the end of the semester and, well, I have to finish all the wsq’s. For my luck, this one was an easy task!!! Here’s the code: https://github.com/anagloriaac/WSQ/blob/master/WSQ12%20-%20Greatest%20Common%20Divisor

Number 3

We now know about Image Magick++ and how to use it. However, we’re still stuck. Fer and I thought we installed the library, but when we tried to run the example, we couldn’t. After struggling all week with Windows and Mac, we decided to give up and try with Ubuntu because that’s the only choice. Keep […]

QUIZ 11

This is Quiz #11. It was complicated.
Here are the codes:
https://github.com/anagloriaac/QUIZ-11/tree/master

Final Project (4)

I think Fer and I are getting sowhere (or not). We still have lots of errors and not succes. Our plan is to debug them today, so please wish us luck!!! Here’s the code: https://github.com/kenwbauer/TC101F15_Team07

FINAL PROJECT 2

Welcome to our second advance of the final project, what we did was to look for some information in order to know how to use Image Magick! Here are the links we read: http://www.imagemagick.org/Magick++/ http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf http://www.imagemagick.org/api/Image.php http://www.imagemagick.org/script/command-line-options.php#resize http://php.net/manual/es/book.imagick.php After we did this, we started with our code, which can be seen here (We’re still working […]

BONUS QUIZ: ECOA

Dear Ken:
This blog post is just to let you know that I already did the ECOA.

Final Project 1

For this final project, I teamed up with Fernanda Flores because I love her (here’s the link of her blog: https://mferprogr.wordpress.com/) Our first step was to download Magick++ from this website: http://www.imagemagick.org/script/binary-releases.php#windows). In my case, I did it for Windows, but she has a Mac, so we’ll be working in two different operating systems. And our next […]

WSQ11 – Yo Soy 196

(The credit of the image goes to https://flic.kr/p/oQTj54) It was really hard. I don’t want to describe it.  However, if you first watch Ken’s video about Big Integer and then look for help on the Internet, you would be able to do it! Before trying to do the code, please watch the next video: https://www.youtube.com/watch?v=PHZYtOhFAZs  (Thanks […]

MASTERY 26: Creation and use of matrixes in C++

Matrixes are very similar to arrays and vectors.  A matrix can be considered a two-dimensional vector. They’re actually vectors of rows. And here’s a Power Point where I show you how to use them. Have fun. MASTERY 26

MASTERY 26: Creation and use of matrixes in C++

(Credit of the image goes to https://flic.kr/p/5tH1Ch) Matrixes are very similar to arrays and vectors.  A matrix can be considered a two-dimensional vector. They’re actually vectors of rows. And here’s a Power Point where I show you how to use them. Have fun. MASTERY 26

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