V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
wenzhen
V2EX  ›  程序员

2018 , 你们的首次 commit 是什么?

  •  1
     
  •   wenzhen · Jan 1, 2018 · 5344 views
    This topic created in 3049 days ago, the information mentioned may be changed or developed.

    我:

    修复了一个陈年老 bug

    f20217a xx@xx on 2018/1/1 at 17:04

    In 3 branches: HEAD, master, origin/master

    32 replies    2018-01-02 10:46:08 +08:00
    mason961125
        2
    mason961125  
       Jan 1, 2018
    not yet
    CloudnuY
        4
    CloudnuY  
       Jan 1, 2018
    commit 266f324184a338cb22e04f88197b2b8265580454 (HEAD -> develop, origin/develop)
    Date: Mon Jan 1 17:33:14 2018 +0800

    Happy New Year <U+1F389>


    马上提了个 commit
    deepkolos
        5
    deepkolos  
       Jan 1, 2018
    xiaolanglang
        6
    xiaolanglang  
       Jan 1, 2018
    fix typo …………
    n0vad3v
        8
    n0vad3v  
       Jan 1, 2018
    Put JS in a individual file
    1 parent 544bc46 commit 3d657b833dfb12320fbc0df1b87747008e87a0a6
    8 changed files with 19 additions and 71 deletions.

    把 Piwik 统计脚本放到了一个单独 js 文件中 2333
    jasontse
        9
    jasontse  
       Jan 1, 2018 via iPad
    nothing
    bravecoder
        10
    bravecoder  
       Jan 1, 2018
    昨晚 12 点任然在写代码……
    EagleB
        11
    EagleB  
       Jan 1, 2018
    Date: Mon Jan 1 11:59:06 2018 +0800

    add clear history
    Procumbens
        13
    Procumbens  
       Jan 1, 2018
    更新了个人博客的 2018 第一篇日志 0.0
    prasanta
        14
    prasanta  
       Jan 1, 2018
    Initail commit.
    fwee
        16
    fwee  
       Jan 1, 2018
    Zzde
        17
    Zzde  
       Jan 1, 2018   ❤️ 1
    ![Goodby 2017 fuck 2018]( )
    southwolf
        19
    southwolf  
       Jan 1, 2018
    voidcomma
        20
    voidcomma  
       Jan 1, 2018 via iPhone
    这几天我提交了那些格子都不点亮,只有我这样吗,还是 GitHub 的人都放假了。
    hlwjia
        21
    hlwjia  
    PRO
       Jan 1, 2018
    竟然是 init

    想想还挺应景
    CatCode
        22
    CatCode  
       Jan 1, 2018
    commit e4127441
    Author: <@>
    Date: Mon Jan 1 10:36:28 2018 +0800

    finished statusupdate page
    YellowLittleDog
        23
    YellowLittleDog  
       Jan 1, 2018 via Android
    not yet
    taijia
        24
    taijia  
       Jan 1, 2018
    // 玩客猴捡漏
    // 配合 resource override 插件
    var outerInterver;
    var call = function (confirmTime) {
    if ($('.panel .item').length) {
    $('div.option').click()
    setTimeout(function () {
    $('a')[4].click()
    var checkMonkyExist = setInterval(function () {
    if ($('.panel .item').length) {
    clearInterval(checkMonkyExist);
    console.info('`````start`````' + new Date())
    var price0 = $($('.panel .item')[0]).find('.price span').html();
    var price1 = $($('.panel .item')[1]).find('.price span').html();
    var price2 = $($('.panel .item')[2]).find('.price span').html();
    console.info(price0, price1, price2)
    console.info(parseFloat(price0) / (( parseFloat(price1) + parseFloat(price2)) / 2));

    if (parseFloat(price0) / (( parseFloat(price1) + parseFloat(price2)) / 2) < 0.9) {
    // if (1) {
    $($('.panel .item')[0]).click()
    var checkConfirm = setInterval(function () {
    if ($('.weui-btn').length) {
    clearInterval(checkConfirm);
    clearInterval(outerInterver);
    $('.weui-btn_default').click()
    document.title = '找到了'
    // setInterval(function () {
    // $('.weui-btn_default').click()
    // }, confirmTime)
    }
    }, 2)
    }
    }
    }, 2);
    }, 100)
    }
    }

    function run(roundTime, confirmTime) {
    call(confirmTime)
    outerInterver = setInterval(function () {
    call(confirmTime)
    }, roundTime)
    }

    run(5000, 500)
    wwqgtxx
        25
    wwqgtxx  
       Jan 1, 2018 via iPhone
    l30n
        27
    l30n  
       Jan 1, 2018
    commit fbd4d809a357d921da7140f042df242265bb7393
    Author: dddddd <[email protected]>
    Date: Mon Jan 1 15:11:06 2018 +0800

    Greedy local search
    (END)
    linux40
        28
    linux40  
       Jan 1, 2018
    seki
        30
    seki  
       Jan 1, 2018
    修了一个倒计时在跨年时遇到的问题,感觉之前是被 moment 降低了智商

    https://github.com/poooi/poi/commit/26872814cb67a34c4d669db32359e89519c13c45
    chai2010
        31
    chai2010  
       Jan 1, 2018
    commit 51abd6f0c856eb8a075039db0b9b1691be9d4fc6
    Author: chai2010 <[email protected]>
    Date: Mon Jan 1 00:00:01 2018 +0800

    2018-01-01 00:00:01 《 Go 语言高级编程》正式开源

    https://github.com/chai2010/advanced-go-programming-book/commit/51abd6f0c856eb8a075039db0b9b1691be9d4fc6
    ThinkCat
        32
    ThinkCat  
       Jan 2, 2018
    Merge branch 'develop' into feature/xxx

    # Conflicts:
    # site/src/main/java/com/xxxx.java
    # site/src/main/java/com/yyyy.java
    Commit:
    b95ba2bb723adec292e995999b8497cbc08db2f4 [b95ba2b]
    Parents:
    11cf89453e, 3f00062621
    Author:
    TC <[email protected]>
    Date:
    2018 年 1 月 2 日 GMT+8 上午 9:54:24
    Labels:
    origin/feature/xxx feature/xxx
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1264 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 275ms · UTC 17:35 · PVG 01:35 · LAX 10:35 · JFK 13:35
    ♥ Do have faith in what you're doing.