最近跟网页翻译怼上了,在给翻译前的页面起名是纠结于使用original page还是source page,就查了一下original和source的区别. original: n. 原件:原作:原物:原型 adj. 原始的:最初的:独创的:新颖的 origin: n. 起源:原点:出身:开端 source: n. 来源:水源:原始资料 n. (Source)人名:(法)苏尔斯 对比了一下叫original page比较好,但偶然发现microsofttranslator直接用的original…
最近跟网页翻译怼上了,在给翻译前的页面起名是纠结于使用 original page 还是 source page,就查了一下 original 和 source 的区别. original: n. 原件:原作:原物:原型 adj. 原始的:最初的:独创的:新颖的 origin: n. 起源:原点:出身:开端 source: n. 来源:水源:原始资料 n. (Source) 人名:(法) 苏尔斯 对比了一下叫 original page 比较好,但偶然发现 microsofttranslator…
The Top 50 Proprietary Programs that Drive You Crazy — and Their Open Source Alternatives 01 / 22 / 2013 By Josh Weikel No Comments Posted in Software Tags Update January 22, 2013: This article was originally posted February 7, 2008. Since then, it h…
http://www.cubrid.org/blog/dev-platform/understanding-jvm-internals/ http://architects.dzone.com/articles/understanding-jvm-internals 这篇也不错,推荐读一下 Every developer who uses Java knows that Java bytecode runs in a JRE (Java Runtime Environment). The mos…
2048 Source 2048 source code is here: https://github.com/gabrielecirulli/2048 Play here!http://gabrielecirulli.github.io/2048/ The code contains 2 parts: logic and presentation(ui, animation, etc.). In order to make it run in Unity editor, JSBinding…
Falcon Falcon: a set of tools for fast aligning long reads for consensus and assembly The Falcon tool kit is a set of simple code collection which I use for studying efficient assembly algorithm for haploid and diploid genomes. It has some back-end c…
Detecting diabetic retinopathy in eye images The past almost four months I have been competing in a Kaggle competition about diabetic retinopathy grading based on high-resolution eye images. In this post I try to reconstruct my progression through th…
原文:PHP 使用用户自定义的比较函数对数组中的值进行排序 usort (PHP 4, PHP 5) usort —      使用用户自定义的比较函数对数组中的值进行排序 说明       bool usort        ( array &$array       , callable $cmp_function       ) 本函数将用用户自定义的比较函数对一个数组中的值进行排序.如果要排序的数组需要用一种不寻常的标准进行排序,那么应该使用此函数. Note: 如果两个成员比较结果相同…
This chapter is quite different from the earlier ones, and it is in this chapter to clearly describe how the Docker images are built using Dockerfile. Content: • Docker's integrated image building system • Quick overview of the Dockerfile's syntax •…
Open source software has become a fundamental building block for some of the biggest websites. And as those websites have grown, best practices and guiding principles around their architectures have emerged. This chapter seeks to cover some of the ke…