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

Author Archives: luisduartepalacios

#WSQ16 – HOMEWORK – A01631728

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!! πŸ™‚ GitHub code: https://github.com/luisduartepalacios/WSQ16/blob/master/WSQ16.cpp

#Masteries – Masterie 28 – A01631728

Reading and writing of files in C++ 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 […]

#Masteries – #TC1017 – A01631728

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

#Bonus #Video

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:

#WSQ17 – HOMEWORK – A01631728

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!!!

#FinalProject – #TC1017

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 […]

#Project – #TC101 -Advance

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 […]

#WSQ15 – HOMEWORK – A01631728

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 […]

#WSQ14 – HOMEWORK – A01631728

Here is the WSQ, i didn’t undertand very well what you want us to do, hope it’s correct πŸ™ GitHub code:  https://github.com/luisduartepalacios/WSQ14/blob/master/WSQ14.cpp

#Quiz11 – #TC101 – A01631728

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  

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