F

 
× You must be logged in to change this data. If you don't have an account, please join.

Settings : Manage Projects

  Name I Use This Lines of Code   Current Committers Community Rating Reviews Description  
pyre-check 0 669231
0 none 0 Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with ... [More] millions of lines of code incrementally – providing instantaneous feedback to developers as they write code. Pyre ships with Pysa, a security focused static analysis tool we've built on top of Pyre that reasons about data flows in Python applications. [Less]
AsyncDisplayKit 0 64808
0 none 0 Smooth asynchronous user interfaces for iOS apps.
Facebook CParser 0 2634
2 none 0 A compact C preprocessor and declaration parser written in pure Lua
Facebook Infer 1 0
35 none 0 A static analyzer for Java, C and Objective-C
react-native 2 663505
567 none 0 A framework for building native apps with React.
Facebook Flow 2 822082
195 none 0 Adds static typing to JavaScript to improve developer productivity and code quality.
React from Facebook 15 682150
150
5.0
 
0 React (aka ReactJS or React.JS) is a JavaScript library for building user interfaces. It's declarative, efficient, and extremely flexible. What's more, it works with the libraries and frameworks that you already know.
RocksDB 1 450626
145 none 0 RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the ... [More] foundation for a client-server database but our current focus is on embedded workloads. RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation. [Less]
Facebook Presto 4 3228369
125 none 0 Distributed SQL query engine for big data Presto is an open source distributed SQL query engine ... [More] for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes. Presto was designed and written from the ground up for interactive analytics and approaches the speed of commercial data warehouses while scaling to the size of organizations like Facebook. Presto is a distributed SQL query engine optimized for ad-hoc analysis at interactive speed. It supports standard ANSI SQL, including complex queries, aggregations, joins, and window functions. [Less]
Buck 1 873649
168 none 0 Buck is a build system that encourages the creation of small, reusable modules consisting of code and resources, and supports a variety of languages.
HipHop Virtual Ma... 10 17628726
220
5.0
 
1 HHVM is a new open-source virtual machine designed for executing programs written in PHP. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining the flexibility that PHP developers are accustomed to.