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

Author Archives: Octavio Rojas

WSQ 17

So, it´s the last one… The purpose of this post I to tell you, my dear reader, my experience with Scilab. In a few words; Scilab is a geat tool, I read the manual and performed almost all the examples. One of the things that surprised me was the 3D Plot tool. More over, it’s […]

WSQ 14

Hello everybody, this time I found the instructions confusing, I mean, I tried my best interpreting the instructions and I came up with this: https://github.com/OctavioIRG/TC1017/blob/master/WSQ-s/eu.cpp I hope its rigth, I coulnd’t make it print only once the number But it does give you the wirte decimals up to 15 digits after the decimal point. I […]

WSQ 15

Take a look to my last weeks calendar. Yeah… so, many things to do and lack of organization. The worst combination ever. I haven’t finished my final project and I allmost give up with it last week. The only thing I am doing well is the WSQ work. In the last picture you can see […]

Extra Banana.

So my final project is a little bit stuck and I need as much extra points and extra luck to get a good final grade. Anyway, here is an image that proofs that I finished my ECOAS, I mean… ECOS. This innovation thing never stops, does it? I made some serious comments and I hope […]

WSQ 12

We’re approaching to the end of the course!! And I am finishing up my WSQ tasks. In this post I’m presenting you, my dear reader, the GDCC3000. The GDCC3000 is a code I wrote to calculate the greatest common divisor of two number. I used Euclid’s algorithm. This guy was smart because by using his […]

WSQ 12

We’re approaching to the end of the course!! And I am finishing up my WSQ tasks. In this post I’m presenting you, my dear reader, the GDCC3000. The GDCC3000 is a code I wrote to calculate the greatest common divisor of two number. I used Euclid’s algorithm. This guy was smart because by using his […]

New SUPER Image Processor!

IN PROGRESS… So this is the first of a series of post in which we (Miguel and I) will be explaining the process of developing an image processor from zero. In this post I want to explain our first approach to a library called Image Magick++. We look at this video from a guy who […]

Mastery23

Vectors and stuff. Here is the usual definition of vectors, provided by our friends of Cplusplus.com: “Vectors are sequence containers representing arrays that can change in size. Just like arrays, vectors use contiguous storage locations for their elements, which means that their elements can also be accessed using offsets on regular pointers to its elements, […]

Mastery 19 & Mastery 20

Hello everybody, this post is to explain the basic use of while loops and for loops. While is a loop that will be performed if the conditions inside its definition is true. Yes, you are right… again boolean value. If the condition inside the while returns the value true then the code under the while […]

Mastery 15 & Mastery 16

This post is for mastery points 15 and 16: So this time it is about conditional if and using else with a conditional As you may know, an if statement is a fairly simple conditional, yet you can do very interesting things with it. It’s different from a for cycle because with the if condition […]

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