diff --git a/sources/Here are Facebook’s 9 top open-source projects from 2013.md b/sources/Here are Facebook’s 9 top open-source projects from 2013.md deleted file mode 100644 index 7d4c0b4aa7..0000000000 --- a/sources/Here are Facebook’s 9 top open-source projects from 2013.md +++ /dev/null @@ -1,45 +0,0 @@ -翻译中 by tomatoKiller - -Here are Facebook’s 9 top open-source projects from 2013 -================================================================================ -Facebook and open-source software go together like Jay-Z and Beyoncé — you just can’t have one without the other. - -And if Blue Ivy is the product of the latter union, then we must draw parallels between that royal child and Facebook’s React, Rebound, HipHop, and other open-source babies. - -As Facebook open-source lead James Pearce writes on the company blog, “Since Facebook’s first line of PHP, and its first MySQL INSERT statement, open source has been a huge part of our engineering philosophy.” - -Here’s a quick recap of what Facebook birthed into the open-source community in 2013. (Fair warning: Abandon hope, all ye who are non-technical and enter here.) - -1. [xctool][1]: a replacement for Apple’s xcodebuild that makes it easier to build and test iOS and Mac projects. -1. [Buck][2]: an Android/Java build tool for faster, better Android builds. -1. [Rebound][3]: a Java library for animations. [Read our full coverage][4]. -1. [React][5]: a JavaScript library for building new user interfaces. -1. [Regenerator][6]: a Node.js tool to replace generator functions with efficient JavaScript-of-today (ECMAScript 5 or ES5 for short) that behaves the same way. -1. [Huxley][7]: a test-like system for catching visual regressions in Web applications. It watches you browse, takes screenshots, and tells you when they change. -1. [Presto][8]: a distributed SQL engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes. -1. [RocksDB][9]: an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database, but our current focus is on embedded workloads. -1. And released just today, [Origami][10]: a free design prototyping kit for Quartz composer. You simply must read our [full story][11] on this too-cool tool! - -“As the famous Facebook maxim goes, our open source program is still only 1 percent finished,” Pearce concluded. - -“We know there is still a huge amount to work on, across each of the major themes above. We’re very lucky to have strong and enthusiastic communities on our projects, and with that comes great responsibility.” - --------------------------------------------------------------------------------- - -via: http://venturebeat.com/2013/12/20/here-are-facebooks-9-top-open-source-projects-from-2013/ - -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 - -[1]:https://github.com/facebook/xctool -[2]:http://facebook.github.io/buck/ -[3]:http://facebook.github.io/rebound/ -[4]:http://venturebeat.com/2013/12/10/how-facebook-could-save-the-mobile-web-starting-with-open-sourcing-its-secret-tools/ -[5]:http://facebook.github.io/regenerator/ -[6]:http://facebook.github.io/regenerator/ -[7]:https://github.com/facebook/huxley -[8]:http://prestodb.io/ -[9]:http://rocksdb.org/ -[10]:http://facebook.github.io/origami/ -[11]:http://venturebeat.com/2013/12/20/you-can-now-build-an-interactive-mobile-app-no-code-required-thanks-to-facebook/ \ No newline at end of file diff --git a/sources/Moving or Rename File / Directory in Linux - 10 Practical mv Command Examples.md b/sources/Moving or Rename File / Directory in Linux - 10 Practical mv Command Examples.md deleted file mode 100644 index 34bee3b2fc..0000000000 --- a/sources/Moving or Rename File / Directory in Linux - 10 Practical mv Command Examples.md +++ /dev/null @@ -1,139 +0,0 @@ -##<