Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
Juan Pablo Santana’s Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Tue, 05 May 2015 22:48:09 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Final Project’s Final Post https://kenscourses.com/tc101winter2015/2015/final-projects-final-post/ Tue, 05 May 2015 22:48:09 +0000 https://juanpsantana.withknown.com/2015/final-projects-final-post

Hello, World!

This is my final post about the 1017 Final Project: A Sudoku game.

At the beginnig, I was very nervous about it, because I thought it would be very difficult. But, while we were working on it, I realize it wasn't that hard and from this point, it just go easy.

One of the things I liked most, is working with Aurora, because she is a close friend and I know this is not her strong area, but even though that, she did her best to carry out the project. I'm proud of being her partner.

About the poject itself, I enjoy making it. It felt pleased to realize that I can do a programm to solve almost every problem or activity that I find in my life, from simple logic games to machines working programms. Also, after taking this class, I enjoy every time I think how work a machine or a software and I can answer that whit a code in C++. It's very satisfying.

In conclussion, this project was very exciting and I enjoy a lot making it. 

Here is the code to the final version of the the programm. Enjoy it:

https://github.com/kenwbauer/AuroraJuanPablo/blob/master/sudoku.cpp

Continue reading ]]>

Hello, World!

This is my final post about the 1017 Final Project: A Sudoku game.

At the beginnig, I was very nervous about it, because I thought it would be very difficult. But, while we were working on it, I realize it wasn’t that hard and from this point, it just go easy.

One of the things I liked most, is working with Aurora, because she is a close friend and I know this is not her strong area, but even though that, she did her best to carry out the project. I’m proud of being her partner.

About the poject itself, I enjoy making it. It felt pleased to realize that I can do a programm to solve almost every problem or activity that I find in my life, from simple logic games to machines working programms. Also, after taking this class, I enjoy every time I think how work a machine or a software and I can answer that whit a code in C++. It’s very satisfying.

In conclussion, this project was very exciting and I enjoy a lot making it. 

Here is the code to the final version of the the programm. Enjoy it:

https://github.com/kenwbauer/AuroraJuanPablo/blob/master/sudoku.cpp

]]>
https://creativecommons.org/licenses/by/4.0/
BONUS – My experience at a Flippclass https://kenscourses.com/tc101winter2015/2015/bonus-my-experience-at-a-flippclass/ Tue, 05 May 2015 22:18:35 +0000 https://juanpsantana.withknown.com/2015/bonus---my-experience-at-a-flippclass Continue reading ]]>

1017

Hey everybody! This post is a little bit different than others. In this video I talk about my experience in a Flipp Class and some suggestions to be succesful whit this new method af learning. I enjoyed this class a lot, even if at the beginning I didn’t like this type of “teaching”.

Anyways, I very happy with my experience and I hope to find another classes like this one!

https://www.dropbox.com/s/ugfu8iir5lambfh/Flipp%20video.mp4?dl=0

]]>
https://creativecommons.org/licenses/by/4.0/
M25 – Creation and use of strings in C++ https://kenscourses.com/tc101winter2015/2015/m25-creation-and-use-of-strings-in-c/ Tue, 05 May 2015 21:58:54 +0000 https://juanpsantana.withknown.com/2015/m25---creation-and-use-of-strings-in-c

25

Hello.

In this post I just show that I know how to use strings. 

(It's my last mastery point , so I'm really excited)

I learn all abpout vectos in these links, so I hope it can help you to:

http://www.lynda.com/C-tutorials/Vectors/182674/366625-4.html

http://en.cppreference.com/w/cpp/string/basic_string

You can see my full code here:

https://github.com/juanpsantana/WSQs/blob/master/Quiz%2011%20q2.cpp

 

Continue reading ]]>

25

Hello.

In this post I just show that I know how to use strings. 

(It’s my last mastery point , so I’m really excited)

I learn all abpout vectos in these links, so I hope it can help you to:

http://www.lynda.com/C-tutorials/Vectors/182674/366625-4.html

http://en.cppreference.com/w/cpp/string/basic_string

You can see my full code here:

https://github.com/juanpsantana/WSQs/blob/master/Quiz%2011%20q2.cpp

 

]]>
https://creativecommons.org/licenses/by/4.0/
M24 – Creation and use of arrays in C++ https://kenscourses.com/tc101winter2015/2015/m24-creation-and-use-of-arrays-in-c/ Tue, 05 May 2015 21:38:57 +0000 https://juanpsantana.withknown.com/2015/m24---creation-and-use-of-arrays-in-c Continue reading ]]>

24

Hey everybody! In this Mastery post I just show that I know how to create and use arrays.

You can see the full code here:

https://github.com/juanpsantana/WSQs/blob/master/WSQ10.cpp

]]>
https://creativecommons.org/licenses/by/4.0/
M18 – Nesting of conditional statements https://kenscourses.com/tc101winter2015/2015/m18-nesting-of-conditional-statements/ Tue, 05 May 2015 21:29:59 +0000 https://juanpsantana.withknown.com/2015/m18---nesting-of-conditional-statements Continue reading ]]>

18

Hey everybody! In this video I talk about how to nest different conditionals to acomplish a process or validate some answers. I hope you enjoy it!

https://www.dropbox.com/s/0dawgtka55f54pi/M18%20-%20Nesting.mp4?dl=0

]]>
https://creativecommons.org/licenses/by/4.0/
M13 – Importing and using C++ libraries https://kenscourses.com/tc101winter2015/2015/m13-importing-and-using-c-libraries/ Tue, 05 May 2015 20:38:06 +0000 https://juanpsantana.withknown.com/2015/m13---importing-and-using-c-libraries

13

1017

Hey everybody! In this post I will talk about importing local and generic libraries to your code, supporting me on my 11 and 11 .

I hope you enjoy it!

https://www.dropbox.com/s/ei5mozvct86431t/M13%20-%20Libraries.mp4?dl=0

Continue reading ]]>

13

1017

Hey everybody! In this post I will talk about importing local and generic libraries to your code, supporting me on my 11 and 11 .

I hope you enjoy it!

https://www.dropbox.com/s/ei5mozvct86431t/M13%20-%20Libraries.mp4?dl=0

]]>
https://creativecommons.org/licenses/by/4.0/
M27 – Validated user input in C++ https://kenscourses.com/tc101winter2015/2015/m27-validated-user-input-in-c/ Fri, 01 May 2015 00:10:39 +0000 https://juanpsantana.withknown.com/2015/m27---validated-user-input-in-c Continue reading ]]>

Hey everybody!

In this time I will show you how to validate user input and why you should do it in your codes. I hope you enjoy it!

https://www.dropbox.com/s/8yhuguda0ljpek4/M27%20Validation.mp4?dl=0

]]>
https://creativecommons.org/licenses/by/4.0/
M08 – C++ Coding Conventios https://kenscourses.com/tc101winter2015/2015/m08-c-coding-conventios/ Thu, 30 Apr 2015 23:58:24 +0000 https://juanpsantana.withknown.com/2015/m08---c-coding-conventios Continue reading ]]>

Hey everybody!

In this post, we will talk about coding conventions: a bunch of (breakable) rules to write the best code you can write.

I found this page, with some of them and I found it very interesting. I hope you enjoy both!

http://geosoft.no/development/cppstyle.html

https://www.dropbox.com/s/4xnytr2qnxzhtzu/M08%20-%20Coding%20Conventions.mp4?dl=0

]]>
https://creativecommons.org/licenses/by/4.0/
M19 – Use of loops with “while” || M20 – Use of loops with “for” https://kenscourses.com/tc101winter2015/2015/m19-use-of-loops-with-while-m20-use-of-loops-with-for/ Wed, 29 Apr 2015 23:04:25 +0000 https://juanpsantana.withknown.com/2015/m19---use-of-loops-with-while-m20---use Continue reading ]]>

Hey everybody! In this video I uploaded two similar masteries: Loops while and for.

I hope you enjoy it!

https://www.dropbox.com/s/z1586bhbyb72sgs/M19-M20%20Loops.mp4?dl=0

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ17 — SciLab https://kenscourses.com/tc101winter2015/2015/wsq17-scilab/ Wed, 29 Apr 2015 02:51:37 +0000 https://juanpsantana.withknown.com/2015/wsq17----scilab Continue reading ]]>

Hey everybody! 

This is the last WSQ post of this course. Tonight I will talk about SciLab: a mathemathical enviroment created to make calculations, programs, functions an plots. 

It’s very entretaining, and I spent a lot of time playing around whit functions, plots and vector’s math.

I highly recommend it because it’s very simple to use it and work with our problems, and you can do a lot of things that you could find usefull.

Here is the link to download the programm:

https://www.scilab.org

And the link to read the tutorial (it’s a 33 pages PDF, but you can read it quickly):

http://www.scilab.org/content/download/849/7901/file/Scilab_beginners.pdf

Enjoy it and good luck in your exams!

]]>
https://creativecommons.org/licenses/by/4.0/