自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

悟道西方

踏实工作,认真修养;与人为善,合作共赢;玉汝于成,追求卓越。

  • 博客(1)
  • 资源 (8)
  • 收藏
  • 关注

原创 本地安装UCSC基因组浏览器

UCSC基因组浏览器在大规模高通量数据的可视化和比较分析研究中发挥着重要的作用。拥有了本地浏览器,就可以对自己的测序数据进行更深入的分析和共享使用。本文详细介绍了如何一步步在本地安装、配置、高级使用UCSC浏览器。安装UCSC浏览器1. 安装mysql+apache#For Ubuntu usersudo apt-get install taskselsudo apt-get instal...

2019-02-25 19:35:51 1829 2

Masterminds of programming

  Description    Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. Think along with Adin D. Falkoff (APL), James Gosling (Java), Bjarne Stroustrup (C++), and others whose vision and hard work helped shape the computer industry. You'll find advice you can apply to systems you're developing, even if you don't use the specific languages being discussed.   Full Description   Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. In this unique collection, you'll learn about the processes that led to specific design decisions, including the goals they had in mind, the trade-offs they had to make, and how their experiences have left an impact on programming today. Masterminds of Programming includes individual interviews with:   * Adin D. Falkoff: APL   * Thomas E. Kurtz: BASIC   * Charles H. Moore: FORTH   * Robin Milner: ML   * Donald D. Chamberlin: SQL   * Alfred Aho, Peter Weinberger, and Brian Kernighan: AWK   * Charles Geschke and John Warnock: PostScript   * Bjarne Stroustrup: C++   * Bertrand Meyer: Eiffel   * Brad Cox and Tom Love: Objective-C   * Larry Wall: Perl   * Simon Peyton Jones, Paul Hudak, Philip Wadler, and John Hughes: Haskell   * Guido van Rossum: Python   * Luiz Henrique de Figueiredo and Roberto Ierusalimschy: Lua   * James Gosling: Java   * Grady Booch, Ivar Jacobson, and James Rumbaugh: UML   * Anders Hejlsberg: Delphi inventor and lead developer of C#   If you're interested in the people whose vision and hard work helped shape the computer industry, you'll find Masterminds of Programming fascinating.  

2010-12-26

Python在Unix和Linux系统管理中的应用

作者:Noah Gift,Jeremy M. Jones 出版日期:2009年4月 出版社:O'Reilly 页数:433 ISBN:978-7-80205-738-8 文件格式:PDF 《Python在Unix和Linux系统管理中的应用》展示了Python语言如何提供一种更加高效的方式来处理Unix和Linux服务器管理工作中 的各种任务。本书的每一章都会提出一个特定的管理问题,例如并发或数据备份,然后通过实际的例子提供基于Python的解决方案。你将学习使用 Python开发一套属于自己的命令行工具,并用来解决一系列范围很广的问题。 本书作者们还构建了一个可以免费下载的Ubuntu虚拟机。该虚拟机包含了这本书的源代码,还可以用来运行书中的实例,包括SNMP、IPython、SQLAlchemy和许多其他工具。 通过这本书,你将发现Python是怎样帮助你: * 读入文本文件并提取信息 * 使用线程和派生子进程的选项并发地运行多个任务 * 使用网络工具从一个进程传送信息到另一个进程 * 创建更易互动的可点击图形界面工具 * 通过与SNMP交互来用程序监控大型多个集群机器 * 掌握IPython的命令环境来替代或增强Bash、Korn或Z-Shell的功能 * 将云计算集成到基础架构中并编写一个基于谷歌应用程序引擎的应用 * 利用定制脚本来解决特殊的数据备份的挑战 * 使用Django、SQLAlchemy和Storm对象关系模型来与数据库交互 通过本书及其辅助虚拟机,你将学习如何打包并部署Python应用程序和库文件,以及如何编写在多个Unix和Linux平台下都运行良好的代码。 “这本书适用于Python新手,不管他们是否具有命令环境脚本编写的经验或者总体上相对而言就是编程初学者。Jeremy和Noah都很注意为自己的理 由给出支持材料,并且解释这些代码实例在实际中的运用。与许多轻易就让新手不堪重负的编程书籍不同,本书尽一切努力来让这些新手们获得自信和成功。” ——Ruth Suehle和Bascha Harris,Red Hat杂志 Noah Gift在加州理工学院、迪斯尼、Feature Animation和Turner Studios具有十年以上的Unix和Linux开发经验。他是Giftcs和Cloud Seed软件公司的合伙人。 Jeremy M.Jones是Predictix公司的软件工程师,同时也是开源项目Munkware、ediplex和podgrabber的作者。

2010-12-18

gvim常用插件及其配置文件配置(下载解压即可使用)

gvim常用插件及其配置文件 支持c,perl,python,latex。 需要自己安装ctags .vim: after compiler doc indent ltags perl-support skeleton syntax autoload c-support ftdetect keymap Makefile plugin snipMate.vim.ct tools colors CVIMSYN ftplugin latextags Makefile.in README.csupport snippets .vim/after: ftplugin plugin syntax .vim/after/ftplugin: c_snippets.vim java_snippets.vim python_pydiction.vim python_snippets.vim sh_snippets.vim .vim/after/plugin: .vim/after/syntax: cpp.vim c.vim java.vim .vim/autoload: acp.vim perlsupportgui.vim perlsupportprofiling.vim perlsupportregex.vim snipMate.vim .vim/colors: desertEx.vim peachpuff.vim zenburn.vim .vim/compiler: tex.vim .vim/c-support: codesnippets doc rc scripts templates wordlists .vim/c-support/codesnippets: calloc_double_matrix.c main.cc print_array.cc.noindent calloc_int_matrix.c Makefile print_double_array.c.noindent main.c Makefile.multi-target.template print_int_array.c.noindent .vim/c-support/doc: ChangeLog c-hotkeys.pdf c-hotkeys.tex .vim/c-support/rc: customization.ctags customization.gvimrc customization.indent.pro customization.vimrc .vim/c-support/scripts: wrapper.sh .vim/c-support/templates: c.comments.template cpp.comments.template cpp.preprocessor.template c.statements.template c.cpp.template cpp.cpp.template cpp.statements.template Templates c.idioms.template cpp.idioms.template c.preprocessor.template Templates~ .vim/c-support/wordlists: c-c++-keywords.list c-c++-keywords.list.bak k+r.list stl_index.list .vim/CVIMSYN: engspchk.contraction engspchk.dialect engspchk.dict engspchk.match engspchk.proper engspchk.rare .vim/doc: acp.jax latexhelp.txt latex-suite-quickstart.css Makefile taglist.txt acp.txt latex-suite latex-suite-quickstart.html Makefile.in tags catalog.xml la

2010-08-17

Data Mining in Bioinformatics 生物信息中的数据挖掘

Jason T.L. Wang, Mohammed J. Zaki,Hannu T.T. Toivonen and Dennis Shasha (Eds) Summary The aim of this book is to introduce the reader to some of the best techniques for data mining in bioinformatics in the hope that the reader will build on them to make new discoveries on his or her own. The book contains twelve chapters in four parts, namely, overview, sequence and structure alignment, biological data mining, and biological data management.

2010-03-02

Survey of Text Mining: Clustering, Classification, and Retrieval, Second Edition

Survey of Text Mining: Clustering, Classification, and Retrieval, Second Edition I. Clustering, II. Document retrieval and representation, III. Email surveillance and filtering, and IV. Anomaly detection. 著名大师Michael W. Berry的经典力作!

2010-03-02

比perl好的生物信息学语言python

比perl好的生物信息学语言python,简明教程!

2009-09-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除