s*g
2 楼
大概没比我这个更坑爹的:
话说当年,老板让俺给他的iphone ios从3升级到4,俺当时胆子也忒大,直接拿过来,
就在俺的小破机子上开干。结果,把他手机里几百个电话联系都删掉了。从sim卡上也
可恢复,但只有区区十几个。到现在俺也不明白,sim卡里面恢复的和机器硬盘里面储
存的为什么有这么大区别,这狗屁恢复有狗屁用?
当时就打电话给苹果,麻痹的要买它家的服务才帮我把那些电话联系找回来。当时哥急
啊,2,30刀也不太多,就同意了。更坑爹的是,麻痹的根本就帮不了哥。
这时候,google就是你最好的朋友了。结果一google,哥忍不住笑了,给这样坑过的人
海了去了。最后结果就是,哥把它给完全恢复了,没花一毛钱,大概搞了一天时间。又
打电话给苹果,大骂麻痹的一通,让Y把钱给我退了。
这事到现在一想起来还很汗。你说我要是不能把这些联系电话恢复了,老板指不定就把
我给灭了。现在看到有人说被itunes坑了,把自己的歌曲神马的给删了,其实这都是是浮云罢了。俺也浮云过,都不稀罕说。
话说当年,老板让俺给他的iphone ios从3升级到4,俺当时胆子也忒大,直接拿过来,
就在俺的小破机子上开干。结果,把他手机里几百个电话联系都删掉了。从sim卡上也
可恢复,但只有区区十几个。到现在俺也不明白,sim卡里面恢复的和机器硬盘里面储
存的为什么有这么大区别,这狗屁恢复有狗屁用?
当时就打电话给苹果,麻痹的要买它家的服务才帮我把那些电话联系找回来。当时哥急
啊,2,30刀也不太多,就同意了。更坑爹的是,麻痹的根本就帮不了哥。
这时候,google就是你最好的朋友了。结果一google,哥忍不住笑了,给这样坑过的人
海了去了。最后结果就是,哥把它给完全恢复了,没花一毛钱,大概搞了一天时间。又
打电话给苹果,大骂麻痹的一通,让Y把钱给我退了。
这事到现在一想起来还很汗。你说我要是不能把这些联系电话恢复了,老板指不定就把
我给灭了。现在看到有人说被itunes坑了,把自己的歌曲神马的给删了,其实这都是是浮云罢了。俺也浮云过,都不稀罕说。
B*l
3 楼
新的project需要有一些编程的技能,主要是Computational design方面的,不知道那
个语言比较容易入手?
个语言比较容易入手?
a*w
5 楼
zan 技术活啊
s*a
6 楼
"Computational design" of WHAT?
A number of factors to take into consideration:
#1 What other people use in the field. At some point of your career,
leverage of such resources will become important.
#2 Project requirement. If performance matters, go C/C++. But you may get by
with something like Scipy or MatLab toolbox.
#3 How good you are at it. R or Matlab may have shallower learning curves.
#4 How good you want to be. R would be a good choice if you just need to get
something down quick and often dirty. But It takes a lot more in other
languages to become a good programmer.
#5 What else you really need. If you have to be good at UNIX Shell - Perl
can be a package deal.
#6 Availability of local support. There will be plenty of times that you
wish I sit in your next office...
A number of factors to take into consideration:
#1 What other people use in the field. At some point of your career,
leverage of such resources will become important.
#2 Project requirement. If performance matters, go C/C++. But you may get by
with something like Scipy or MatLab toolbox.
#3 How good you are at it. R or Matlab may have shallower learning curves.
#4 How good you want to be. R would be a good choice if you just need to get
something down quick and often dirty. But It takes a lot more in other
languages to become a good programmer.
#5 What else you really need. If you have to be good at UNIX Shell - Perl
can be a package deal.
#6 Availability of local support. There will be plenty of times that you
wish I sit in your next office...
m*i
7 楼
折耳根
D*a
8 楼
这个破烂玩意itune也只有铁杆果轮还当个宝一样的拥护. 我每次同步iphone都战战兢
兢的,一个不小心就可能将你的联系人全部干掉,音乐已经被它删掉好几次了
兢的,一个不小心就可能将你的联系人全部干掉,音乐已经被它删掉好几次了
j*p
9 楼
project用来解决什么问题?主要在哪些地方用到programming?
e*y
11 楼
还是用iphone直接sync google contacts吧, 如果不是google hater
B*l
12 楼
谢谢ls的答复,
project主要是computational design of protein,主要是improve thermostability
和specificity方面。对整个设计流程有些了解,但没有经验,所以想请教如何入手。
project主要是computational design of protein,主要是improve thermostability
和specificity方面。对整个设计流程有些了解,但没有经验,所以想请教如何入手。
i*r
15 楼
well you should choose language depends on which one suits your research.
you may want to ask you boss.
i you have no idea you may want to try Python. watch youtube should get you
started pretty quickly.
you may want to ask you boss.
i you have no idea you may want to try Python. watch youtube should get you
started pretty quickly.
l*s
17 楼
Strong re!
j*p
29 楼
赞同。如果只需要做一些design,把一串别人写好的应用程序接起来,完成你的
project,那么shell script 最有用。
shell script 简单的说呢,按照我的理解,就是在linux系统下逐步完成一些应用。比
如说,你的project需要逐步用到三个应用程序,A,B 和C,每一个完成一个小目标,
但是A,B和C不能自然链接在一起,最简单的情况就是 the output of A can not be
used directly as the input of B, and so as for B and C, and the only concern
is file formats do not match. Therefore, you can use shell script or awk or
perl or python to write command lines or simple scripts to change file
format and make the connection smooth.
in the end you will generate a, for example "project.sh" file, when you run
this script, it automatically completes A, B and C sequentially for you. If
you want to make things more complicated such as change parameters you can
write those options either in a file or soft coded in your script.
【在 l******n 的大作中提到】
: 所以基本不涉及啥编程了, 不过要想以后工作中省点事, shell script和
: awk这些最好了解点.
project,那么shell script 最有用。
shell script 简单的说呢,按照我的理解,就是在linux系统下逐步完成一些应用。比
如说,你的project需要逐步用到三个应用程序,A,B 和C,每一个完成一个小目标,
但是A,B和C不能自然链接在一起,最简单的情况就是 the output of A can not be
used directly as the input of B, and so as for B and C, and the only concern
is file formats do not match. Therefore, you can use shell script or awk or
perl or python to write command lines or simple scripts to change file
format and make the connection smooth.
in the end you will generate a, for example "project.sh" file, when you run
this script, it automatically completes A, B and C sequentially for you. If
you want to make things more complicated such as change parameters you can
write those options either in a file or soft coded in your script.
【在 l******n 的大作中提到】
: 所以基本不涉及啥编程了, 不过要想以后工作中省点事, shell script和
: awk这些最好了解点.
L*A
30 楼
没见过的能领包子不?
B*l
31 楼
十分感谢!
这个就是我要问的,之前有个合作者说他有些scripts可以给我用,因为我才疏学浅以
为是编程,所以才来这里问。
concern
or
run
【在 j*p 的大作中提到】
: 赞同。如果只需要做一些design,把一串别人写好的应用程序接起来,完成你的
: project,那么shell script 最有用。
: shell script 简单的说呢,按照我的理解,就是在linux系统下逐步完成一些应用。比
: 如说,你的project需要逐步用到三个应用程序,A,B 和C,每一个完成一个小目标,
: 但是A,B和C不能自然链接在一起,最简单的情况就是 the output of A can not be
: used directly as the input of B, and so as for B and C, and the only concern
: is file formats do not match. Therefore, you can use shell script or awk or
: perl or python to write command lines or simple scripts to change file
: format and make the connection smooth.
: in the end you will generate a, for example "project.sh" file, when you run
这个就是我要问的,之前有个合作者说他有些scripts可以给我用,因为我才疏学浅以
为是编程,所以才来这里问。
concern
or
run
【在 j*p 的大作中提到】
: 赞同。如果只需要做一些design,把一串别人写好的应用程序接起来,完成你的
: project,那么shell script 最有用。
: shell script 简单的说呢,按照我的理解,就是在linux系统下逐步完成一些应用。比
: 如说,你的project需要逐步用到三个应用程序,A,B 和C,每一个完成一个小目标,
: 但是A,B和C不能自然链接在一起,最简单的情况就是 the output of A can not be
: used directly as the input of B, and so as for B and C, and the only concern
: is file formats do not match. Therefore, you can use shell script or awk or
: perl or python to write command lines or simple scripts to change file
: format and make the connection smooth.
: in the end you will generate a, for example "project.sh" file, when you run
w*y
36 楼
朝鲜族的狗宝?
d*7
37 楼
不要犹豫,先学一个入门再说,比如这个
http://itunes.apple.com/us/itunes-u/introduction-to-computer-sc
iTunes University,纯免费,完整视频,针对毫无变成经验的人开放,教python,看
看,再练练
这是主页:http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/
【在 B*****l 的大作中提到】
: 新的project需要有一些编程的技能,主要是Computational design方面的,不知道那
: 个语言比较容易入手?
http://itunes.apple.com/us/itunes-u/introduction-to-computer-sc
iTunes University,纯免费,完整视频,针对毫无变成经验的人开放,教python,看
看,再练练
这是主页:http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/
【在 B*****l 的大作中提到】
: 新的project需要有一些编程的技能,主要是Computational design方面的,不知道那
: 个语言比较容易入手?
B*l
39 楼
Thank you all so much!
我准备开始学,应该有很多的问题,到时候再上来向各位请教!
【在 d****7 的大作中提到】
: 不要犹豫,先学一个入门再说,比如这个
: http://itunes.apple.com/us/itunes-u/introduction-to-computer-sc
: iTunes University,纯免费,完整视频,针对毫无变成经验的人开放,教python,看
: 看,再练练
: 这是主页:http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/
我准备开始学,应该有很多的问题,到时候再上来向各位请教!
【在 d****7 的大作中提到】
: 不要犹豫,先学一个入门再说,比如这个
: http://itunes.apple.com/us/itunes-u/introduction-to-computer-sc
: iTunes University,纯免费,完整视频,针对毫无变成经验的人开放,教python,看
: 看,再练练
: 这是主页:http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/
l*1
41 楼
Python:
LZ please refer
pdf document link:
//www.avatar.se/python/Python_course.pdf
of Powerpoint ppt file link withnin:
//www.avatar.se/python/index.html
more about Python
please,
//www.avatar.se/links/index.html
more NGS bioinformatics tools
please,
//www.avatar.se/xref/wr/index
【在 B*****l 的大作中提到】
: 新的project需要有一些编程的技能,主要是Computational design方面的,不知道那
: 个语言比较容易入手?
LZ please refer
pdf document link:
//www.avatar.se/python/Python_course.pdf
of Powerpoint ppt file link withnin:
//www.avatar.se/python/index.html
more about Python
please,
//www.avatar.se/links/index.html
more NGS bioinformatics tools
please,
//www.avatar.se/xref/wr/index
【在 B*****l 的大作中提到】
: 新的project需要有一些编程的技能,主要是Computational design方面的,不知道那
: 个语言比较容易入手?
A*0
43 楼
mark.
K*n
45 楼
shell的问题是咋跨平台
python的问题是虽然支持但是不太流行oop,oop都是浸透在module和现成开源code里的
难道入手不都是学java c#的吗?学了通吃啊。其实学native的c++我觉得最好。入手并
不是说要最快能实现东西,而是得能顺带着多搞明白一些东西,否则装个机都看不懂
debug咋办涅。上c++,一次性把oop搞明白了,自己manage memory,要performance有
performance,以后转别的language都是简单滴
python的问题是虽然支持但是不太流行oop,oop都是浸透在module和现成开源code里的
难道入手不都是学java c#的吗?学了通吃啊。其实学native的c++我觉得最好。入手并
不是说要最快能实现东西,而是得能顺带着多搞明白一些东西,否则装个机都看不懂
debug咋办涅。上c++,一次性把oop搞明白了,自己manage memory,要performance有
performance,以后转别的language都是简单滴
l*d
48 楼
篱蒿根
l*1
51 楼
Sure
plus
文章阅读:C++面试题目分享(2)
[同主题阅读] [版面: 待字闺中] [作者:skydoor] , 2010年04月28日
http://www.mitbbs.com/article/JobHunting/31590025_0.html
more just intraGoogle mitbbs with
//www.google.com/search?ie=UTF-8%2F&oe=UTF-
8%2F&q=Collins+&btnG=Hae&as_sitesearch=utu.fi#hl=en&sclient=psy-ab&q=C%2B%2B面试题目分享
+++site%3Awww.mitbbs.com&oq=C%2B%2B面试题目分享
+++site:www.mitbbs.com&aq=f&aqi=&aql=&gs_l=serp.12...145482.154746.12.155958.30.30.0.0.0.0.111
.1844.29j1.30.0...0.0.hx9H4asD8B4&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=40cd220864dd3c81&
biw=1137&bih=596
and about how to performance debugging:
please try free package:
//logging.apache.org/log4j/1.2/
>
Developing the computational environment
ignored
We also incorporate Java 3D™ API (Oracle, Redwood Shores, CA) for 3D programming purposes
and the Log4j package http://logging.apache.org/log4j/1.2 to log all the runtime messages
for the purpose of debugging.
cited from
Liu G. et al.
Module-based multiscale simulation of angiogenesis in skeletal muscle (2011)
Theor Biol Med Model. 8:6.
PubMed link:
//www.ncbi.nlm.nih.gov/pubmed/21463529
【在 K****n 的大作中提到】
: shell的问题是咋跨平台
: python的问题是虽然支持但是不太流行oop,oop都是浸透在module和现成开源code里的
: 难道入手不都是学java c#的吗?学了通吃啊。其实学native的c++我觉得最好。入手并
: 不是说要最快能实现东西,而是得能顺带着多搞明白一些东西,否则装个机都看不懂
: debug咋办涅。上c++,一次性把oop搞明白了,自己manage memory,要performance有
: performance,以后转别的language都是简单滴
plus
文章阅读:C++面试题目分享(2)
[同主题阅读] [版面: 待字闺中] [作者:skydoor] , 2010年04月28日
http://www.mitbbs.com/article/JobHunting/31590025_0.html
more just intraGoogle mitbbs with
//www.google.com/search?ie=UTF-8%2F&oe=UTF-
8%2F&q=Collins+&btnG=Hae&as_sitesearch=utu.fi#hl=en&sclient=psy-ab&q=C%2B%2B面试题目分享
+++site%3Awww.mitbbs.com&oq=C%2B%2B面试题目分享
+++site:www.mitbbs.com&aq=f&aqi=&aql=&gs_l=serp.12...145482.154746.12.155958.30.30.0.0.0.0.111
.1844.29j1.30.0...0.0.hx9H4asD8B4&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=40cd220864dd3c81&
biw=1137&bih=596
and about how to performance debugging:
please try free package:
//logging.apache.org/log4j/1.2/
>
Developing the computational environment
ignored
We also incorporate Java 3D™ API (Oracle, Redwood Shores, CA) for 3D programming purposes
and the Log4j package http://logging.apache.org/log4j/1.2 to log all the runtime messages
for the purpose of debugging.
cited from
Liu G. et al.
Module-based multiscale simulation of angiogenesis in skeletal muscle (2011)
Theor Biol Med Model. 8:6.
PubMed link:
//www.ncbi.nlm.nih.gov/pubmed/21463529
【在 K****n 的大作中提到】
: shell的问题是咋跨平台
: python的问题是虽然支持但是不太流行oop,oop都是浸透在module和现成开源code里的
: 难道入手不都是学java c#的吗?学了通吃啊。其实学native的c++我觉得最好。入手并
: 不是说要最快能实现东西,而是得能顺带着多搞明白一些东西,否则装个机都看不懂
: debug咋办涅。上c++,一次性把oop搞明白了,自己manage memory,要performance有
: performance,以后转别的language都是简单滴
T*4
54 楼
还有猜神马神秘东东的没有?大包子别错过了
w*y
56 楼
狗宝(桔梗)
T*4
57 楼
都下肚了
c*p
60 楼
木吃过,看起来很像折耳根
y*8
64 楼
进来学习篱蒿长什么样的,没看过没吃过。地上是绿的,摘下来怎么是白的。
d*7
68 楼
这就是折耳根呀。看着好像挺好吃
f*c
70 楼
看起是真的好象折耳根的,还准备讨要点根来栽呢,结果.......
J*l
71 楼
这个好吃
想家了,每年春天的家常菜
想家了,每年春天的家常菜
r*w
73 楼
你。。。。。。。你。。。你这个吃货,难怪连头像都是吃的,人家都吃茎,再不济吃
嫩叶子,你竟然连人家根都挖出来吃了,来年不想种啦?
嫩叶子,你竟然连人家根都挖出来吃了,来年不想种啦?
r*w
74 楼
另外再问下,你这个当初是多少颗开种的?长成这样要几年光景啊?
相关阅读
吃中药了,求祝福有没有在weizmann的靠,生产地沟油的名字都这么拽 (转载)Actos成分主要是啥?TALEN 技术 以及 制造 更强壮 更聪明 更忠贞 human cell生物版太不够意思了Lehninger principles of biochemistry 第五版习题答案谁燃起今年青蒿素的第一把火? (詹喜平)site-directed mutagenesis用13 kb的plasmid能成吗?Winzeler和Diagana是不是也应该得炸药奖疟疾和军事溃败和西人东侵和个人旅行请教:怎么对AT rich的region测序有人如果拿藿香正气丸举例Paper help (Molecular Microbiology), thanks!book help来,重温下《Science》里的经典段落想换个实验室做博后中医辨论的误区(2)----简化版按照版上的逻辑,我在美国看西医大家都怎么确定start codon ATG的位置?