Search results
Results from the WOW.Com Content Network
VIPS is an open source image processing software package. [2] [3] It is particularly good with large images, works with multi-core processors, working with colour, scientific analysis and general research & development.
PCMan File Manager (PCManFM) is a file manager application, developed by Hong Jen Yee (Chinese: 洪任諭; pinyin: Hóng Rènyù) from Taiwan, which is meant to be a replacement for GNOME Files, Dolphin and Thunar. [1] [2] PCManFM is the standard file manager in LXDE, also developed by the same author in conjunction with other developers. Since ...
Git's design is a synthesis of Torvalds's experience with Linux in maintaining a large distributed development project, along with his intimate knowledge of file-system performance gained from the same project and the urgent need to produce a working system in short order. These influences led to the following implementation choices: [14]
Ninja is a build system developed by Evan Martin, [4] a Google employee. Ninja has a focus on speed and it differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.
MSBuild is a build tool that helps automate the process of creating a software product, including compiling the source code, packaging, testing, deployment and creating documentations.
Ceph (pronounced / ˈ s ɛ f /) is a free and open-source software-defined storage platform that provides object storage, [7] block storage, and file storage built on a common distributed cluster foundation.
CodeLite is a free, open-source, cross-platform IDE for the C/C++ programming languages using the wxWidgets toolkit. To comply with CodeLite's open-source spirit, the program itself is compiled and debugged using only free tools ( MinGW and GDB ) for Mac OS X, Windows, Linux and FreeBSD, though CodeLite can execute any third-party compiler or ...
Shared, all developers use the same file system; Client–server, users access a master repository server via a client; typically, a client machine holds only a working copy of a project tree; changes in one working copy are committed to the master repository before becoming available to other users