My Github


成就达成!

自从加入 Code Marathon / 编程马拉松 / プログラミングマラソン 坚持至今,虽然中间 Github 抽风让我断了几天只好从新再来。
不过,100 天总算达成了~
Cheers~


来几篇文章激励一下

引用下 Write Code Every Day 的一段话:

I decided to set a couple rules for myself:

  1. I must write code every day. I can write docs, or blog posts, or other things but it must be in addition to the code that I write.
  2. It must be useful code. No tweaking indentation, no code re-formatting, and if at all possible no refactoring. (All these things are permitted, but not as the exclusive work of the day.)
  3. All code must be written before midnight.
  4. The code must be Open Source and up on Github.

我很同意他的说法,Contributions 要有意义,不能只是调整个缩进,加些没用的话什么的。不然就没意思了,又不是贴吧签到。


我这 100 天都干了什么

和 robertkowalski 比起来我的 Github 实在没什么内容,到下笔时也没有加入任何 organizations,没哪个 repo 有超过一位数的 star。(泪目)
不过我仍坚持不懈地 commit,因为我的 Github 又不是拿来 show 的,而是用来 share 的。
Coding 已经成为我的爱好了,(很快就会变成我的工作了),不过开源才是王道。

我的 Github 现在主要就几个 Repositories:

  • illuz.github.io
    也就是这个博客。
  • leetcode
    用多种语言写的 Leetcode 的题解,也是近期 commit 最多的 Repo 之一。不过已经快将所有题目做完了,要开始收尾了。
  • WayToACM
    我的第一个 Repo,用来管理在 ACM 时期写的题解,不过开 Repo 时我的很多代码都保存在 CSDN 的博客上,没有保存本地,以前的代码太乱太糟,没有兴趣去爬下来。
    这个 Repo 已经不太经常 commit 了,偶尔做几题才会 commit 一下。
  • Solutions-For-Show-Me-the-Code
    Python 的练习项目 Show Me the Code 的题解,很不好意思的是 Python 功力还不够,只能一边没一边做。
  • SmallRPG
    大学课程『游戏程序设计』做的小游戏,基于一个非常简单的 Win32 GDI 写的游戏引擎。
    这个 Repo 就 commit 了一次,不多说了。
  • Learning
    学习时产生的一些文件和我的 vim/bash 配置文件什么的,没多少内容。
  • PyTricks
    这几天看到的一个小项目,挺有趣的,就 fork 下来,贡献了几发。

我学到了什么

才 100 天,根本还不能真正学到什么。

硬要说的话,就是:
Coding is funny!

所以我会坚持下去的!
目标 365 Days!


END


X