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

Tag Archives: Programming

WSQ 11

Downloading the BigInteger library and making it work is the first step to make this WSQ, and I hadn’t downloaded it so this took some time… It was easy afterwards, and whenever you get stuck it is always a good idea to pay the guys at cplusplus.com a visit. It is also good to see … Continue reading WSQ 11

WSQ 17

  Well, here we are, the last WSQ. It was really only about downloading SciLab correctly and goofing around with it, which was nice. I, for one, had no problem downloading it in the first try, and even though it looks like a version of CodeBlocks that graphs functions, it seems to have a lot … Continue reading WSQ 17

Creation and use of Arrays

C++ provides a data structure, the array, which stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as… Continue Reading →

WSQ 16

Second to last WSQ… starting to feel the need for coffee now. It wasn’t so hard after doing the Quiz 11, it was only a matter of looking for the right functions to use and put the code and the text file in the same directory. Which for me means, at the home folder since … Continue reading WSQ 16

WSQ 16

The final dash! So currently there are a little over 12 hours left before everything closes down and all hell breaks lose because of the finals. As good a time as any to dedicate that time to finishing everything there is to finish. From here on out, I will be doing every mastery that’s needed … Continue reading WSQ 16

Visualization of Data with Tools

A simple and really cool tool and the one that we are going to learn to use is Scilab. What is Scilab ? Scilab is free and open source software for numerical computation providing a powerful computing environment for engineering and scientific… Continue Reading →

Scilab! The last one.

In this WSQ we had to download, install and use a new program called Scilab which is an IDE really usefull because it let you do mathematical operations really easy and also calculate graphics and write lines of code. I… Continue Reading →

Calculate e.

Hello. In this WSQ I had to calculate the e number of a value, here is the full instruction: “In this assignment you will estimate the mathematical constant e. You should create a function called calculuate_e which receives one parameter… Continue Reading →

Babylonian Method for Square root

Hello there, welcome again! In this WSQ #13 we had to write a program which do the following: “The function should receive a number and return floating point number. Obviously you should test your function, so create a main program… Continue Reading →

Try Again. WSQ06

Hi, we’re back. Well for this WSQ we need some new libraries and a accumulator in which we will be able to store the number of fails the player did obtain, and that’s all is pretty simple this time. Down below you will find the code. Have a nice week.   The Source Code   flickr […]

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