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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
luisduartepalacios’s Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 03:26:13 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ #WSQ16 – HOMEWORK – A01631728 https://kenscourses.com/tc101fall2015/2015/wsq16-homework-a01631728/ Thu, 26 Nov 2015 03:26:13 +0000 http://luisduarteitesm.wordpress.com/?p=142 ]]> Here’s the last one, I’m free!!!

I didn’t understand the column part but a friend from ISS help me, thank you Cesar!! 🙂

WSQ16.png

GitHub code:

https://github.com/luisduartepalacios/WSQ16/blob/master/WSQ16.cpp

]]>
https://creativecommons.org/licenses/by/4.0/
#Masteries – Masterie 28 – A01631728 https://kenscourses.com/tc101fall2015/2015/masteries-masterie-28-a01631728/ Thu, 26 Nov 2015 03:03:46 +0000 http://luisduarteitesm.wordpress.com/?p=129 ]]> Reading and writing of files in C++

Masterie 28

For writting files you first need to open it, for that you need a library that’s call “fstream”, that helps to read and write on files. As the example shows, you need to use the function open and put the name of the file with the respective type of file that is (ex. .txt, .jpeg, etc).

And if you want to write on the text you do need to put the name of the file and then put and output and with “” write whatever you want to write.

1111

 

]]>
https://creativecommons.org/licenses/by/4.0/
#Masteries – #TC1017 – A01631728 https://kenscourses.com/tc101fall2015/2015/masteries-tc1017-a01631728/ Thu, 26 Nov 2015 02:51:03 +0000 http://luisduarteitesm.wordpress.com/?p=123 ]]> Here are  the final masteries, finally!!!!! IM DONEEE

Masterie 8 and 21: https://www.youtube.com/watch?v=5N4_ylfjvBI&feature=youtu.be&hd=1

Masterie 2 and 9: https://www.youtube.com/watch?v=ywiEexzfTAc&feature=youtu.be&hd=1

]]>
https://creativecommons.org/licenses/by/4.0/
#Bonus #Video https://kenscourses.com/tc101fall2015/2015/bonus-video-3/ Thu, 26 Nov 2015 00:55:42 +0000 http://luisduarteitesm.wordpress.com/?p=118 ]]> I did a short video to give some advices and what is to be on a flipped learnig class, thanks ken!!

You can use it wherever you want, you have my permission.

YouTube video:

]]>
https://creativecommons.org/licenses/by/4.0/
#WSQ17 – HOMEWORK – A01631728 https://kenscourses.com/tc101fall2015/2015/wsq17-homework-a01631728/ Wed, 25 Nov 2015 03:27:12 +0000 http://luisduarteitesm.wordpress.com/?p=112 ]]> So this new program is cool, I mean its a bit strange but it’s cool for learning programming, but I prefer the way ken teachs hahaha

Finally the last, thank god!!!

WSQ17

]]>
https://creativecommons.org/licenses/by/4.0/
#FinalProject – #TC1017 https://kenscourses.com/tc101fall2015/2015/finalproject-tc1017/ Wed, 25 Nov 2015 03:13:36 +0000 http://luisduarteitesm.wordpress.com/?p=95 ]]> So we finally got the project complete!!!

After looking a lot of videos in YouTube and searching so hard on internet we found the way to convert the image into a scale so it could be smallest.

After doing the “hard part” we search on internet how to convert an image into gray. All this functions were made with arrays, rows and columns and it is hard to understand it all but if you look closely you will find that, first, the program count the number of pixels it has. Then, it change it the color of the pixels for the gray one. For the scale, it count the pixels and reduce it by the half by a grouping them.

The only problem was that it doesn’t work with .jpg images, only with .jpeg and we didn’t find out why 🙁

I’m exiting for doing this because I was so stressed with a lot of projects and take us a while to find the way of doing it. I need to say that I need to learn more functions and commands for improving my programing but I think I learned very well in this class, good job ken!!

Project.png

GitHub code:  https://github.com/kenwbauer/TC101F15_Team18/blob/master/ProyectoFinal.cpp

Luis Alfonso Duarte Palacios

Christian Orozco

]]>
https://creativecommons.org/licenses/by/4.0/
#Project – #TC101 -Advance https://kenscourses.com/tc101fall2015/2015/project-tc101-advance/ Mon, 23 Nov 2015 04:23:20 +0000 http://luisduarteitesm.wordpress.com/?p=90 ]]> So after a long week of trying and trying, with a lot of homework and proyects I think I finally found how to do the gray and the scale one. Actually I didn’t write the whole code but I try to understand the most about the code and add it some little changes. Here is the image of the program working and after I do some changes I will upload the code 🙂

Proyect

]]>
https://creativecommons.org/licenses/by/4.0/
#WSQ15 – HOMEWORK – A01631728 https://kenscourses.com/tc101fall2015/2015/wsq15-homework-a01631728/ Mon, 23 Nov 2015 02:41:42 +0000 http://luisduarteitesm.wordpress.com/?p=86 ]]> I think I’m a little late about this but my plan is to administrate my time so I can save the semester haha. Also this will hel me to not do this in the future.

My plans are to finish my WSQ’s, masteries and finish my project, for the last one I’m going to tell a friend to help me.

]]>
https://creativecommons.org/licenses/by/4.0/
#WSQ14 – HOMEWORK – A01631728 https://kenscourses.com/tc101fall2015/2015/wsq14-homework-a01631728/ Mon, 23 Nov 2015 02:37:58 +0000 http://luisduarteitesm.wordpress.com/?p=81 ]]> Here is the WSQ, i didn’t undertand very well what you want us to do, hope it’s correct 🙁

WSQ14.png

GitHub code:  https://github.com/luisduartepalacios/WSQ14/blob/master/WSQ14.cpp

]]>
https://creativecommons.org/licenses/by/4.0/
#Quiz11 – #TC101 – A01631728 https://kenscourses.com/tc101fall2015/2015/quiz11-tc101-a01631728/ Sun, 22 Nov 2015 05:42:03 +0000 http://luisduarteitesm.wordpress.com/?p=74 ]]> It was a short time to do it, also there was a lot of projects and homeworks to do that I try to search it on internet and try to undertand it, this was a hard one.

GitHub code: https://github.com/luisduartepalacios/Quiz11

 

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