1783 projects tagged "Mac OS X"
libj is a cross-platform native runtime library equipped with a Java/JavaScript-like API. The memory management of libj is automatic, based on either shared_ptr or bdw-gc. libj allows programmers familiar with Java/JavaScript to write efficient code easily in C++. libnode depends on libj as a base layer.
Genieo is a personalized newspaper styled home page and start page. It studies your preferred individual interests by following and analyzing your browsing routine. It then continuously explores the Internet for specific information items which are related to your interests, and presents them on your personal home page.
JobRunner is a tool designed to run a job (i.e., to execute a commandline or script) which does not require user interaction, and to store the program's output (standard error and standard out) in an easy-to-read log file. It is able to save a configuration file of the job to be run, which can be used by JobRunner_Caller as a lightweight queueing system. See the Primer included in the archive for extra details on usage examples.
MetaPath is a tool for the analysis of metabolic pathways and associated visualization of experimental data. Built on the MetaCyc database, it provides an interactive map in which multiple pathways can be simultaneously visualized. Multiple annotations from the MetaCyc database are available, including synonyms, associated reactions and pathways, and database unification links. Metabolomics change data can be imported via simple CSV formats for visualization on targeted pathways. Pathways can be mined and removed algorithmically to identify key regulated pathways within a given dataset, providing a simper route to metabolic functions.
Dump Truck for Mac allows you to securely store, sync, and share all your photos, files, and documents online and access them anywhere. It doesn't rely on third parties to store your data or use data deduplication to inspect your data. The authors own their own storage infrastructure and store three copies of each file using 256-bit encryption. Android, iOS, and Windows apps are also available.
Pen drive data recovery software for Mac to rescue data lost due to improper device handling, virus attack, logical error, human fault, or any other reason. The Mac data retrieving application provides a facility to restore all types of deleted file and folders from different types of storage media like flash drives, memory cards, thumb drives, etc.
libnode is a C++ implementation of Node.js. Just like Node.js, libnode provides non-blocking I/O, which enables you to develop scalable Web applications in C++. The memory management of libnode is automatic, based on either shared_ptr or bdw-gc. libnode is good to use on embedded devices because its system resource consumption is lower than Node.js.