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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831
{"id":14100,"date":"2015-05-06T17:44:11","date_gmt":"2015-05-06T22:44:11","guid":{"rendered":"https:\/\/juancaglez.withknown.com\/2015\/project"},"modified":"2015-05-06T17:44:11","modified_gmt":"2015-05-06T22:44:11","slug":"project-6","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/project-6\/","title":{"rendered":"#PROJECT"},"content":{"rendered":"
\n

#project<\/a> #PROJECT<\/a><\/p>\n

Finally! Here is my post for our final project which I did with Rodrigo Hern\u00e1ndez. We spent a couple of weeks tryting to figure it out, but we finally make it.<\/p>\n

About my experience doing this project i can say it wasn\u00b4t easy, and we spent a lot of time trying to figure out how we will do it. At first before start programming, we decide to think about how does it have to work or how we can do it work. After that, we think about how we can express our ideas in code.<\/p>\n

Being honest thakns to Rodrigo we made the vectors work correctly but the two of us aport ideas of how could it work. We started by doing the cout\u00b4s where you ask the user what would he like to do, like if he want to print board, print instructions, write, erase, print history or \u00a0quit.<\/p>\n

At first we just did by asking the user what row, column, and number he want to write or in what row and column want to erase and for him to put a number between 1 and 9. Also that the user couldn\u00b4t erase original numbers. Then we started with the hard stuff.<\/p>\n

Doing the code for the program to check if there was an equal number in row, column or quadrant was the hardest part. We begin by doing a fuction which check in which quadrant were you, we did a bunch un if\u00b4s which check if the number \u00a0you put were in the row 0 to 2 and column 0 to 2 and that meant it was in the first one, and we did that with all the quadrants.<\/p>\n

After we define in what quadrant you are it will check if in the column or in the row was an equal number you want to put.<\/p>\n

The tricky part was checking the quadrtant, we did a nest for loop which checked was by making a first index in column and row and a final index in row and column depending in the quadran yo were, so we made the for loop to check to the first index to the last one and then to pass to the other row and etc.<\/p>\n

After we managed with the help of Ken, we just change a couple of things to make our code easier, like checking the originals by using negative numbers and absoult numbers, then we put the \u00a0colors in the board and finally putting the history and instructions.<\/p>\n

I really enjoyed doing this project because it help me understand things i didn\u00b4t like vectors, and because of the practice.<\/p>\n

I really liked also this class and the way of Ken teaching, with flipped learning. Flipped learning teach me to the things by my own, and investigate things i don\u00b4t understand and donpt wait to have a class to understand it. It make you independent and teach you to get over the obstacles.<\/p>\n

Feel free to use our code and play with it!<\/p>\n

I\u00b4m proud to give you mi Github link for my final project:<\/p>\n

https:\/<\/wbr>\/<\/wbr>github.com\/<\/wbr>kenwbauer\/<\/wbr>RodrigoJuanCarlos\/<\/wbr>blob\/<\/wbr>master\/<\/wbr>sudokuRoJc.cpp<\/a><\/p>\n

\u00a0<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

\n

#project<\/a> #PROJECT<\/a><\/p>\n

Finally! Here is my post for our final project which I did with Rodrigo Hernández. We spent a couple of weeks tryting to figure it out, but we finally make it.<\/p>\n

About my experience doing this project i can say it wasn´t easy, and we spent a lot of time trying to figure out how we will do it. At first before start programming, we decide to think about how does it have to work or how we can do it work. After that, we think about how we can express our ideas in code.<\/p>\n

Being honest thakns to Rodrigo we made the vectors work correctly but the two of us aport ideas of how could it work. We started by doing the cout´s where you ask the user what would he like to do, like if he want to print board, print instructions, write, erase, print history or  quit.<\/p>\n

At first we just did by asking the user what row, column, and number he want to write or in what row and column want to erase and for him to put a number between 1 and 9. Also that the user couldn´t erase original numbers. Then we started with the hard stuff.<\/p>\n

Doing the code for the program to check if there was an equal number in row, column or quadrant was the hardest part. We begin by doing a fuction which check in which quadrant were you, we did a bunch un if´s which check if the number  you put were in the row 0 to 2 and column 0 to 2 and that meant it was in the first one, and we did that with all the quadrants.<\/p>\n

After we define in what quadrant you are it will check if in the column or in the row was an equal number you want to put.<\/p>\n

The tricky part was checking the quadrtant, we did a nest for loop which checked was by making a first index in column and row and a final index in row and column depending in the quadran yo were, so we made the for loop to check to the first index to the last one and then to pass to the other row and etc.<\/p>\n

After we managed with the help of Ken, we just change a couple of things to make our code easier, like checking the originals by using negative numbers and absoult numbers, then we put the  colors in the board and finally putting the history and instructions.<\/p>\n

I really enjoyed doing this project because it help me understand things i didn´t like vectors, and because of the practice.<\/p>\n

I really liked also this class and the way of Ken teaching, with flipped learning. Flipped learning teach me to the things by my own, and investigate things i don´t understand and donpt wait to have a class to understand it. It make you independent and teach you to get over the obstacles.<\/p>\n

Feel free to use our code and play with it!<\/p>\n

I´m proud to give you mi Github link for my final project:<\/p>\n

https:\/\/github.com\/kenwbauer\/RodrigoJuanCarlos\/blob\/master\/sudokuRoJc.cpp<\/a><\/p>\n

 <\/p>\n<\/div>\n

Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":87,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,26],"tags":[355],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/14100"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/users\/87"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=14100"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/14100\/revisions"}],"predecessor-version":[{"id":14101,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/14100\/revisions\/14101"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=14100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=14100"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=14100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}