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

Author Archives: eduardomacielm

#WSQ12 GCD

This task was quite easy, it was possible to do only reading about Euclid’s algorithm. Even in wikipedia. It was just taking both numbers and getting its module, then dividing the second number and the module, until the module was 0…. Continue Reading →

Final project (Last week before DL)

I’ve been working trying to convert the image to a BLOB and then the BLOB to a vector, as read somewhere, but I haven’t found out how, I also read that there’s a function that gives you the size in… Continue Reading →

#Quiz11

Here’s my github directory with the answers for #Quiz11: Quiz11

Final project

So, this week what I did was to correctly call the library and compilate and run a example program. I’ve been looking for that one function which takes the picture and converts it to a matrix, so then I can… Continue Reading →

ECOS

Hey dudes, remember to finish your ECOS, specialy for Ken.

Final project

Hello, If you’re reading this, we haven’t done anything yet. Here’s our code: As I told you, there’s nothing here We´re still trying to install Magick++, therefore, we’ll write the code to process any image and edit it.

Masteries 23 y 24: creation and use of vectors and arrays

Hey there! Here is my video for #Mastery23 and #Mastery24:

Masteries 19 & 20: loops with while and for

Hi again there! Here is my video for #Mastery19 & #Mastery20:

Masteries 15 & 16: if & else conditionals

Hey there! Here is my video tutorial (in Spanish) for Masteries 15 & 16:

#Mastery10

Hi again everybody! Here is my video tutorial for #Mastery10 for basic input and output with text:

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