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

Tag Archives: MASTERY4

Mastery3 & Mastery4

Those are the masteries about
 

Create accounts: Blog, Twitter, GitHub
Submit work via Blog RSS and GitHub

 
You can find my video here:

#Mastery4

Submitting work via Github is very easy, you just need your GitHub account (obviously) and then you will create a repository where you write your code and then submit it. Give a name to your repository, add a description if you want to, select if you want it to be private or public, and initialized […]

Mastery 3 y 4

Submit work via Blog RSS and GitHub

Here is the Mastery4 and here is the video on youtube https://www.youtube.com/watch?v=OrvWTpohZmw

Mastery 3 and 4

Create accounts: Blog, Twitter, GitHub
Submit work via Blog RSS and GitHub

Here is the link to my video:

Masteries 3 & 4

Create accounts: Blog, Twitter, GitHub
Submit work via Blog RSS and GitHub
 

Masteries 3 & 4

Create accounts: Blog, Twitter, GitHub
Submit work via Blog RSS and GitHub

Masteries 3 & 4

Create accounts: Blog, Twitter, GitHub
Submit work via Blog RSS and GitHub

Basic Types and their use in C++

The types are defined as a set of values in C++. They can have different proposes in a program, and that is why they are classified in this order: Character types: They can represent a single character, such as ‘A’… Continue Reading →

Submit work via GitHub.

As you might have noticed in my past post, sometimes I like posting my Codes of the tutorials that I made in a GitHub account. But you can tell me, what’s the special thing with GitHub? Well, imagine that it… Continue Reading →

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