-
Recent Posts
Recent Comments
Archives
- September 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- June 2020
- February 2019
- April 2018
- October 2017
- June 2017
- May 2017
- March 2015
- October 2012
- January 2011
- December 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- October 2005
- August 2005
- July 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
Categories
Meta
Tag Archives: 100DaysOfLearning
100DaysOfCode: Day 91
Day 91’s project is “color hunter”. Basically, the webpage should do this: you upload/select an image, and it does the “top 10 colors” showing in that image. My idea is to split the project to two parts: load (and display) … Continue reading
行百里者,半九十
這個100天的coding,我終於進行了九十天了。但是所謂,行百里者半九十,我也真的感受到了。 現在進行到第91天。Instruction已經越來越少,要求的東西也超出教過的越來越多。現在變成要把一個project分成好幾個小部分,每個小部分都要一直google。已經越來越難了。 我一方面有點懶散了,但是這真不是藉口。他要求某些東西我就不知道要怎麼做,還真的要好好的google一番了。 加油,千萬不要停在這裡啊!
100DaysOfCode: Day 90
Day 90’s project is “PDF to Audiobook”. The usage for this extensive, with this, a lot can be done. The instruction for this is to simply convert PDF to audiobook, there are multiple packages that can be used for this: … Continue reading
100DaysOfCode: Day 89
Day 89 is writing the “most dangerous writing” app, where you have to keep typing or the stuff will be gone. The demo was in web format, so I was thinking how I can achieve this, since there are actions, … Continue reading
100DaysOfCode: Day 88
Day 88, the project is a todolist website. I find today’s project easier than what we did from yesterday, since day 87 has more actions, but day 88 has way less options, the only thing we needed to do are … Continue reading
100DaysOfCode: Day 87
Day 87, this has been split into multiple days, one reason is I am really busy in the past X days, the other one is, as I previously said, I am not that into web development. But anyways, here it … Continue reading
100DaysOfCode: Day 86
Day 86, again, split that into 2 days. The project is not all that hard once you think it through. The break out game can be achieved by combining the ideas from day 22, the pong game and day 23, … Continue reading
100DaysOfCode: Day 85
Again, day 85 project is split into 2 days, (2/20 and 2/21). The same thing happened again, because I am not super familiar with tkinter, I have to review a few of the old projects (day 28 pomodoro and day … Continue reading
100DaysOfCode: Day 83
Day 83 is a Tic Tac Toe game. For this one, I have some ideas in mind right from the beginning, but as I progress, I improved some design a bit (like adding Player class to handle the player object). … Continue reading
100DaysOfCode: Day 82
Day 82 is a “personal profolio webpage” day. If I were to start all over again, I might take web development, but I like the scripting part for python, not much else, so I just did a very simple mock … Continue reading