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

Author Archives: dianagdv

Cars

This is my code for the WSQ16
https://github.com/dianagdv/TC101/blob/master/WSQ16

Quiz 11

Here is the first program of the quiz
https://github.com/dianagdv/TC101/blob/master/Quiz11_1
and this is the second one
https://github.com/dianagdv/TC101/blob/master/Quiz11_2

Final dash

Well for this task we were asked to upload a schedule for finishing the activities of the course, and my schedule is to finish the WSQs and the masteries between today and tomorrow, and my final project is already done.

Estimating e

Here is my code for the WSQ14
https://github.com/dianagdv/TC101/blob/master/WSQ14

Babylonian method

Here is my code for the babylonian method
https://github.com/dianagdv/TC101/blob/master/WSQ13

Greatest common divisor

Here is my code for the WSQ12
https://github.com/dianagdv/TC101/blob/master/WSQ12

Yo soy 196

Here is my code for the yo soy 196 due.
https://github.com/dianagdv/TC101/blob/master/WSQ11

Project week 2

This week we tried to test the ImageMagick library with a simple program that you can find here https://github.com/kenwbauer/TC101F15_Team22/commit/215a6c037b51a7467dc0ff2dced473dbeed6ce11 But we couldn’t make it work, we think that it is because we didn’t get correctly installed the library, so we will still working on this. This is what happens when we try to compile the […]

Final project

In this week we have installed a library called ImageMagick++, this will help us to create our project that is a program that will let you edit an image. In this page you can find the program and how to install it, it is for any operative system. http://www.imagemagick.org/Magick++/ Team 22: Diana Gutiérrez de Velazco […]

List

In this link you can see the program for the WSQ10
https://github.com/dianagdv/TC101/blob/master/WSQ10

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