-
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
Monthly Archives: March 2021
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