1
hq5261984 2013-04-07 11:45:28 +08:00
github.
|
2
zhigang1992 2013-04-07 12:16:59 +08:00 1
能開源的Github+Gist,
不能的Dropbox+Evernote. 別人的代碼全部扔~/Temp下,syslink到桌面。。用Alfred管理,Clone, Pull等。 自己的代碼常用直接放桌面。不常用的Dropbox |
4
hilenlai OP @zhigang1992 看似不错的方法。。Alfred 挺好,我去试试
|
5
sharkli 2013-04-07 12:54:32 +08:00
Dropbox
|
6
TankyWoo 2013-04-07 13:34:24 +08:00
github or dropbox
2L说的不错 |
7
matriz 2013-04-07 13:38:25 +08:00
没有版本管理的代码就不能算是代码,因此github是个不错的选择,如果是私有的,可以使用gitlab或者redmine这样的项目管理的工具
|
8
ipconfiger 2013-04-07 13:45:24 +08:00
小代码片段可以用gist来管理、分享
|
9
cyberscorpio 2013-04-07 14:39:51 +08:00
竟无人推荐 bitbucket ?
|
10
hilenlai OP @matriz 可以说是代码片段吧,比如常用的一些,随手拿来就用的那种,涉及到版本控制的基本都是项目吧
@ipconfiger 我去研究下,不知道搜索的时候方不方便。 @TankyWoo @sharkli dropbox碉堡!一直纠结一个gmail邮箱,然后一直没有注册。lz是纠结体 ╮(╯▽╰)╭ |
11
liuzc 2013-04-07 15:25:53 +08:00
|
13
TankyWoo 2013-04-07 15:48:59 +08:00
@hilenlai 如果是代码片段,可以考虑:
gist: https://gist.github.com/ (推荐) codepad: http://codepad.org/ pastiebin: http://pastebin.com/ pastie: http://pastie.org/ |
15
yangxin0 2013-04-07 18:00:36 +08:00
无论是阅读代码还是自己写代码全部使用github, 自己的小代码可以专门放在一个仓库中。 这样无论何时何地都可以阅读代码和提交代码。
|
17
agassi_yzh 2013-04-07 21:15:09 +08:00
我的代码片段放在codebox中。codebox可以直接传到gist的。
|
20
hilenlai OP @agassi_yzh 买的正版?
|
25
humiaozuzu 2013-04-07 22:07:36 +08:00
代码全部在 dropbox 中
- archive 文件夹存基本上不会有太多改动的项目 - code 存 clone 下来的项目,因为写程序时经常会 read the source(其实我没把他丢进dropbox) - current 放当前 working on 的项目 至于代码开不开源,能开的就 public,不能的就 private 嘛 |
26
hilenlai OP @humiaozuzu 付费用户!碉堡了,吾等屌丝全开源了,怎么破
|
27
linzhi 2013-04-07 22:32:46 +08:00
代码全部在dropbox里面 一部分上传 github~~~
|
30
humiaozuzu 2013-04-07 23:00:34 +08:00
@hilenlai 国外服务基本都有 edu 优惠。而且不觉得 github 的月付有多贵,看看 v2ex 上面的学生如何赚钱的吧 :)
|
31
hilenlai OP |
32
tuoxie007 2013-04-07 23:44:57 +08:00
开源的话放github上,乱七八糟的代码,就建个git仓库,push到vps上,没有vps的话也可以同步到其他设备或者硬盘上做个备份就好了
|
37
agassi_yzh 2013-04-08 00:47:12 +08:00
@hilenlai 是正版
|
38
kelvinblood 2013-04-08 01:29:54 +08:00
2L的方法很赞,我明明也一直都在用evernote,怎么就是没想到。
|
39
humiaozuzu 2013-04-08 08:34:14 +08:00
@hilenlai site:v2ex.com/t 零花钱
|
40
hilenlai OP |
41
gateswong 2013-04-08 11:22:04 +08:00
LZ你是豆瓣来的Kevin么 (大雾……
|
43
centerqi 2013-04-08 12:43:34 +08:00
bitbucket
|
44
coupgar 2013-04-08 15:49:00 +08:00
snippets
|
45
thelordsaves 2013-04-08 20:42:31 +08:00
以前都是放在硬盘的文件夹中,现在可以使用github
|