V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
tangzx
V2EX  ›  程序员

GITHUB上有趣的仓库

  •  
  •   tangzx ·
    layerssss · 2012-11-29 09:50:40 +08:00 · 6094 次点击
    这是一个创建于 4164 天前的主题,其中的信息可能已经有所发展或是发生改变。
    通畅GITHUB是的仓库是用来放程序代码的,但是并不是所有的github仓库里都是程序代码

    俺想收集些Github上有趣的仓库,当然,不一定要像以下这两个仓库那么有趣:


    Manu Sporny's genetic information
    https://github.com/msporny/dna
    Noriko Higashi's boyfriend require
    https://github.com/norinori2222/boyfriend_require/blob/master/README-en.md

    ~~,还比如说有用github写书,用github做原型设计,用github做美剧字幕之类的,求大家来挖掘
    18 条回复    1970-01-01 08:00:00 +08:00
    est
        1
    est  
       2012-11-29 10:05:08 +08:00   ❤️ 1
    github == 带高级特性的免费网盘。
    yangg
        2
    yangg  
       2012-11-29 10:07:37 +08:00   ❤️ 1
    不知道这个算不算?
    A silly & effective MD5 cracker in Ruby
    https://github.com/juuso/BozoCrack
    csx163
        3
    csx163  
       2012-11-29 10:19:13 +08:00   ❤️ 1
    https://github.com/scanlime

    智能跳蛋项目
    binux
        4
    binux  
       2012-11-29 10:26:56 +08:00   ❤️ 2
    LZ的意思是git仓库本身有趣,而不是host的项目有趣吧。
    比如这个:https://github.com/Gawen/life
    tangzx
        5
    tangzx  
    OP
       2012-11-29 18:48:17 +08:00
    @yangg 感谢提供,不过……不算太有趣吧,哈哈
    tangzx
        6
    tangzx  
    OP
       2012-11-29 18:49:20 +08:00
    @csx163 蛤蛤蛤蛤,这个够邪恶
    tangzx
        7
    tangzx  
    OP
       2012-11-29 18:50:49 +08:00
    @binux 知己啊~~~~ (泪奔ing),这个很有趣,拿github做简历~ +1
    thedevil7
        8
    thedevil7  
       2012-11-29 21:10:48 +08:00   ❤️ 2
    用 git 管理游戏存档(特别是某些即时存档而又不提供保存进度的游戏), 用 github 同步算么? :P
    tangzx
        9
    tangzx  
    OP
       2012-11-30 09:24:14 +08:00
    @thedevil7 算啊,求一个链接~~
    thedevil7
        10
    thedevil7  
       2012-11-30 09:33:16 +08:00   ❤️ 1
    @tangzx
    https://github.com/thedevil7/MyBraveNewWorld 这是我玩 minecraft 的存档. :P
    最开始没多想, 只是觉得用 git 来保存进度很方便. 后来就发现问题了, 每次那些二进制文件都是整体保存的, 所以这个 repo 应该特别大(1G+)....
    tangzx
        11
    tangzx  
    OP
       2012-11-30 09:45:24 +08:00
    哈哈,还好git是增量提交的,谢谢提供~~~
    @thedevil7
    thedevil7
        12
    thedevil7  
       2012-11-30 10:07:27 +08:00
    @tangzx 我没有研究过是否真的是增量提交, 但是从大小上看起来似乎不是的, 因为整个文件夹(不包含 .git) 最多 50M, 但是 .git 本身却有 1G, 所以我怀疑 git 没有对二进制文件进行 diff 而是直接 copy的. 因为缺乏相关的知识, 所以不知道如何是好..
    fwee
        13
    fwee  
       2012-11-30 10:31:43 +08:00
    @yangg 这个niubility了
    GreatHan
        14
    GreatHan  
       2012-11-30 10:50:19 +08:00   ❤️ 1
    德国的法律也上github上了
    tangzx
        15
    tangzx  
    OP
       2012-11-30 12:00:11 +08:00
    @GreatHan 感谢提供~~,这个是真的放上去了而且还公开表示可以发PullRequest,

    附上链接:https://github.com/bundestag/gesetze#german-federal-laws-and-regulations
    alsotang
        16
    alsotang  
       2012-11-30 13:44:28 +08:00
    @thedevil7 git 不是增量的。而且不止是对于二进制的文件,即使是对于文本的文件,git 也不增量,只是单纯拍拍快照记录一下所以。所以用 git checkout 以前的代码特别快。
    thedevil7
        17
    thedevil7  
       2012-11-30 13:51:50 +08:00
    @alsotang 原来是这样啊, 谢谢你的指点. 看来如果想要缩减容量的话, 我有必要换一个 VCS 了.
    alsotang
        18
    alsotang  
       2012-11-30 15:14:41 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5357 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 05:54 · PVG 13:54 · LAX 22:54 · JFK 01:54
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.